Polycode.vcxproj 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" ToolsVersion="12.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. <ItemGroup>
  22. <ClCompile Include="..\..\Contents\Source\EditorGrid.cpp" />
  23. <ClCompile Include="..\..\Contents\Source\EntityEditorPropertyView.cpp" />
  24. <ClCompile Include="..\..\Contents\Source\EntityEditorSettingsView.cpp" />
  25. <ClCompile Include="..\..\Contents\Source\EntityEditorTreeView.cpp" />
  26. <ClCompile Include="..\..\Contents\Source\ExampleBrowserWindow.cpp" />
  27. <ClCompile Include="..\..\Contents\Source\ExportProjectWindow.cpp" />
  28. <ClCompile Include="..\..\Contents\Source\NewFileWindow.cpp" />
  29. <ClCompile Include="..\..\Contents\Source\NewProjectWindow.cpp" />
  30. <ClCompile Include="..\..\Contents\Source\PolycodeClipboard.cpp" />
  31. <ClCompile Include="..\..\Contents\Source\PolycodeConsole.cpp" />
  32. <ClCompile Include="..\..\Contents\Source\PolycodeEditor.cpp" />
  33. <ClCompile Include="..\..\Contents\Source\PolycodeEditorManager.cpp" />
  34. <ClCompile Include="..\..\Contents\Source\PolycodeEntityEditor.cpp" />
  35. <ClCompile Include="..\..\Contents\Source\PolycodeFontEditor.cpp" />
  36. <ClCompile Include="..\..\Contents\Source\PolycodeFrame.cpp" />
  37. <ClCompile Include="..\..\Contents\Source\PolycodeIDEApp.cpp" />
  38. <ClCompile Include="..\..\Contents\Source\PolycodeImageEditor.cpp" />
  39. <ClCompile Include="..\..\Contents\Source\PolycodeMaterialEditor.cpp" />
  40. <ClCompile Include="..\..\Contents\Source\PolycodeMeshEditor.cpp" />
  41. <ClCompile Include="..\..\Contents\Source\PolycodeProject.cpp" />
  42. <ClCompile Include="..\..\Contents\Source\PolycodeProjectBrowser.cpp" />
  43. <ClCompile Include="..\..\Contents\Source\PolycodeProjectEditor.cpp" />
  44. <ClCompile Include="..\..\Contents\Source\PolycodeProjectManager.cpp" />
  45. <ClCompile Include="..\..\Contents\Source\PolycodeProps.cpp" />
  46. <ClCompile Include="..\..\Contents\Source\PolycodeRemoteDebugger.cpp" />
  47. <ClCompile Include="..\..\Contents\Source\PolycodeSpriteEditor.cpp" />
  48. <ClCompile Include="..\..\Contents\Source\PolycodeTextEditor.cpp" />
  49. <ClCompile Include="..\..\Contents\Source\PolycodeToolLauncher.cpp" />
  50. <ClCompile Include="..\..\Contents\Source\SettingsWindow.cpp" />
  51. <ClCompile Include="..\..\Contents\Source\TextureBrowser.cpp" />
  52. <ClCompile Include="..\..\Contents\Source\ToolWindows.cpp" />
  53. <ClCompile Include="..\..\Contents\Source\TrackballCamera.cpp" />
  54. <ClCompile Include="..\..\Contents\Source\TransformGizmo.cpp" />
  55. <ClCompile Include="main.cpp" />
  56. </ItemGroup>
  57. <ItemGroup>
  58. <ClInclude Include="..\..\Contents\Include\EditorGrid.h" />
  59. <ClInclude Include="..\..\Contents\Include\EntityEditorPropertyView.h" />
  60. <ClInclude Include="..\..\Contents\Include\EntityEditorSettingsView.h" />
  61. <ClInclude Include="..\..\Contents\Include\EntityEditorTreeView.h" />
  62. <ClInclude Include="..\..\Contents\Include\ExampleBrowserWindow.h" />
  63. <ClInclude Include="..\..\Contents\Include\ExportProjectWindow.h" />
  64. <ClInclude Include="..\..\Contents\Include\NewFileWindow.h" />
  65. <ClInclude Include="..\..\Contents\Include\NewProjectWindow.h" />
  66. <ClInclude Include="..\..\Contents\Include\PolycodeClipboard.h" />
  67. <ClInclude Include="..\..\Contents\Include\PolycodeConsole.h" />
  68. <ClInclude Include="..\..\Contents\Include\PolycodeEditor.h" />
  69. <ClInclude Include="..\..\Contents\Include\PolycodeEditorManager.h" />
  70. <ClInclude Include="..\..\Contents\Include\PolycodeEntityEditor.h" />
  71. <ClInclude Include="..\..\Contents\Include\PolycodeFontEditor.h" />
  72. <ClInclude Include="..\..\Contents\Include\PolycodeFrame.h" />
  73. <ClInclude Include="..\..\Contents\Include\PolycodeGlobals.h" />
  74. <ClInclude Include="..\..\Contents\Include\PolycodeIDEApp.h" />
  75. <ClInclude Include="..\..\Contents\Include\PolycodeImageEditor.h" />
  76. <ClInclude Include="..\..\Contents\Include\PolycodeMaterialEditor.h" />
  77. <ClInclude Include="..\..\Contents\Include\PolycodeMeshEditor.h" />
  78. <ClInclude Include="..\..\Contents\Include\PolycodeProject.h" />
  79. <ClInclude Include="..\..\Contents\Include\PolycodeProjectBrowser.h" />
  80. <ClInclude Include="..\..\Contents\Include\PolycodeProjectEditor.h" />
  81. <ClInclude Include="..\..\Contents\Include\PolycodeProjectManager.h" />
  82. <ClInclude Include="..\..\Contents\Include\PolycodeProps.h" />
  83. <ClInclude Include="..\..\Contents\Include\PolycodeRemoteDebugger.h" />
  84. <ClInclude Include="..\..\Contents\Include\PolycodeSpriteEditor.h" />
  85. <ClInclude Include="..\..\Contents\Include\PolycodeTextEditor.h" />
  86. <ClInclude Include="..\..\Contents\Include\PolycodeToolLauncher.h" />
  87. <ClInclude Include="..\..\Contents\Include\SettingsWindow.h" />
  88. <ClInclude Include="..\..\Contents\Include\TextureBrowser.h" />
  89. <ClInclude Include="..\..\Contents\Include\ToolWindows.h" />
  90. <ClInclude Include="..\..\Contents\Include\TrackballCamera.h" />
  91. <ClInclude Include="..\..\Contents\Include\TransformGizmo.h" />
  92. <ClInclude Include="resource.h" />
  93. </ItemGroup>
  94. <ItemGroup>
  95. <ResourceCompile Include="Polycode.rc" />
  96. </ItemGroup>
  97. <ItemGroup>
  98. <None Include="..\..\..\Assets\Icons\app_file_icon.ico" />
  99. <None Include="..\..\..\Assets\Icons\main_icon.ico" />
  100. <None Include="..\..\..\Assets\Icons\main_icon.png" />
  101. <None Include="..\..\..\Assets\Icons\polycode_project.ico" />
  102. </ItemGroup>
  103. <PropertyGroup Label="Globals">
  104. <ProjectGuid>{D6C2171B-9167-4FB6-851A-DC1CEDCFC43D}</ProjectGuid>
  105. <Keyword>Win32Proj</Keyword>
  106. <RootNamespace>PolycodeTemplate</RootNamespace>
  107. </PropertyGroup>
  108. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
  109. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
  110. <ConfigurationType>Application</ConfigurationType>
  111. <UseDebugLibraries>true</UseDebugLibraries>
  112. <CharacterSet>Unicode</CharacterSet>
  113. <PlatformToolset>v120</PlatformToolset>
  114. </PropertyGroup>
  115. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
  116. <ConfigurationType>Application</ConfigurationType>
  117. <UseDebugLibraries>true</UseDebugLibraries>
  118. <CharacterSet>Unicode</CharacterSet>
  119. <PlatformToolset>v120</PlatformToolset>
  120. </PropertyGroup>
  121. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
  122. <ConfigurationType>Application</ConfigurationType>
  123. <UseDebugLibraries>false</UseDebugLibraries>
  124. <WholeProgramOptimization>true</WholeProgramOptimization>
  125. <CharacterSet>Unicode</CharacterSet>
  126. <PlatformToolset>v120</PlatformToolset>
  127. </PropertyGroup>
  128. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
  129. <ConfigurationType>Application</ConfigurationType>
  130. <UseDebugLibraries>false</UseDebugLibraries>
  131. <WholeProgramOptimization>true</WholeProgramOptimization>
  132. <CharacterSet>Unicode</CharacterSet>
  133. <PlatformToolset>v120</PlatformToolset>
  134. </PropertyGroup>
  135. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
  136. <ImportGroup Label="ExtensionSettings">
  137. </ImportGroup>
  138. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  139. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  140. <Import Project="Polycode.props" />
  141. </ImportGroup>
  142. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
  143. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  144. <Import Project="Polycode.props" />
  145. </ImportGroup>
  146. <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  147. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  148. <Import Project="Polycode.props" />
  149. </ImportGroup>
  150. <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
  151. <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
  152. <Import Project="Polycode.props" />
  153. </ImportGroup>
  154. <PropertyGroup Label="UserMacros" />
  155. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  156. <LinkIncremental>true</LinkIncremental>
  157. </PropertyGroup>
  158. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  159. <LinkIncremental>true</LinkIncremental>
  160. </PropertyGroup>
  161. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  162. <LinkIncremental>false</LinkIncremental>
  163. </PropertyGroup>
  164. <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  165. <LinkIncremental>false</LinkIncremental>
  166. </PropertyGroup>
  167. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
  168. <ClCompile>
  169. <PrecompiledHeader>
  170. </PrecompiledHeader>
  171. <Optimization>Disabled</Optimization>
  172. <PreprocessorDefinitions>USE_POLYCODEUI_MENUBAR;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  173. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  174. </ClCompile>
  175. <Link>
  176. <GenerateDebugInformation>true</GenerateDebugInformation>
  177. <AdditionalDependencies>$(PolycodeLibsDebug);%(AdditionalDependencies)</AdditionalDependencies>
  178. <AllowIsolation>false</AllowIsolation>
  179. <EnableUAC>false</EnableUAC>
  180. <UACExecutionLevel>HighestAvailable</UACExecutionLevel>
  181. </Link>
  182. </ItemDefinitionGroup>
  183. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
  184. <ClCompile>
  185. <PrecompiledHeader>
  186. </PrecompiledHeader>
  187. <Optimization>Disabled</Optimization>
  188. <PreprocessorDefinitions>USE_POLYCODEUI_MENUBAR;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  189. <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
  190. </ClCompile>
  191. <Link>
  192. <GenerateDebugInformation>true</GenerateDebugInformation>
  193. <AdditionalDependencies>$(PolycodeLibsDebug);%(AdditionalDependencies)</AdditionalDependencies>
  194. <AllowIsolation>false</AllowIsolation>
  195. <EnableUAC>false</EnableUAC>
  196. <UACExecutionLevel>HighestAvailable</UACExecutionLevel>
  197. </Link>
  198. </ItemDefinitionGroup>
  199. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
  200. <ClCompile>
  201. <PrecompiledHeader>
  202. </PrecompiledHeader>
  203. <Optimization>MaxSpeed</Optimization>
  204. <FunctionLevelLinking>true</FunctionLevelLinking>
  205. <IntrinsicFunctions>true</IntrinsicFunctions>
  206. <PreprocessorDefinitions>USE_POLYCODEUI_MENUBAR;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  207. </ClCompile>
  208. <Link>
  209. <GenerateDebugInformation>true</GenerateDebugInformation>
  210. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  211. <OptimizeReferences>true</OptimizeReferences>
  212. <AdditionalDependencies>$(PolycodeLibsRelease);%(AdditionalDependencies)</AdditionalDependencies>
  213. </Link>
  214. </ItemDefinitionGroup>
  215. <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
  216. <ClCompile>
  217. <PrecompiledHeader>
  218. </PrecompiledHeader>
  219. <Optimization>MaxSpeed</Optimization>
  220. <FunctionLevelLinking>true</FunctionLevelLinking>
  221. <IntrinsicFunctions>true</IntrinsicFunctions>
  222. <PreprocessorDefinitions>USE_POLYCODEUI_MENUBAR;NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
  223. </ClCompile>
  224. <Link>
  225. <GenerateDebugInformation>true</GenerateDebugInformation>
  226. <EnableCOMDATFolding>true</EnableCOMDATFolding>
  227. <OptimizeReferences>true</OptimizeReferences>
  228. <AdditionalDependencies>$(PolycodeLibsRelease);%(AdditionalDependencies)</AdditionalDependencies>
  229. </Link>
  230. </ItemDefinitionGroup>
  231. <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
  232. <ImportGroup Label="ExtensionTargets">
  233. </ImportGroup>
  234. </Project>