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 >{6057DF34-7DE4-44DB-9976-F78F4C2D402E}</ProjectGuid >
8
+ <OutputType >WinExe</OutputType >
9
+ <RootNamespace >DOOMSaveManager</RootNamespace >
10
+ <AssemblyName >DOOM Save Manager</AssemblyName >
11
+ <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
12
+ <FileAlignment >512</FileAlignment >
13
+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14
+ <Deterministic >true</Deterministic >
15
+ <PublishUrl >publish\</PublishUrl >
16
+ <Install >true</Install >
17
+ <InstallFrom >Disk</InstallFrom >
18
+ <UpdateEnabled >false</UpdateEnabled >
19
+ <UpdateMode >Foreground</UpdateMode >
20
+ <UpdateInterval >7</UpdateInterval >
21
+ <UpdateIntervalUnits >Days</UpdateIntervalUnits >
22
+ <UpdatePeriodically >false</UpdatePeriodically >
23
+ <UpdateRequired >false</UpdateRequired >
24
+ <MapFileExtensions >true</MapFileExtensions >
25
+ <ApplicationRevision >0</ApplicationRevision >
26
+ <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
27
+ <IsWebBootstrapper >false</IsWebBootstrapper >
28
+ <UseApplicationTrust >false</UseApplicationTrust >
29
+ <BootstrapperEnabled >true</BootstrapperEnabled >
30
+ </PropertyGroup >
31
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
32
+ <PlatformTarget >AnyCPU</PlatformTarget >
33
+ <DebugSymbols >true</DebugSymbols >
34
+ <DebugType >full</DebugType >
35
+ <Optimize >false</Optimize >
36
+ <OutputPath >bin\Debug\</OutputPath >
37
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
38
+ <ErrorReport >prompt</ErrorReport >
39
+ <WarningLevel >4</WarningLevel >
40
+ </PropertyGroup >
41
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
42
+ <PlatformTarget >AnyCPU</PlatformTarget >
43
+ <DebugType >pdbonly</DebugType >
44
+ <Optimize >true</Optimize >
45
+ <OutputPath >bin\Release\</OutputPath >
46
+ <DefineConstants >TRACE</DefineConstants >
47
+ <ErrorReport >prompt</ErrorReport >
48
+ <WarningLevel >4</WarningLevel >
49
+ </PropertyGroup >
50
+ <ItemGroup >
51
+ <Reference Include =" BouncyCastle.Crypto" >
52
+ <HintPath >lib\BouncyCastle.Crypto.dll</HintPath >
53
+ </Reference >
54
+ <Reference Include =" ICSharpCode.SharpZipLib, Version=1.2.0.246, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL" >
55
+ <HintPath >packages\SharpZipLib.1.2.0\lib\net45\ICSharpCode.SharpZipLib.dll</HintPath >
56
+ </Reference >
57
+ <Reference Include =" System" />
58
+ <Reference Include =" System.Core" />
59
+ <Reference Include =" System.Xml.Linq" />
60
+ <Reference Include =" System.Data.DataSetExtensions" />
61
+ <Reference Include =" Microsoft.CSharp" />
62
+ <Reference Include =" System.Data" />
63
+ <Reference Include =" System.Deployment" />
64
+ <Reference Include =" System.Drawing" />
65
+ <Reference Include =" System.Net.Http" />
66
+ <Reference Include =" System.Windows.Forms" />
67
+ <Reference Include =" System.Xml" />
68
+ </ItemGroup >
69
+ <ItemGroup >
70
+ <Compile Include =" Crypto.cs" />
71
+ <Compile Include =" DoomEternal.cs" />
72
+ <Compile Include =" Form1.cs" >
73
+ <SubType >Form</SubType >
74
+ </Compile >
75
+ <Compile Include =" Form1.Designer.cs" >
76
+ <DependentUpon >Form1.cs</DependentUpon >
77
+ </Compile >
78
+ <Compile Include =" Program.cs" />
79
+ <Compile Include =" Properties\AssemblyInfo.cs" />
80
+ <Compile Include =" TransferForm.cs" >
81
+ <SubType >Form</SubType >
82
+ </Compile >
83
+ <Compile Include =" TransferForm.Designer.cs" >
84
+ <DependentUpon >TransferForm.cs</DependentUpon >
85
+ </Compile >
86
+ <Compile Include =" Utilities.cs" />
87
+ <Compile Include =" SelectUUIDForm.cs" >
88
+ <SubType >Form</SubType >
89
+ </Compile >
90
+ <Compile Include =" SelectUUIDForm.Designer.cs" >
91
+ <DependentUpon >SelectUUIDForm.cs</DependentUpon >
92
+ </Compile >
93
+ <EmbeddedResource Include =" Form1.resx" >
94
+ <DependentUpon >Form1.cs</DependentUpon >
95
+ </EmbeddedResource >
96
+ <EmbeddedResource Include =" Properties\Resources.resx" >
97
+ <Generator >ResXFileCodeGenerator</Generator >
98
+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
99
+ <SubType >Designer</SubType >
100
+ </EmbeddedResource >
101
+ <Compile Include =" Properties\Resources.Designer.cs" >
102
+ <AutoGen >True</AutoGen >
103
+ <DependentUpon >Resources.resx</DependentUpon >
104
+ <DesignTime >True</DesignTime >
105
+ </Compile >
106
+ <EmbeddedResource Include =" TransferForm.resx" >
107
+ <DependentUpon >TransferForm.cs</DependentUpon >
108
+ </EmbeddedResource >
109
+ <EmbeddedResource Include =" SelectUUIDForm.resx" >
110
+ <DependentUpon >SelectUUIDForm.cs</DependentUpon >
111
+ </EmbeddedResource >
112
+ <None Include =" packages.config" />
113
+ <None Include =" Properties\Settings.settings" >
114
+ <Generator >SettingsSingleFileGenerator</Generator >
115
+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
116
+ </None >
117
+ <Compile Include =" Properties\Settings.Designer.cs" >
118
+ <AutoGen >True</AutoGen >
119
+ <DependentUpon >Settings.settings</DependentUpon >
120
+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
121
+ </Compile >
122
+ </ItemGroup >
123
+ <ItemGroup >
124
+ <None Include =" App.config" />
125
+ </ItemGroup >
126
+ <ItemGroup >
127
+ <BootstrapperPackage Include =" .NETFramework,Version=v4.7.2" >
128
+ <Visible >False</Visible >
129
+ <ProductName >Microsoft .NET Framework 4.7.2 %28x86 and x64%29</ProductName >
130
+ <Install >true</Install >
131
+ </BootstrapperPackage >
132
+ <BootstrapperPackage Include =" Microsoft.Net.Framework.3.5.SP1" >
133
+ <Visible >False</Visible >
134
+ <ProductName >.NET Framework 3.5 SP1</ProductName >
135
+ <Install >false</Install >
136
+ </BootstrapperPackage >
137
+ </ItemGroup >
138
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
139
+ </Project >
0 commit comments