-
Notifications
You must be signed in to change notification settings - Fork 0
/
StarArmory.csproj
30 lines (25 loc) · 958 Bytes
/
StarArmory.csproj
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
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<OutputType>WinExe</OutputType>
<TargetFramework>net6.0-windows</TargetFramework>
<Nullable>enable</Nullable>
<UseWindowsForms>true</UseWindowsForms>
<ImplicitUsings>enable</ImplicitUsings>
<ApplicationIcon>logo.ico</ApplicationIcon>
<AssemblyName>$(MSBuildProjectName)-v2.1.2</AssemblyName>
</PropertyGroup>
<ItemGroup>
<Content Include="logo.ico" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="log4net" Version="2.0.15" />
<PackageReference Include="Mutagen.Bethesda.FormKeys.Starfield" Version="3.2.0" />
<PackageReference Include="Mutagen.Bethesda.Starfield" Version="0.43.0.1-zdev-nightly-20231224-100524" />
<PackageReference Include="YamlDotNet" Version="13.7.1" />
</ItemGroup>
<ItemGroup>
<None Update="log4net.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>