|
1 | 1 | <Project Sdk="Microsoft.NET.Sdk"> |
2 | | - <PropertyGroup> |
3 | | - <OutputType>WinExe</OutputType> |
4 | | - <TargetFramework>net9.0-windows</TargetFramework> |
5 | | - <EnableWindowsTargeting>true</EnableWindowsTargeting> |
6 | | - <Nullable>enable</Nullable> |
7 | | - <ImplicitUsings>enable</ImplicitUsings> |
8 | | - <UseWPF>true</UseWPF> |
9 | | - <ApplicationIcon>Resources\FASTER.ico</ApplicationIcon> |
10 | | - <ApplicationManifest>Properties\FASTER.manifest</ApplicationManifest> |
11 | | - <SignAssembly>True</SignAssembly> |
12 | | - <AssemblyOriginatorKeyFile>FASTERKey.snk</AssemblyOriginatorKeyFile> |
13 | | - <Authors>Keelah Fox, Jupster, Canno.n</Authors> |
14 | | - <Version>1.9.7.1</Version> |
15 | | - <Company>FoxliCorp.</Company> |
16 | | - <Description>Fox's Arma Server Tool Extended Rewrite</Description> |
17 | | - <Copyright>Copyright © 2019</Copyright> |
18 | | - <PackageProjectUrl>https://github.com/Foxlider/FASTER</PackageProjectUrl> |
19 | | - <PackageReadmeFile>README.md</PackageReadmeFile> |
20 | | - <RepositoryUrl>https://github.com/Foxlider/FASTER</RepositoryUrl> |
21 | | - <PackageLicenseFile>LICENSE</PackageLicenseFile> |
22 | | - |
23 | | - <PublishReadyToRun>true</PublishReadyToRun> |
24 | | - <IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract> |
25 | | - <IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract> |
26 | | - <PublishReadyToRunComposite>false</PublishReadyToRunComposite> |
27 | | - </PropertyGroup> |
| 2 | + <PropertyGroup> |
| 3 | + <OutputType>WinExe</OutputType> |
| 4 | + <TargetFramework>net8.0-windows</TargetFramework> |
| 5 | + <EnableWindowsTargeting>true</EnableWindowsTargeting> |
| 6 | + <Nullable>enable</Nullable> |
| 7 | + <ImplicitUsings>enable</ImplicitUsings> |
| 8 | + <UseWPF>true</UseWPF> |
| 9 | + <ApplicationIcon>Resources\FASTER.ico</ApplicationIcon> |
| 10 | + <ApplicationManifest>Properties\FASTER.manifest</ApplicationManifest> |
| 11 | + <SignAssembly>True</SignAssembly> |
| 12 | + <AssemblyOriginatorKeyFile>FASTERKey.snk</AssemblyOriginatorKeyFile> |
| 13 | + <Authors>Keelah Fox, Jupster, Canno.n</Authors> |
| 14 | + <Version>1.9.7.2</Version> |
| 15 | + <Company>FoxliCorp.</Company> |
| 16 | + <Description>Fox's Arma Server Tool Extended Rewrite</Description> |
| 17 | + <Copyright>Copyright © 2019</Copyright> |
| 18 | + <PackageProjectUrl>https://github.com/Foxlider/FASTER</PackageProjectUrl> |
| 19 | + <PackageReadmeFile>README.md</PackageReadmeFile> |
| 20 | + <RepositoryUrl>https://github.com/Foxlider/FASTER</RepositoryUrl> |
| 21 | + <PackageLicenseFile>LICENSE</PackageLicenseFile> |
28 | 22 |
|
| 23 | + <PublishReadyToRun>true</PublishReadyToRun> |
| 24 | + <IncludeAllContentForSelfExtract>true</IncludeAllContentForSelfExtract> |
| 25 | + <IncludeNativeLibrariesForSelfExtract>true</IncludeNativeLibrariesForSelfExtract> |
| 26 | + <PublishReadyToRunComposite>false</PublishReadyToRunComposite> |
| 27 | + </PropertyGroup> |
29 | 28 |
|
30 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
31 | | - <DebugType>portable</DebugType> |
32 | | - <NoWarn>1701;1702;NU1701;CS8002;CS8618;CS8622</NoWarn> |
33 | | - </PropertyGroup> |
34 | 29 |
|
35 | | - <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
36 | | - <DebugType>none</DebugType> |
37 | | - <NoWarn>1701;1702;NU1701;CS8002;CS8618;CS8622</NoWarn> |
38 | | - </PropertyGroup> |
| 30 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
| 31 | + <DebugType>portable</DebugType> |
| 32 | + <NoWarn>1701;1702;NU1701;CS8002;CS8618;CS8622</NoWarn> |
| 33 | + </PropertyGroup> |
39 | 34 |
|
40 | | - <ItemGroup> |
41 | | - <Resource Include="Resources\FASTER.ico"> |
42 | | - <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
43 | | - </Resource> |
44 | | - </ItemGroup> |
45 | | - <ItemGroup> |
46 | | - <SplashScreen Include="Resources\FasterSplash.png" /> |
47 | | - </ItemGroup> |
48 | | - <ItemGroup> |
49 | | - <Compile Update="Properties\Settings.Designer.cs"> |
50 | | - <DesignTimeSharedInput>True</DesignTimeSharedInput> |
51 | | - <AutoGen>True</AutoGen> |
52 | | - <DependentUpon>Settings.settings</DependentUpon> |
53 | | - </Compile> |
54 | | - </ItemGroup> |
55 | | - <ItemGroup> |
56 | | - <None Update="Properties\Settings.settings"> |
57 | | - <Generator>SettingsSingleFileGenerator</Generator> |
58 | | - <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
59 | | - </None> |
60 | | - </ItemGroup> |
61 | | - <ItemGroup> |
| 35 | + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
| 36 | + <DebugType>none</DebugType> |
| 37 | + <NoWarn>1701;1702;NU1701;CS8002;CS8618;CS8622</NoWarn> |
| 38 | + </PropertyGroup> |
| 39 | + |
| 40 | + <ItemGroup> |
| 41 | + <Resource Include="Resources\FASTER.ico"> |
| 42 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 43 | + </Resource> |
| 44 | + </ItemGroup> |
| 45 | + <ItemGroup> |
| 46 | + <SplashScreen Include="Resources\FasterSplash.png" /> |
| 47 | + </ItemGroup> |
| 48 | + <ItemGroup> |
| 49 | + <Compile Update="Properties\Settings.Designer.cs"> |
| 50 | + <DesignTimeSharedInput>True</DesignTimeSharedInput> |
| 51 | + <AutoGen>True</AutoGen> |
| 52 | + <DependentUpon>Settings.settings</DependentUpon> |
| 53 | + </Compile> |
| 54 | + </ItemGroup> |
| 55 | + <ItemGroup> |
| 56 | + <None Update="Properties\Settings.settings"> |
| 57 | + <Generator>SettingsSingleFileGenerator</Generator> |
| 58 | + <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
| 59 | + </None> |
| 60 | + </ItemGroup> |
| 61 | + <ItemGroup> |
62 | 62 | <None Remove="Resources\FASTER.ico" /> |
63 | 63 | <None Remove="Resources\FasterSplash.png" /> |
64 | 64 | </ItemGroup> |
|
0 commit comments