1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{8A2401D7-EE59-48EC-A6D8-069EF807C82A}</ProjectGuid >
8+ <OutputType >Exe</OutputType >
9+ <RootNamespace >GLMUpdater</RootNamespace >
10+ <AssemblyName >GL2020 Updater</AssemblyName >
11+ <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
12+ <FileAlignment >512</FileAlignment >
13+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14+ <Deterministic >true</Deterministic >
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+ <AutorunEnabled >true</AutorunEnabled >
27+ <ApplicationRevision >1</ApplicationRevision >
28+ <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
29+ <UseApplicationTrust >false</UseApplicationTrust >
30+ <PublishWizardCompleted >true</PublishWizardCompleted >
31+ <BootstrapperEnabled >true</BootstrapperEnabled >
32+ </PropertyGroup >
33+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
34+ <PlatformTarget >AnyCPU</PlatformTarget >
35+ <DebugSymbols >true</DebugSymbols >
36+ <DebugType >full</DebugType >
37+ <Optimize >false</Optimize >
38+ <OutputPath >bin\Debug\</OutputPath >
39+ <DefineConstants >DEBUG;TRACE</DefineConstants >
40+ <ErrorReport >prompt</ErrorReport >
41+ <WarningLevel >4</WarningLevel >
42+ </PropertyGroup >
43+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
44+ <PlatformTarget >AnyCPU</PlatformTarget >
45+ <DebugType >pdbonly</DebugType >
46+ <Optimize >true</Optimize >
47+ <OutputPath >bin\Release\</OutputPath >
48+ <DefineConstants >TRACE</DefineConstants >
49+ <ErrorReport >prompt</ErrorReport >
50+ <WarningLevel >4</WarningLevel >
51+ </PropertyGroup >
52+ <PropertyGroup >
53+ <ManifestCertificateThumbprint >79505D8EC9DC2A5471E43CC5753D82A08BBB8468</ManifestCertificateThumbprint >
54+ </PropertyGroup >
55+ <PropertyGroup >
56+ <ManifestKeyFile >GL2020 Updater_TemporaryKey.pfx</ManifestKeyFile >
57+ </PropertyGroup >
58+ <PropertyGroup >
59+ <GenerateManifests >true</GenerateManifests >
60+ </PropertyGroup >
61+ <PropertyGroup >
62+ <SignManifests >true</SignManifests >
63+ </PropertyGroup >
64+ <ItemGroup >
65+ <Reference Include =" Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
66+ <HintPath >packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath >
67+ </Reference >
68+ <Reference Include =" System" />
69+ <Reference Include =" System.Core" />
70+ <Reference Include =" System.IO.Compression" />
71+ <Reference Include =" System.IO.Compression.FileSystem" />
72+ <Reference Include =" System.Xml.Linq" />
73+ <Reference Include =" System.Data.DataSetExtensions" />
74+ <Reference Include =" Microsoft.CSharp" />
75+ <Reference Include =" System.Data" />
76+ <Reference Include =" System.Net.Http" />
77+ <Reference Include =" System.Xml" />
78+ </ItemGroup >
79+ <ItemGroup >
80+ <Compile Include =" Program.cs" />
81+ <Compile Include =" Properties\AssemblyInfo.cs" />
82+ <Compile Include =" Updater.cs" />
83+ <Compile Include =" Utils.cs" />
84+ </ItemGroup >
85+ <ItemGroup >
86+ <None Include =" App.config" />
87+ <None Include =" packages.config" />
88+ </ItemGroup >
89+ <ItemGroup >
90+ <BootstrapperPackage Include =" .NETFramework,Version=v4.7.2" >
91+ <Visible >False</Visible >
92+ <ProductName >Microsoft .NET Framework 4.7.2 %28x86 and x64%29</ProductName >
93+ <Install >true</Install >
94+ </BootstrapperPackage >
95+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
96+ <Visible >False</Visible >
97+ <ProductName >.NET Framework 3.5 SP1</ProductName >
98+ <Install >false</Install >
99+ </BootstrapperPackage >
100+ </ItemGroup >
101+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
102+ </Project >
0 commit comments