annotate Build/Visual Studio 2013/World of Might and Magic.vcxproj @ 2541:a902abdfc7f2

1. Renamed class Game to class Engine. 2. Separated game logic as state of FSM from game logic as engine. 3. Found out that many UI screen initializers were optimized away, intially they all returned newly created window as separate object like it is done in CharacterUI_Initialize.
author a.parshin
date Sun, 10 May 2015 01:29:11 +0200
parents 407263babde8
children b6140dfeac27
rev   line source
2537
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
1 <?xml version="1.0" encoding="utf-8"?>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
2 <Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
3 <ItemGroup Label="ProjectConfigurations">
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
4 <ProjectConfiguration Include="Debug|Win32">
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
5 <Configuration>Debug</Configuration>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
6 <Platform>Win32</Platform>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
7 </ProjectConfiguration>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
8 <ProjectConfiguration Include="Release|Win32">
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
9 <Configuration>Release</Configuration>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
10 <Platform>Win32</Platform>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
11 </ProjectConfiguration>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
12 </ItemGroup>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
13 <PropertyGroup Label="Globals">
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
14 <ProjectGuid>{5DA49362-EF43-4753-85DC-88CC41F26764}</ProjectGuid>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
15 <Keyword>Win32Proj</Keyword>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
16 <RootNamespace>WorldofMightandMagic</RootNamespace>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
17 </PropertyGroup>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
20 <ConfigurationType>Application</ConfigurationType>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
21 <UseDebugLibraries>true</UseDebugLibraries>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
22 <PlatformToolset>v120</PlatformToolset>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
23 <CharacterSet>Unicode</CharacterSet>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
24 </PropertyGroup>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
26 <ConfigurationType>Application</ConfigurationType>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
27 <UseDebugLibraries>false</UseDebugLibraries>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
28 <PlatformToolset>v120</PlatformToolset>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
29 <WholeProgramOptimization>true</WholeProgramOptimization>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
30 <CharacterSet>Unicode</CharacterSet>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
31 </PropertyGroup>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
32 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
33 <ImportGroup Label="ExtensionSettings">
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
34 </ImportGroup>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
35 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
36 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
37 </ImportGroup>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
38 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
39 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
40 </ImportGroup>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
41 <PropertyGroup Label="UserMacros" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
42 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
43 <LinkIncremental>true</LinkIncremental>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
44 <IntDir>$(Configuration)\</IntDir>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
45 <OutDir>$(WoMM_MM7_INSTALL_DIR)\</OutDir>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
46 <GenerateManifest>false</GenerateManifest>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
47 <CustomBuildBeforeTargets>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
48 </CustomBuildBeforeTargets>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
49 <IncludePath>$(SolutionDirectory)../../;$(IncludePath)</IncludePath>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
50 <PostBuildEventUseInBuild>true</PostBuildEventUseInBuild>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
51 </PropertyGroup>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
52 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
53 <LinkIncremental>false</LinkIncremental>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
54 </PropertyGroup>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
55 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
56 <ClCompile>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
57 <PrecompiledHeader>NotUsing</PrecompiledHeader>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
58 <WarningLevel>Level3</WarningLevel>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
59 <Optimization>Disabled</Optimization>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
60 <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
61 <ObjectFileName>$(IntDir)%(Directory)</ObjectFileName>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
62 <DebugInformationFormat>ProgramDatabase</DebugInformationFormat>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
63 </ClCompile>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
64 <Link>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
65 <SubSystem>Windows</SubSystem>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
66 <GenerateDebugInformation>true</GenerateDebugInformation>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
67 <AdditionalDependencies>..\..\lib\legacy_dx\lib\ddraw.lib;..\..\lib\legacy_dx\lib\dxguid.lib;%(AdditionalDependencies)</AdditionalDependencies>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
68 <OutputFile>$(OutDir)$(TargetName)$(TargetExt)</OutputFile>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
69 </Link>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
70 <PostBuildEvent>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
71 <Command>XCOPY "$(SolutionDir)../../Scripts" "$(OutDir)data/scripts/lua/core" /E /I /F /R /Y</Command>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
72 <Message>-------------------------------------------------------Post-Build Event</Message>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
73 </PostBuildEvent>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
74 </ItemDefinitionGroup>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
75 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
76 <ClCompile>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
77 <WarningLevel>Level3</WarningLevel>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
78 <PrecompiledHeader>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
79 </PrecompiledHeader>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
80 <Optimization>MaxSpeed</Optimization>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
81 <FunctionLevelLinking>true</FunctionLevelLinking>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
82 <IntrinsicFunctions>true</IntrinsicFunctions>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
83 <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
84 </ClCompile>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
85 <Link>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
86 <SubSystem>Windows</SubSystem>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
87 <GenerateDebugInformation>true</GenerateDebugInformation>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
88 <EnableCOMDATFolding>true</EnableCOMDATFolding>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
89 <OptimizeReferences>true</OptimizeReferences>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
90 </Link>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
91 </ItemDefinitionGroup>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
92 <ItemGroup>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
93 <ClCompile Include="..\..\Arcomage\Arcomage.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
94 <ClCompile Include="..\..\Arcomage\ArcomageCards.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
95 <ClCompile Include="..\..\Engine\Conditions.cpp" />
2541
a902abdfc7f2 1. Renamed class Game to class Engine.
a.parshin
parents: 2539
diff changeset
96 <ClCompile Include="..\..\Engine\Engine.cpp" />
2537
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
97 <ClCompile Include="..\..\Engine\Events.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
98 <ClCompile Include="..\..\Engine\Graphics\BSPModel.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
99 <ClCompile Include="..\..\Engine\Graphics\DecalBuilder.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
100 <ClCompile Include="..\..\Engine\Graphics\DecorationList.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
101 <ClCompile Include="..\..\Engine\Graphics\Indoor.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
102 <ClCompile Include="..\..\Engine\Graphics\IndoorCameraD3D.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
103 <ClCompile Include="..\..\Engine\Graphics\Level\Decoration.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
104 <ClCompile Include="..\..\Engine\Graphics\LightmapBuilder.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
105 <ClCompile Include="..\..\Engine\Graphics\LightsStack.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
106 <ClCompile Include="..\..\Engine\Graphics\Outdoor.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
107 <ClCompile Include="..\..\Engine\Graphics\Overlays.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
108 <ClCompile Include="..\..\Engine\Graphics\PaletteManager.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
109 <ClCompile Include="..\..\Engine\Graphics\ParticleEngine.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
110 <ClCompile Include="..\..\Engine\Graphics\Render.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
111 <ClCompile Include="..\..\Engine\Graphics\RenderD3D11.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
112 <ClCompile Include="..\..\Engine\Graphics\Sprites.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
113 <ClCompile Include="..\..\Engine\Graphics\stru10.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
114 <ClCompile Include="..\..\Engine\Graphics\stru9.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
115 <ClCompile Include="..\..\Engine\Graphics\Texture.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
116 <ClCompile Include="..\..\Engine\Graphics\Viewport.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
117 <ClCompile Include="..\..\Engine\Graphics\Vis.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
118 <ClCompile Include="..\..\Engine\Graphics\Weather.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
119 <ClCompile Include="..\..\Engine\LOD.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
120 <ClCompile Include="..\..\Engine\Log.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
121 <ClCompile Include="..\..\Engine\LuaVM.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
122 <ClCompile Include="..\..\Engine\MapInfo.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
123 <ClCompile Include="..\..\Engine\mm7text_ru.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
124 <ClCompile Include="..\..\Engine\mm7_7.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
125 <ClCompile Include="..\..\Engine\mm7_data.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
126 <ClCompile Include="..\..\Engine\MMT.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
127 <ClCompile Include="..\..\Engine\Objects\Actor.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
128 <ClCompile Include="..\..\Engine\Objects\Chest.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
129 <ClCompile Include="..\..\Engine\Objects\Items.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
130 <ClCompile Include="..\..\Engine\Objects\Monsters.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
131 <ClCompile Include="..\..\Engine\Objects\NPC.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
132 <ClCompile Include="..\..\Engine\Objects\ObjectList.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
133 <ClCompile Include="..\..\Engine\Objects\Player.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
134 <ClCompile Include="..\..\Engine\Objects\SpriteObject.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
135 <ClCompile Include="..\..\Engine\OurMath.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
136 <ClCompile Include="..\..\Engine\Party.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
137 <ClCompile Include="..\..\Engine\Random.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
138 <ClCompile Include="..\..\Engine\Registry.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
139 <ClCompile Include="..\..\Engine\SaveLoad.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
140 <ClCompile Include="..\..\Engine\Spells\CastSpellInfo.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
141 <ClCompile Include="..\..\Engine\Spells\Spells.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
142 <ClCompile Include="..\..\Engine\stru298.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
143 <ClCompile Include="..\..\Engine\Tables\FactionTable.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
144 <ClCompile Include="..\..\Engine\Tables\FrameTableInc.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
145 <ClCompile Include="..\..\Engine\Tables\IconFrameTable.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
146 <ClCompile Include="..\..\Engine\Tables\PlayerFrameTable.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
147 <ClCompile Include="..\..\Engine\Tables\StorylineTextTable.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
148 <ClCompile Include="..\..\Engine\Tables\TileTable.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
149 <ClCompile Include="..\..\Engine\texts.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
150 <ClCompile Include="..\..\Engine\Timer.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
151 <ClCompile Include="..\..\Engine\TurnEngine\TurnEngine.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
152 <ClCompile Include="..\..\Engine\VectorTypes.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
153 <ClCompile Include="..\..\Engine\ZlibWrapper.cpp" />
2541
a902abdfc7f2 1. Renamed class Game to class Engine.
a.parshin
parents: 2539
diff changeset
154 <ClCompile Include="..\..\Game\Game.cpp" />
a902abdfc7f2 1. Renamed class Game to class Engine.
a.parshin
parents: 2539
diff changeset
155 <ClCompile Include="..\..\Game\MainMenu.cpp" />
2537
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
156 <ClCompile Include="..\..\GUI\GUIButton.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
157 <ClCompile Include="..\..\GUI\GUIFont.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
158 <ClCompile Include="..\..\GUI\GUIProgressBar.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
159 <ClCompile Include="..\..\GUI\GUIWindow.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
160 <ClCompile Include="..\..\GUI\NewUI\Core\UIControlModule_wrap.cxx" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
161 <ClCompile Include="..\..\GUI\NewUI\MainMenu.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
162 <ClCompile Include="..\..\GUI\UI\Books\UIMapBook.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
163 <ClCompile Include="..\..\GUI\UI\Books\UINotesBooks.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
164 <ClCompile Include="..\..\GUI\UI\Books\UISpellBook.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
165 <ClCompile Include="..\..\GUI\UI\UIArena.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
166 <ClCompile Include="..\..\GUI\UI\UIBooks.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
167 <ClCompile Include="..\..\GUI\UI\UICharacter.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
168 <ClCompile Include="..\..\GUI\UI\UiGame.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
169 <ClCompile Include="..\..\GUI\UI\UIGuilds.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
170 <ClCompile Include="..\..\GUI\UI\UIHouses.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
171 <ClCompile Include="..\..\GUI\UI\UIMainMenu.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
172 <ClCompile Include="..\..\GUI\UI\UIMsgProc.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
173 <ClCompile Include="..\..\GUI\UI\UIOptions.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
174 <ClCompile Include="..\..\GUI\UI\UIPartyCreation.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
175 <ClCompile Include="..\..\GUI\UI\UIPopup.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
176 <ClCompile Include="..\..\GUI\UI\UIRest.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
177 <ClCompile Include="..\..\GUI\UI\UISaveLoad.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
178 <ClCompile Include="..\..\GUI\UI\UIShops.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
179 <ClCompile Include="..\..\GUI\UI\UITransition.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
180 <ClCompile Include="..\..\IO\Keyboard.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
181 <ClCompile Include="..\..\IO\Mouse.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
182 <ClCompile Include="..\..\lib\libpng\png.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
183 <ClCompile Include="..\..\lib\libpng\pngerror.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
184 <ClCompile Include="..\..\lib\libpng\pngget.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
185 <ClCompile Include="..\..\lib\libpng\pngmem.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
186 <ClCompile Include="..\..\lib\libpng\pngpread.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
187 <ClCompile Include="..\..\lib\libpng\pngread.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
188 <ClCompile Include="..\..\lib\libpng\pngrio.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
189 <ClCompile Include="..\..\lib\libpng\pngrtran.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
190 <ClCompile Include="..\..\lib\libpng\pngrutil.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
191 <ClCompile Include="..\..\lib\libpng\pngset.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
192 <ClCompile Include="..\..\lib\libpng\pngtrans.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
193 <ClCompile Include="..\..\lib\libpng\pngwio.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
194 <ClCompile Include="..\..\lib\libpng\pngwrite.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
195 <ClCompile Include="..\..\lib\libpng\pngwtran.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
196 <ClCompile Include="..\..\lib\libpng\pngwutil.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
197 <ClCompile Include="..\..\lib\lua\lua-5.2.2\lapi.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
198 <ClCompile Include="..\..\lib\lua\lua-5.2.2\lauxlib.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
199 <ClCompile Include="..\..\lib\lua\lua-5.2.2\lbaselib.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
200 <ClCompile Include="..\..\lib\lua\lua-5.2.2\lbitlib.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
201 <ClCompile Include="..\..\lib\lua\lua-5.2.2\lcode.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
202 <ClCompile Include="..\..\lib\lua\lua-5.2.2\lcorolib.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
203 <ClCompile Include="..\..\lib\lua\lua-5.2.2\lctype.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
204 <ClCompile Include="..\..\lib\lua\lua-5.2.2\ldblib.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
205 <ClCompile Include="..\..\lib\lua\lua-5.2.2\ldebug.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
206 <ClCompile Include="..\..\lib\lua\lua-5.2.2\ldo.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
207 <ClCompile Include="..\..\lib\lua\lua-5.2.2\ldump.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
208 <ClCompile Include="..\..\lib\lua\lua-5.2.2\lfunc.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
209 <ClCompile Include="..\..\lib\lua\lua-5.2.2\lgc.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
210 <ClCompile Include="..\..\lib\lua\lua-5.2.2\linit.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
211 <ClCompile Include="..\..\lib\lua\lua-5.2.2\liolib.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
212 <ClCompile Include="..\..\lib\lua\lua-5.2.2\llex.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
213 <ClCompile Include="..\..\lib\lua\lua-5.2.2\lmathlib.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
214 <ClCompile Include="..\..\lib\lua\lua-5.2.2\lmem.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
215 <ClCompile Include="..\..\lib\lua\lua-5.2.2\loadlib.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
216 <ClCompile Include="..\..\lib\lua\lua-5.2.2\lobject.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
217 <ClCompile Include="..\..\lib\lua\lua-5.2.2\lopcodes.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
218 <ClCompile Include="..\..\lib\lua\lua-5.2.2\loslib.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
219 <ClCompile Include="..\..\lib\lua\lua-5.2.2\lparser.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
220 <ClCompile Include="..\..\lib\lua\lua-5.2.2\lstate.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
221 <ClCompile Include="..\..\lib\lua\lua-5.2.2\lstring.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
222 <ClCompile Include="..\..\lib\lua\lua-5.2.2\lstrlib.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
223 <ClCompile Include="..\..\lib\lua\lua-5.2.2\ltable.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
224 <ClCompile Include="..\..\lib\lua\lua-5.2.2\ltablib.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
225 <ClCompile Include="..\..\lib\lua\lua-5.2.2\ltm.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
226 <ClCompile Include="..\..\lib\lua\lua-5.2.2\lua.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
227 <ClCompile Include="..\..\lib\lua\lua-5.2.2\lundump.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
228 <ClCompile Include="..\..\lib\lua\lua-5.2.2\lvm.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
229 <ClCompile Include="..\..\lib\lua\lua-5.2.2\lzio.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
230 <ClCompile Include="..\..\lib\zlib\adler32.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
231 <ClCompile Include="..\..\lib\zlib\compress.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
232 <ClCompile Include="..\..\lib\zlib\crc32.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
233 <ClCompile Include="..\..\lib\zlib\deflate.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
234 <ClCompile Include="..\..\lib\zlib\infblock.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
235 <ClCompile Include="..\..\lib\zlib\infcodes.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
236 <ClCompile Include="..\..\lib\zlib\inffast.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
237 <ClCompile Include="..\..\lib\zlib\inflate.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
238 <ClCompile Include="..\..\lib\zlib\inftrees.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
239 <ClCompile Include="..\..\lib\zlib\infutil.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
240 <ClCompile Include="..\..\lib\zlib\trees.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
241 <ClCompile Include="..\..\lib\zlib\uncompr.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
242 <ClCompile Include="..\..\lib\zlib\zutil.c" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
243 <ClCompile Include="..\..\Media\Audio\AIL.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
244 <ClCompile Include="..\..\Media\Audio\AudioPlayer.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
245 <ClCompile Include="..\..\Media\MediaPlayer.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
246 <ClCompile Include="..\..\Media\Video\Bink_Smacker.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
247 <ClCompile Include="..\..\OSAPI.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
248 <ClCompile Include="..\..\OSWindow.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
249 <ClCompile Include="..\..\stru6.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
250 <ClCompile Include="..\..\_deleted.cpp" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
251 </ItemGroup>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
252 <ItemGroup>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
253 <ClInclude Include="..\..\Arcomage\Arcomage.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
254 <ClInclude Include="..\..\Engine\Autonotes.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
255 <ClInclude Include="..\..\Engine\Awards.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
256 <ClInclude Include="..\..\Engine\Conditions.h" />
2541
a902abdfc7f2 1. Renamed class Game to class Engine.
a.parshin
parents: 2539
diff changeset
257 <ClInclude Include="..\..\Engine\Engine.h" />
2537
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
258 <ClInclude Include="..\..\Engine\ErrorHandling.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
259 <ClInclude Include="..\..\Engine\Events.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
260 <ClInclude Include="..\..\Engine\Events2D.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
261 <ClInclude Include="..\..\Engine\Graphics\BSPModel.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
262 <ClInclude Include="..\..\Engine\Graphics\DecalBuilder.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
263 <ClInclude Include="..\..\Engine\Graphics\DecorationList.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
264 <ClInclude Include="..\..\Engine\Graphics\Indoor.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
265 <ClInclude Include="..\..\Engine\Graphics\IndoorCameraD3D.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
266 <ClInclude Include="..\..\Engine\Graphics\IRender.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
267 <ClInclude Include="..\..\Engine\Graphics\Level\Decoration.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
268 <ClInclude Include="..\..\Engine\Graphics\LightmapBuilder.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
269 <ClInclude Include="..\..\Engine\Graphics\Lights.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
270 <ClInclude Include="..\..\Engine\Graphics\Outdoor.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
271 <ClInclude Include="..\..\Engine\Graphics\Overlays.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
272 <ClInclude Include="..\..\Engine\Graphics\PaletteManager.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
273 <ClInclude Include="..\..\Engine\Graphics\ParticleEngine.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
274 <ClInclude Include="..\..\Engine\Graphics\Render.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
275 <ClInclude Include="..\..\Engine\Graphics\RenderD3D11.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
276 <ClInclude Include="..\..\Engine\Graphics\RenderStruct.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
277 <ClInclude Include="..\..\Engine\Graphics\Sprites.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
278 <ClInclude Include="..\..\Engine\Graphics\stru10.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
279 <ClInclude Include="..\..\Engine\Graphics\stru9.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
280 <ClInclude Include="..\..\Engine\Graphics\Texture.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
281 <ClInclude Include="..\..\Engine\Graphics\Viewport.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
282 <ClInclude Include="..\..\Engine\Graphics\Vis.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
283 <ClInclude Include="..\..\Engine\Graphics\Weather.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
284 <ClInclude Include="..\..\Engine\LOD.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
285 <ClInclude Include="..\..\Engine\Log.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
286 <ClInclude Include="..\..\Engine\LuaVM.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
287 <ClInclude Include="..\..\Engine\MapInfo.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
288 <ClInclude Include="..\..\Engine\MapsLongTimer.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
289 <ClInclude Include="..\..\Engine\MM7.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
290 <ClInclude Include="..\..\Engine\mm7_data.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
291 <ClInclude Include="..\..\Engine\MMT.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
292 <ClInclude Include="..\..\Engine\NZIArray.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
293 <ClInclude Include="..\..\Engine\Objects\Actor.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
294 <ClInclude Include="..\..\Engine\Objects\Chest.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
295 <ClInclude Include="..\..\Engine\Objects\Items.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
296 <ClInclude Include="..\..\Engine\Objects\Monsters.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
297 <ClInclude Include="..\..\Engine\Objects\NPC.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
298 <ClInclude Include="..\..\Engine\Objects\ObjectList.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
299 <ClInclude Include="..\..\Engine\Objects\Player.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
300 <ClInclude Include="..\..\Engine\Objects\SpriteObject.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
301 <ClInclude Include="..\..\Engine\OurMath.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
302 <ClInclude Include="..\..\Engine\Party.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
303 <ClInclude Include="..\..\Engine\Random.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
304 <ClInclude Include="..\..\Engine\Registry.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
305 <ClInclude Include="..\..\Engine\resource.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
306 <ClInclude Include="..\..\Engine\SaveLoad.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
307 <ClInclude Include="..\..\Engine\Spells\CastSpellInfo.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
308 <ClInclude Include="..\..\Engine\Spells\Spells.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
309 <ClInclude Include="..\..\Engine\stru123.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
310 <ClInclude Include="..\..\Engine\stru159.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
311 <ClInclude Include="..\..\Engine\stru160.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
312 <ClInclude Include="..\..\Engine\stru298.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
313 <ClInclude Include="..\..\Engine\stru314.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
314 <ClInclude Include="..\..\Engine\stru367.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
315 <ClInclude Include="..\..\Engine\stuff.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
316 <ClInclude Include="..\..\Engine\Tables\FactionTable.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
317 <ClInclude Include="..\..\Engine\Tables\FrameTableInc.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
318 <ClInclude Include="..\..\Engine\Tables\IconFrameTable.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
319 <ClInclude Include="..\..\Engine\Tables\PlayerFrameTable.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
320 <ClInclude Include="..\..\Engine\Tables\StorylineTextTable.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
321 <ClInclude Include="..\..\Engine\Tables\TileFrameTable.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
322 <ClInclude Include="..\..\Engine\texts.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
323 <ClInclude Include="..\..\Engine\Timer.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
324 <ClInclude Include="..\..\Engine\TurnEngine\TurnEngine.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
325 <ClInclude Include="..\..\Engine\VectorTypes.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
326 <ClInclude Include="..\..\Engine\ZlibWrapper.h" />
2541
a902abdfc7f2 1. Renamed class Game to class Engine.
a.parshin
parents: 2539
diff changeset
327 <ClInclude Include="..\..\Game\Game.h" />
a902abdfc7f2 1. Renamed class Game to class Engine.
a.parshin
parents: 2539
diff changeset
328 <ClInclude Include="..\..\Game\MainMenu.h" />
2537
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
329 <ClInclude Include="..\..\GUI\GUIButton.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
330 <ClInclude Include="..\..\GUI\GUIFont.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
331 <ClInclude Include="..\..\GUI\GUIProgressBar.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
332 <ClInclude Include="..\..\GUI\GUIWindow.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
333 <ClInclude Include="..\..\GUI\NewUI\Core\UIControl.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
334 <ClInclude Include="..\..\GUI\NewUI\MainMenu.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
335 <ClInclude Include="..\..\GUI\UI\Books\UIMapBook.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
336 <ClInclude Include="..\..\GUI\UI\Books\UINotesBooks.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
337 <ClInclude Include="..\..\GUI\UI\Books\UISpellBook.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
338 <ClInclude Include="..\..\GUI\UI\UIArena.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
339 <ClInclude Include="..\..\GUI\UI\UIBooks.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
340 <ClInclude Include="..\..\GUI\UI\UICharacter.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
341 <ClInclude Include="..\..\GUI\UI\UIGame.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
342 <ClInclude Include="..\..\GUI\UI\UIGuilds.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
343 <ClInclude Include="..\..\GUI\UI\UIHouses.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
344 <ClInclude Include="..\..\GUI\UI\UIMainMenu.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
345 <ClInclude Include="..\..\GUI\UI\UIMsgProc.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
346 <ClInclude Include="..\..\GUI\UI\UIOptions.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
347 <ClInclude Include="..\..\GUI\UI\UIPartyCreation.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
348 <ClInclude Include="..\..\GUI\UI\UIPopup.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
349 <ClInclude Include="..\..\GUI\UI\UIRest.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
350 <ClInclude Include="..\..\GUI\UI\UISaveLoad.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
351 <ClInclude Include="..\..\GUI\UI\UIShops.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
352 <ClInclude Include="..\..\GUI\UI\UITransition.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
353 <ClInclude Include="..\..\IO\Keyboard.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
354 <ClInclude Include="..\..\IO\Mouse.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
355 <ClInclude Include="..\..\lib\legacy_dx\d3d.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
356 <ClInclude Include="..\..\lib\legacy_dx\d3dcaps.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
357 <ClInclude Include="..\..\lib\legacy_dx\d3drm.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
358 <ClInclude Include="..\..\lib\legacy_dx\d3drmdef.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
359 <ClInclude Include="..\..\lib\legacy_dx\d3drmobj.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
360 <ClInclude Include="..\..\lib\legacy_dx\d3drmwin.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
361 <ClInclude Include="..\..\lib\legacy_dx\d3dtypes.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
362 <ClInclude Include="..\..\lib\legacy_dx\ddraw.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
363 <ClInclude Include="..\..\lib\legacy_dx\dinput.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
364 <ClInclude Include="..\..\lib\legacy_dx\dinputd.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
365 <ClInclude Include="..\..\lib\legacy_dx\dmdls.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
366 <ClInclude Include="..\..\lib\legacy_dx\dmerror.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
367 <ClInclude Include="..\..\lib\legacy_dx\dmksctrl.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
368 <ClInclude Include="..\..\lib\legacy_dx\dmplugin.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
369 <ClInclude Include="..\..\lib\legacy_dx\dmusbuff.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
370 <ClInclude Include="..\..\lib\legacy_dx\dmusicc.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
371 <ClInclude Include="..\..\lib\legacy_dx\dmusicf.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
372 <ClInclude Include="..\..\lib\legacy_dx\dmusici.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
373 <ClInclude Include="..\..\lib\legacy_dx\dmusics.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
374 <ClInclude Include="..\..\lib\legacy_dx\dsconf.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
375 <ClInclude Include="..\..\lib\legacy_dx\dsound.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
376 <ClInclude Include="..\..\lib\legacy_dx\dvoice.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
377 <ClInclude Include="..\..\lib\legacy_dx\multimon.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
378 <ClInclude Include="..\..\lib\legacy_dx\rmxfguid.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
379 <ClInclude Include="..\..\lib\legacy_dx\rmxftmpl.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
380 <ClInclude Include="..\..\lib\legacy_dx\strsafe.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
381 <ClInclude Include="..\..\lib\libavcodec\avcodec.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
382 <ClInclude Include="..\..\lib\libavcodec\avfft.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
383 <ClInclude Include="..\..\lib\libavcodec\dxva2.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
384 <ClInclude Include="..\..\lib\libavcodec\old_codec_ids.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
385 <ClInclude Include="..\..\lib\libavcodec\vaapi.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
386 <ClInclude Include="..\..\lib\libavcodec\vda.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
387 <ClInclude Include="..\..\lib\libavcodec\vdpau.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
388 <ClInclude Include="..\..\lib\libavcodec\version.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
389 <ClInclude Include="..\..\lib\libavcodec\xvmc.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
390 <ClInclude Include="..\..\lib\libavformat\avformat.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
391 <ClInclude Include="..\..\lib\libavformat\avio.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
392 <ClInclude Include="..\..\lib\libavformat\version.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
393 <ClInclude Include="..\..\lib\libavutil\adler32.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
394 <ClInclude Include="..\..\lib\libavutil\aes.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
395 <ClInclude Include="..\..\lib\libavutil\attributes.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
396 <ClInclude Include="..\..\lib\libavutil\audioconvert.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
397 <ClInclude Include="..\..\lib\libavutil\audio_fifo.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
398 <ClInclude Include="..\..\lib\libavutil\avassert.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
399 <ClInclude Include="..\..\lib\libavutil\avconfig.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
400 <ClInclude Include="..\..\lib\libavutil\avstring.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
401 <ClInclude Include="..\..\lib\libavutil\avutil.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
402 <ClInclude Include="..\..\lib\libavutil\base64.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
403 <ClInclude Include="..\..\lib\libavutil\blowfish.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
404 <ClInclude Include="..\..\lib\libavutil\bprint.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
405 <ClInclude Include="..\..\lib\libavutil\bswap.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
406 <ClInclude Include="..\..\lib\libavutil\buffer.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
407 <ClInclude Include="..\..\lib\libavutil\channel_layout.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
408 <ClInclude Include="..\..\lib\libavutil\common.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
409 <ClInclude Include="..\..\lib\libavutil\cpu.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
410 <ClInclude Include="..\..\lib\libavutil\crc.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
411 <ClInclude Include="..\..\lib\libavutil\dict.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
412 <ClInclude Include="..\..\lib\libavutil\error.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
413 <ClInclude Include="..\..\lib\libavutil\eval.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
414 <ClInclude Include="..\..\lib\libavutil\fifo.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
415 <ClInclude Include="..\..\lib\libavutil\file.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
416 <ClInclude Include="..\..\lib\libavutil\frame.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
417 <ClInclude Include="..\..\lib\libavutil\hmac.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
418 <ClInclude Include="..\..\lib\libavutil\imgutils.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
419 <ClInclude Include="..\..\lib\libavutil\intfloat.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
420 <ClInclude Include="..\..\lib\libavutil\intfloat_readwrite.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
421 <ClInclude Include="..\..\lib\libavutil\intreadwrite.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
422 <ClInclude Include="..\..\lib\libavutil\lfg.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
423 <ClInclude Include="..\..\lib\libavutil\log.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
424 <ClInclude Include="..\..\lib\libavutil\lzo.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
425 <ClInclude Include="..\..\lib\libavutil\mathematics.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
426 <ClInclude Include="..\..\lib\libavutil\md5.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
427 <ClInclude Include="..\..\lib\libavutil\mem.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
428 <ClInclude Include="..\..\lib\libavutil\murmur3.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
429 <ClInclude Include="..\..\lib\libavutil\old_pix_fmts.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
430 <ClInclude Include="..\..\lib\libavutil\opt.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
431 <ClInclude Include="..\..\lib\libavutil\parseutils.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
432 <ClInclude Include="..\..\lib\libavutil\pixdesc.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
433 <ClInclude Include="..\..\lib\libavutil\pixfmt.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
434 <ClInclude Include="..\..\lib\libavutil\random_seed.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
435 <ClInclude Include="..\..\lib\libavutil\rational.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
436 <ClInclude Include="..\..\lib\libavutil\samplefmt.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
437 <ClInclude Include="..\..\lib\libavutil\sha.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
438 <ClInclude Include="..\..\lib\libavutil\time.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
439 <ClInclude Include="..\..\lib\libavutil\timecode.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
440 <ClInclude Include="..\..\lib\libavutil\timestamp.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
441 <ClInclude Include="..\..\lib\libavutil\version.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
442 <ClInclude Include="..\..\lib\libavutil\xtea.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
443 <ClInclude Include="..\..\lib\libpng\png.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
444 <ClInclude Include="..\..\lib\libpng\pngconf.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
445 <ClInclude Include="..\..\lib\libpng\pngdebug.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
446 <ClInclude Include="..\..\lib\libpng\pnginfo.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
447 <ClInclude Include="..\..\lib\libpng\pnglibconf.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
448 <ClInclude Include="..\..\lib\libpng\pngpriv.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
449 <ClInclude Include="..\..\lib\libpng\pngstruct.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
450 <ClInclude Include="..\..\lib\libswresample\swresample.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
451 <ClInclude Include="..\..\lib\libswresample\version.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
452 <ClInclude Include="..\..\lib\libswscale\swscale.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
453 <ClInclude Include="..\..\lib\libswscale\version.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
454 <ClInclude Include="..\..\lib\lua\lua-5.2.2\lapi.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
455 <ClInclude Include="..\..\lib\lua\lua-5.2.2\lauxlib.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
456 <ClInclude Include="..\..\lib\lua\lua-5.2.2\lcode.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
457 <ClInclude Include="..\..\lib\lua\lua-5.2.2\lctype.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
458 <ClInclude Include="..\..\lib\lua\lua-5.2.2\ldebug.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
459 <ClInclude Include="..\..\lib\lua\lua-5.2.2\ldo.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
460 <ClInclude Include="..\..\lib\lua\lua-5.2.2\lfunc.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
461 <ClInclude Include="..\..\lib\lua\lua-5.2.2\lgc.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
462 <ClInclude Include="..\..\lib\lua\lua-5.2.2\llex.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
463 <ClInclude Include="..\..\lib\lua\lua-5.2.2\llimits.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
464 <ClInclude Include="..\..\lib\lua\lua-5.2.2\lmem.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
465 <ClInclude Include="..\..\lib\lua\lua-5.2.2\lobject.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
466 <ClInclude Include="..\..\lib\lua\lua-5.2.2\lopcodes.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
467 <ClInclude Include="..\..\lib\lua\lua-5.2.2\lparser.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
468 <ClInclude Include="..\..\lib\lua\lua-5.2.2\lstate.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
469 <ClInclude Include="..\..\lib\lua\lua-5.2.2\lstring.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
470 <ClInclude Include="..\..\lib\lua\lua-5.2.2\ltable.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
471 <ClInclude Include="..\..\lib\lua\lua-5.2.2\ltm.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
472 <ClInclude Include="..\..\lib\lua\lua-5.2.2\lua.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
473 <ClInclude Include="..\..\lib\lua\lua-5.2.2\luaconf.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
474 <ClInclude Include="..\..\lib\lua\lua-5.2.2\lualib.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
475 <ClInclude Include="..\..\lib\lua\lua-5.2.2\lundump.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
476 <ClInclude Include="..\..\lib\lua\lua-5.2.2\lvm.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
477 <ClInclude Include="..\..\lib\lua\lua-5.2.2\lzio.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
478 <ClInclude Include="..\..\lib\lua\lua.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
479 <ClInclude Include="..\..\lib\OpenAL\al.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
480 <ClInclude Include="..\..\lib\OpenAL\alc.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
481 <ClInclude Include="..\..\lib\OpenAL\efx-creative.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
482 <ClInclude Include="..\..\lib\OpenAL\EFX-Util.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
483 <ClInclude Include="..\..\lib\OpenAL\efx.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
484 <ClInclude Include="..\..\lib\OpenAL\xram.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
485 <ClInclude Include="..\..\lib\zlib\deflate.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
486 <ClInclude Include="..\..\lib\zlib\infblock.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
487 <ClInclude Include="..\..\lib\zlib\infcodes.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
488 <ClInclude Include="..\..\lib\zlib\inffast.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
489 <ClInclude Include="..\..\lib\zlib\inffixed.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
490 <ClInclude Include="..\..\lib\zlib\inftrees.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
491 <ClInclude Include="..\..\lib\zlib\infutil.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
492 <ClInclude Include="..\..\lib\zlib\trees.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
493 <ClInclude Include="..\..\lib\zlib\zconf.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
494 <ClInclude Include="..\..\lib\zlib\zlib.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
495 <ClInclude Include="..\..\lib\zlib\zutil.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
496 <ClInclude Include="..\..\Media\Audio\AIL.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
497 <ClInclude Include="..\..\Media\Audio\AudioPlayer.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
498 <ClInclude Include="..\..\Media\Audio\OpenALSoundProvider.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
499 <ClInclude Include="..\..\Media\MediaPlayer.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
500 <ClInclude Include="..\..\Media\Video\Bink_Smacker.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
501 <ClInclude Include="..\..\OSAPI.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
502 <ClInclude Include="..\..\OSInfo.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
503 <ClInclude Include="..\..\OSWindow.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
504 <ClInclude Include="..\..\stru6.h" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
505 </ItemGroup>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
506 <ItemGroup>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
507 <None Include="..\..\Engine\Graphics\Shaders\UI.hlsl" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
508 <None Include="..\..\Engine\Objects\Player.swig" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
509 <None Include="..\..\GUI\NewUI\Core\UIControlModule.swig" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
510 <None Include="..\..\lib\legacy_dx\d3dvec.inl" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
511 <None Include="..\..\lib\OpenAL\lib\x86\avcodec-55.def" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
512 <None Include="..\..\lib\OpenAL\lib\x86\avdevice-55.def" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
513 <None Include="..\..\lib\OpenAL\lib\x86\avfilter-3.def" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
514 <None Include="..\..\lib\OpenAL\lib\x86\avformat-55.def" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
515 <None Include="..\..\lib\OpenAL\lib\x86\avutil-52.def" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
516 <None Include="..\..\lib\OpenAL\lib\x86\postproc-52.def" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
517 <None Include="..\..\lib\OpenAL\lib\x86\swresample-0.def" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
518 <None Include="..\..\lib\OpenAL\lib\x86\swscale-2.def" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
519 <None Include="..\..\lib\swig.bat" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
520 </ItemGroup>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
521 <ItemGroup>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
522 <Library Include="..\..\lib\legacy_dx\lib\d3dxof.lib" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
523 <Library Include="..\..\lib\legacy_dx\lib\ddraw.lib" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
524 <Library Include="..\..\lib\legacy_dx\lib\dinput.lib" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
525 <Library Include="..\..\lib\legacy_dx\lib\dinput8.lib" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
526 <Library Include="..\..\lib\legacy_dx\lib\dxguid.lib" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
527 <Library Include="..\..\lib\OpenAL\lib\OpenAL\OpenAL32.lib" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
528 <Library Include="..\..\lib\OpenAL\lib\x86\avcodec.lib" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
529 <Library Include="..\..\lib\OpenAL\lib\x86\avdevice.lib" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
530 <Library Include="..\..\lib\OpenAL\lib\x86\avfilter.lib" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
531 <Library Include="..\..\lib\OpenAL\lib\x86\avformat.lib" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
532 <Library Include="..\..\lib\OpenAL\lib\x86\avutil.lib" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
533 <Library Include="..\..\lib\OpenAL\lib\x86\postproc.lib" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
534 <Library Include="..\..\lib\OpenAL\lib\x86\swresample.lib" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
535 <Library Include="..\..\lib\OpenAL\lib\x86\swscale.lib" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
536 </ItemGroup>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
537 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
538 <ImportGroup Label="ExtensionTargets">
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
539 </ImportGroup>
5c03054c72b8 VS 2013 project
a.parshin
parents:
diff changeset
540 </Project>