2021-01-01 18:21:07 +00:00
|
|
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
2020-02-07 04:20:49 +00:00
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
2021-01-04 21:09:00 +00:00
|
|
|
|
<OutputType>Exe</OutputType>
|
2021-01-01 18:21:07 +00:00
|
|
|
|
<TargetFramework>net5.0-windows</TargetFramework>
|
2020-02-07 04:20:49 +00:00
|
|
|
|
<UseWPF>true</UseWPF>
|
2021-08-12 05:12:12 +00:00
|
|
|
|
<AssemblyVersion>2.5.2.2</AssemblyVersion>
|
|
|
|
|
<FileVersion>2.5.2.2</FileVersion>
|
2020-02-08 05:31:50 +00:00
|
|
|
|
<Copyright>Copyright © 2019-2020</Copyright>
|
2020-02-25 01:24:23 +00:00
|
|
|
|
<Description>Wabbajack Application Launcher</Description>
|
2020-02-08 05:31:50 +00:00
|
|
|
|
<PublishReadyToRun>true</PublishReadyToRun>
|
2020-02-07 04:20:49 +00:00
|
|
|
|
<PublishSingleFile>true</PublishSingleFile>
|
|
|
|
|
<RuntimeIdentifier>win-x64</RuntimeIdentifier>
|
2020-02-08 00:22:20 +00:00
|
|
|
|
<AssemblyName>Wabbajack</AssemblyName>
|
|
|
|
|
<RootNamespace>Wabbajack</RootNamespace>
|
2021-01-01 23:45:56 +00:00
|
|
|
|
<IncludeSymbolsInSingleFile>false</IncludeSymbolsInSingleFile>
|
2021-01-04 21:09:00 +00:00
|
|
|
|
<IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract>
|
|
|
|
|
<TrimMode>Link</TrimMode>
|
2020-02-07 04:20:49 +00:00
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<PropertyGroup>
|
|
|
|
|
<ApplicationIcon>Resources\Icons\wabbajack.ico</ApplicationIcon>
|
|
|
|
|
</PropertyGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Remove="Wabba_Mouth_Small.png" />
|
|
|
|
|
<Resource Include="Wabba_Mouth_Small.png" />
|
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
<ItemGroup>
|
2021-04-01 20:52:23 +00:00
|
|
|
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
2020-02-07 04:20:49 +00:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
|
|
|
|
|
</Project>
|