| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899 |
- <?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>
- <PropertyGroup Label="Globals">
- <ProjectGuid>{EDF0C4BB-B062-431D-BE69-7487A2B7C92E}</ProjectGuid>
- <Keyword>Win32Proj</Keyword>
- <RootNamespace>libPolycodeGLSL</RootNamespace>
- </PropertyGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</ConfigurationType>
- <UseDebugLibraries>true</UseDebugLibraries>
- <CharacterSet>Unicode</CharacterSet>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
- <ConfigurationType>DynamicLibrary</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" />
- </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" />
- </ImportGroup>
- <PropertyGroup Label="UserMacros" />
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <LinkIncremental>true</LinkIncremental>
- <IncludePath>C:\Documents and Settings\Administrator\Desktop\Workshop\Polycode\Release\Win\Framework\Core\Include;C:\Documents and Settings\Administrator\Desktop\Workshop\Polycode\Release\Win\Framework\Dependencies\Include;C:\Documents and Settings\Administrator\Desktop\Workshop\Polycode\Release\Win\Framework\Modules\Dependencies\Include;C:\Documents and Settings\Administrator\Desktop\Workshop\Polycode\Modules\Contents\GLSL\Include;$(IncludePath)</IncludePath>
- <LibraryPath>C:\Documents and Settings\Administrator\Desktop\Workshop\Polycode\Release\Win\Framework\Core\Lib\Debug;C:\Documents and Settings\Administrator\Desktop\Workshop\Polycode\Release\Win\Framework\Dependencies\Lib\Debug;C:\Documents and Settings\Administrator\Desktop\Workshop\Polycode\Release\Win\Framework\Modules\Dependencies\Lib\Debug;$(LibraryPath)</LibraryPath>
- </PropertyGroup>
- <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <LinkIncremental>false</LinkIncremental>
- <IncludePath>C:\Documents and Settings\Administrator\Desktop\Workshop\Polycode\Release\Win\Framework\Core\Include;C:\Documents and Settings\Administrator\Desktop\Workshop\Polycode\Release\Win\Framework\Dependencies\Include;C:\Documents and Settings\Administrator\Desktop\Workshop\Polycode\Release\Win\Framework\Modules\Dependencies\Include;C:\Documents and Settings\Administrator\Desktop\Workshop\Polycode\Modules\Contents\GLSL\Include;$(IncludePath)</IncludePath>
- <LibraryPath>C:\Documents and Settings\Administrator\Desktop\Workshop\Polycode\Release\Win\Framework\Core\Lib\Release;C:\Documents and Settings\Administrator\Desktop\Workshop\Polycode\Release\Win\Framework\Dependencies\Lib\Release;C:\Documents and Settings\Administrator\Desktop\Workshop\Polycode\Release\Win\Framework\Modules\Dependencies\Lib\Release;$(LibraryPath)</LibraryPath>
- </PropertyGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
- <ClCompile>
- <PrecompiledHeader>
- </PrecompiledHeader>
- <WarningLevel>TurnOffAllWarnings</WarningLevel>
- <Optimization>Disabled</Optimization>
- <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBPOLYCODEGLSL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- </ClCompile>
- <Link>
- <SubSystem>Windows</SubSystem>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <AdditionalDependencies>opengl32.lib;Polycore.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
- </Link>
- </ItemDefinitionGroup>
- <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
- <ClCompile>
- <WarningLevel>Level3</WarningLevel>
- <PrecompiledHeader>
- </PrecompiledHeader>
- <Optimization>MaxSpeed</Optimization>
- <FunctionLevelLinking>true</FunctionLevelLinking>
- <IntrinsicFunctions>true</IntrinsicFunctions>
- <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBPOLYCODEGLSL_EXPORTS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
- </ClCompile>
- <Link>
- <SubSystem>Windows</SubSystem>
- <GenerateDebugInformation>true</GenerateDebugInformation>
- <EnableCOMDATFolding>true</EnableCOMDATFolding>
- <OptimizeReferences>true</OptimizeReferences>
- <AdditionalDependencies>opengl32.lib;Polycore.lib;kernel32.lib;user32.lib;gdi32.lib;winspool.lib;comdlg32.lib;advapi32.lib;shell32.lib;ole32.lib;oleaut32.lib;uuid.lib;odbc32.lib;odbccp32.lib;%(AdditionalDependencies)</AdditionalDependencies>
- </Link>
- </ItemDefinitionGroup>
- <ItemGroup>
- <ClCompile Include="..\..\..\..\Core\Contents\Source\tinystr.cpp" />
- <ClCompile Include="..\..\..\..\Core\Contents\Source\tinyxml.cpp" />
- <ClCompile Include="..\..\..\..\Core\Contents\Source\tinyxmlerror.cpp" />
- <ClCompile Include="..\..\..\..\Core\Contents\Source\tinyxmlparser.cpp" />
- <ClCompile Include="..\..\..\Contents\GLSL\Source\PolyGLSLProgram.cpp" />
- <ClCompile Include="..\..\..\Contents\GLSL\Source\PolyGLSLShader.cpp" />
- <ClCompile Include="..\..\..\Contents\GLSL\Source\PolyGLSLShaderModule.cpp" />
- </ItemGroup>
- <ItemGroup>
- <ClInclude Include="..\..\..\Contents\GLSL\Include\PolyGLSLProgram.h" />
- <ClInclude Include="..\..\..\Contents\GLSL\Include\PolyGLSLShader.h" />
- <ClInclude Include="..\..\..\Contents\GLSL\Include\PolyGLSLShaderModule.h" />
- </ItemGroup>
- <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
- <ImportGroup Label="ExtensionTargets">
- </ImportGroup>
- </Project>
|