|
|
@@ -0,0 +1,134 @@
|
|
|
+<?xml version="1.0" encoding="utf-8"?>
|
|
|
+<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
+ <ItemGroup Label="ProjectConfigurations">
|
|
|
+ <ProjectConfiguration Include="Debug|Win32">
|
|
|
+ <Configuration>Debug</Configuration>
|
|
|
+ <Platform>Win32</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ <ProjectConfiguration Include="Release|Win32">
|
|
|
+ <Configuration>Release</Configuration>
|
|
|
+ <Platform>Win32</Platform>
|
|
|
+ </ProjectConfiguration>
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ClCompile Include="..\..\Contents\Source\ExampleBrowserWindow.cpp" />
|
|
|
+ <ClCompile Include="..\..\Contents\Source\ExportProjectWindow.cpp" />
|
|
|
+ <ClCompile Include="..\..\Contents\Source\NewFileWindow.cpp" />
|
|
|
+ <ClCompile Include="..\..\Contents\Source\NewProjectWindow.cpp" />
|
|
|
+ <ClCompile Include="..\..\Contents\Source\PolycodeConsole.cpp" />
|
|
|
+ <ClCompile Include="..\..\Contents\Source\PolycodeEditor.cpp" />
|
|
|
+ <ClCompile Include="..\..\Contents\Source\PolycodeEditorManager.cpp" />
|
|
|
+ <ClCompile Include="..\..\Contents\Source\PolycodeFontEditor.cpp" />
|
|
|
+ <ClCompile Include="..\..\Contents\Source\PolycodeFrame.cpp" />
|
|
|
+ <ClCompile Include="..\..\Contents\Source\PolycodeIDEApp.cpp" />
|
|
|
+ <ClCompile Include="..\..\Contents\Source\PolycodeImageEditor.cpp" />
|
|
|
+ <ClCompile Include="..\..\Contents\Source\PolycodeMaterialEditor.cpp" />
|
|
|
+ <ClCompile Include="..\..\Contents\Source\PolycodeProject.cpp" />
|
|
|
+ <ClCompile Include="..\..\Contents\Source\PolycodeProjectBrowser.cpp" />
|
|
|
+ <ClCompile Include="..\..\Contents\Source\PolycodeProjectEditor.cpp" />
|
|
|
+ <ClCompile Include="..\..\Contents\Source\PolycodeProjectManager.cpp" />
|
|
|
+ <ClCompile Include="..\..\Contents\Source\PolycodeProps.cpp" />
|
|
|
+ <ClCompile Include="..\..\Contents\Source\PolycodeRemoteDebugger.cpp" />
|
|
|
+ <ClCompile Include="..\..\Contents\Source\PolycodeScreenEditor.cpp" />
|
|
|
+ <ClCompile Include="..\..\Contents\Source\PolycodeSpriteEditor.cpp" />
|
|
|
+ <ClCompile Include="..\..\Contents\Source\PolycodeTextEditor.cpp" />
|
|
|
+ <ClCompile Include="..\..\Contents\Source\PolycodeToolLauncher.cpp" />
|
|
|
+ <ClCompile Include="..\..\Contents\Source\TextureBrowser.cpp" />
|
|
|
+ <ClCompile Include="..\..\Contents\Source\ToolWindows.cpp" />
|
|
|
+ <ClCompile Include="main.cpp" />
|
|
|
+ </ItemGroup>
|
|
|
+ <ItemGroup>
|
|
|
+ <ClInclude Include="..\..\Contents\Include\ExampleBrowserWindow.h" />
|
|
|
+ <ClInclude Include="..\..\Contents\Include\ExportProjectWindow.h" />
|
|
|
+ <ClInclude Include="..\..\Contents\Include\NewFileWindow.h" />
|
|
|
+ <ClInclude Include="..\..\Contents\Include\NewProjectWindow.h" />
|
|
|
+ <ClInclude Include="..\..\Contents\Include\PolycodeConsole.h" />
|
|
|
+ <ClInclude Include="..\..\Contents\Include\PolycodeEditor.h" />
|
|
|
+ <ClInclude Include="..\..\Contents\Include\PolycodeEditorManager.h" />
|
|
|
+ <ClInclude Include="..\..\Contents\Include\PolycodeFontEditor.h" />
|
|
|
+ <ClInclude Include="..\..\Contents\Include\PolycodeFrame.h" />
|
|
|
+ <ClInclude Include="..\..\Contents\Include\PolycodeGlobals.h" />
|
|
|
+ <ClInclude Include="..\..\Contents\Include\PolycodeIDEApp.h" />
|
|
|
+ <ClInclude Include="..\..\Contents\Include\PolycodeImageEditor.h" />
|
|
|
+ <ClInclude Include="..\..\Contents\Include\PolycodeMaterialEditor.h" />
|
|
|
+ <ClInclude Include="..\..\Contents\Include\PolycodeProject.h" />
|
|
|
+ <ClInclude Include="..\..\Contents\Include\PolycodeProjectBrowser.h" />
|
|
|
+ <ClInclude Include="..\..\Contents\Include\PolycodeProjectEditor.h" />
|
|
|
+ <ClInclude Include="..\..\Contents\Include\PolycodeProjectManager.h" />
|
|
|
+ <ClInclude Include="..\..\Contents\Include\PolycodeProps.h" />
|
|
|
+ <ClInclude Include="..\..\Contents\Include\PolycodeRemoteDebugger.h" />
|
|
|
+ <ClInclude Include="..\..\Contents\Include\PolycodeScreenEditor.h" />
|
|
|
+ <ClInclude Include="..\..\Contents\Include\PolycodeSpriteEditor.h" />
|
|
|
+ <ClInclude Include="..\..\Contents\Include\PolycodeTextEditor.h" />
|
|
|
+ <ClInclude Include="..\..\Contents\Include\PolycodeToolLauncher.h" />
|
|
|
+ <ClInclude Include="..\..\Contents\Include\TextureBrowser.h" />
|
|
|
+ <ClInclude Include="..\..\Contents\Include\ToolWindows.h" />
|
|
|
+ </ItemGroup>
|
|
|
+ <PropertyGroup Label="Globals">
|
|
|
+ <ProjectGuid>{D6C2171B-9167-4FB6-851A-DC1CEDCFC43D}</ProjectGuid>
|
|
|
+ <Keyword>Win32Proj</Keyword>
|
|
|
+ <RootNamespace>PolycodeTemplate</RootNamespace>
|
|
|
+ </PropertyGroup>
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
|
|
|
+ <ConfigurationType>Application</ConfigurationType>
|
|
|
+ <UseDebugLibraries>true</UseDebugLibraries>
|
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
|
|
|
+ <ConfigurationType>Application</ConfigurationType>
|
|
|
+ <UseDebugLibraries>false</UseDebugLibraries>
|
|
|
+ <WholeProgramOptimization>true</WholeProgramOptimization>
|
|
|
+ <CharacterSet>Unicode</CharacterSet>
|
|
|
+ </PropertyGroup>
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
|
|
|
+ <ImportGroup Label="ExtensionSettings">
|
|
|
+ </ImportGroup>
|
|
|
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
+ <Import Project="Polycode.props" />
|
|
|
+ </ImportGroup>
|
|
|
+ <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
+ <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
|
|
|
+ <Import Project="Polycode.props" />
|
|
|
+ </ImportGroup>
|
|
|
+ <PropertyGroup Label="UserMacros" />
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
+ <LinkIncremental>true</LinkIncremental>
|
|
|
+ </PropertyGroup>
|
|
|
+ <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
+ <LinkIncremental>false</LinkIncremental>
|
|
|
+ </PropertyGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
|
|
|
+ <ClCompile>
|
|
|
+ <PrecompiledHeader>
|
|
|
+ </PrecompiledHeader>
|
|
|
+ <Optimization>Disabled</Optimization>
|
|
|
+ <PreprocessorDefinitions>USE_POLYCODEUI_MENUBAR;_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
|
|
|
+ </ClCompile>
|
|
|
+ <Link>
|
|
|
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
+ <AdditionalDependencies>$(PolycodeLibsDebug);%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
+ </Link>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
|
|
|
+ <ClCompile>
|
|
|
+ <PrecompiledHeader>
|
|
|
+ </PrecompiledHeader>
|
|
|
+ <Optimization>MaxSpeed</Optimization>
|
|
|
+ <FunctionLevelLinking>true</FunctionLevelLinking>
|
|
|
+ <IntrinsicFunctions>true</IntrinsicFunctions>
|
|
|
+ <PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions>
|
|
|
+ </ClCompile>
|
|
|
+ <Link>
|
|
|
+ <GenerateDebugInformation>true</GenerateDebugInformation>
|
|
|
+ <EnableCOMDATFolding>true</EnableCOMDATFolding>
|
|
|
+ <OptimizeReferences>true</OptimizeReferences>
|
|
|
+ <AdditionalDependencies>$(PolycodeLibsRelease);%(AdditionalDependencies)</AdditionalDependencies>
|
|
|
+ </Link>
|
|
|
+ </ItemDefinitionGroup>
|
|
|
+ <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
|
|
|
+ <ImportGroup Label="ExtensionTargets">
|
|
|
+ </ImportGroup>
|
|
|
+</Project>
|