Subversion Repositories spk

Rev

Rev 125 | 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>{DA4D4007-CAFA-4989-9A68-CB27C58B14B5}</ProjectGuid>
23
    <RootNamespace>PluginManager</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>Unicode</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>
121 cycrow 38
    <CharacterSet>Unicode</CharacterSet>
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>Unicode</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>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)'=='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)\PluginManager\</IntDir>
76
    <LinkIncremental>true</LinkIncremental>
77
  </PropertyGroup>
78
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
79
    <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
80
    <IntDir>$(SolutionDir)$(Configuration)\PluginManager\</IntDir>
81
    <LinkIncremental>false</LinkIncremental>
82
  </PropertyGroup>
83
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
84
    <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
85
    <IntDir>$(Platform)\$(Configuration)\</IntDir>
86
    <LinkIncremental>true</LinkIncremental>
87
  </PropertyGroup>
88
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
89
    <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\</OutDir>
90
    <IntDir>$(Platform)\$(Configuration)\</IntDir>
91
    <LinkIncremental>false</LinkIncremental>
92
  </PropertyGroup>
93
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
94
    <ClCompile>
95
      <Optimization>Disabled</Optimization>
96
      <AdditionalIncludeDirectories>../libspk/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
97
      <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_STRINGCLR;%(PreprocessorDefinitions)</PreprocessorDefinitions>
98
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
99
      <PrecompiledHeader />
100
      <WarningLevel>Level3</WarningLevel>
101
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
125 cycrow 102
      <MinimalRebuild>false</MinimalRebuild>
121 cycrow 103
    </ClCompile>
104
    <Link>
105
      <AdditionalDependencies>spk.lib;shell32.lib</AdditionalDependencies>
106
      <GenerateDebugInformation>true</GenerateDebugInformation>
107
      <AssemblyDebug>true</AssemblyDebug>
108
      <SubSystem>Windows</SubSystem>
109
      <EntryPointSymbol>main</EntryPointSymbol>
110
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
111
      <DataExecutionPrevention />
112
      <TargetMachine>MachineX86</TargetMachine>
113
    </Link>
114
    <ResourceCompile>
115
      <Culture>0x0809</Culture>
116
    </ResourceCompile>
117
    <ResourceCompile>
118
      <ResourceOutputFileName>%(Filename).res</ResourceOutputFileName>
119
    </ResourceCompile>
120
  </ItemDefinitionGroup>
121
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
122
    <ClCompile>
123
      <AdditionalIncludeDirectories>../libspk/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
124
      <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_STRINGCLR;%(PreprocessorDefinitions)</PreprocessorDefinitions>
125
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
126
      <PrecompiledHeader />
127
      <WarningLevel>Level3</WarningLevel>
128
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
129
    </ClCompile>
130
    <Link>
131
      <AdditionalDependencies>shell32.lib</AdditionalDependencies>
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>
123 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;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
151
      <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_STRINGCLR;%(PreprocessorDefinitions)</PreprocessorDefinitions>
152
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
153
      <PrecompiledHeader />
154
      <WarningLevel>Level3</WarningLevel>
155
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
156
    </ClCompile>
157
    <Link>
158
      <AdditionalDependencies>spk.lib;shell32.lib</AdditionalDependencies>
159
      <GenerateDebugInformation>true</GenerateDebugInformation>
160
      <AssemblyDebug>true</AssemblyDebug>
161
      <SubSystem>Windows</SubSystem>
162
      <EntryPointSymbol>main</EntryPointSymbol>
163
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
164
      <DataExecutionPrevention />
165
      <TargetMachine>MachineX64</TargetMachine>
166
    </Link>
167
  </ItemDefinitionGroup>
168
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
169
    <Midl>
170
      <TargetEnvironment>X64</TargetEnvironment>
171
    </Midl>
172
    <ClCompile>
173
      <AdditionalIncludeDirectories>../libspk/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
174
      <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_STRINGCLR;%(PreprocessorDefinitions)</PreprocessorDefinitions>
175
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
176
      <PrecompiledHeader />
177
      <WarningLevel>Level3</WarningLevel>
178
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
179
    </ClCompile>
180
    <Link>
181
      <AdditionalDependencies>$(SolutionDir)$(Configuration)\spk.lib;shell32.lib</AdditionalDependencies>
182
      <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile>
183
      <GenerateDebugInformation>true</GenerateDebugInformation>
184
      <SubSystem>Windows</SubSystem>
185
      <EntryPointSymbol>main</EntryPointSymbol>
186
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
187
      <DataExecutionPrevention />
188
      <TargetMachine>MachineX64</TargetMachine>
189
    </Link>
190
  </ItemDefinitionGroup>
191
  <ItemGroup>
192
    <Reference Include="System">
193
      <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
194
      <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
195
    </Reference>
196
    <Reference Include="System.Data">
197
      <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
198
      <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
199
    </Reference>
200
    <Reference Include="System.Drawing">
201
      <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
202
      <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
203
    </Reference>
204
    <Reference Include="System.Windows.Forms">
205
      <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
206
      <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
207
    </Reference>
208
    <Reference Include="System.Xml">
209
      <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
210
      <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
211
    </Reference>
212
  </ItemGroup>
213
  <ItemGroup>
214
    <ProjectReference Include="..\libspk\Windows\spk.vcxproj">
215
      <Project>{c18ec70d-7048-485c-8bb3-e219c6c8e352}</Project>
216
      <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
217
      <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
218
    </ProjectReference>
219
  </ItemGroup>
220
  <ItemGroup>
221
    <ClCompile Include="src\AssemblyInfo.cpp" />
222
    <ClCompile Include="src\Forms\CommandSlots.cpp" />
223
    <ClCompile Include="src\Forms\DirectoryControl.cpp" />
224
    <ClCompile Include="src\Forms\DownloadPackageList.cpp" />
225
    <ClCompile Include="src\Forms\EditPrice.cpp" />
226
    <ClCompile Include="src\Forms\EditWares.cpp" />
227
    <ClCompile Include="src\Forms\FakePatchAssign.cpp" />
228
    <ClCompile Include="src\Forms\FakePatchControl.cpp" />
229
    <ClCompile Include="src\Forms\InstallPackageDialog.cpp" />
230
    <ClCompile Include="src\Forms\MainGui.cpp" />
231
    <ClCompile Include="src\Forms\MenuBar.cpp" />
232
    <ClCompile Include="src\Forms\MessageBoxDetails.cpp" />
233
    <ClCompile Include="src\Forms\ModSelector.cpp" />
234
    <ClCompile Include="src\Forms\PackageBrowser.cpp" />
235
    <ClCompile Include="src\Forms\PackageInstalled.cpp" />
236
    <ClCompile Include="src\Forms\StartUp.cpp" />
237
    <ClCompile Include="src\PluginManagerLite.cpp" />
238
    <ClCompile Include="src\stdafx.cpp" />
239
  </ItemGroup>
240
  <ItemGroup>
241
    <ClInclude Include="src\Forms\About.h">
242
      <FileType>CppForm</FileType>
243
      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace).%(Filename).resources</ExcludedFromBuild>
244
    </ClInclude>
245
    <ClInclude Include="src\Forms\CheckUpdate.h">
246
      <FileType>CppForm</FileType>
247
    </ClInclude>
248
    <ClInclude Include="src\Forms\CommandSlots.h">
249
      <FileType>CppForm</FileType>
250
    </ClInclude>
251
    <ClInclude Include="src\Forms\CompareList.h">
252
      <FileType>CppForm</FileType>
253
    </ClInclude>
254
    <ClInclude Include="src\Forms\DirectoryControl.h">
255
      <FileType>CppForm</FileType>
256
    </ClInclude>
257
    <ClInclude Include="src\Forms\DownloadPackageList.h">
258
      <FileType>CppForm</FileType>
259
    </ClInclude>
260
    <ClInclude Include="src\Forms\EditGlobals.h">
261
      <FileType>CppForm</FileType>
262
    </ClInclude>
263
    <ClInclude Include="src\Forms\EditPrice.h">
264
      <FileType>CppForm</FileType>
265
    </ClInclude>
266
    <ClInclude Include="src\Forms\EditWares.h">
267
      <FileType>CppForm</FileType>
268
    </ClInclude>
269
    <ClInclude Include="src\Forms\FakePatchAssign.h">
270
      <FileType>CppForm</FileType>
271
    </ClInclude>
272
    <ClInclude Include="src\Forms\FakePatchControl.h">
273
      <FileType>CppForm</FileType>
274
    </ClInclude>
275
    <ClInclude Include="src\Forms\FileLog.h">
276
      <FileType>CppForm</FileType>
277
    </ClInclude>
278
    <ClInclude Include="src\Forms\GameLauncherFlags.h">
279
      <FileType>CppForm</FileType>
280
    </ClInclude>
281
    <ClInclude Include="src\Forms\InstallPackageDialog.h">
282
      <FileType>CppForm</FileType>
283
    </ClInclude>
284
    <ClInclude Include="src\Forms\MainGui.h">
285
      <FileType>CppForm</FileType>
286
    </ClInclude>
287
    <ClInclude Include="src\Forms\MenuBar.h">
288
      <FileType>CppForm</FileType>
289
    </ClInclude>
290
    <ClInclude Include="src\Forms\MessageBoxDetails.h">
291
      <FileType>CppForm</FileType>
292
    </ClInclude>
293
    <ClInclude Include="src\Forms\ModSelector.h">
294
      <FileType>CppForm</FileType>
295
    </ClInclude>
296
    <ClInclude Include="src\Forms\PackageBrowser.h">
297
      <FileType>CppForm</FileType>
298
    </ClInclude>
299
    <ClInclude Include="src\Forms\PackageInstalled.h">
300
      <FileType>CppForm</FileType>
301
    </ClInclude>
302
    <ClInclude Include="src\Forms\StartUp.h">
303
      <FileType>CppForm</FileType>
304
    </ClInclude>
305
    <ClInclude Include="src\listviewsorter.h" />
306
    <ClInclude Include="src\resource.h" />
307
    <ClInclude Include="src\stdafx.h" />
308
  </ItemGroup>
309
  <ItemGroup>
310
    <Image Include="Icons\X-PlugInManager-Icon86px.ico" />
311
  </ItemGroup>
312
  <ItemGroup>
313
    <Text Include="ReadMe.txt" />
314
  </ItemGroup>
315
  <ItemGroup>
316
    <EmbeddedResource Include="src\Forms\DirectoryControl.resx">
317
      <DependentUpon>src\Forms\DirectoryControl.h</DependentUpon>
318
      <LogicalName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace).%(Filename).resources</LogicalName>
319
    </EmbeddedResource>
320
    <EmbeddedResource Include="src\Forms\About.resx">
321
      <DependentUpon>src\Forms\About.h</DependentUpon>
322
      <SubType>Designer</SubType>
323
      <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
324
      </ExcludedFromBuild>
325
      <LogicalName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace).%(Filename).resources</LogicalName>
326
    </EmbeddedResource>
327
    <EmbeddedResource Include="src\Forms\CheckUpdate.resx">
328
      <DependentUpon>src\Forms\CheckUpdate.h</DependentUpon>
329
      <SubType>Designer</SubType>
330
      <LogicalName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace).%(Filename).resources</LogicalName>
331
    </EmbeddedResource>
332
    <EmbeddedResource Include="src\Forms\CommandSlots.resx">
333
      <DependentUpon>src\Forms\CommandSlots.h</DependentUpon>
334
      <SubType>Designer</SubType>
335
      <LogicalName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace).%(Filename).resources</LogicalName>
336
    </EmbeddedResource>
337
    <EmbeddedResource Include="src\Forms\CompareList.resx">
338
      <DependentUpon>src\Forms\CompareList.h</DependentUpon>
339
      <SubType>Designer</SubType>
340
      <LogicalName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace).%(Filename).resources</LogicalName>
341
    </EmbeddedResource>
342
    <EmbeddedResource Include="src\Forms\DownloadPackageList.resx">
343
      <DependentUpon>src\Forms\DownloadPackageList.h</DependentUpon>
344
      <SubType>Designer</SubType>
345
      <LogicalName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace).%(Filename).resources</LogicalName>
346
    </EmbeddedResource>
347
    <EmbeddedResource Include="src\Forms\EditGlobals.resx">
348
      <DependentUpon>src\Forms\EditGlobals.h</DependentUpon>
349
      <SubType>Designer</SubType>
350
      <LogicalName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace).%(Filename).resources</LogicalName>
351
    </EmbeddedResource>
352
    <EmbeddedResource Include="src\Forms\EditPrice.resx">
353
      <DependentUpon>src\Forms\EditPrice.h</DependentUpon>
354
      <SubType>Designer</SubType>
355
      <LogicalName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace).%(Filename).resources</LogicalName>
356
    </EmbeddedResource>
357
    <EmbeddedResource Include="src\Forms\EditWares.resx">
358
      <DependentUpon>src\Forms\EditWares.h</DependentUpon>
359
      <SubType>Designer</SubType>
360
      <LogicalName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace).%(Filename).resources</LogicalName>
361
    </EmbeddedResource>
362
    <EmbeddedResource Include="src\Forms\FakePatchAssign.resx">
363
      <DependentUpon>src\Forms\FakePatchAssign.h</DependentUpon>
364
      <SubType>Designer</SubType>
365
      <LogicalName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace).%(Filename).resources</LogicalName>
366
    </EmbeddedResource>
367
    <EmbeddedResource Include="src\Forms\FakePatchControl.resx">
368
      <DependentUpon>src\Forms\FakePatchControl.h</DependentUpon>
369
      <SubType>Designer</SubType>
370
      <LogicalName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace).%(Filename).resources</LogicalName>
371
    </EmbeddedResource>
372
    <EmbeddedResource Include="src\Forms\FileLog.resx">
373
      <DependentUpon>src\Forms\FileLog.h</DependentUpon>
374
      <SubType>Designer</SubType>
375
      <LogicalName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace).%(Filename).resources</LogicalName>
376
    </EmbeddedResource>
377
    <EmbeddedResource Include="src\Forms\GameLauncherFlags.resx">
378
      <DependentUpon>src\Forms\GameLauncherFlags.h</DependentUpon>
379
      <SubType>Designer</SubType>
380
      <LogicalName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace).%(Filename).resources</LogicalName>
381
    </EmbeddedResource>
382
    <EmbeddedResource Include="src\Forms\InstallPackageDialog.resx">
383
      <DependentUpon>src\Forms\InstallPackageDialog.h</DependentUpon>
384
      <SubType>Designer</SubType>
385
      <LogicalName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace).%(Filename).resources</LogicalName>
386
    </EmbeddedResource>
387
    <EmbeddedResource Include="src\Forms\MainGui.resx">
388
      <DependentUpon>src\Forms\MainGui.h</DependentUpon>
389
      <SubType>Designer</SubType>
390
      <LogicalName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace).%(Filename).resources</LogicalName>
391
    </EmbeddedResource>
392
    <EmbeddedResource Include="src\Forms\MenuBar.resx">
393
      <DependentUpon>src\Forms\MenuBar.h</DependentUpon>
394
      <SubType>Designer</SubType>
395
      <LogicalName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace).%(Filename).resources</LogicalName>
396
    </EmbeddedResource>
397
    <EmbeddedResource Include="src\Forms\MessageBoxDetails.resx">
398
      <DependentUpon>src\Forms\MessageBoxDetails.h</DependentUpon>
399
      <SubType>Designer</SubType>
400
      <LogicalName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace).%(Filename).resources</LogicalName>
401
    </EmbeddedResource>
402
    <EmbeddedResource Include="src\Forms\ModSelector.resx">
403
      <DependentUpon>src\Forms\ModSelector.h</DependentUpon>
404
      <SubType>Designer</SubType>
405
      <LogicalName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace).%(Filename).resources</LogicalName>
406
    </EmbeddedResource>
407
    <EmbeddedResource Include="src\Forms\PackageBrowser.resx">
408
      <DependentUpon>src\Forms\PackageBrowser.h</DependentUpon>
409
      <SubType>Designer</SubType>
410
      <LogicalName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace).%(Filename).resources</LogicalName>
411
    </EmbeddedResource>
412
    <EmbeddedResource Include="src\Forms\PackageInstalled.resx">
413
      <DependentUpon>src\Forms\PackageInstalled.h</DependentUpon>
414
      <SubType>Designer</SubType>
415
      <LogicalName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace).%(Filename).resources</LogicalName>
416
    </EmbeddedResource>
417
    <EmbeddedResource Include="src\Forms\StartUp.resx">
418
      <DependentUpon>src\Forms\StartUp.h</DependentUpon>
419
      <SubType>Designer</SubType>
420
      <LogicalName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace).%(Filename).resources</LogicalName>
421
    </EmbeddedResource>
422
  </ItemGroup>
423
  <ItemGroup>
424
    <ResourceCompile Include="app.rc" />
425
  </ItemGroup>
426
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
427
  <ImportGroup Label="ExtensionTargets">
428
  </ImportGroup>
429
</Project>