Skip to content

Commit

Permalink
Remove test file from project
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Ganss committed Jul 8, 2019
1 parent ea66c53 commit 44f3419
Showing 1 changed file with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@
<GenerateAssemblyCopyrightAttribute>false</GenerateAssemblyCopyrightAttribute>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
</PropertyGroup>
<ItemGroup>
<Compile Remove="xsd\vstst\vstst2.cs" />
</ItemGroup>
<ItemGroup>
<None Remove="xsd\vstst\vstst2.xsd" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\XmlSampleGenerator\XmlSampleGenerator.csproj" />
<ProjectReference Include="..\XmlSchemaClassGenerator\XmlSchemaClassGenerator.csproj" />
Expand Down Expand Up @@ -452,9 +458,6 @@
<None Update="xsd\vstst\vstst.xsd">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="xsd\vstst\vstst2.xsd">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="xsd\wadl\wadl.xsd">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
Expand Down

0 comments on commit 44f3419

Please sign in to comment.