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 >{6116F2A7-C83A-482A-952A-2086165E558A}</ProjectGuid >
8+ <OutputType >WinExe</OutputType >
9+ <RootNamespace >AutoSynthesis_Updater</RootNamespace >
10+ <AssemblyName >AutoSynthesis Updater</AssemblyName >
11+ <TargetFrameworkVersion >v4.7.2</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+ </PropertyGroup >
18+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
19+ <PlatformTarget >AnyCPU</PlatformTarget >
20+ <DebugSymbols >true</DebugSymbols >
21+ <DebugType >full</DebugType >
22+ <Optimize >false</Optimize >
23+ <OutputPath >bin\Debug\</OutputPath >
24+ <DefineConstants >DEBUG;TRACE</DefineConstants >
25+ <ErrorReport >prompt</ErrorReport >
26+ <WarningLevel >4</WarningLevel >
27+ </PropertyGroup >
28+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
29+ <PlatformTarget >AnyCPU</PlatformTarget >
30+ <DebugType >pdbonly</DebugType >
31+ <Optimize >true</Optimize >
32+ <OutputPath >..\Release\</OutputPath >
33+ <DefineConstants >TRACE</DefineConstants >
34+ <ErrorReport >prompt</ErrorReport >
35+ <WarningLevel >4</WarningLevel >
36+ </PropertyGroup >
37+ <PropertyGroup >
38+ <ApplicationIcon >icon.ico</ApplicationIcon >
39+ </PropertyGroup >
40+ <PropertyGroup >
41+ <ApplicationManifest >Properties\app.manifest</ApplicationManifest >
42+ </PropertyGroup >
43+ <ItemGroup >
44+ <Reference Include =" Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
45+ <HintPath >..\RapidSynthesis\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath >
46+ </Reference >
47+ <Reference Include =" System" />
48+ <Reference Include =" System.Data" />
49+ <Reference Include =" System.IO.Compression" />
50+ <Reference Include =" System.IO.Compression.FileSystem" />
51+ <Reference Include =" System.Xml" />
52+ <Reference Include =" Microsoft.CSharp" />
53+ <Reference Include =" System.Core" />
54+ <Reference Include =" System.Xml.Linq" />
55+ <Reference Include =" System.Data.DataSetExtensions" />
56+ <Reference Include =" System.Net.Http" />
57+ <Reference Include =" System.Xaml" >
58+ <RequiredTargetFramework >4.0</RequiredTargetFramework >
59+ </Reference >
60+ <Reference Include =" WindowsBase" />
61+ <Reference Include =" PresentationCore" />
62+ <Reference Include =" PresentationFramework" />
63+ </ItemGroup >
64+ <ItemGroup >
65+ <ApplicationDefinition Include =" App.xaml" >
66+ <Generator >MSBuild:Compile</Generator >
67+ <SubType >Designer</SubType >
68+ </ApplicationDefinition >
69+ <Page Include =" AutoSynthesisUpdater.xaml" >
70+ <Generator >MSBuild:Compile</Generator >
71+ <SubType >Designer</SubType >
72+ </Page >
73+ <Compile Include =" App.xaml.cs" >
74+ <DependentUpon >App.xaml</DependentUpon >
75+ <SubType >Code</SubType >
76+ </Compile >
77+ <Compile Include =" AutoSynthesisUpdater.xaml.cs" >
78+ <DependentUpon >AutoSynthesisUpdater.xaml</DependentUpon >
79+ <SubType >Code</SubType >
80+ </Compile >
81+ </ItemGroup >
82+ <ItemGroup >
83+ <Compile Include =" Classes\UpdateController.cs" />
84+ <Compile Include =" DataTypes\UpdateMetadata.cs" />
85+ <Compile Include =" Properties\AssemblyInfo.cs" >
86+ <SubType >Code</SubType >
87+ </Compile >
88+ <Compile Include =" Properties\Resources.Designer.cs" >
89+ <AutoGen >True</AutoGen >
90+ <DesignTime >True</DesignTime >
91+ <DependentUpon >Resources.resx</DependentUpon >
92+ </Compile >
93+ <Compile Include =" Properties\Settings.Designer.cs" >
94+ <AutoGen >True</AutoGen >
95+ <DependentUpon >Settings.settings</DependentUpon >
96+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
97+ </Compile >
98+ <EmbeddedResource Include =" Properties\Resources.resx" >
99+ <Generator >ResXFileCodeGenerator</Generator >
100+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
101+ </EmbeddedResource >
102+ <None Include =" packages.config" />
103+ <None Include =" Properties\app.manifest" />
104+ <None Include =" Properties\Settings.settings" >
105+ <Generator >SettingsSingleFileGenerator</Generator >
106+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
107+ </None >
108+ </ItemGroup >
109+ <ItemGroup >
110+ <None Include =" App.config" />
111+ </ItemGroup >
112+ <ItemGroup >
113+ <Resource Include =" icon.ico" />
114+ </ItemGroup >
115+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
116+ </Project >
0 commit comments