11<Project Sdk =" Microsoft.NET.Sdk.WindowsDesktop" >
22
3- <PropertyGroup >
4- <LangVersion >preview</LangVersion >
5- <OutputType >WinExe</OutputType >
6- <UseWindowsForms >true</UseWindowsForms >
7- <AssemblyName >Pro_Swapper</AssemblyName >
8- <RootNamespace >Pro_Swapper</RootNamespace >
9- <StartupObject >Pro_Swapper.Program</StartupObject >
10- <ApplicationIcon >Icon.ico</ApplicationIcon >
11- <Platforms >AnyCPU;x64</Platforms >
12- </PropertyGroup >
13- <PropertyGroup >
14- <OutputType >WinExe</OutputType >
15- <TargetFramework >net6.0-windows</TargetFramework >
16- <Version >0.0.9.7</Version >
17- <Company >Pro Swapper</Company >
18- <Authors >Pro Swapper</Authors >
19- <Product >Pro Swapper</Product >
20- <Description >Pro Swapper the BEST Fortnite Skin Swapper
21- https://proswapper.xyz</Description >
22- <Copyright >Copyright © 2019 - 2022</Copyright >
23- <SignAssembly >false</SignAssembly >
24- <PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
25- <PackageProjectUrl >https://proswapper.xyz</PackageProjectUrl >
26- <NeutralLanguage >en</NeutralLanguage >
27- <PackageLicenseExpression >MIT License</PackageLicenseExpression >
28- <PackageLicenseFile ></PackageLicenseFile >
29- </PropertyGroup >
3+ <PropertyGroup >
4+ <LangVersion >preview</LangVersion >
5+ <OutputType >WinExe</OutputType >
6+ <UseWindowsForms >true</UseWindowsForms >
7+ <AssemblyName >Pro_Swapper</AssemblyName >
8+ <RootNamespace >Pro_Swapper</RootNamespace >
9+ <StartupObject >Pro_Swapper.Program</StartupObject >
10+ <ApplicationIcon >Icon.ico</ApplicationIcon >
11+ <Platforms >AnyCPU;x64</Platforms >
12+ </PropertyGroup >
13+ <PropertyGroup >
14+ <OutputType >WinExe</OutputType >
15+ <TargetFramework >net6.0-windows</TargetFramework >
16+ <Version >0.0.9.8</Version >
17+ <Company >Pro Swapper</Company >
18+ <Authors >Pro Swapper</Authors >
19+ <Product >Pro Swapper</Product >
20+ <Description >
21+ Pro Swapper the BEST Fortnite Skin Swapper
22+ https://proswapper.xyz
23+ </Description >
24+ <Copyright >Copyright © 2019 - 2022</Copyright >
25+ <SignAssembly >false</SignAssembly >
26+ <PackageRequireLicenseAcceptance >false</PackageRequireLicenseAcceptance >
27+ <PackageProjectUrl >https://proswapper.xyz</PackageProjectUrl >
28+ <NeutralLanguage >en</NeutralLanguage >
29+ <PackageLicenseExpression >MIT License</PackageLicenseExpression >
30+ <PackageLicenseFile ></PackageLicenseFile >
31+ </PropertyGroup >
3032
31- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
32- <PlatformTarget >x64</PlatformTarget >
33- <OutputPath >bin\</OutputPath >
34- <Optimize >false</Optimize >
35- <DefineConstants >DEBUG;TRACE</DefineConstants >
36- <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
37- </PropertyGroup >
33+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|AnyCPU'" >
34+ <PlatformTarget >x64</PlatformTarget >
35+ <OutputPath >bin\</OutputPath >
36+ <Optimize >false</Optimize >
37+ <DefineConstants >DEBUG;TRACE</DefineConstants >
38+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
39+ </PropertyGroup >
3840
39- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
40- <PlatformTarget >x64</PlatformTarget >
41- <OutputPath >bin\</OutputPath >
42- <Optimize >false</Optimize >
43- <DefineConstants >DEBUG;TRACE</DefineConstants >
44- <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
45- </PropertyGroup >
41+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
42+ <PlatformTarget >x64</PlatformTarget >
43+ <OutputPath >bin\</OutputPath >
44+ <Optimize >false</Optimize >
45+ <DefineConstants >DEBUG;TRACE</DefineConstants >
46+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
47+ </PropertyGroup >
4648
47- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
48- <PlatformTarget >x64</PlatformTarget >
49- <OutputPath >bin\</OutputPath >
50- <Optimize >true</Optimize >
51- <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
52- <Prefer32Bit >false</Prefer32Bit >
53- </PropertyGroup >
49+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|AnyCPU'" >
50+ <PlatformTarget >x64</PlatformTarget >
51+ <OutputPath >bin\</OutputPath >
52+ <Optimize >true</Optimize >
53+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
54+ <Prefer32Bit >false</Prefer32Bit >
55+ </PropertyGroup >
5456
55- <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
56- <PlatformTarget >x64</PlatformTarget >
57- <OutputPath >bin\</OutputPath >
58- <Optimize >true</Optimize >
59- <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
60- <Prefer32Bit >false</Prefer32Bit >
61- </PropertyGroup >
57+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
58+ <PlatformTarget >x64</PlatformTarget >
59+ <OutputPath >bin\</OutputPath >
60+ <Optimize >true</Optimize >
61+ <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
62+ <Prefer32Bit >false</Prefer32Bit >
63+ </PropertyGroup >
6264
63- <ItemGroup >
64- <Compile Remove =" bin\**" />
65- <Compile Remove =" CUE4Parse\CUE4Parse-Conversion\**" />
66- <Compile Remove =" CUE4Parse\CUE4Parse-Fortnite\**" />
67- <EmbeddedResource Remove =" bin\**" />
68- <EmbeddedResource Remove =" CUE4Parse\CUE4Parse-Conversion\**" />
69- <EmbeddedResource Remove =" CUE4Parse\CUE4Parse-Fortnite\**" />
70- <None Remove =" bin\**" />
71- <None Remove =" CUE4Parse\CUE4Parse-Conversion\**" />
72- <None Remove =" CUE4Parse\CUE4Parse-Fortnite\**" />
73- </ItemGroup >
65+ <ItemGroup >
66+ <Compile Remove =" bin\**" />
67+ <Compile Remove =" CUE4Parse\CUE4Parse-Conversion\**" />
68+ <Compile Remove =" CUE4Parse\CUE4Parse-Fortnite\**" />
69+ <EmbeddedResource Remove =" bin\**" />
70+ <EmbeddedResource Remove =" CUE4Parse\CUE4Parse-Conversion\**" />
71+ <EmbeddedResource Remove =" CUE4Parse\CUE4Parse-Fortnite\**" />
72+ <None Remove =" bin\**" />
73+ <None Remove =" CUE4Parse\CUE4Parse-Conversion\**" />
74+ <None Remove =" CUE4Parse\CUE4Parse-Fortnite\**" />
75+ </ItemGroup >
7476
7577
76- <ItemGroup >
77- <Compile Remove =" src\Classes\Items.cs" />
78- <Compile Remove =" src\UI\swap.cs" />
79- <Compile Remove =" src\UI\swap.Designer.cs" />
80- </ItemGroup >
78+ <ItemGroup >
79+ <Compile Remove =" src\Classes\Items.cs" />
80+ <Compile Remove =" src\UI\swap.cs" />
81+ <Compile Remove =" src\UI\swap.Designer.cs" />
82+ </ItemGroup >
8183
8284
83- <ItemGroup >
84- <None Remove =" CUE4Parse\.gitattributes" />
85- <None Remove =" CUE4Parse\.gitignore" />
86- <None Remove =" CUE4Parse\README.md" />
87- </ItemGroup >
85+ <ItemGroup >
86+ <None Remove =" CUE4Parse\.gitattributes" />
87+ <None Remove =" CUE4Parse\.gitignore" />
88+ <None Remove =" CUE4Parse\README.md" />
89+ </ItemGroup >
8890
89- <ItemGroup >
90- <PackageReference Include =" DiscordRichPresence" Version =" 1.0.175" />
91- <PackageReference Include =" DotNetZip" Version =" 1.15.0" />
92- <PackageReference Include =" K4os.Compression.LZ4.Streams" Version =" 1.2.6" />
93- <PackageReference Include =" LZMA-SDK" Version =" 19.0.0" />
94- <PackageReference Include =" MessagePack" Version =" 2.3.75" />
95- <PackageReference Include =" Serilog" Version =" 2.10.0" />
96- </ItemGroup >
91+ <ItemGroup >
92+ <PackageReference Include =" DiscordRichPresence" Version =" 1.0.175" />
93+ <PackageReference Include =" DotNetZip" Version =" 1.15.0" />
94+ <PackageReference Include =" K4os.Compression.LZ4.Streams" Version =" 1.2.6" />
95+ <PackageReference Include =" LZMA-SDK" Version =" 19.0.0" />
96+ <PackageReference Include =" MessagePack" Version =" 2.3.75" />
97+ <PackageReference Include =" Serilog" Version =" 2.10.0" />
98+ </ItemGroup >
9799
98- <ItemGroup >
99- <Compile Update =" Properties\Resources.Designer.cs" >
100- <DesignTime >True</DesignTime >
101- <AutoGen >True</AutoGen >
102- <DependentUpon >Resources.resx</DependentUpon >
103- </Compile >
104- <Compile Update =" src\Other\Map\Map.cs" >
105- <SubType >Form</SubType >
106- </Compile >
107- <Compile Update =" src\UI\SwapOption.cs" >
108- <SubType >Form</SubType >
109- </Compile >
110- <Compile Update =" src\UI\SwapForm.cs" >
111- <SubType >Form</SubType >
112- </Compile >
113- </ItemGroup >
100+ <ItemGroup >
101+ <Compile Update =" Properties\Resources.Designer.cs" >
102+ <DesignTime >True</DesignTime >
103+ <AutoGen >True</AutoGen >
104+ <DependentUpon >Resources.resx</DependentUpon >
105+ </Compile >
106+ <Compile Update =" src\Other\Map\Map.cs" >
107+ <SubType >Form</SubType >
108+ </Compile >
109+ <Compile Update =" src\UI\SwapOption.cs" >
110+ <SubType >Form</SubType >
111+ </Compile >
112+ <Compile Update =" src\UI\SwapForm.cs" >
113+ <SubType >Form</SubType >
114+ </Compile >
115+ </ItemGroup >
114116
115- <ItemGroup >
116- <EmbeddedResource Update =" Properties\Resources.resx" >
117- <Generator >ResXFileCodeGenerator</Generator >
118- <LastGenOutput >Resources.Designer.cs</LastGenOutput >
119- </EmbeddedResource >
120- </ItemGroup >
117+ <ItemGroup >
118+ <EmbeddedResource Update =" Properties\Resources.resx" >
119+ <Generator >ResXFileCodeGenerator</Generator >
120+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
121+ </EmbeddedResource >
122+ </ItemGroup >
121123
122124
123125</Project >
0 commit comments