1
0
mirror of https://github.com/ZetaKebab/MpcNET.git synced 2024-09-16 05:30:09 +00:00
MpcNET/Sources/MpcNET.Test/MpcNET.Test.csproj

41 lines
1.3 KiB
XML
Raw Normal View History

2017-04-12 07:49:39 +00:00
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
2021-10-03 15:53:58 +00:00
<TargetFramework>net5.0</TargetFramework>
2017-04-12 10:11:27 +00:00
<AssemblyName>MpcNET.Test</AssemblyName>
<PackageId>MpcNET.Test</PackageId>
2017-04-12 07:49:39 +00:00
<GenerateRuntimeConfigurationFiles>true</GenerateRuntimeConfigurationFiles>
<GenerateAssemblyConfigurationAttribute>false</GenerateAssemblyConfigurationAttribute>
<GenerateAssemblyCompanyAttribute>false</GenerateAssemblyCompanyAttribute>
<GenerateAssemblyProductAttribute>false</GenerateAssemblyProductAttribute>
2017-04-12 10:11:27 +00:00
<RootNamespace>MpcNET.Test</RootNamespace>
<SignAssembly>False</SignAssembly>
<DelaySign>True</DelaySign>
2017-04-12 07:49:39 +00:00
</PropertyGroup>
<ItemGroup>
2017-04-12 10:11:27 +00:00
<None Remove="MpcNET.Test.csproj.DotSettings" />
2017-04-12 07:49:39 +00:00
</ItemGroup>
<ItemGroup>
2017-04-12 10:11:27 +00:00
<None Update="Server\**\*">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
2017-04-12 07:49:39 +00:00
</ItemGroup>
<ItemGroup>
2019-01-31 23:06:38 +00:00
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="15.9.0" />
<PackageReference Include="MSTest.TestAdapter" Version="1.4.0" />
<PackageReference Include="MSTest.TestFramework" Version="1.4.0" />
</ItemGroup>
2017-04-12 10:11:27 +00:00
<ItemGroup>
<ProjectReference Include="..\MpcNET\MpcNET.csproj" />
</ItemGroup>
<ItemGroup>
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
2017-04-12 07:49:39 +00:00
</ItemGroup>
</Project>