Remove default test class

This commit is contained in:
2019-11-19 23:32:07 +01:00
parent 70bdc6a367
commit 8b26acbc35
2 changed files with 6 additions and 15 deletions

View File

@ -49,12 +49,17 @@
<Reference Include="System.Core" />
</ItemGroup>
<ItemGroup>
<Compile Include="UnitTest1.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\BrokerageLib\BrokerageLib.csproj">
<Project>{07f455ff-ce11-40f2-a66e-95fa497522fb}</Project>
<Name>BrokerageLib</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">