88 <OutputType >WinExe</OutputType >
99 <RootNamespace >BorderlessMinecraft</RootNamespace >
1010 <AssemblyName >BorderlessMinecraft</AssemblyName >
11- <TargetFrameworkVersion >v4.7.2 </TargetFrameworkVersion >
11+ <TargetFrameworkVersion >v4.8 </TargetFrameworkVersion >
1212 <FileAlignment >512</FileAlignment >
1313 <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
1414 <TargetFrameworkProfile />
15+ <IsWebBootstrapper >false</IsWebBootstrapper >
16+ <PublishUrl >publish\</PublishUrl >
17+ <Install >true</Install >
18+ <InstallFrom >Disk</InstallFrom >
19+ <UpdateEnabled >false</UpdateEnabled >
20+ <UpdateMode >Foreground</UpdateMode >
21+ <UpdateInterval >7</UpdateInterval >
22+ <UpdateIntervalUnits >Days</UpdateIntervalUnits >
23+ <UpdatePeriodically >false</UpdatePeriodically >
24+ <UpdateRequired >false</UpdateRequired >
25+ <MapFileExtensions >true</MapFileExtensions >
26+ <ApplicationRevision >1</ApplicationRevision >
27+ <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
28+ <UseApplicationTrust >false</UseApplicationTrust >
29+ <PublishWizardCompleted >true</PublishWizardCompleted >
30+ <BootstrapperEnabled >true</BootstrapperEnabled >
1531 </PropertyGroup >
1632 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
1733 <PlatformTarget >AnyCPU</PlatformTarget >
3551 <PropertyGroup >
3652 <ApplicationIcon >barrier.ico</ApplicationIcon >
3753 </PropertyGroup >
54+ <PropertyGroup >
55+ <ManifestCertificateThumbprint >F0BB6B4AB81DCB530A46721FAE58938516286746</ManifestCertificateThumbprint >
56+ </PropertyGroup >
57+ <PropertyGroup >
58+ <ManifestKeyFile >BorderlessMinecraft_TemporaryKey.pfx</ManifestKeyFile >
59+ </PropertyGroup >
60+ <PropertyGroup >
61+ <GenerateManifests >true</GenerateManifests >
62+ </PropertyGroup >
63+ <PropertyGroup >
64+ <SignManifests >true</SignManifests >
65+ </PropertyGroup >
3866 <ItemGroup >
3967 <Reference Include =" System" />
68+ <Reference Include =" System.CodeDom, Version=6.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL" >
69+ <HintPath >..\packages\System.CodeDom.6.0.0\lib\net461\System.CodeDom.dll</HintPath >
70+ </Reference >
4071 <Reference Include =" System.Core" />
72+ <Reference Include =" System.Management" />
4173 <Reference Include =" System.Xml.Linq" />
4274 <Reference Include =" System.Data.DataSetExtensions" />
4375 <Reference Include =" Microsoft.CSharp" />
4981 <Reference Include =" System.Xml" />
5082 </ItemGroup >
5183 <ItemGroup >
84+ <Compile Include =" Configuration\AutoStartup.cs" />
85+ <Compile Include =" Configuration\RegistryEditor.cs" />
86+ <Compile Include =" Configuration\Config.cs" />
87+ <Compile Include =" DLLInterop.cs" />
5288 <Compile Include =" Form1.cs" >
5389 <SubType >Form</SubType >
5490 </Compile >
5591 <Compile Include =" Form1.Designer.cs" >
5692 <DependentUpon >Form1.cs</DependentUpon >
5793 </Compile >
94+ <Compile Include =" Processes\ProcessMonitor.cs" />
5895 <Compile Include =" Program.cs" />
5996 <Compile Include =" Properties\AssemblyInfo.cs" />
6097 <EmbeddedResource Include =" Form1.resx" >
70107 <DependentUpon >Resources.resx</DependentUpon >
71108 <DesignTime >True</DesignTime >
72109 </Compile >
110+ <None Include =" BorderlessMinecraft_TemporaryKey.pfx" />
111+ <None Include =" packages.config" />
73112 <None Include =" Properties\Settings.settings" >
74113 <Generator >SettingsSingleFileGenerator</Generator >
75114 <LastGenOutput >Settings.Designer.cs</LastGenOutput >
86125 <ItemGroup >
87126 <Content Include =" barrier.ico" />
88127 </ItemGroup >
128+ <ItemGroup >
129+ <BootstrapperPackage Include =" .NETFramework,Version=v4.7.2" >
130+ <Visible >False</Visible >
131+ <ProductName >Microsoft .NET Framework 4.7.2 %28x86 and x64%29</ProductName >
132+ <Install >true</Install >
133+ </BootstrapperPackage >
134+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
135+ <Visible >False</Visible >
136+ <ProductName >.NET Framework 3.5 SP1</ProductName >
137+ <Install >false</Install >
138+ </BootstrapperPackage >
139+ </ItemGroup >
89140 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
90141</Project >
0 commit comments