1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 14.0" DefaultTargets =" Build" 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 >{AB55FD23-C980-47CC-A5C9-DA1361DA7620}</ProjectGuid >
8- <OutputType >WinExe</OutputType >
9- <AppDesignerFolder >Properties</AppDesignerFolder >
10- <RootNamespace >CodingCompare</RootNamespace >
11- <AssemblyName >CodingCompare</AssemblyName >
12- <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13- <FileAlignment >512</FileAlignment >
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- <ApplicationIcon >icons8-True False-64.ico</ApplicationIcon >
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 =" CodingCompare.cs" >
53- <SubType >Form</SubType >
54- </Compile >
55- <Compile Include =" CodingCompare.Designer.cs" >
56- <DependentUpon >CodingCompare.cs</DependentUpon >
57- </Compile >
58- <Compile Include =" Form1.cs" >
59- <SubType >Form</SubType >
60- </Compile >
61- <Compile Include =" Form1.Designer.cs" >
62- <DependentUpon >Form1.cs</DependentUpon >
63- </Compile >
64- <Compile Include =" Form2.cs" >
65- <SubType >Form</SubType >
66- </Compile >
67- <Compile Include =" Form2.Designer.cs" >
68- <DependentUpon >Form2.cs</DependentUpon >
69- </Compile >
70- <Compile Include =" Helper.cs" />
71- <Compile Include =" IniFile.cs" />
72- <Compile Include =" Program.cs" />
73- <Compile Include =" Properties\AssemblyInfo.cs" />
74- <Compile Include =" Resources\WinFormStrings.Designer.cs" >
75- <AutoGen >True</AutoGen >
76- <DesignTime >True</DesignTime >
77- <DependentUpon >WinFormStrings.resx</DependentUpon >
78- </Compile >
79- <Compile Include =" ScanSelector.cs" >
80- <SubType >Form</SubType >
81- </Compile >
82- <Compile Include =" ScanSelector.Designer.cs" >
83- <DependentUpon >ScanSelector.cs</DependentUpon >
84- </Compile >
85- <EmbeddedResource Include =" CodingCompare.resx" >
86- <DependentUpon >CodingCompare.cs</DependentUpon >
87- </EmbeddedResource >
88- <EmbeddedResource Include =" Form1.resx" >
89- <DependentUpon >Form1.cs</DependentUpon >
90- </EmbeddedResource >
91- <EmbeddedResource Include =" Form2.resx" >
92- <DependentUpon >Form2.cs</DependentUpon >
93- </EmbeddedResource >
94- <EmbeddedResource Include =" Properties\Resources.resx" >
95- <Generator >ResXFileCodeGenerator</Generator >
96- <LastGenOutput >Resources.Designer.cs</LastGenOutput >
97- <SubType >Designer</SubType >
98- </EmbeddedResource >
99- <Compile Include =" Properties\Resources.Designer.cs" >
100- <AutoGen >True</AutoGen >
101- <DependentUpon >Resources.resx</DependentUpon >
102- <DesignTime >True</DesignTime >
103- </Compile >
104- <EmbeddedResource Include =" Resources\WinFormStrings.de-DE.resx" />
105- <EmbeddedResource Include =" Resources\WinFormStrings.resx" >
106- <Generator >ResXFileCodeGenerator</Generator >
107- <LastGenOutput >WinFormStrings.Designer.cs</LastGenOutput >
108- </EmbeddedResource >
109- <EmbeddedResource Include =" ScanSelector.resx" >
110- <DependentUpon >ScanSelector.cs</DependentUpon >
111- </EmbeddedResource >
112- <None Include =" Properties\Settings.settings" >
113- <Generator >SettingsSingleFileGenerator</Generator >
114- <LastGenOutput >Settings.Designer.cs</LastGenOutput >
115- </None >
116- <Compile Include =" Properties\Settings.Designer.cs" >
117- <AutoGen >True</AutoGen >
118- <DependentUpon >Settings.settings</DependentUpon >
119- <DesignTimeSharedInput >True</DesignTimeSharedInput >
120- </Compile >
121- </ItemGroup >
122- <ItemGroup >
123- <None Include =" App.config" />
124- </ItemGroup >
125- <ItemGroup >
126- <Content Include =" icons8-True False-64.ico" />
127- </ItemGroup >
128- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 14.0" DefaultTargets =" Build" 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 >{AB55FD23-C980-47CC-A5C9-DA1361DA7620}</ProjectGuid >
8+ <OutputType >WinExe</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >CodingCompare</RootNamespace >
11+ <AssemblyName >CodingCompare</AssemblyName >
12+ <TargetFrameworkVersion >v4.8</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <TargetFrameworkProfile />
15+ </PropertyGroup >
16+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17+ <PlatformTarget >AnyCPU</PlatformTarget >
18+ <DebugSymbols >true</DebugSymbols >
19+ <DebugType >full</DebugType >
20+ <Optimize >false</Optimize >
21+ <OutputPath >bin\Debug\</OutputPath >
22+ <DefineConstants >DEBUG;TRACE</DefineConstants >
23+ <ErrorReport >prompt</ErrorReport >
24+ <WarningLevel >4</WarningLevel >
25+ </PropertyGroup >
26+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27+ <PlatformTarget >AnyCPU</PlatformTarget >
28+ <DebugType >pdbonly</DebugType >
29+ <Optimize >true</Optimize >
30+ <OutputPath >bin\Release\</OutputPath >
31+ <DefineConstants >TRACE</DefineConstants >
32+ <ErrorReport >prompt</ErrorReport >
33+ <WarningLevel >4</WarningLevel >
34+ </PropertyGroup >
35+ <PropertyGroup >
36+ <ApplicationIcon >icons8-True False-64.ico</ApplicationIcon >
37+ </PropertyGroup >
38+ <ItemGroup >
39+ <Reference Include =" Microsoft.VisualBasic" />
40+ <Reference Include =" System" />
41+ <Reference Include =" System.Core" />
42+ <Reference Include =" System.Xml.Linq" />
43+ <Reference Include =" System.Data.DataSetExtensions" />
44+ <Reference Include =" Microsoft.CSharp" />
45+ <Reference Include =" System.Data" />
46+ <Reference Include =" System.Deployment" />
47+ <Reference Include =" System.Drawing" />
48+ <Reference Include =" System.Net.Http" />
49+ <Reference Include =" System.Windows.Forms" />
50+ <Reference Include =" System.Xml" />
51+ </ItemGroup >
52+ <ItemGroup >
53+ <Compile Include =" CodingCompare.cs" >
54+ <SubType >Form</SubType >
55+ </Compile >
56+ <Compile Include =" CodingCompare.Designer.cs" >
57+ <DependentUpon >CodingCompare.cs</DependentUpon >
58+ </Compile >
59+ <Compile Include =" Form1.cs" >
60+ <SubType >Form</SubType >
61+ </Compile >
62+ <Compile Include =" Form1.Designer.cs" >
63+ <DependentUpon >Form1.cs</DependentUpon >
64+ </Compile >
65+ <Compile Include =" Form2.cs" >
66+ <SubType >Form</SubType >
67+ </Compile >
68+ <Compile Include =" Form2.Designer.cs" >
69+ <DependentUpon >Form2.cs</DependentUpon >
70+ </Compile >
71+ <Compile Include =" Helper.cs" />
72+ <Compile Include =" IniFile.cs" />
73+ <Compile Include =" Program.cs" />
74+ <Compile Include =" Properties\AssemblyInfo.cs" />
75+ <Compile Include =" Resources\WinFormStrings.Designer.cs" >
76+ <AutoGen >True</AutoGen >
77+ <DesignTime >True</DesignTime >
78+ <DependentUpon >WinFormStrings.resx</DependentUpon >
79+ </Compile >
80+ <Compile Include =" ScanSelector.cs" >
81+ <SubType >Form</SubType >
82+ </Compile >
83+ <Compile Include =" ScanSelector.Designer.cs" >
84+ <DependentUpon >ScanSelector.cs</DependentUpon >
85+ </Compile >
86+ <EmbeddedResource Include =" CodingCompare.resx" >
87+ <DependentUpon >CodingCompare.cs</DependentUpon >
88+ </EmbeddedResource >
89+ <EmbeddedResource Include =" Form1.resx" >
90+ <DependentUpon >Form1.cs</DependentUpon >
91+ </EmbeddedResource >
92+ <EmbeddedResource Include =" Form2.resx" >
93+ <DependentUpon >Form2.cs</DependentUpon >
94+ </EmbeddedResource >
95+ <EmbeddedResource Include =" Properties\Resources.resx" >
96+ <Generator >ResXFileCodeGenerator</Generator >
97+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
98+ <SubType >Designer</SubType >
99+ </EmbeddedResource >
100+ <Compile Include =" Properties\Resources.Designer.cs" >
101+ <AutoGen >True</AutoGen >
102+ <DependentUpon >Resources.resx</DependentUpon >
103+ <DesignTime >True</DesignTime >
104+ </Compile >
105+ <EmbeddedResource Include =" Resources\WinFormStrings.de-DE.resx" />
106+ <EmbeddedResource Include =" Resources\WinFormStrings.resx" >
107+ <Generator >ResXFileCodeGenerator</Generator >
108+ <LastGenOutput >WinFormStrings.Designer.cs</LastGenOutput >
109+ </EmbeddedResource >
110+ <EmbeddedResource Include =" ScanSelector.resx" >
111+ <DependentUpon >ScanSelector.cs</DependentUpon >
112+ </EmbeddedResource >
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+ <Content Include =" icons8-True False-64.ico" />
128+ </ItemGroup >
129+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
129130 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
130131 Other similar extension points exist, see Microsoft.Common.targets.
131132 <Target Name="BeforeBuild">
132133 </Target>
133134 <Target Name="AfterBuild">
134135 </Target>
135- -->
136+ -->
136137</Project >
0 commit comments