Added pjoject files for VS2017
[usb-relay-hid.git] / windows-vs / VS_GUI_demo / GUIapp(vc2017).vcxproj
CommitLineData
39966982 1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Debug|x64">
9 <Configuration>Debug</Configuration>
10 <Platform>x64</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Release|Win32">
13 <Configuration>Release</Configuration>
14 <Platform>Win32</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
20 </ItemGroup>
21 <PropertyGroup Label="Globals">
22 <ProjectGuid>{59CCF7A0-C46F-4699-9A55-3A7DFA3333D8}</ProjectGuid>
23 <RootNamespace>GUIapp</RootNamespace>
24 <Keyword>ManagedCProj</Keyword>
25 <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
26 </PropertyGroup>
27 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
29 <ConfigurationType>Application</ConfigurationType>
30 <PlatformToolset>v141</PlatformToolset>
31 <CharacterSet>Unicode</CharacterSet>
32 <CLRSupport>true</CLRSupport>
33 <WholeProgramOptimization>true</WholeProgramOptimization>
34 </PropertyGroup>
35 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
36 <ConfigurationType>Application</ConfigurationType>
37 <PlatformToolset>v141</PlatformToolset>
38 <CharacterSet>Unicode</CharacterSet>
39 <CLRSupport>true</CLRSupport>
40 <WholeProgramOptimization>true</WholeProgramOptimization>
41 </PropertyGroup>
42 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
43 <ConfigurationType>Application</ConfigurationType>
44 <PlatformToolset>v141</PlatformToolset>
45 <CharacterSet>Unicode</CharacterSet>
46 <CLRSupport>Pure</CLRSupport>
47 </PropertyGroup>
48 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
49 <ConfigurationType>Application</ConfigurationType>
50 <PlatformToolset>v141</PlatformToolset>
51 <CharacterSet>Unicode</CharacterSet>
52 <CLRSupport>true</CLRSupport>
53 </PropertyGroup>
54 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
55 <ImportGroup Label="ExtensionSettings">
56 </ImportGroup>
57 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets">
58 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
59 </ImportGroup>
60 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
61 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62 </ImportGroup>
63 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets">
64 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65 </ImportGroup>
66 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
67 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
68 </ImportGroup>
69 <PropertyGroup Label="UserMacros" />
70 <PropertyGroup>
71 <_ProjectFileVersion>12.0.30501.0</_ProjectFileVersion>
72 </PropertyGroup>
73 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
74 <LinkIncremental>true</LinkIncremental>
75 <TargetName>GUIapp</TargetName>
76 </PropertyGroup>
77 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
78 <LinkIncremental>true</LinkIncremental>
79 <TargetName>GUIapp</TargetName>
80 </PropertyGroup>
81 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
82 <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
83 <IntDir>$(Configuration)\</IntDir>
84 <LinkIncremental>false</LinkIncremental>
85 <TargetName>GUIapp</TargetName>
86 </PropertyGroup>
87 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
88 <LinkIncremental>false</LinkIncremental>
89 <TargetName>GUIapp</TargetName>
90 </PropertyGroup>
91 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
92 <ClCompile>
93 <Optimization>Disabled</Optimization>
94 <PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
95 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
96 <PrecompiledHeader />
97 <WarningLevel>Level3</WarningLevel>
98 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
99 <CompileAsManaged>true</CompileAsManaged>
100 </ClCompile>
101 <Link>
102 <AdditionalDependencies />
103 <AdditionalLibraryDirectories>$(OutDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
104 <GenerateDebugInformation>true</GenerateDebugInformation>
105 <AssemblyDebug>true</AssemblyDebug>
106 <SubSystem>Windows</SubSystem>
107 <EntryPointSymbol>main</EntryPointSymbol>
108 <TargetMachine>MachineX86</TargetMachine>
109 </Link>
110 </ItemDefinitionGroup>
111 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
112 <ClCompile>
113 <Optimization>Disabled</Optimization>
114 <PreprocessorDefinitions>WIN32;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
115 <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
116 <PrecompiledHeader>
117 </PrecompiledHeader>
118 <WarningLevel>Level3</WarningLevel>
119 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
120 <CompileAsManaged>true</CompileAsManaged>
121 </ClCompile>
122 <Link>
123 <AdditionalDependencies>
124 </AdditionalDependencies>
125 <AdditionalLibraryDirectories>$(OutDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
126 <GenerateDebugInformation>true</GenerateDebugInformation>
127 <AssemblyDebug>true</AssemblyDebug>
128 <SubSystem>Windows</SubSystem>
129 <EntryPointSymbol>main</EntryPointSymbol>
130 </Link>
131 </ItemDefinitionGroup>
132 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
133 <ClCompile>
134 <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
135 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
136 <PrecompiledHeader />
137 <WarningLevel>Level3</WarningLevel>
138 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
139 <CompileAsManaged>true</CompileAsManaged>
140 </ClCompile>
141 <Link>
142 <AdditionalDependencies />
143 <AdditionalLibraryDirectories>$(OutDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
144 <GenerateDebugInformation>true</GenerateDebugInformation>
145 <SubSystem>Windows</SubSystem>
146 <EntryPointSymbol>main</EntryPointSymbol>
147 <TargetMachine>MachineX86</TargetMachine>
148 </Link>
149 </ItemDefinitionGroup>
150 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
151 <ClCompile>
152 <PreprocessorDefinitions>WIN32;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
153 <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
154 <PrecompiledHeader>
155 </PrecompiledHeader>
156 <WarningLevel>Level3</WarningLevel>
157 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
158 <CompileAsManaged>true</CompileAsManaged>
159 </ClCompile>
160 <Link>
161 <AdditionalDependencies>
162 </AdditionalDependencies>
163 <AdditionalLibraryDirectories>$(OutDir);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
164 <GenerateDebugInformation>true</GenerateDebugInformation>
165 <SubSystem>Windows</SubSystem>
166 <EntryPointSymbol>main</EntryPointSymbol>
167 </Link>
168 </ItemDefinitionGroup>
169 <ItemGroup>
170 <Reference Include="System">
171 <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
172 <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
173 </Reference>
174 <Reference Include="System.Drawing">
175 <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
176 <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
177 </Reference>
178 <Reference Include="System.Windows.Forms">
179 <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
180 <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
181 </Reference>
182 </ItemGroup>
183 <ItemGroup>
184 <ClCompile Include="AssemblyInfo.cpp" />
185 <ClCompile Include="GUIapp.cpp" />
186 </ItemGroup>
187 <ItemGroup>
188 <ClInclude Include="Form1.h">
189 <FileType>CppForm</FileType>
190 </ClInclude>
191 <ClInclude Include="resource.h" />
192 </ItemGroup>
193 <ItemGroup>
194 <Image Include="app.ico" />
195 </ItemGroup>
196 <ItemGroup>
197 <ResourceCompile Include="app.rc" />
198 </ItemGroup>
199 <ItemGroup>
200 <Text Include="ReadMe.txt" />
201 </ItemGroup>
202 <ItemGroup>
203 <EmbeddedResource Include="Form1.resX">
204 <DependentUpon>Form1.h</DependentUpon>
205 <SubType>Designer</SubType>
206 </EmbeddedResource>
207 </ItemGroup>
208 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
209 <ImportGroup Label="ExtensionTargets">
210 </ImportGroup>
211</Project>