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 >{AD73FD7A-F762-463F-9E54-8A8B060DAC2E}</ProjectGuid >
8+ <OutputType >WinExe</OutputType >
9+ <RootNamespace >MindustryInstaller</RootNamespace >
10+ <AssemblyName >MindustryInstaller</AssemblyName >
11+ <TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
12+ <FileAlignment >512</FileAlignment >
13+ <ProjectTypeGuids >{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
14+ <WarningLevel >4</WarningLevel >
15+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
16+ <Deterministic >true</Deterministic >
17+ <TargetFrameworkProfile />
18+ </PropertyGroup >
19+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
20+ <PlatformTarget >AnyCPU</PlatformTarget >
21+ <DebugSymbols >true</DebugSymbols >
22+ <DebugType >full</DebugType >
23+ <Optimize >false</Optimize >
24+ <OutputPath >bin\Debug\</OutputPath >
25+ <DefineConstants >DEBUG;TRACE</DefineConstants >
26+ <ErrorReport >prompt</ErrorReport >
27+ <WarningLevel >4</WarningLevel >
28+ </PropertyGroup >
29+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
30+ <PlatformTarget >AnyCPU</PlatformTarget >
31+ <DebugType >pdbonly</DebugType >
32+ <Optimize >true</Optimize >
33+ <OutputPath >bin\Release\</OutputPath >
34+ <DefineConstants >TRACE</DefineConstants >
35+ <ErrorReport >prompt</ErrorReport >
36+ <WarningLevel >4</WarningLevel >
37+ </PropertyGroup >
38+ <PropertyGroup >
39+ <SignManifests >false</SignManifests >
40+ </PropertyGroup >
41+ <PropertyGroup >
42+ <TargetZone >LocalIntranet</TargetZone >
43+ </PropertyGroup >
44+ <PropertyGroup >
45+ <GenerateManifests >false</GenerateManifests >
46+ </PropertyGroup >
47+ <PropertyGroup >
48+ <ApplicationManifest >Properties\app.manifest</ApplicationManifest >
49+ </PropertyGroup >
50+ <ItemGroup >
51+ <Reference Include =" Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
52+ <HintPath >..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath >
53+ </Reference >
54+ <Reference Include =" System" />
55+ <Reference Include =" System.Data" />
56+ <Reference Include =" System.IO.Compression.FileSystem" />
57+ <Reference Include =" System.Xml" />
58+ <Reference Include =" Microsoft.CSharp" />
59+ <Reference Include =" System.Core" />
60+ <Reference Include =" System.Xml.Linq" />
61+ <Reference Include =" System.Data.DataSetExtensions" />
62+ <Reference Include =" System.Net.Http" />
63+ <Reference Include =" System.Xaml" >
64+ <RequiredTargetFramework >4.0</RequiredTargetFramework >
65+ </Reference >
66+ <Reference Include =" WindowsBase" />
67+ <Reference Include =" PresentationCore" />
68+ <Reference Include =" PresentationFramework" />
69+ </ItemGroup >
70+ <ItemGroup >
71+ <ApplicationDefinition Include =" App.xaml" >
72+ <Generator >MSBuild:Compile</Generator >
73+ <SubType >Designer</SubType >
74+ </ApplicationDefinition >
75+ <Page Include =" MainWindow.xaml" >
76+ <Generator >MSBuild:Compile</Generator >
77+ <SubType >Designer</SubType >
78+ </Page >
79+ <Compile Include =" App.xaml.cs" >
80+ <DependentUpon >App.xaml</DependentUpon >
81+ <SubType >Code</SubType >
82+ </Compile >
83+ <Compile Include =" MainWindow.xaml.cs" >
84+ <DependentUpon >MainWindow.xaml</DependentUpon >
85+ <SubType >Code</SubType >
86+ </Compile >
87+ </ItemGroup >
88+ <ItemGroup >
89+ <Compile Include =" Properties\AssemblyInfo.cs" >
90+ <SubType >Code</SubType >
91+ </Compile >
92+ <Compile Include =" Properties\Resources.Designer.cs" >
93+ <AutoGen >True</AutoGen >
94+ <DesignTime >True</DesignTime >
95+ <DependentUpon >Resources.resx</DependentUpon >
96+ </Compile >
97+ <Compile Include =" Properties\Settings.Designer.cs" >
98+ <AutoGen >True</AutoGen >
99+ <DependentUpon >Settings.settings</DependentUpon >
100+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
101+ </Compile >
102+ <EmbeddedResource Include =" Properties\Resources.resx" >
103+ <Generator >ResXFileCodeGenerator</Generator >
104+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
105+ </EmbeddedResource >
106+ <None Include =" packages.config" />
107+ <None Include =" Properties\app.manifest" />
108+ <None Include =" Properties\Settings.settings" >
109+ <Generator >SettingsSingleFileGenerator</Generator >
110+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
111+ </None >
112+ </ItemGroup >
113+ <ItemGroup >
114+ <None Include =" App.config" />
115+ </ItemGroup >
116+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
117+ </Project >
0 commit comments