Subversion Repositories spk

Rev

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