Skip to content

Commit

Permalink
Update csproj again
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraser Greenroyd committed Jun 21, 2023
1 parent 6fc3d53 commit 921ab0f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions SQL_Adapter/SQL_Adapter.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@
<Private>False</Private>
<SpecificVersion>False</SpecificVersion>
</Reference>
</ItemGroup>

<ItemGroup Condition="'$(Configuration)'=='Debug' Or '$(Configuration)'=='Release'">
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
Expand Down
3 changes: 3 additions & 0 deletions SQL_Engine/SQL_Engine.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,9 @@
<Private>False</Private>
<SpecificVersion>False</SpecificVersion>
</Reference>
</ItemGroup>

<ItemGroup Condition="'$(Configuration)'=='Debug' Or '$(Configuration)'=='Release'">
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
Expand Down
3 changes: 3 additions & 0 deletions SQL_oM/SQL_oM.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@
<Private>False</Private>
<SpecificVersion>False</SpecificVersion>
</Reference>
</ItemGroup>

<ItemGroup Condition="'$(Configuration)'=='Debug' Or '$(Configuration)'=='Release'">
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
Expand Down

0 comments on commit 921ab0f

Please sign in to comment.