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>{185E2678-8252-47C3-AAA8-535E4CB769C1}</ProjectGuid>
|
|
|
23 |
<RootNamespace>Creator</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)\Creator\</IntDir>
|
|
|
76 |
<LinkIncremental>true</LinkIncremental>
|
|
|
77 |
</PropertyGroup>
|
|
|
78 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
79 |
<OutDir>$(SolutionDir)$(Configuration)\</OutDir>
|
|
|
80 |
<IntDir>$(SolutionDir)$(Configuration)\Creator\</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>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 |
<EmbeddedResource>
|
|
|
115 |
<LogicalName>$(RootNamespace).%(Filename).resources</LogicalName>
|
|
|
116 |
</EmbeddedResource>
|
|
|
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;_SPKDLL;_STRINGCLR;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
122 |
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary>
|
|
|
123 |
<PrecompiledHeader />
|
|
|
124 |
<WarningLevel>Level3</WarningLevel>
|
|
|
125 |
<DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
|
126 |
</ClCompile>
|
|
|
127 |
<Link>
|
|
|
128 |
<AdditionalDependencies>shell32.lib</AdditionalDependencies>
|
|
|
129 |
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
|
130 |
<SubSystem>Windows</SubSystem>
|
|
|
131 |
<EntryPointSymbol>main</EntryPointSymbol>
|
|
|
132 |
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
|
|
133 |
<DataExecutionPrevention />
|
|
|
134 |
<TargetMachine>MachineX86</TargetMachine>
|
|
|
135 |
</Link>
|
123 |
cycrow |
136 |
<EmbeddedResource>
|
|
|
137 |
<LogicalName>$(RootNamespace).%(Filename).resources</LogicalName>
|
|
|
138 |
</EmbeddedResource>
|
121 |
cycrow |
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>$(SolutionDir)$(Configuration)/spk.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</AdditionalDependencies>
|
|
|
178 |
<GenerateDebugInformation>false</GenerateDebugInformation>
|
|
|
179 |
<SubSystem>Windows</SubSystem>
|
|
|
180 |
<EntryPointSymbol>main</EntryPointSymbol>
|
|
|
181 |
<RandomizedBaseAddress>false</RandomizedBaseAddress>
|
|
|
182 |
<DataExecutionPrevention />
|
|
|
183 |
<TargetMachine>MachineX64</TargetMachine>
|
|
|
184 |
</Link>
|
|
|
185 |
</ItemDefinitionGroup>
|
|
|
186 |
<ItemGroup>
|
|
|
187 |
<Reference Include="System">
|
|
|
188 |
<CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
|
|
|
189 |
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
|
|
|
190 |
</Reference>
|
|
|
191 |
<Reference Include="System.Data">
|
|
|
192 |
<CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
|
|
|
193 |
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
|
|
|
194 |
</Reference>
|
|
|
195 |
<Reference Include="System.Drawing">
|
|
|
196 |
<CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
|
|
|
197 |
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
|
|
|
198 |
</Reference>
|
|
|
199 |
<Reference Include="System.Windows.Forms">
|
|
|
200 |
<CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
|
|
|
201 |
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
|
|
|
202 |
</Reference>
|
|
|
203 |
<Reference Include="System.Xml">
|
|
|
204 |
<CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
|
|
|
205 |
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
|
|
|
206 |
</Reference>
|
|
|
207 |
</ItemGroup>
|
|
|
208 |
<ItemGroup>
|
|
|
209 |
<ProjectReference Include="..\libspk\Windows\spk.vcxproj">
|
|
|
210 |
<Project>{c18ec70d-7048-485c-8bb3-e219c6c8e352}</Project>
|
|
|
211 |
<CopyLocalSatelliteAssemblies>true</CopyLocalSatelliteAssemblies>
|
|
|
212 |
<ReferenceOutputAssembly>true</ReferenceOutputAssembly>
|
|
|
213 |
</ProjectReference>
|
|
|
214 |
</ItemGroup>
|
|
|
215 |
<ItemGroup>
|
|
|
216 |
<ClCompile Include="..\SpkExplorer\src\Forms\AddDialog.cpp" />
|
|
|
217 |
<ClCompile Include="..\SpkExplorer\src\Forms\ExtractDialog.cpp" />
|
|
|
218 |
<ClCompile Include="..\SpkExplorer\src\Forms\SpkForm.cpp" />
|
|
|
219 |
<ClCompile Include="src\AssemblyInfo.cpp" />
|
|
|
220 |
<ClCompile Include="src\Creator.cpp" />
|
|
|
221 |
<ClCompile Include="src\Forms\AddDepend.cpp" />
|
|
|
222 |
<ClCompile Include="src\Forms\AddShipPart.cpp" />
|
|
|
223 |
<ClCompile Include="src\Forms\BaseForm.cpp" />
|
|
|
224 |
<ClCompile Include="src\Forms\CreationWizard.cpp" />
|
|
|
225 |
<ClCompile Include="src\Forms\CustomiseGuns.cpp" />
|
|
|
226 |
<ClCompile Include="src\Forms\CustomiseInfo.cpp" />
|
|
|
227 |
<ClCompile Include="src\Forms\CustomisePerformance.cpp" />
|
|
|
228 |
<ClCompile Include="src\Forms\CustomiseShip.cpp" />
|
|
|
229 |
<ClCompile Include="src\Forms\CustomiseTurret.cpp" />
|
|
|
230 |
<ClCompile Include="src\Forms\CustomiseWeapons.cpp" />
|
|
|
231 |
<ClCompile Include="src\Forms\CustomiseWeapons1.cpp" />
|
|
|
232 |
<ClCompile Include="src\Forms\FileExplorer.cpp" />
|
|
|
233 |
<ClCompile Include="src\Forms\Form1.cpp" />
|
|
|
234 |
<ClCompile Include="src\Forms\ImportShip.cpp" />
|
|
|
235 |
<ClCompile Include="src\Forms\InputBox.cpp" />
|
|
|
236 |
<ClCompile Include="src\Forms\LoadShip.cpp" />
|
|
|
237 |
<ClCompile Include="src\Forms\ModDiff.cpp" />
|
|
|
238 |
<ClCompile Include="src\Forms\MultiForm.cpp" />
|
|
|
239 |
<ClCompile Include="src\Forms\PackageForm.cpp" />
|
|
|
240 |
<ClCompile Include="src\Forms\SelectFilesystem.cpp" />
|
|
|
241 |
<ClCompile Include="src\Forms\Waiting.cpp" />
|
|
|
242 |
<ClCompile Include="src\Forms\WizardAdvanced.cpp" />
|
|
|
243 |
<ClCompile Include="src\Forms\WizardBasic1.cpp" />
|
|
|
244 |
<ClCompile Include="src\Forms\WizardCore1.cpp" />
|
|
|
245 |
<ClCompile Include="src\Forms\WizardRebalance.cpp" />
|
|
|
246 |
<ClCompile Include="src\Forms\WizardStartup.cpp" />
|
|
|
247 |
<ClCompile Include="src\Forms\WizardUpdate.cpp" />
|
|
|
248 |
<ClCompile Include="src\stdafx.cpp" />
|
|
|
249 |
</ItemGroup>
|
|
|
250 |
<ItemGroup>
|
|
|
251 |
<ClInclude Include="..\common\spknet.h" />
|
|
|
252 |
<ClInclude Include="..\SpkExplorer\src\Forms\AddDialog.h">
|
|
|
253 |
<FileType>CppForm</FileType>
|
|
|
254 |
</ClInclude>
|
|
|
255 |
<ClInclude Include="..\SpkExplorer\src\Forms\ExtractDialog.h">
|
|
|
256 |
<FileType>CppForm</FileType>
|
|
|
257 |
</ClInclude>
|
|
|
258 |
<ClInclude Include="..\SpkExplorer\src\Forms\SpkForm.h">
|
|
|
259 |
<FileType>CppForm</FileType>
|
|
|
260 |
</ClInclude>
|
|
|
261 |
<ClInclude Include="src\Forms\AddCockpit.h">
|
|
|
262 |
<FileType>CppForm</FileType>
|
|
|
263 |
</ClInclude>
|
|
|
264 |
<ClInclude Include="src\Forms\AddDepend.h">
|
|
|
265 |
<FileType>CppForm</FileType>
|
|
|
266 |
</ClInclude>
|
|
|
267 |
<ClInclude Include="src\Forms\AddShipPart.h">
|
|
|
268 |
<FileType>CppForm</FileType>
|
|
|
269 |
</ClInclude>
|
|
|
270 |
<ClInclude Include="src\Forms\AddShipText.h">
|
|
|
271 |
<FileType>CppForm</FileType>
|
|
|
272 |
</ClInclude>
|
|
|
273 |
<ClInclude Include="src\Forms\AddWare.h">
|
|
|
274 |
<FileType>CppForm</FileType>
|
|
|
275 |
</ClInclude>
|
|
|
276 |
<ClInclude Include="src\Forms\AddWareText.h">
|
|
|
277 |
<FileType>CppForm</FileType>
|
|
|
278 |
</ClInclude>
|
|
|
279 |
<ClInclude Include="src\Forms\BaseForm.h">
|
|
|
280 |
<FileType>CppForm</FileType>
|
|
|
281 |
</ClInclude>
|
|
|
282 |
<ClInclude Include="src\Forms\CreationWizard.h">
|
|
|
283 |
<FileType>CppForm</FileType>
|
|
|
284 |
</ClInclude>
|
|
|
285 |
<ClInclude Include="src\Forms\CustomiseGuns.h">
|
|
|
286 |
<FileType>CppForm</FileType>
|
|
|
287 |
</ClInclude>
|
|
|
288 |
<ClInclude Include="src\Forms\CustomiseInfo.h">
|
|
|
289 |
<FileType>CppForm</FileType>
|
|
|
290 |
</ClInclude>
|
|
|
291 |
<ClInclude Include="src\Forms\CustomiseModel.h">
|
|
|
292 |
<FileType>CppForm</FileType>
|
|
|
293 |
</ClInclude>
|
|
|
294 |
<ClInclude Include="src\Forms\CustomisePerformance.h">
|
|
|
295 |
<FileType>CppForm</FileType>
|
|
|
296 |
</ClInclude>
|
|
|
297 |
<ClInclude Include="src\Forms\CustomiseShip.h">
|
|
|
298 |
<FileType>CppForm</FileType>
|
|
|
299 |
</ClInclude>
|
|
|
300 |
<ClInclude Include="src\Forms\CustomiseTurret.h">
|
|
|
301 |
<FileType>CppForm</FileType>
|
|
|
302 |
</ClInclude>
|
|
|
303 |
<ClInclude Include="src\Forms\CustomiseWeapons.h">
|
|
|
304 |
<FileType>CppForm</FileType>
|
|
|
305 |
</ClInclude>
|
|
|
306 |
<ClInclude Include="src\Forms\CustomiseWeapons1.h">
|
|
|
307 |
<FileType>CppForm</FileType>
|
|
|
308 |
</ClInclude>
|
|
|
309 |
<ClInclude Include="src\Forms\FileExplorer.h">
|
|
|
310 |
<FileType>CppForm</FileType>
|
|
|
311 |
</ClInclude>
|
|
|
312 |
<ClInclude Include="src\Forms\Form1.h">
|
|
|
313 |
<FileType>CppForm</FileType>
|
|
|
314 |
</ClInclude>
|
|
|
315 |
<ClInclude Include="src\Forms\ImportShip.h">
|
|
|
316 |
<FileType>CppForm</FileType>
|
|
|
317 |
</ClInclude>
|
|
|
318 |
<ClInclude Include="src\Forms\InputBox.h">
|
|
|
319 |
<FileType>CppForm</FileType>
|
|
|
320 |
</ClInclude>
|
|
|
321 |
<ClInclude Include="src\Forms\LoadShip.h">
|
|
|
322 |
<FileType>CppForm</FileType>
|
|
|
323 |
</ClInclude>
|
|
|
324 |
<ClInclude Include="src\Forms\LoadText.h">
|
|
|
325 |
<FileType>CppForm</FileType>
|
|
|
326 |
</ClInclude>
|
|
|
327 |
<ClInclude Include="src\Forms\ModDiff.h">
|
|
|
328 |
<FileType>CppForm</FileType>
|
|
|
329 |
</ClInclude>
|
|
|
330 |
<ClInclude Include="src\Forms\MultiForm.h">
|
|
|
331 |
<FileType>CppForm</FileType>
|
|
|
332 |
</ClInclude>
|
|
|
333 |
<ClInclude Include="src\Forms\Options.h">
|
|
|
334 |
<FileType>CppForm</FileType>
|
|
|
335 |
</ClInclude>
|
|
|
336 |
<ClInclude Include="src\Forms\PackageForm.h">
|
|
|
337 |
<FileType>CppForm</FileType>
|
|
|
338 |
</ClInclude>
|
|
|
339 |
<ClInclude Include="src\Forms\SaveDialog.h">
|
|
|
340 |
<FileType>CppForm</FileType>
|
|
|
341 |
</ClInclude>
|
|
|
342 |
<ClInclude Include="src\Forms\SelectFilesystem.h">
|
|
|
343 |
<FileType>CppForm</FileType>
|
|
|
344 |
</ClInclude>
|
|
|
345 |
<ClInclude Include="src\Forms\SelectGame.h">
|
|
|
346 |
<FileType>CppForm</FileType>
|
|
|
347 |
</ClInclude>
|
|
|
348 |
<ClInclude Include="src\Forms\Waiting.h">
|
|
|
349 |
<FileType>CppForm</FileType>
|
|
|
350 |
</ClInclude>
|
|
|
351 |
<ClInclude Include="src\Forms\WizardAdvanced.h">
|
|
|
352 |
<FileType>CppControl</FileType>
|
|
|
353 |
</ClInclude>
|
|
|
354 |
<ClInclude Include="src\Forms\WizardBasic1.h">
|
|
|
355 |
<FileType>CppForm</FileType>
|
|
|
356 |
</ClInclude>
|
|
|
357 |
<ClInclude Include="src\Forms\WizardCore1.h">
|
|
|
358 |
<FileType>CppControl</FileType>
|
|
|
359 |
</ClInclude>
|
|
|
360 |
<ClInclude Include="src\Forms\WizardRebalance.h">
|
|
|
361 |
<FileType>CppForm</FileType>
|
|
|
362 |
</ClInclude>
|
|
|
363 |
<ClInclude Include="src\Forms\WizardStartup.h">
|
|
|
364 |
<FileType>CppForm</FileType>
|
|
|
365 |
</ClInclude>
|
|
|
366 |
<ClInclude Include="src\Forms\WizardUpdate.h">
|
|
|
367 |
<FileType>CppForm</FileType>
|
|
|
368 |
</ClInclude>
|
|
|
369 |
<ClInclude Include="src\resource.h" />
|
|
|
370 |
<ClInclude Include="src\stdafx.h" />
|
|
|
371 |
</ItemGroup>
|
|
|
372 |
<ItemGroup>
|
|
|
373 |
<ResourceCompile Include="app.rc" />
|
|
|
374 |
</ItemGroup>
|
|
|
375 |
<ItemGroup>
|
|
|
376 |
<Image Include="X-PlugInManager-Creator.bmp" />
|
|
|
377 |
<Image Include="X-PlugInManager-Creator.ico" />
|
|
|
378 |
</ItemGroup>
|
|
|
379 |
<ItemGroup>
|
|
|
380 |
<EmbeddedResource Include="..\SpkExplorer\src\Forms\AddDialog.resx">
|
|
|
381 |
<DependentUpon>..\SpkExplorer\src\Forms\AddDialog.h</DependentUpon>
|
|
|
382 |
<SubType>Designer</SubType>
|
|
|
383 |
</EmbeddedResource>
|
|
|
384 |
<EmbeddedResource Include="..\SpkExplorer\src\Forms\ExtractDialog.resx">
|
|
|
385 |
<DependentUpon>..\SpkExplorer\src\Forms\ExtractDialog.h</DependentUpon>
|
|
|
386 |
<SubType>Designer</SubType>
|
|
|
387 |
</EmbeddedResource>
|
|
|
388 |
<EmbeddedResource Include="..\SpkExplorer\src\Forms\SpkForm.resx">
|
|
|
389 |
<DependentUpon>..\SpkExplorer\src\Forms\SpkForm.h</DependentUpon>
|
|
|
390 |
<SubType>Designer</SubType>
|
|
|
391 |
</EmbeddedResource>
|
|
|
392 |
<EmbeddedResource Include="src\Forms\AddCockpit.resx">
|
|
|
393 |
<DependentUpon>src\Forms\AddCockpit.h</DependentUpon>
|
|
|
394 |
<SubType>Designer</SubType>
|
|
|
395 |
</EmbeddedResource>
|
|
|
396 |
<EmbeddedResource Include="src\Forms\AddDepend.resx">
|
|
|
397 |
<DependentUpon>src\Forms\AddDepend.h</DependentUpon>
|
|
|
398 |
<SubType>Designer</SubType>
|
|
|
399 |
</EmbeddedResource>
|
|
|
400 |
<EmbeddedResource Include="src\Forms\AddShipPart.resx">
|
|
|
401 |
<DependentUpon>src\Forms\AddShipPart.h</DependentUpon>
|
|
|
402 |
<SubType>Designer</SubType>
|
|
|
403 |
</EmbeddedResource>
|
|
|
404 |
<EmbeddedResource Include="src\Forms\AddShipText.resx">
|
|
|
405 |
<DependentUpon>src\Forms\AddShipText.h</DependentUpon>
|
|
|
406 |
<SubType>Designer</SubType>
|
|
|
407 |
</EmbeddedResource>
|
|
|
408 |
<EmbeddedResource Include="src\Forms\AddWare.resx">
|
|
|
409 |
<DependentUpon>src\Forms\AddWare.h</DependentUpon>
|
|
|
410 |
<SubType>Designer</SubType>
|
|
|
411 |
</EmbeddedResource>
|
|
|
412 |
<EmbeddedResource Include="src\Forms\AddWareText.resx">
|
|
|
413 |
<DependentUpon>src\Forms\AddWareText.h</DependentUpon>
|
|
|
414 |
<SubType>Designer</SubType>
|
|
|
415 |
</EmbeddedResource>
|
|
|
416 |
<EmbeddedResource Include="src\Forms\BaseForm.resx">
|
|
|
417 |
<DependentUpon>src\Forms\BaseForm.h</DependentUpon>
|
|
|
418 |
<SubType>Designer</SubType>
|
|
|
419 |
</EmbeddedResource>
|
|
|
420 |
<EmbeddedResource Include="src\Forms\CreationWizard.resx">
|
|
|
421 |
<DependentUpon>src\Forms\CreationWizard.h</DependentUpon>
|
|
|
422 |
<SubType>Designer</SubType>
|
|
|
423 |
</EmbeddedResource>
|
|
|
424 |
<EmbeddedResource Include="src\Forms\CustomiseGuns.resx">
|
|
|
425 |
<DependentUpon>src\Forms\CustomiseGuns.h</DependentUpon>
|
|
|
426 |
<SubType>Designer</SubType>
|
|
|
427 |
</EmbeddedResource>
|
|
|
428 |
<EmbeddedResource Include="src\Forms\CustomiseInfo.resx">
|
|
|
429 |
<DependentUpon>src\Forms\CustomiseInfo.h</DependentUpon>
|
|
|
430 |
<SubType>Designer</SubType>
|
|
|
431 |
</EmbeddedResource>
|
|
|
432 |
<EmbeddedResource Include="src\Forms\CustomiseModel.resx">
|
|
|
433 |
<DependentUpon>src\Forms\CustomiseModel.h</DependentUpon>
|
|
|
434 |
<SubType>Designer</SubType>
|
|
|
435 |
</EmbeddedResource>
|
|
|
436 |
<EmbeddedResource Include="src\Forms\CustomisePerformance.resx">
|
|
|
437 |
<DependentUpon>src\Forms\CustomisePerformance.h</DependentUpon>
|
|
|
438 |
<SubType>Designer</SubType>
|
|
|
439 |
</EmbeddedResource>
|
|
|
440 |
<EmbeddedResource Include="src\Forms\CustomiseShip.resx">
|
|
|
441 |
<DependentUpon>src\Forms\CustomiseShip.h</DependentUpon>
|
|
|
442 |
<SubType>Designer</SubType>
|
|
|
443 |
</EmbeddedResource>
|
|
|
444 |
<EmbeddedResource Include="src\Forms\CustomiseTurret.resx">
|
|
|
445 |
<DependentUpon>src\Forms\CustomiseTurret.h</DependentUpon>
|
|
|
446 |
<SubType>Designer</SubType>
|
|
|
447 |
</EmbeddedResource>
|
|
|
448 |
<EmbeddedResource Include="src\Forms\CustomiseWeapons.resx">
|
|
|
449 |
<DependentUpon>src\Forms\CustomiseWeapons.h</DependentUpon>
|
|
|
450 |
<SubType>Designer</SubType>
|
|
|
451 |
</EmbeddedResource>
|
|
|
452 |
<EmbeddedResource Include="src\Forms\CustomiseWeapons1.resx">
|
|
|
453 |
<DependentUpon>src\Forms\CustomiseWeapons1.h</DependentUpon>
|
|
|
454 |
<SubType>Designer</SubType>
|
|
|
455 |
</EmbeddedResource>
|
|
|
456 |
<EmbeddedResource Include="src\Forms\FileExplorer.resx">
|
|
|
457 |
<DependentUpon>src\Forms\FileExplorer.h</DependentUpon>
|
|
|
458 |
<SubType>Designer</SubType>
|
|
|
459 |
</EmbeddedResource>
|
|
|
460 |
<EmbeddedResource Include="src\Forms\Form1.resx">
|
|
|
461 |
<DependentUpon>src\Forms\Form1.h</DependentUpon>
|
|
|
462 |
<SubType>Designer</SubType>
|
|
|
463 |
<LogicalName Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(RootNamespace).%(Filename).resources</LogicalName>
|
|
|
464 |
</EmbeddedResource>
|
|
|
465 |
<EmbeddedResource Include="src\Forms\ImportShip.resx">
|
|
|
466 |
<DependentUpon>src\Forms\ImportShip.h</DependentUpon>
|
|
|
467 |
<SubType>Designer</SubType>
|
|
|
468 |
</EmbeddedResource>
|
|
|
469 |
<EmbeddedResource Include="src\Forms\InputBox.resx">
|
|
|
470 |
<DependentUpon>src\Forms\InputBox.h</DependentUpon>
|
|
|
471 |
<SubType>Designer</SubType>
|
|
|
472 |
</EmbeddedResource>
|
|
|
473 |
<EmbeddedResource Include="src\Forms\LoadShip.resx">
|
|
|
474 |
<DependentUpon>src\Forms\LoadShip.h</DependentUpon>
|
|
|
475 |
<SubType>Designer</SubType>
|
|
|
476 |
</EmbeddedResource>
|
|
|
477 |
<EmbeddedResource Include="src\Forms\LoadText.resx">
|
|
|
478 |
<DependentUpon>src\Forms\LoadText.h</DependentUpon>
|
|
|
479 |
<SubType>Designer</SubType>
|
|
|
480 |
</EmbeddedResource>
|
|
|
481 |
<EmbeddedResource Include="src\Forms\ModDiff.resx">
|
|
|
482 |
<DependentUpon>src\Forms\ModDiff.h</DependentUpon>
|
|
|
483 |
<SubType>Designer</SubType>
|
|
|
484 |
</EmbeddedResource>
|
|
|
485 |
<EmbeddedResource Include="src\Forms\MultiForm.resx">
|
|
|
486 |
<DependentUpon>src\Forms\MultiForm.h</DependentUpon>
|
|
|
487 |
<SubType>Designer</SubType>
|
|
|
488 |
</EmbeddedResource>
|
|
|
489 |
<EmbeddedResource Include="src\Forms\Options.resx">
|
|
|
490 |
<DependentUpon>src\Forms\Options.h</DependentUpon>
|
|
|
491 |
<SubType>Designer</SubType>
|
|
|
492 |
</EmbeddedResource>
|
|
|
493 |
<EmbeddedResource Include="src\Forms\PackageForm.resx">
|
|
|
494 |
<DependentUpon>src\Forms\PackageForm.h</DependentUpon>
|
|
|
495 |
<SubType>Designer</SubType>
|
|
|
496 |
</EmbeddedResource>
|
|
|
497 |
<EmbeddedResource Include="src\Forms\SaveDialog.resx">
|
|
|
498 |
<DependentUpon>src\Forms\SaveDialog.h</DependentUpon>
|
|
|
499 |
<SubType>Designer</SubType>
|
|
|
500 |
</EmbeddedResource>
|
|
|
501 |
<EmbeddedResource Include="src\Forms\SelectFilesystem.resx">
|
|
|
502 |
<DependentUpon>src\Forms\SelectFilesystem.h</DependentUpon>
|
|
|
503 |
<SubType>Designer</SubType>
|
|
|
504 |
</EmbeddedResource>
|
|
|
505 |
<EmbeddedResource Include="src\Forms\SelectGame.resx">
|
|
|
506 |
<DependentUpon>src\Forms\SelectGame.h</DependentUpon>
|
|
|
507 |
<SubType>Designer</SubType>
|
|
|
508 |
</EmbeddedResource>
|
|
|
509 |
<EmbeddedResource Include="src\Forms\Waiting.resx">
|
|
|
510 |
<DependentUpon>src\Forms\Waiting.h</DependentUpon>
|
|
|
511 |
<SubType>Designer</SubType>
|
|
|
512 |
</EmbeddedResource>
|
|
|
513 |
<EmbeddedResource Include="src\Forms\WizardBasic1.resx">
|
|
|
514 |
<DependentUpon>src\Forms\WizardBasic1.h</DependentUpon>
|
|
|
515 |
<SubType>Designer</SubType>
|
|
|
516 |
</EmbeddedResource>
|
|
|
517 |
<EmbeddedResource Include="src\Forms\WizardStartup.resx">
|
|
|
518 |
<DependentUpon>src\Forms\WizardStartup.h</DependentUpon>
|
|
|
519 |
<SubType>Designer</SubType>
|
|
|
520 |
</EmbeddedResource>
|
|
|
521 |
<EmbeddedResource Include="src\Forms\WizardUpdate.resx">
|
|
|
522 |
<DependentUpon>src\Forms\WizardUpdate.h</DependentUpon>
|
|
|
523 |
<SubType>Designer</SubType>
|
|
|
524 |
</EmbeddedResource>
|
|
|
525 |
</ItemGroup>
|
|
|
526 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
527 |
<ImportGroup Label="ExtensionTargets">
|
|
|
528 |
</ImportGroup>
|
|
|
529 |
</Project>
|