Skip to content

Commit c9e9a4b

Browse files
Fix project-compliance errors
1 parent fcf5060 commit c9e9a4b

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

Lusas_Engine/Lusas_Engine.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@
7373
</PropertyGroup>
7474
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug191|AnyCPU' ">
7575
<DebugSymbols>true</DebugSymbols>
76-
<OutputPath>bin\Debug191\</OutputPath>
76+
<OutputPath>..\Build\</OutputPath>
7777
<DefineConstants>DEBUG;TRACE</DefineConstants>
7878
<DebugType>full</DebugType>
7979
<PlatformTarget>AnyCPU</PlatformTarget>
8080
<LangVersion>7.3</LangVersion>
8181
<ErrorReport>prompt</ErrorReport>
8282
</PropertyGroup>
8383
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release191|AnyCPU' ">
84-
<OutputPath>bin\Release191\</OutputPath>
84+
<OutputPath>..\Build\</OutputPath>
8585
<DefineConstants>TRACE</DefineConstants>
8686
<Optimize>true</Optimize>
8787
<DebugType>pdbonly</DebugType>

Lusas_oM/Lusas_oM.csproj

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767
</PropertyGroup>
6868
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug19|AnyCPU'">
6969
<DebugSymbols>true</DebugSymbols>
70-
<OutputPath>bin\Debug19\</OutputPath>
70+
<OutputPath>..\Build\</OutputPath>
7171
<DefineConstants>DEBUG;TRACE</DefineConstants>
7272
<DebugType>full</DebugType>
7373
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -76,7 +76,7 @@
7676
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
7777
</PropertyGroup>
7878
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release19|AnyCPU'">
79-
<OutputPath>bin\Release19\</OutputPath>
79+
<OutputPath>..\Build\</OutputPath>
8080
<DefineConstants>TRACE</DefineConstants>
8181
<Optimize>true</Optimize>
8282
<DebugType>pdbonly</DebugType>
@@ -87,7 +87,7 @@
8787
</PropertyGroup>
8888
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug191|AnyCPU' ">
8989
<DebugSymbols>true</DebugSymbols>
90-
<OutputPath>bin\Debug191\</OutputPath>
90+
<OutputPath>..\Build\</OutputPath>
9191
<DefineConstants>DEBUG;TRACE</DefineConstants>
9292
<DebugType>full</DebugType>
9393
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -96,7 +96,7 @@
9696
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
9797
</PropertyGroup>
9898
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release191|AnyCPU' ">
99-
<OutputPath>bin\Release191\</OutputPath>
99+
<OutputPath>..\Build\</OutputPath>
100100
<DefineConstants>TRACE</DefineConstants>
101101
<Optimize>true</Optimize>
102102
<DebugType>pdbonly</DebugType>
@@ -109,10 +109,12 @@
109109
<Reference Include="BHoM">
110110
<HintPath>C:\ProgramData\BHoM\Assemblies\BHoM.dll</HintPath>
111111
<Private>False</Private>
112+
<SpecificVersion>False</SpecificVersion>
112113
</Reference>
113114
<Reference Include="Diffing_oM">
114115
<HintPath>C:\ProgramData\BHoM\Assemblies\Diffing_oM.dll</HintPath>
115116
<Private>False</Private>
117+
<SpecificVersion>False</SpecificVersion>
116118
</Reference>
117119
<Reference Include="System" />
118120
<Reference Include="System.Core" />

0 commit comments

Comments
 (0)