Subversion Repositories spk

Rev

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