Skip to content

Commit 921ab0f

Browse files
author
Fraser Greenroyd
committed
Update csproj again
1 parent 6fc3d53 commit 921ab0f

3 files changed

Lines changed: 9 additions & 0 deletions

File tree

SQL_Adapter/SQL_Adapter.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@
6363
<Private>False</Private>
6464
<SpecificVersion>False</SpecificVersion>
6565
</Reference>
66+
</ItemGroup>
67+
68+
<ItemGroup Condition="'$(Configuration)'=='Debug' Or '$(Configuration)'=='Release'">
6669
<Reference Include="System" />
6770
<Reference Include="System.Core" />
6871
<Reference Include="System.Xml.Linq" />

SQL_Engine/SQL_Engine.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,9 @@
5555
<Private>False</Private>
5656
<SpecificVersion>False</SpecificVersion>
5757
</Reference>
58+
</ItemGroup>
59+
60+
<ItemGroup Condition="'$(Configuration)'=='Debug' Or '$(Configuration)'=='Release'">
5861
<Reference Include="System" />
5962
<Reference Include="System.Core" />
6063
<Reference Include="System.Xml.Linq" />

SQL_oM/SQL_oM.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@
4242
<Private>False</Private>
4343
<SpecificVersion>False</SpecificVersion>
4444
</Reference>
45+
</ItemGroup>
46+
47+
<ItemGroup Condition="'$(Configuration)'=='Debug' Or '$(Configuration)'=='Release'">
4548
<Reference Include="System" />
4649
<Reference Include="System.Core" />
4750
<Reference Include="System.Xml.Linq" />

0 commit comments

Comments
 (0)