Subversion Repositories spk

Rev

Rev 121 | Rev 125 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
121 cycrow 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="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>{AD3434D3-A0B1-4A76-B3D6-AED6F7B71558}</ProjectGuid>
23
    <RootNamespace>GameLauncher</RootNamespace>
24
    <Keyword>ManagedCProj</Keyword>
25
    <WindowsTargetPlatformVersion>10.0.18362.0</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>MultiByte</CharacterSet>
32
    <CLRSupport>true</CLRSupport>
33
    <WholeProgramOptimization>true</WholeProgramOptimization>
34
  </PropertyGroup>
35
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
36
    <ConfigurationType>Application</ConfigurationType>
37
    <PlatformToolset>v141</PlatformToolset>
38
    <CharacterSet>MultiByte</CharacterSet>
39
    <CLRSupport>true</CLRSupport>
40
  </PropertyGroup>
41
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
42
    <ConfigurationType>Application</ConfigurationType>
43
    <PlatformToolset>v141</PlatformToolset>
44
    <CharacterSet>MultiByte</CharacterSet>
45
    <CLRSupport>true</CLRSupport>
46
    <WholeProgramOptimization>true</WholeProgramOptimization>
47
  </PropertyGroup>
48
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
49
    <ConfigurationType>Application</ConfigurationType>
50
    <PlatformToolset>v141</PlatformToolset>
51
    <CharacterSet>MultiByte</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)'=='Debug|Win32'" 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)'=='Release|x64'" 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>14.0.25431.1</_ProjectFileVersion>
72
  </PropertyGroup>
73
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
74
    <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
75
    <IntDir>$(SolutionDir)$(Configuration)\GameLauncher\</IntDir>
76
    <IgnoreImportLibrary>false</IgnoreImportLibrary>
77
    <LinkIncremental>true</LinkIncremental>
78
  </PropertyGroup>
79
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
80
    <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
81
    <IntDir>$(SolutionDir)$(Configuration)\GameLauncher\</IntDir>
82
    <LinkIncremental>false</LinkIncremental>
83
  </PropertyGroup>
84
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
85
    <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
86
    <IntDir>$(Platform)\$(Configuration)\</IntDir>
87
    <IgnoreImportLibrary>false</IgnoreImportLibrary>
88
    <LinkIncremental>true</LinkIncremental>
89
  </PropertyGroup>
90
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
91
    <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
92
    <IntDir>$(Platform)\$(Configuration)\</IntDir>
93
    <LinkIncremental>false</LinkIncremental>
94
  </PropertyGroup>
95
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
96
    <ClCompile>
97
      <Optimization>Disabled</Optimization>
98
      <AdditionalIncludeDirectories>../libspk/src;LCD;LCD/LCDUI;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
99
      <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_STRINGCLR;_DONTUSEWIDECHAR;%(PreprocessorDefinitions)</PreprocessorDefinitions>
100
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
101
      <PrecompiledHeader />
102
      <WarningLevel>Level3</WarningLevel>
103
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
104
    </ClCompile>
105
    <Link>
123 cycrow 106
      <AdditionalDependencies>LgLcd.lib;%(AdditionalDependencies)</AdditionalDependencies>
121 cycrow 107
      <AdditionalLibraryDirectories>C:\Users\Cycrow\Documents\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Libs\x86;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
108
      <GenerateDebugInformation>true</GenerateDebugInformation>
109
      <AssemblyDebug>true</AssemblyDebug>
110
      <SubSystem>Windows</SubSystem>
111
      <EntryPointSymbol>main</EntryPointSymbol>
112
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
113
      <DataExecutionPrevention />
114
      <TargetMachine>MachineX86</TargetMachine>
115
    </Link>
116
  </ItemDefinitionGroup>
117
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
118
    <ClCompile>
119
      <AdditionalIncludeDirectories>../libspk/src;LCD;LCD/LCDUI;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
120
      <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_STRINGCLR;_DONTUSEWIDECHAR;%(PreprocessorDefinitions)</PreprocessorDefinitions>
121
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
122
      <PrecompiledHeader />
123
      <WarningLevel>Level3</WarningLevel>
124
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
125
    </ClCompile>
126
    <Link>
123 cycrow 127
      <AdditionalDependencies>LgLcd.lib;%(AdditionalDependencies)</AdditionalDependencies>
121 cycrow 128
      <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile>
129
      <GenerateDebugInformation>true</GenerateDebugInformation>
130
      <SubSystem>Windows</SubSystem>
131
      <EntryPointSymbol>main</EntryPointSymbol>
132
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
133
      <DataExecutionPrevention />
134
      <TargetMachine>MachineX86</TargetMachine>
135
    </Link>
136
  </ItemDefinitionGroup>
137
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
138
    <Midl>
139
      <TargetEnvironment>X64</TargetEnvironment>
140
    </Midl>
141
    <ClCompile>
142
      <Optimization>Disabled</Optimization>
143
      <AdditionalIncludeDirectories>../libspk/src;C:\Users\Cycrow\Documents\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src;C:\Users\Cycrow\Documents\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
144
      <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_STRINGCLR;_DONTUSEWIDECHAR;%(PreprocessorDefinitions)</PreprocessorDefinitions>
145
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
146
      <PrecompiledHeader />
147
      <WarningLevel>Level3</WarningLevel>
148
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
149
    </ClCompile>
150
    <Link>
151
      <AdditionalDependencies>LgLcd.lib;$(SolutionDir)$(Configuration)/X-Gui.lib;%(AdditionalDependencies)</AdditionalDependencies>
152
      <AdditionalLibraryDirectories>C:\Users\Cycrow\Documents\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Libs\x86;%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories>
153
      <GenerateDebugInformation>true</GenerateDebugInformation>
154
      <AssemblyDebug>true</AssemblyDebug>
155
      <SubSystem>Windows</SubSystem>
156
      <EntryPointSymbol>main</EntryPointSymbol>
157
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
158
      <DataExecutionPrevention />
159
      <TargetMachine>MachineX64</TargetMachine>
160
    </Link>
161
  </ItemDefinitionGroup>
162
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
163
    <Midl>
164
      <TargetEnvironment>X64</TargetEnvironment>
165
    </Midl>
166
    <ClCompile>
167
      <AdditionalIncludeDirectories>../libspk/src;C:\Users\Cycrow\Documents\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src;C:\Users\Cycrow\Documents\Visual Studio 2008\Projects\EZ_LCD_SDK_Wrapper\Src\LCDUI;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
168
      <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_STRINGCLR;_DONTUSEWIDECHAR;%(PreprocessorDefinitions)</PreprocessorDefinitions>
169
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
170
      <PrecompiledHeader />
171
      <WarningLevel>Level3</WarningLevel>
172
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
173
    </ClCompile>
174
    <Link>
175
      <AdditionalDependencies>LgLcd.lib;$(SolutionDir)$(Configuration)/X-Gui.lib;%(AdditionalDependencies)</AdditionalDependencies>
176
      <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile>
177
      <GenerateDebugInformation>true</GenerateDebugInformation>
178
      <SubSystem>Windows</SubSystem>
179
      <EntryPointSymbol>main</EntryPointSymbol>
180
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
181
      <DataExecutionPrevention />
182
      <TargetMachine>MachineX64</TargetMachine>
183
    </Link>
184
  </ItemDefinitionGroup>
185
  <ItemGroup>
186
    <Reference Include="System">
187
      <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
188
      <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
189
    </Reference>
190
    <Reference Include="System.Data">
191
      <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
192
      <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
193
    </Reference>
194
    <Reference Include="System.Drawing">
195
      <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
196
      <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
197
    </Reference>
198
    <Reference Include="System.Windows.Forms">
199
      <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
200
      <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
201
    </Reference>
202
    <Reference Include="System.Xml">
203
      <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
204
      <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
205
    </Reference>
206
  </ItemGroup>
207
  <ItemGroup>
208
    <ProjectReference Include="..\Direct3D-Hook\Windows\Direct3D-Hook.vcxproj">
209
      <Project>{a181f2f9-5d2c-4aeb-9309-291f50997a37}</Project>
210
      <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
211
      <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
212
    </ProjectReference>
213
    <ProjectReference Include="..\libspk\Windows\spk.vcxproj">
214
      <Project>{c18ec70d-7048-485c-8bb3-e219c6c8e352}</Project>
215
      <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
216
      <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
217
    </ProjectReference>
218
  </ItemGroup>
219
  <ItemGroup>
220
    <ClCompile Include="LCD\EZ_LCD.cpp" />
221
    <ClCompile Include="LCD\EZ_LCD_Page.cpp" />
222
    <ClCompile Include="LCD\LCDUI\LCDAnimatedBitmap.cpp" />
223
    <ClCompile Include="LCD\LCDUI\LCDBase.cpp" />
224
    <ClCompile Include="LCD\LCDUI\LCDBitmap.cpp" />
225
    <ClCompile Include="LCD\LCDUI\LCDCollection.cpp" />
226
    <ClCompile Include="LCD\LCDUI\LCDGfx.cpp" />
227
    <ClCompile Include="LCD\LCDUI\LCDIcon.cpp" />
228
    <ClCompile Include="LCD\LCDUI\LCDManager.cpp" />
229
    <ClCompile Include="LCD\LCDUI\LCDOutput.cpp" />
230
    <ClCompile Include="LCD\LCDUI\LCDProgressBar.cpp" />
231
    <ClCompile Include="LCD\LCDUI\LCDScrollingText.cpp" />
232
    <ClCompile Include="LCD\LCDUI\LCDStreamingText.cpp" />
233
    <ClCompile Include="LCD\LCDUI\LCDText.cpp" />
234
    <ClCompile Include="src\AssemblyInfo.cpp" />
235
    <ClCompile Include="src\Forms\Form1.cpp" />
236
    <ClCompile Include="src\Forms\ViewData.cpp" />
237
    <ClCompile Include="src\GameLauncher.cpp" />
238
    <ClCompile Include="src\LcdCustomScreen.cpp" />
239
    <ClCompile Include="src\LCDDisplay.cpp" />
240
    <ClCompile Include="src\stdafx.cpp" />
241
    <ClCompile Include="src\X3Data.cpp" />
242
  </ItemGroup>
243
  <ItemGroup>
244
    <ClInclude Include="LCD\EZ_LCD.h" />
245
    <ClInclude Include="LCD\EZ_LCD_Defines.h" />
246
    <ClInclude Include="LCD\EZ_LCD_Page.h" />
247
    <ClInclude Include="LCD\LCDUI\LCDAnimatedBitmap.h" />
248
    <ClInclude Include="LCD\LCDUI\LCDBase.h" />
249
    <ClInclude Include="LCD\LCDUI\LCDBitmap.h" />
250
    <ClInclude Include="LCD\LCDUI\LCDCollection.h" />
251
    <ClInclude Include="LCD\LCDUI\LCDGfx.h" />
252
    <ClInclude Include="LCD\LCDUI\LCDIcon.h" />
253
    <ClInclude Include="LCD\LCDUI\LCDManager.h" />
254
    <ClInclude Include="LCD\LCDUI\LCDOutput.h" />
255
    <ClInclude Include="LCD\LCDUI\LCDProgressBar.h" />
256
    <ClInclude Include="LCD\LCDUI\LCDScrollingText.h" />
257
    <ClInclude Include="LCD\LCDUI\LCDStreamingText.h" />
258
    <ClInclude Include="LCD\LCDUI\LCDText.h" />
259
    <ClInclude Include="LCD\lglcd.h" />
260
    <ClInclude Include="LCD\StdAfx.h" />
261
    <ClInclude Include="src\Forms\Form1.h">
262
      <FileType>CppForm</FileType>
263
    </ClInclude>
264
    <ClInclude Include="src\Forms\ViewData.h">
265
      <FileType>CppForm</FileType>
266
    </ClInclude>
267
    <ClInclude Include="src\LcdCustomScreen.h" />
268
    <ClInclude Include="src\LCDDisplay.h" />
269
    <ClInclude Include="src\resource.h" />
270
    <ClInclude Include="src\stdafx.h" />
271
    <ClInclude Include="src\X3Data.h" />
272
  </ItemGroup>
273
  <ItemGroup>
274
    <ResourceCompile Include="app.rc" />
275
  </ItemGroup>
276
  <ItemGroup>
277
    <Image Include="..\PluginManager\Icons\X-PlugInManager-Icon86px.ico" />
278
  </ItemGroup>
279
  <ItemGroup>
280
    <Text Include="ReadMe.txt" />
281
  </ItemGroup>
282
  <ItemGroup>
283
    <EmbeddedResource Include="src\Forms\Form1.resx">
284
      <DependentUpon>src\Forms\Form1.h</DependentUpon>
285
      <SubType>Designer</SubType>
286
    </EmbeddedResource>
287
    <EmbeddedResource Include="src\Forms\ViewData.resx">
288
      <DependentUpon>src\Forms\ViewData.h</DependentUpon>
289
      <SubType>Designer</SubType>
290
    </EmbeddedResource>
291
  </ItemGroup>
292
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
293
  <ImportGroup Label="ExtensionTargets">
294
  </ImportGroup>
295
</Project>