2
0

Polycode.vcxproj 13 KB

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