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 >{4FCDE40E-91DA-47BF-A788-46A4247E6E5D}</ProjectGuid >
8+ <OutputType >WinExe</OutputType >
9+ <RootNamespace >ImageSort</RootNamespace >
10+ <AssemblyName >ImageSort</AssemblyName >
11+ <TargetFrameworkVersion >v4.5.2</TargetFrameworkVersion >
12+ <FileAlignment >512</FileAlignment >
13+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
14+ </PropertyGroup >
15+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16+ <PlatformTarget >AnyCPU</PlatformTarget >
17+ <DebugSymbols >true</DebugSymbols >
18+ <DebugType >full</DebugType >
19+ <Optimize >false</Optimize >
20+ <OutputPath >bin\Debug\</OutputPath >
21+ <DefineConstants >DEBUG;TRACE</DefineConstants >
22+ <ErrorReport >prompt</ErrorReport >
23+ <WarningLevel >4</WarningLevel >
24+ </PropertyGroup >
25+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26+ <PlatformTarget >AnyCPU</PlatformTarget >
27+ <DebugType >pdbonly</DebugType >
28+ <Optimize >true</Optimize >
29+ <OutputPath >bin\Release\</OutputPath >
30+ <DefineConstants >TRACE</DefineConstants >
31+ <ErrorReport >prompt</ErrorReport >
32+ <WarningLevel >4</WarningLevel >
33+ </PropertyGroup >
34+ <PropertyGroup >
35+ <StartupObject >ImageSort.Program</StartupObject >
36+ </PropertyGroup >
37+ <ItemGroup >
38+ <Reference Include =" Microsoft.VisualBasic" />
39+ <Reference Include =" System" />
40+ <Reference Include =" System.Core" />
41+ <Reference Include =" System.Xml.Linq" />
42+ <Reference Include =" System.Data.DataSetExtensions" />
43+ <Reference Include =" Microsoft.CSharp" />
44+ <Reference Include =" System.Data" />
45+ <Reference Include =" System.Deployment" />
46+ <Reference Include =" System.Drawing" />
47+ <Reference Include =" System.Net.Http" />
48+ <Reference Include =" System.Windows.Forms" />
49+ <Reference Include =" System.Xml" />
50+ </ItemGroup >
51+ <ItemGroup >
52+ <Compile Include =" GlobalSuppressions.cs" />
53+ <Compile Include =" LoadingForm.cs" >
54+ <SubType >Form</SubType >
55+ </Compile >
56+ <Compile Include =" LoadingForm.Designer.cs" >
57+ <DependentUpon >LoadingForm.cs</DependentUpon >
58+ </Compile >
59+ <Compile Include =" Properties\Strings.Designer.cs" >
60+ <AutoGen >True</AutoGen >
61+ <DesignTime >True</DesignTime >
62+ <DependentUpon >Strings.resx</DependentUpon >
63+ </Compile >
64+ <Compile Include =" SortForm.cs" >
65+ <SubType >Form</SubType >
66+ </Compile >
67+ <Compile Include =" SortForm.Designer.cs" >
68+ <DependentUpon >SortForm.cs</DependentUpon >
69+ </Compile >
70+ <Compile Include =" Program.cs" />
71+ <Compile Include =" Properties\AssemblyInfo.cs" />
72+ <EmbeddedResource Include =" LoadingForm.resx" >
73+ <DependentUpon >LoadingForm.cs</DependentUpon >
74+ </EmbeddedResource >
75+ <EmbeddedResource Include =" Properties\Strings.resx" >
76+ <Generator >ResXFileCodeGenerator</Generator >
77+ <LastGenOutput >Strings.Designer.cs</LastGenOutput >
78+ </EmbeddedResource >
79+ <EmbeddedResource Include =" SortForm.resx" >
80+ <DependentUpon >SortForm.cs</DependentUpon >
81+ </EmbeddedResource >
82+ <EmbeddedResource Include =" Properties\Strings.de-DE.resx" >
83+ <Generator >ResXFileCodeGenerator</Generator >
84+ <LastGenOutput >Strings.de-DE.Designer.cs</LastGenOutput >
85+ <SubType >Designer</SubType >
86+ </EmbeddedResource >
87+ <Compile Include =" Properties\Strings.de-DE.Designer.cs" >
88+ <AutoGen >True</AutoGen >
89+ <DependentUpon >Strings.de-DE.resx</DependentUpon >
90+ <DesignTime >True</DesignTime >
91+ </Compile >
92+ <None Include =" Properties\Settings.settings" >
93+ <Generator >SettingsSingleFileGenerator</Generator >
94+ <LastGenOutput >Settings.Designer.cs</LastGenOutput >
95+ </None >
96+ <Compile Include =" Properties\Settings.Designer.cs" >
97+ <AutoGen >True</AutoGen >
98+ <DependentUpon >Settings.settings</DependentUpon >
99+ <DesignTimeSharedInput >True</DesignTimeSharedInput >
100+ </Compile >
101+ </ItemGroup >
102+ <ItemGroup >
103+ <None Include =" App.config" />
104+ </ItemGroup >
105+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
106+ </Project >
0 commit comments