|
67 | 67 | </PropertyGroup> |
68 | 68 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug19|AnyCPU'"> |
69 | 69 | <DebugSymbols>true</DebugSymbols> |
70 | | - <OutputPath>bin\Debug19\</OutputPath> |
| 70 | + <OutputPath>..\Build\</OutputPath> |
71 | 71 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
72 | 72 | <DebugType>full</DebugType> |
73 | 73 | <PlatformTarget>AnyCPU</PlatformTarget> |
|
76 | 76 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
77 | 77 | </PropertyGroup> |
78 | 78 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release19|AnyCPU'"> |
79 | | - <OutputPath>bin\Release19\</OutputPath> |
| 79 | + <OutputPath>..\Build\</OutputPath> |
80 | 80 | <DefineConstants>TRACE</DefineConstants> |
81 | 81 | <Optimize>true</Optimize> |
82 | 82 | <DebugType>pdbonly</DebugType> |
|
87 | 87 | </PropertyGroup> |
88 | 88 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug191|AnyCPU' "> |
89 | 89 | <DebugSymbols>true</DebugSymbols> |
90 | | - <OutputPath>bin\Debug191\</OutputPath> |
| 90 | + <OutputPath>..\Build\</OutputPath> |
91 | 91 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
92 | 92 | <DebugType>full</DebugType> |
93 | 93 | <PlatformTarget>AnyCPU</PlatformTarget> |
|
96 | 96 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
97 | 97 | </PropertyGroup> |
98 | 98 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release191|AnyCPU' "> |
99 | | - <OutputPath>bin\Release191\</OutputPath> |
| 99 | + <OutputPath>..\Build\</OutputPath> |
100 | 100 | <DefineConstants>TRACE</DefineConstants> |
101 | 101 | <Optimize>true</Optimize> |
102 | 102 | <DebugType>pdbonly</DebugType> |
|
109 | 109 | <Reference Include="BHoM"> |
110 | 110 | <HintPath>C:\ProgramData\BHoM\Assemblies\BHoM.dll</HintPath> |
111 | 111 | <Private>False</Private> |
| 112 | + <SpecificVersion>False</SpecificVersion> |
112 | 113 | </Reference> |
113 | 114 | <Reference Include="Diffing_oM"> |
114 | 115 | <HintPath>C:\ProgramData\BHoM\Assemblies\Diffing_oM.dll</HintPath> |
115 | 116 | <Private>False</Private> |
| 117 | + <SpecificVersion>False</SpecificVersion> |
116 | 118 | </Reference> |
117 | 119 | <Reference Include="System" /> |
118 | 120 | <Reference Include="System.Core" /> |
|
0 commit comments