-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy pathModManagerUnitTests.csproj
More file actions
34 lines (34 loc) · 1.24 KB
/
ModManagerUnitTests.csproj
File metadata and controls
34 lines (34 loc) · 1.24 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<RootNamespace>MapSwitcherUnitTests</RootNamespace>
<AssemblyName>MapSwitcherUnitTests</AssemblyName>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>net8.0-windows</TargetFramework>
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
<AssemblyTitle>MapSwitcherUnitTests</AssemblyTitle>
<Product>MapSwitcherUnitTests</Product>
<Copyright>Copyright © 2019</Copyright>
<AssemblyVersion>1.0.0.0</AssemblyVersion>
<FileVersion>1.0.0.0</FileVersion>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="..\..\SessionMapSwitcher\SessionMapSwitcherWPF\SessionModManagerWPF.csproj" />
<ProjectReference Include="..\SessionModManagerCore\SessionModManagerCore.csproj" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="MSTest.TestAdapter">
<Version>3.5.0</Version>
</PackageReference>
<PackageReference Include="NLog">
<Version>5.3.2</Version>
</PackageReference>
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.10.0" />
<PackageReference Include="MSTest.TestFramework" Version="3.5.0" />
</ItemGroup>
<ItemGroup>
<Folder Include="Helpers\" />
</ItemGroup>
</Project>