1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project DefaultTargets =" Build" ToolsVersion =" 15.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 =" Release|Win32" >
9+ <Configuration >Release</Configuration >
10+ <Platform >Win32</Platform >
11+ </ProjectConfiguration >
12+ <ProjectConfiguration Include =" Debug|x64" >
13+ <Configuration >Debug</Configuration >
14+ <Platform >x64</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+ <VCProjectVersion >15.0</VCProjectVersion >
23+ <ProjectGuid >{8CD422B9-C41E-40C6-9D56-F6573D4CAD6C}</ProjectGuid >
24+ <RootNamespace >KeyboardDriver</RootNamespace >
25+ <WindowsTargetPlatformVersion >10.0.17134.0</WindowsTargetPlatformVersion >
26+ <ProjectName >ZappyDriver</ProjectName >
27+ </PropertyGroup >
28+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
29+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
30+ <ConfigurationType >DynamicLibrary</ConfigurationType >
31+ <UseDebugLibraries >true</UseDebugLibraries >
32+ <PlatformToolset >v141</PlatformToolset >
33+ <CharacterSet >MultiByte</CharacterSet >
34+ </PropertyGroup >
35+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
36+ <ConfigurationType >Application</ConfigurationType >
37+ <UseDebugLibraries >false</UseDebugLibraries >
38+ <PlatformToolset >v141</PlatformToolset >
39+ <WholeProgramOptimization >true</WholeProgramOptimization >
40+ <CharacterSet >MultiByte</CharacterSet >
41+ </PropertyGroup >
42+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
43+ <ConfigurationType >Application</ConfigurationType >
44+ <UseDebugLibraries >true</UseDebugLibraries >
45+ <PlatformToolset >v141</PlatformToolset >
46+ <CharacterSet >MultiByte</CharacterSet >
47+ </PropertyGroup >
48+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
49+ <ConfigurationType >Application</ConfigurationType >
50+ <UseDebugLibraries >false</UseDebugLibraries >
51+ <PlatformToolset >v141</PlatformToolset >
52+ <WholeProgramOptimization >true</WholeProgramOptimization >
53+ <CharacterSet >MultiByte</CharacterSet >
54+ </PropertyGroup >
55+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
56+ <ImportGroup Label =" ExtensionSettings" >
57+ </ImportGroup >
58+ <ImportGroup Label =" Shared" >
59+ </ImportGroup >
60+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
61+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
62+ </ImportGroup >
63+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
64+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
65+ </ImportGroup >
66+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
67+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
68+ </ImportGroup >
69+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
70+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
71+ </ImportGroup >
72+ <PropertyGroup Label =" UserMacros" />
73+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
74+ <OutDir >Debug\</OutDir >
75+ <IntDir >Debug\</IntDir >
76+ <TargetName >ZappyDriver</TargetName >
77+ </PropertyGroup >
78+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
79+ <OutDir >Release\</OutDir >
80+ <IntDir >Release\</IntDir >
81+ <TargetName >ZappyDriver</TargetName >
82+ <TargetExt >.dll</TargetExt >
83+ </PropertyGroup >
84+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
85+ <ClCompile >
86+ <WarningLevel >Level3</WarningLevel >
87+ <Optimization >Disabled</Optimization >
88+ <SDLCheck >true</SDLCheck >
89+ <ConformanceMode >true</ConformanceMode >
90+ </ClCompile >
91+ <Link >
92+ <ModuleDefinitionFile >KeyboardDriver.def</ModuleDefinitionFile >
93+ <SubSystem >Windows</SubSystem >
94+ <OutputFile >$(OutDir)ZappyDriver.dll</OutputFile >
95+ <ImportLibrary >$(OutDir)KeyboardDriver.lib</ImportLibrary >
96+ </Link >
97+ </ItemDefinitionGroup >
98+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
99+ <ClCompile >
100+ <WarningLevel >Level3</WarningLevel >
101+ <Optimization >Disabled</Optimization >
102+ <SDLCheck >true</SDLCheck >
103+ <ConformanceMode >true</ConformanceMode >
104+ </ClCompile >
105+ <Link >
106+ <ModuleDefinitionFile >KeyboardDriver.def</ModuleDefinitionFile >
107+ </Link >
108+ </ItemDefinitionGroup >
109+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
110+ <ClCompile >
111+ <WarningLevel >Level3</WarningLevel >
112+ <Optimization >MaxSpeed</Optimization >
113+ <FunctionLevelLinking >true</FunctionLevelLinking >
114+ <IntrinsicFunctions >true</IntrinsicFunctions >
115+ <SDLCheck >true</SDLCheck >
116+ <ConformanceMode >true</ConformanceMode >
117+ </ClCompile >
118+ <Link >
119+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
120+ <OptimizeReferences >true</OptimizeReferences >
121+ <ModuleDefinitionFile >KeyboardDriver.def</ModuleDefinitionFile >
122+ <OutputFile >$(OutDir)ZappyDriver.dll</OutputFile >
123+ </Link >
124+ </ItemDefinitionGroup >
125+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
126+ <ClCompile >
127+ <WarningLevel >Level3</WarningLevel >
128+ <Optimization >MaxSpeed</Optimization >
129+ <FunctionLevelLinking >true</FunctionLevelLinking >
130+ <IntrinsicFunctions >true</IntrinsicFunctions >
131+ <SDLCheck >true</SDLCheck >
132+ <ConformanceMode >true</ConformanceMode >
133+ </ClCompile >
134+ <Link >
135+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
136+ <OptimizeReferences >true</OptimizeReferences >
137+ <ModuleDefinitionFile >KeyboardDriver.def</ModuleDefinitionFile >
138+ </Link >
139+ </ItemDefinitionGroup >
140+ <ItemGroup >
141+ <ClCompile Include =" SendKeysToWindow.cpp" />
142+ </ItemGroup >
143+ <ItemGroup >
144+ <ClInclude Include =" keyboard.h" />
145+ <ClInclude Include =" resource.h" />
146+ </ItemGroup >
147+ <ItemGroup >
148+ <None Include =" KeyboardDriver.def" />
149+ <None Include =" packages.config" />
150+ </ItemGroup >
151+ <ItemGroup >
152+ <ResourceCompile Include =" KeyboardDriver.rc" />
153+ </ItemGroup >
154+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
155+ <ImportGroup Label =" ExtensionTargets" >
156+ <Import Project =" ..\packages\boost.1.68.0.0\build\boost.targets" Condition =" Exists('..\packages\boost.1.68.0.0\build\boost.targets')" />
157+ <Import Project =" ..\packages\boost_log-vc141.1.68.0.0\build\boost_log-vc141.targets" Condition =" Exists('..\packages\boost_log-vc141.1.68.0.0\build\boost_log-vc141.targets')" />
158+ <Import Project =" ..\packages\boost_date_time-vc141.1.68.0.0\build\boost_date_time-vc141.targets" Condition =" Exists('..\packages\boost_date_time-vc141.1.68.0.0\build\boost_date_time-vc141.targets')" />
159+ <Import Project =" ..\packages\boost_filesystem-vc141.1.68.0.0\build\boost_filesystem-vc141.targets" Condition =" Exists('..\packages\boost_filesystem-vc141.1.68.0.0\build\boost_filesystem-vc141.targets')" />
160+ <Import Project =" ..\packages\boost_system-vc141.1.68.0.0\build\boost_system-vc141.targets" Condition =" Exists('..\packages\boost_system-vc141.1.68.0.0\build\boost_system-vc141.targets')" />
161+ <Import Project =" ..\packages\boost_thread-vc141.1.68.0.0\build\boost_thread-vc141.targets" Condition =" Exists('..\packages\boost_thread-vc141.1.68.0.0\build\boost_thread-vc141.targets')" />
162+ <Import Project =" ..\packages\boost_chrono-vc141.1.68.0.0\build\boost_chrono-vc141.targets" Condition =" Exists('..\packages\boost_chrono-vc141.1.68.0.0\build\boost_chrono-vc141.targets')" />
163+ <Import Project =" ..\packages\boost_log_setup-vc141.1.68.0.0\build\boost_log_setup-vc141.targets" Condition =" Exists('..\packages\boost_log_setup-vc141.1.68.0.0\build\boost_log_setup-vc141.targets')" />
164+ <Import Project =" ..\packages\boost_atomic-vc141.1.68.0.0\build\boost_atomic-vc141.targets" Condition =" Exists('..\packages\boost_atomic-vc141.1.68.0.0\build\boost_atomic-vc141.targets')" />
165+ </ImportGroup >
166+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
167+ <PropertyGroup >
168+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
169+ </PropertyGroup >
170+ <Error Condition =" !Exists('..\packages\boost.1.68.0.0\build\boost.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\boost.1.68.0.0\build\boost.targets'))" />
171+ <Error Condition =" !Exists('..\packages\boost_log-vc141.1.68.0.0\build\boost_log-vc141.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\boost_log-vc141.1.68.0.0\build\boost_log-vc141.targets'))" />
172+ <Error Condition =" !Exists('..\packages\boost_date_time-vc141.1.68.0.0\build\boost_date_time-vc141.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\boost_date_time-vc141.1.68.0.0\build\boost_date_time-vc141.targets'))" />
173+ <Error Condition =" !Exists('..\packages\boost_filesystem-vc141.1.68.0.0\build\boost_filesystem-vc141.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\boost_filesystem-vc141.1.68.0.0\build\boost_filesystem-vc141.targets'))" />
174+ <Error Condition =" !Exists('..\packages\boost_system-vc141.1.68.0.0\build\boost_system-vc141.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\boost_system-vc141.1.68.0.0\build\boost_system-vc141.targets'))" />
175+ <Error Condition =" !Exists('..\packages\boost_thread-vc141.1.68.0.0\build\boost_thread-vc141.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\boost_thread-vc141.1.68.0.0\build\boost_thread-vc141.targets'))" />
176+ <Error Condition =" !Exists('..\packages\boost_chrono-vc141.1.68.0.0\build\boost_chrono-vc141.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\boost_chrono-vc141.1.68.0.0\build\boost_chrono-vc141.targets'))" />
177+ <Error Condition =" !Exists('..\packages\boost_log_setup-vc141.1.68.0.0\build\boost_log_setup-vc141.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\boost_log_setup-vc141.1.68.0.0\build\boost_log_setup-vc141.targets'))" />
178+ <Error Condition =" !Exists('..\packages\boost_atomic-vc141.1.68.0.0\build\boost_atomic-vc141.targets')" Text =" $([System.String]::Format('$(ErrorText)', '..\packages\boost_atomic-vc141.1.68.0.0\build\boost_atomic-vc141.targets'))" />
179+ </Target >
180+ </Project >
0 commit comments