Subversion Repositories spk

Rev

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>{2E489570-2052-4C36-AD10-31B26A2D7F74}</ProjectGuid>
23
    <RootNamespace>SpkExplorer</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)\SpkExplorer\</IntDir>
76
    <LinkIncremental>true</LinkIncremental>
77
  </PropertyGroup>
78
  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
79
    <OutDir>$(SolutionDir)$(Configuration)\</OutDir>
80
    <IntDir>$(SolutionDir)$(Configuration)\SpkExplorer\</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 />
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>
128 cycrow 114
    <EmbeddedResource>
115
      <LogicalName>$(RootNamespace).%(Filename).resources</LogicalName>
116
    </EmbeddedResource>
121 cycrow 117
  </ItemDefinitionGroup>
118
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
119
    <ClCompile>
120
      <AdditionalIncludeDirectories>../libspk/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
121
      <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_STRINGCLR;_SPKDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
122
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
123
      <PrecompiledHeader />
124
      <WarningLevel>Level3</WarningLevel>
125
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
126
    </ClCompile>
127
    <Link>
128
      <AdditionalDependencies />
129
      <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile>
130
      <GenerateDebugInformation>true</GenerateDebugInformation>
131
      <SubSystem>Windows</SubSystem>
132
      <EntryPointSymbol>main</EntryPointSymbol>
133
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
134
      <DataExecutionPrevention />
135
      <TargetMachine>MachineX86</TargetMachine>
136
    </Link>
128 cycrow 137
    <EmbeddedResource>
138
      <LogicalName>$(RootNamespace).%(Filename).resources</LogicalName>
139
    </EmbeddedResource>
121 cycrow 140
  </ItemDefinitionGroup>
141
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
142
    <Midl>
143
      <TargetEnvironment>X64</TargetEnvironment>
144
    </Midl>
145
    <ClCompile>
146
      <Optimization>Disabled</Optimization>
147
      <AdditionalIncludeDirectories>../libspk/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
148
      <PreprocessorDefinitions>WIN32;_DEBUG;_CRT_SECURE_NO_WARNINGS;_SPKDLL;_STRINGCLR;%(PreprocessorDefinitions)</PreprocessorDefinitions>
149
      <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
150
      <PrecompiledHeader />
151
      <WarningLevel>Level3</WarningLevel>
152
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
153
    </ClCompile>
154
    <Link>
155
      <AdditionalDependencies>$(SolutionDir)$(Configuration)/spk.lib</AdditionalDependencies>
156
      <GenerateDebugInformation>true</GenerateDebugInformation>
157
      <AssemblyDebug>true</AssemblyDebug>
158
      <SubSystem>Windows</SubSystem>
159
      <EntryPointSymbol>main</EntryPointSymbol>
160
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
161
      <DataExecutionPrevention />
162
      <TargetMachine>MachineX64</TargetMachine>
163
    </Link>
164
  </ItemDefinitionGroup>
165
  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
166
    <Midl>
167
      <TargetEnvironment>X64</TargetEnvironment>
168
    </Midl>
169
    <ClCompile>
170
      <AdditionalIncludeDirectories>../libspk/src;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories>
171
      <PreprocessorDefinitions>WIN32;NDEBUG;_CRT_SECURE_NO_WARNINGS;_STRINGCLR;_SPKDLL;%(PreprocessorDefinitions)</PreprocessorDefinitions>
172
      <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
173
      <PrecompiledHeader />
174
      <WarningLevel>Level3</WarningLevel>
175
      <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
176
    </ClCompile>
177
    <Link>
178
      <AdditionalDependencies>$(SolutionDir)$(Configuration)\spk.lib</AdditionalDependencies>
179
      <OutputFile>$(OutDir)$(ProjectName).exe</OutputFile>
180
      <GenerateDebugInformation>true</GenerateDebugInformation>
181
      <SubSystem>Windows</SubSystem>
182
      <EntryPointSymbol>main</EntryPointSymbol>
183
      <RandomizedBaseAddress>false</RandomizedBaseAddress>
184
      <DataExecutionPrevention />
185
      <TargetMachine>MachineX64</TargetMachine>
186
    </Link>
187
  </ItemDefinitionGroup>
188
  <ItemGroup>
189
    <Reference Include="System">
190
      <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
191
      <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
192
    </Reference>
193
    <Reference Include="System.Data">
194
      <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
195
      <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
196
    </Reference>
197
    <Reference Include="System.Drawing">
198
      <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
199
      <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
200
    </Reference>
201
    <Reference Include="System.Windows.Forms">
202
      <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
203
      <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
204
    </Reference>
205
    <Reference Include="System.Xml">
206
      <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
207
      <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
208
    </Reference>
209
  </ItemGroup>
210
  <ItemGroup>
211
    <ProjectReference Include="..\libspk\Windows\spk.vcxproj">
212
      <Project>{c18ec70d-7048-485c-8bb3-e219c6c8e352}</Project>
213
      <CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
214
      <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
215
    </ProjectReference>
216
  </ItemGroup>
217
  <ItemGroup>
218
    <ClCompile Include="src\AssemblyInfo.cpp" />
219
    <ClCompile Include="src\Forms\AddDialog.cpp" />
220
    <ClCompile Include="src\Forms\ExtractDialog.cpp" />
221
    <ClCompile Include="src\Forms\FileExists.cpp" />
222
    <ClCompile Include="src\Forms\PackageInfo.cpp" />
223
    <ClCompile Include="src\Forms\SpkForm.cpp" />
224
    <ClCompile Include="src\SpkExplorer.cpp" />
225
    <ClCompile Include="src\stdafx.cpp" />
226
  </ItemGroup>
227
  <ItemGroup>
228
    <ClInclude Include="src\Forms\AddDialog.h">
229
      <FileType>CppForm</FileType>
230
    </ClInclude>
231
    <ClInclude Include="src\Forms\ConvertFile.h">
232
      <FileType>CppForm</FileType>
233
    </ClInclude>
234
    <ClInclude Include="src\Forms\DropFileDialog.h">
235
      <FileType>CppForm</FileType>
236
    </ClInclude>
237
    <ClInclude Include="src\Forms\ExtractDialog.h">
238
      <FileType>CppForm</FileType>
239
    </ClInclude>
240
    <ClInclude Include="src\Forms\FileExists.h">
241
      <FileType>CppForm</FileType>
242
    </ClInclude>
243
    <ClInclude Include="src\Forms\Form1.h">
244
      <FileType>CppForm</FileType>
245
    </ClInclude>
246
    <ClInclude Include="src\Forms\PackageInfo.h">
247
      <FileType>CppForm</FileType>
248
    </ClInclude>
249
    <ClInclude Include="src\Forms\SpkForm.h">
250
      <FileType>CppForm</FileType>
251
    </ClInclude>
252
    <ClInclude Include="src\resource.h" />
253
    <ClInclude Include="src\stdafx.h" />
254
  </ItemGroup>
255
  <ItemGroup>
256
    <Image Include="..\..\..\..\Pictures\spk.bmp" />
257
    <Image Include="..\PluginManager\Icons\X-PlugInManager-Icon86px.ico" />
258
    <Image Include="..\spk\Icons\advert.png" />
259
    <Image Include="..\spk\Icons\backup.png" />
260
    <Image Include="..\spk\Icons\cockpitscene.png" />
261
    <Image Include="..\spk\Icons\extras.png" />
262
    <Image Include="..\spk\Icons\map.png" />
263
    <Image Include="..\spk\Icons\mission.png" />
264
    <Image Include="..\spk\Icons\mods.png" />
265
    <Image Include="..\spk\Icons\readme.png" />
266
    <Image Include="..\spk\Icons\screenshot.png" />
267
    <Image Include="..\spk\Icons\script.png" />
268
    <Image Include="..\spk\Icons\shipmodel.png" />
269
    <Image Include="..\spk\Icons\shipother.png" />
270
    <Image Include="..\spk\Icons\shipscene.png" />
271
    <Image Include="..\spk\Icons\sound.png" />
272
    <Image Include="..\spk\Icons\textfile.png" />
273
    <Image Include="..\spk\Icons\uninstall.png" />
274
  </ItemGroup>
275
  <ItemGroup>
276
    <ResourceCompile Include="app.rc" />
277
  </ItemGroup>
278
  <ItemGroup>
279
    <Text Include="ReadMe.txt" />
280
  </ItemGroup>
281
  <ItemGroup>
282
    <EmbeddedResource Include="src\Forms\AddDialog.resx">
283
      <DependentUpon>src\Forms\AddDialog.h</DependentUpon>
284
      <SubType>Designer</SubType>
285
    </EmbeddedResource>
286
    <EmbeddedResource Include="src\Forms\ConvertFile.resx">
287
      <DependentUpon>src\Forms\ConvertFile.h</DependentUpon>
288
      <SubType>Designer</SubType>
289
    </EmbeddedResource>
290
    <EmbeddedResource Include="src\Forms\DropFileDialog.resx">
291
      <DependentUpon>src\Forms\DropFileDialog.h</DependentUpon>
292
      <SubType>Designer</SubType>
293
    </EmbeddedResource>
294
    <EmbeddedResource Include="src\Forms\ExtractDialog.resx">
295
      <DependentUpon>src\Forms\ExtractDialog.h</DependentUpon>
296
      <SubType>Designer</SubType>
297
    </EmbeddedResource>
298
    <EmbeddedResource Include="src\Forms\FileExists.resx">
299
      <DependentUpon>src\Forms\FileExists.h</DependentUpon>
300
      <SubType>Designer</SubType>
301
    </EmbeddedResource>
302
    <EmbeddedResource Include="src\Forms\Form1.resx">
303
      <DependentUpon>src\Forms\Form1.h</DependentUpon>
304
      <SubType>Designer</SubType>
305
    </EmbeddedResource>
306
    <EmbeddedResource Include="src\Forms\PackageInfo.resx">
307
      <DependentUpon>src\Forms\PackageInfo.h</DependentUpon>
308
      <SubType>Designer</SubType>
309
    </EmbeddedResource>
310
    <EmbeddedResource Include="src\Forms\SpkForm.resx">
311
      <DependentUpon>src\Forms\SpkForm.h</DependentUpon>
312
      <SubType>Designer</SubType>
313
    </EmbeddedResource>
314
  </ItemGroup>
315
  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
316
  <ImportGroup Label="ExtensionTargets">
317
  </ImportGroup>
318
</Project>