1- <Project Sdk =" Microsoft.NET.Sdk" >
1+ <Project Sdk =" Microsoft.NET.Sdk" >
22
33 <PropertyGroup >
44 <OutputType >WinExe</OutputType >
55 <TargetFramework >net9.0-windows</TargetFramework >
6- <LangVersion >preview</LangVersion >
7- <UseWPF >true</UseWPF >
6+ <LangVersion >preview</LangVersion >
7+ <UseWPF >true</UseWPF >
88 <AssemblyName >Reloaded-II</AssemblyName >
99 <RootNamespace >Reloaded.Mod.Launcher</RootNamespace >
10- <Version >1.30.2 </Version >
10+ <Version >1.30.3 </Version >
1111 <Copyright >Sewer56 ~ $([System.DateTime]::UtcNow.ToString("s")) | $(Version)</Copyright >
1212 <AppendTargetFrameworkToOutputPath >false</AppendTargetFrameworkToOutputPath >
1313 <ApplicationIcon >appicon.ico</ApplicationIcon >
14- <OutputPath >..\Output\Launcher\</OutputPath >
15- <CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies >
16- <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
14+ <OutputPath >..\Output\Launcher\</OutputPath >
15+ <CopyLocalLockFileAssemblies >true</CopyLocalLockFileAssemblies >
16+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
1717 <Nullable >enable</Nullable >
1818 <ImplicitUsings >enable</ImplicitUsings >
1919 <NoWarn >CS0067</NoWarn >
20- <DebugType >portable</DebugType >
21- <EnableWindowsTargeting >true</EnableWindowsTargeting >
20+ <DebugType >portable</DebugType >
21+ <EnableWindowsTargeting >true</EnableWindowsTargeting >
2222
23- <!-- For backcompat with out of support versions of Windows -->
24- <CETCompat >false</CETCompat >
23+ <!-- For backcompat with out of support versions of Windows -->
24+ <CETCompat >false</CETCompat >
2525 </PropertyGroup >
26-
26+
2727 <ItemGroup >
2828 <None Remove =" Assets\**" />
2929 <None Remove =" Theme\**" />
3030 <None Remove =" LICENSE.txt" />
3131 </ItemGroup >
32-
32+
3333 <ItemGroup >
3434 <Content Include =" Assets\Languages\**\*.xaml" >
3535 <CopyToOutputDirectory >Always</CopyToOutputDirectory >
36- <ExcludeFromSingleFile >true</ExcludeFromSingleFile >
36+ <ExcludeFromSingleFile >true</ExcludeFromSingleFile >
3737 </Content >
38- <Content Include =" Assets\HTML\**" Link =" %(RecursiveDir)\%(Filename)%(Extension)" >
39- <CopyToOutputDirectory >Always</CopyToOutputDirectory >
40- <ExcludeFromSingleFile >true</ExcludeFromSingleFile >
41- </Content >
42- <Content Include =" Theme\**" >
43- <Generator >MSBuild:Compile</Generator >
44- <CopyToOutputDirectory >Always</CopyToOutputDirectory >
45- <ExcludeFromSingleFile >true</ExcludeFromSingleFile >
46- </Content >
47- <Content Include =" Assets\Loader\**" Link =" Loader\%(RecursiveDir)\%(Filename)%(Extension)" >
48- <CopyToOutputDirectory >Always</CopyToOutputDirectory >
49- <ExcludeFromSingleFile >true</ExcludeFromSingleFile >
50- </Content >
51- <Content Include =" LICENSE.txt" >
38+ <Content Include =" Assets\HTML\**" Link =" %(RecursiveDir)\%(Filename)%(Extension)" >
5239 <CopyToOutputDirectory >Always</CopyToOutputDirectory >
53- <ExcludeFromSingleFile >true</ExcludeFromSingleFile >
40+ <ExcludeFromSingleFile >true</ExcludeFromSingleFile >
5441 </Content >
55- <Content Include =" Utility\ThemeHelpers.cs" />
42+ <Content Include =" Theme\**" >
43+ <Generator >MSBuild:Compile</Generator >
44+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
45+ <ExcludeFromSingleFile >true</ExcludeFromSingleFile >
46+ </Content >
47+ <Content Include =" Assets\Loader\**" Link =" Loader\%(RecursiveDir)\%(Filename)%(Extension)" >
48+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
49+ <ExcludeFromSingleFile >true</ExcludeFromSingleFile >
50+ </Content >
51+ <Content Include =" LICENSE.txt" >
52+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
53+ <ExcludeFromSingleFile >true</ExcludeFromSingleFile >
54+ </Content >
55+ <Content Include =" Utility\ThemeHelpers.cs" />
5656 <Content Include =" Assets\DefaultSettings\**" >
5757 <CopyToOutputDirectory >Always</CopyToOutputDirectory >
5858 <ExcludeFromSingleFile >true</ExcludeFromSingleFile >
5959 </Content >
6060 </ItemGroup >
61-
61+
6262 <ItemGroup >
6363 <Compile Remove =" Theme\Helpers\ThemeHelpers.cs" />
6464 </ItemGroup >
65-
65+
6666 <ItemGroup >
6767 <Page Remove =" Theme\Default\R-II\Colours.xaml" />
6868 </ItemGroup >
9696 </ItemGroup >
9797
9898 <ItemGroup >
99- <Reference Include =" PropertyChanged" >
100- <HintPath >Dependencies\PropertyChanged.dll</HintPath >
101- </Reference >
99+ <Reference Include =" PropertyChanged" >
100+ <HintPath >Dependencies\PropertyChanged.dll</HintPath >
101+ </Reference >
102102 </ItemGroup >
103103
104104 <ItemGroup >
112112 <SubType >Code</SubType >
113113 </Compile >
114114 </ItemGroup >
115-
115+
116116 <!-- Disable HTTP/3, as this has issues with Wine out of the box. -->
117117 <ItemGroup >
118- <RuntimeHostConfigurationOption Include =" System.Net.SocketsHttpHandler.Http3Support" Value =" false" />
118+ <RuntimeHostConfigurationOption Include =" System.Net.SocketsHttpHandler.Http3Support"
119+ Value =" false" />
119120 </ItemGroup >
120-
121+
121122</Project >
0 commit comments