markus / MarkusAutoUpdate / src / NetSparkle.Tests / NetSparkle.Tests.csproj @ d8f5045e
이력 | 보기 | 이력해설 | 다운로드 (2.23 KB)
1 |
<Project Sdk="Microsoft.NET.Sdk"> |
---|---|
2 |
<PropertyGroup> |
3 |
<ProjectGuid>{E50AC3A5-6C63-40D7-A4C4-9B359EFD5707}</ProjectGuid> |
4 |
<RootNamespace>NetSparkleUnitTests</RootNamespace> |
5 |
<AssemblyName>NetSparkleUnitTests</AssemblyName> |
6 |
<TargetFrameworks>netcoreapp3.0;net452</TargetFrameworks> |
7 |
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> |
8 |
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
9 |
<ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath> |
10 |
<IsCodedUITest>False</IsCodedUITest> |
11 |
<TestProjectType>UnitTest</TestProjectType> |
12 |
<AssemblyTitle>NetSparkleUnitTests</AssemblyTitle> |
13 |
<Product>NetSparkleUnitTests</Product> |
14 |
<Copyright>Copyright © 2020</Copyright> |
15 |
<OutputPath>..\..\bin\NetSparkle.Tests\$(Configuration)\</OutputPath> |
16 |
<Configurations>Debug;Release</Configurations> |
17 |
</PropertyGroup> |
18 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
19 |
<DebugType>full</DebugType> |
20 |
</PropertyGroup> |
21 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
22 |
<DebugType>pdbonly</DebugType> |
23 |
</PropertyGroup> |
24 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release_Daelim|AnyCPU'"> |
25 |
<DebugType>pdbonly</DebugType> |
26 |
</PropertyGroup> |
27 |
<Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" /> |
28 |
<ItemGroup> |
29 |
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="16.5.0" /> |
30 |
<PackageReference Include="xunit" Version="2.4.1" /> |
31 |
<PackageReference Include="xunit.extensibility.execution" Version="2.4.1" /> |
32 |
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.2"> |
33 |
<PrivateAssets>all</PrivateAssets> |
34 |
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets> |
35 |
</PackageReference> |
36 |
<PackageReference Include="coverlet.collector" Version="1.2.0" /> |
37 |
</ItemGroup> |
38 |
<ItemGroup> |
39 |
<ProjectReference Include="..\NetSparkle\NetSparkle.csproj" /> |
40 |
</ItemGroup> |
41 |
</Project> |