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