Skip to content

Commit

Permalink
Fix csproj file.
Browse files Browse the repository at this point in the history
  • Loading branch information
gjunge committed Feb 3, 2018
1 parent 27a9011 commit b1264c2
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions SolrNet.Tests.Integration/SolrNet.Tests.Integration.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,6 @@
<PropertyGroup>
<TargetFramework>net46</TargetFramework>
</PropertyGroup>
<ItemGroup>
<None Remove="app.config" />
</ItemGroup>
<ItemGroup>
<Compile Include="App.config">
<SubType>Designer</SubType>
</Compile>
</ItemGroup>
<ItemGroup>
<Reference Include="System.Configuration" />
<Reference Include="System.Windows.Forms" />
Expand Down Expand Up @@ -58,5 +50,11 @@
<Content Include="exampledocs\utf8-example.xml" />
<Content Include="exampledocs\vidcard.xml" />
</ItemGroup>

<ItemGroup>
<None Update="app.config">
<SubType>Designer</SubType>
</None>
</ItemGroup>

</Project>

0 comments on commit b1264c2

Please sign in to comment.