0
|
1 <?xml version="1.0" encoding="utf-8"?>
|
|
2 <Project DefaultTargets="Build" ToolsVersion="4.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="Release|Win32">
|
|
9 <Configuration>Release</Configuration>
|
|
10 <Platform>Win32</Platform>
|
|
11 </ProjectConfiguration>
|
|
12 </ItemGroup>
|
|
13 <PropertyGroup Label="Globals">
|
|
14 <ProjectGuid>{4CB238C2-3039-4BF6-966A-1ED1285BE23B}</ProjectGuid>
|
|
15 <Keyword>Win32Proj</Keyword>
|
|
16 <RootNamespace>MightandMagicTrilogy</RootNamespace>
|
|
17 </PropertyGroup>
|
|
18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
20 <ConfigurationType>Application</ConfigurationType>
|
|
21 <UseDebugLibraries>true</UseDebugLibraries>
|
|
22 <CharacterSet>Unicode</CharacterSet>
|
|
23 </PropertyGroup>
|
|
24 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
25 <ConfigurationType>Application</ConfigurationType>
|
|
26 <UseDebugLibraries>false</UseDebugLibraries>
|
|
27 <WholeProgramOptimization>true</WholeProgramOptimization>
|
|
28 <CharacterSet>Unicode</CharacterSet>
|
|
29 </PropertyGroup>
|
|
30 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
31 <ImportGroup Label="ExtensionSettings">
|
|
32 </ImportGroup>
|
|
33 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
34 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
35 </ImportGroup>
|
|
36 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
37 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
38 </ImportGroup>
|
|
39 <PropertyGroup Label="UserMacros" />
|
|
40 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
41 <LinkIncremental>true</LinkIncremental>
|
|
42 <TargetName>$(ProjectName)</TargetName>
|
|
43 </PropertyGroup>
|
|
44 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
45 <LinkIncremental>false</LinkIncremental>
|
|
46 </PropertyGroup>
|
|
47 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
48 <ClCompile>
|
|
49 <PrecompiledHeader>
|
|
50 </PrecompiledHeader>
|
|
51 <WarningLevel>Level3</WarningLevel>
|
|
52 <Optimization>Disabled</Optimization>
|
|
53 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
54 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
|
|
55 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
|
|
56 <ObjectFileName>$(IntDir)/%(RelativeDir)</ObjectFileName>
|
|
57 </ClCompile>
|
|
58 <Link>
|
|
59 <SubSystem>Windows</SubSystem>
|
|
60 <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
61 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
|
|
62 </Link>
|
|
63 </ItemDefinitionGroup>
|
|
64 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
65 <ClCompile>
|
|
66 <WarningLevel>Level3</WarningLevel>
|
|
67 <PrecompiledHeader>
|
|
68 </PrecompiledHeader>
|
|
69 <Optimization>MaxSpeed</Optimization>
|
|
70 <FunctionLevelLinking>true</FunctionLevelLinking>
|
|
71 <IntrinsicFunctions>true</IntrinsicFunctions>
|
|
72 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
73 </ClCompile>
|
|
74 <Link>
|
|
75 <SubSystem>Windows</SubSystem>
|
|
76 <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
77 <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
78 <OptimizeReferences>true</OptimizeReferences>
|
|
79 </Link>
|
|
80 </ItemDefinitionGroup>
|
|
81 <ItemGroup>
|
|
82 <ClCompile Include="Actor.cpp" />
|
|
83 <ClCompile Include="AIL.cpp" />
|
|
84 <ClCompile Include="Allocator.cpp" />
|
|
85 <ClCompile Include="Arcomage.cpp" />
|
|
86 <ClCompile Include="AudioPlayer.cpp" />
|
|
87 <ClCompile Include="Bink_Smacker.cpp" />
|
|
88 <ClCompile Include="BSPModel.cpp" />
|
|
89 <ClCompile Include="Chest.cpp" />
|
|
90 <ClCompile Include="DecalBuilder.cpp" />
|
|
91 <ClCompile Include="Events.cpp" />
|
|
92 <ClCompile Include="FrameTableInc.cpp" />
|
|
93 <ClCompile Include="Game.cpp" />
|
|
94 <ClCompile Include="GameUIs.cpp" />
|
|
95 <ClCompile Include="GammaControl.cpp" />
|
|
96 <ClCompile Include="GUIButton.cpp" />
|
|
97 <ClCompile Include="GUIFont.cpp" />
|
|
98 <ClCompile Include="GUIProgressBar.cpp" />
|
|
99 <ClCompile Include="GUIWindow.cpp" />
|
|
100 <ClCompile Include="Indoor.cpp" />
|
|
101 <ClCompile Include="IndoorCamera.cpp" />
|
|
102 <ClCompile Include="IndoorCameraD3D.cpp" />
|
|
103 <ClCompile Include="Items.cpp" />
|
|
104 <ClCompile Include="Keyboard.cpp" />
|
|
105 <ClCompile Include="LayingItem.cpp" />
|
|
106 <ClCompile Include="lib\zlib\adler32.c" />
|
|
107 <ClCompile Include="lib\zlib\compress.c" />
|
|
108 <ClCompile Include="lib\zlib\crc32.c" />
|
|
109 <ClCompile Include="lib\zlib\deflate.c" />
|
|
110 <ClCompile Include="lib\zlib\infblock.c" />
|
|
111 <ClCompile Include="lib\zlib\infcodes.c" />
|
|
112 <ClCompile Include="lib\zlib\inffast.c" />
|
|
113 <ClCompile Include="lib\zlib\inflate.c" />
|
|
114 <ClCompile Include="lib\zlib\inftrees.c" />
|
|
115 <ClCompile Include="lib\zlib\infutil.c" />
|
|
116 <ClCompile Include="lib\zlib\trees.c" />
|
|
117 <ClCompile Include="lib\zlib\uncompr.c" />
|
|
118 <ClCompile Include="lib\zlib\zutil.c" />
|
|
119 <ClCompile Include="LightmapBuilder.cpp" />
|
|
120 <ClCompile Include="LightsStack.cpp" />
|
|
121 <ClCompile Include="LOD.cpp" />
|
|
122 <ClCompile Include="Log.cpp" />
|
|
123 <ClCompile Include="mm7_1.cpp">
|
|
124 <RuntimeLibrary Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">MultiThreadedDebug</RuntimeLibrary>
|
|
125 </ClCompile>
|
|
126 <ClCompile Include="mm7_2.cpp" />
|
|
127 <ClCompile Include="mm7_3.cpp" />
|
|
128 <ClCompile Include="mm7_4.cpp" />
|
|
129 <ClCompile Include="mm7_5.cpp" />
|
|
130 <ClCompile Include="mm7_6.cpp" />
|
|
131 <ClCompile Include="mm7_data.cpp" />
|
|
132 <ClCompile Include="Monsters.cpp" />
|
|
133 <ClCompile Include="Mouse.cpp" />
|
|
134 <ClCompile Include="OSAPI.cpp" />
|
|
135 <ClCompile Include="Outdoor.cpp" />
|
|
136 <ClCompile Include="Overlays.cpp" />
|
|
137 <ClCompile Include="PaletteManager.cpp" />
|
|
138 <ClCompile Include="ParticleEngine.cpp" />
|
|
139 <ClCompile Include="Party.cpp" />
|
|
140 <ClCompile Include="Player.cpp" />
|
|
141 <ClCompile Include="Random.cpp" />
|
|
142 <ClCompile Include="Render.cpp" />
|
|
143 <ClCompile Include="SaveLoad.cpp" />
|
|
144 <ClCompile Include="Spells.cpp" />
|
|
145 <ClCompile Include="Sprites.cpp" />
|
|
146 <ClCompile Include="stru10.cpp" />
|
|
147 <ClCompile Include="stru6.cpp" />
|
|
148 <ClCompile Include="stru9.cpp" />
|
|
149 <ClCompile Include="Texture.cpp" />
|
|
150 <ClCompile Include="TileFrameTable.h" />
|
|
151 <ClCompile Include="Time.cpp" />
|
|
152 <ClCompile Include="VideoPlayer.cpp" />
|
|
153 <ClCompile Include="Vis.cpp" />
|
|
154 <ClCompile Include="Weather.cpp" />
|
|
155 </ItemGroup>
|
|
156 <ItemGroup>
|
|
157 <ClInclude Include="Actor.h" />
|
|
158 <ClInclude Include="AIL.h" />
|
|
159 <ClInclude Include="Allocator.h" />
|
|
160 <ClInclude Include="Arcomage.h" />
|
|
161 <ClInclude Include="AudioPlayer.h" />
|
|
162 <ClInclude Include="Autonotes.h" />
|
|
163 <ClInclude Include="Awards.h" />
|
|
164 <ClInclude Include="Bink_Smacker.h" />
|
|
165 <ClInclude Include="BSPModel.h" />
|
|
166 <ClInclude Include="Chest.h" />
|
|
167 <ClInclude Include="CShow.h" />
|
|
168 <ClInclude Include="DecalBuilder.h" />
|
|
169 <ClInclude Include="DecorationList.h" />
|
|
170 <ClInclude Include="Events.h" />
|
|
171 <ClInclude Include="Events2D.h" />
|
|
172 <ClInclude Include="FactionTable.h" />
|
|
173 <ClInclude Include="FrameTableInc.h" />
|
|
174 <ClInclude Include="Game.h" />
|
|
175 <ClInclude Include="GammaControl.h" />
|
|
176 <ClInclude Include="GUIButton.h" />
|
|
177 <ClInclude Include="GUIFont.h" />
|
|
178 <ClInclude Include="GUIProgressBar.h" />
|
|
179 <ClInclude Include="GUIWindow.h" />
|
|
180 <ClInclude Include="IconFrameTable.h" />
|
|
181 <ClInclude Include="Indoor.h" />
|
|
182 <ClInclude Include="IndoorCamera.h" />
|
|
183 <ClInclude Include="IndoorCameraD3D.h" />
|
|
184 <ClInclude Include="Indoor_stuff.h" />
|
|
185 <ClInclude Include="lib\zlib\deflate.h" />
|
|
186 <ClInclude Include="lib\zlib\infblock.h" />
|
|
187 <ClInclude Include="lib\zlib\infcodes.h" />
|
|
188 <ClInclude Include="lib\zlib\inffast.h" />
|
|
189 <ClInclude Include="lib\zlib\inffixed.h" />
|
|
190 <ClInclude Include="lib\zlib\inftrees.h" />
|
|
191 <ClInclude Include="lib\zlib\infutil.h" />
|
|
192 <ClInclude Include="lib\zlib\trees.h" />
|
|
193 <ClInclude Include="lib\zlib\zconf.h" />
|
|
194 <ClInclude Include="lib\zlib\zlib.h" />
|
|
195 <ClInclude Include="lib\zlib\zutil.h" />
|
|
196 <ClInclude Include="Log.h" />
|
|
197 <ClInclude Include="OSAPI.h" />
|
|
198 <ClInclude Include="Outdoor_stuff.h" />
|
|
199 <ClInclude Include="Items.h" />
|
|
200 <ClInclude Include="Keyboard.h" />
|
|
201 <ClInclude Include="LayingItem.h" />
|
|
202 <ClInclude Include="lib\legacy_dx\d3d.h" />
|
|
203 <ClInclude Include="lib\legacy_dx\d3dcaps.h" />
|
|
204 <ClInclude Include="lib\legacy_dx\d3drm.h" />
|
|
205 <ClInclude Include="lib\legacy_dx\d3drmdef.h" />
|
|
206 <ClInclude Include="lib\legacy_dx\d3drmobj.h" />
|
|
207 <ClInclude Include="lib\legacy_dx\d3drmwin.h" />
|
|
208 <ClInclude Include="lib\legacy_dx\d3dtypes.h" />
|
|
209 <ClInclude Include="lib\legacy_dx\ddraw.h" />
|
|
210 <ClInclude Include="lib\legacy_dx\dinput.h" />
|
|
211 <ClInclude Include="lib\legacy_dx\dinputd.h" />
|
|
212 <ClInclude Include="lib\legacy_dx\dmdls.h" />
|
|
213 <ClInclude Include="lib\legacy_dx\dmerror.h" />
|
|
214 <ClInclude Include="lib\legacy_dx\dmksctrl.h" />
|
|
215 <ClInclude Include="lib\legacy_dx\dmplugin.h" />
|
|
216 <ClInclude Include="lib\legacy_dx\dmusbuff.h" />
|
|
217 <ClInclude Include="lib\legacy_dx\dmusicc.h" />
|
|
218 <ClInclude Include="lib\legacy_dx\dmusicf.h" />
|
|
219 <ClInclude Include="lib\legacy_dx\dmusici.h" />
|
|
220 <ClInclude Include="lib\legacy_dx\dmusics.h" />
|
|
221 <ClInclude Include="lib\legacy_dx\dsconf.h" />
|
|
222 <ClInclude Include="lib\legacy_dx\dsound.h" />
|
|
223 <ClInclude Include="lib\legacy_dx\dvoice.h" />
|
|
224 <ClInclude Include="lib\legacy_dx\multimon.h" />
|
|
225 <ClInclude Include="lib\legacy_dx\rmxfguid.h" />
|
|
226 <ClInclude Include="lib\legacy_dx\rmxftmpl.h" />
|
|
227 <ClInclude Include="lib\legacy_dx\strsafe.h" />
|
|
228 <ClInclude Include="LightmapBuilder.h" />
|
|
229 <ClInclude Include="Lights.h" />
|
|
230 <ClInclude Include="LOD.h" />
|
|
231 <ClInclude Include="MapInfo.h" />
|
|
232 <ClInclude Include="Math.h" />
|
|
233 <ClInclude Include="MM7.h" />
|
|
234 <ClInclude Include="mm7_data.h" />
|
|
235 <ClInclude Include="Monsters.h" />
|
|
236 <ClInclude Include="Mouse.h" />
|
|
237 <ClInclude Include="NPC.h" />
|
|
238 <ClInclude Include="ObjectList.h" />
|
|
239 <ClInclude Include="OSInfo.h" />
|
|
240 <ClInclude Include="Outdoor.h" />
|
|
241 <ClInclude Include="OutdoorCamera.h" />
|
|
242 <ClInclude Include="Overlays.h" />
|
|
243 <ClInclude Include="PaletteManager.h" />
|
|
244 <ClInclude Include="ParticleEngine.h" />
|
|
245 <ClInclude Include="Party.h" />
|
|
246 <ClInclude Include="Player.h" />
|
|
247 <ClInclude Include="PlayerFrameTable.h" />
|
|
248 <ClInclude Include="Random.h" />
|
|
249 <ClInclude Include="Render.h" />
|
|
250 <ClInclude Include="resource.h" />
|
|
251 <ClInclude Include="SaveLoad.h" />
|
|
252 <ClInclude Include="Spells.h" />
|
|
253 <ClInclude Include="Sprites.h" />
|
|
254 <ClInclude Include="StorylineTextTable.h" />
|
|
255 <ClInclude Include="stru10.h" />
|
|
256 <ClInclude Include="stru11.h" />
|
|
257 <ClInclude Include="stru12.h" />
|
|
258 <ClInclude Include="stru123.h" />
|
|
259 <ClInclude Include="stru157.h" />
|
|
260 <ClInclude Include="stru159.h" />
|
|
261 <ClInclude Include="stru160.h" />
|
|
262 <ClInclude Include="stru176.h" />
|
|
263 <ClInclude Include="stru179.h" />
|
|
264 <ClInclude Include="stru220.h" />
|
|
265 <ClInclude Include="stru272.h" />
|
|
266 <ClInclude Include="stru277.h" />
|
|
267 <ClInclude Include="stru279.h" />
|
|
268 <ClInclude Include="stru287.h" />
|
|
269 <ClInclude Include="stru298.h" />
|
|
270 <ClInclude Include="stru314.h" />
|
|
271 <ClInclude Include="stru346.h" />
|
|
272 <ClInclude Include="stru351.h" />
|
|
273 <ClInclude Include="stru6.h" />
|
|
274 <ClInclude Include="stru9.h" />
|
|
275 <ClInclude Include="Texture.h" />
|
|
276 <ClInclude Include="Time.h" />
|
|
277 <ClInclude Include="TurnEngine.h" />
|
|
278 <ClInclude Include="VectorTypes.h" />
|
|
279 <ClInclude Include="VideoPlayer.h" />
|
|
280 <ClInclude Include="Viewport.h" />
|
|
281 <ClInclude Include="Vis.h" />
|
|
282 <ClInclude Include="Weather.h" />
|
|
283 </ItemGroup>
|
|
284 <ItemGroup>
|
|
285 <None Include="lib\legacy_dx\d3dvec.inl" />
|
|
286 </ItemGroup>
|
|
287 <ItemGroup>
|
|
288 <ResourceCompile Include="Might and Magic Trilogy.rc" />
|
|
289 </ItemGroup>
|
|
290 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
291 <ImportGroup Label="ExtensionTargets">
|
|
292 </ImportGroup>
|
|
293 </Project> |