author | Philipp Wiesemann |
Sun, 19 Mar 2017 22:16:24 +0100 | |
changeset 10941 | e42332dd9f4e |
parent 9736 | 466fe04968c7 |
permissions | -rw-r--r-- |
slouken@9736 | 1 |
<?xml version="1.0" encoding="utf-8"?> |
slouken@9736 | 2 |
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
slouken@9736 | 3 |
<ItemGroup Label="ProjectConfigurations"> |
slouken@9736 | 4 |
<ProjectConfiguration Include="Debug|Win32"> |
slouken@9736 | 5 |
<Configuration>Debug</Configuration> |
slouken@9736 | 6 |
<Platform>Win32</Platform> |
slouken@9736 | 7 |
</ProjectConfiguration> |
slouken@9736 | 8 |
<ProjectConfiguration Include="Debug|x64"> |
slouken@9736 | 9 |
<Configuration>Debug</Configuration> |
slouken@9736 | 10 |
<Platform>x64</Platform> |
slouken@9736 | 11 |
</ProjectConfiguration> |
slouken@9736 | 12 |
<ProjectConfiguration Include="Release|Win32"> |
slouken@9736 | 13 |
<Configuration>Release</Configuration> |
slouken@9736 | 14 |
<Platform>Win32</Platform> |
slouken@9736 | 15 |
</ProjectConfiguration> |
slouken@9736 | 16 |
<ProjectConfiguration Include="Release|x64"> |
slouken@9736 | 17 |
<Configuration>Release</Configuration> |
slouken@9736 | 18 |
<Platform>x64</Platform> |
slouken@9736 | 19 |
</ProjectConfiguration> |
slouken@9736 | 20 |
</ItemGroup> |
slouken@9736 | 21 |
<PropertyGroup Label="Globals"> |
slouken@9736 | 22 |
<ProjectGuid>{8B5CFB38-CCBA-40A8-AD7A-89C57B070884}</ProjectGuid> |
slouken@9736 | 23 |
<RootNamespace>testgl2</RootNamespace> |
slouken@9736 | 24 |
</PropertyGroup> |
slouken@9736 | 25 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
slouken@9736 | 26 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
slouken@9736 | 27 |
<ConfigurationType>Application</ConfigurationType> |
slouken@9736 | 28 |
</PropertyGroup> |
slouken@9736 | 29 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
slouken@9736 | 30 |
<ConfigurationType>Application</ConfigurationType> |
slouken@9736 | 31 |
</PropertyGroup> |
slouken@9736 | 32 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> |
slouken@9736 | 33 |
<ConfigurationType>Application</ConfigurationType> |
slouken@9736 | 34 |
</PropertyGroup> |
slouken@9736 | 35 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> |
slouken@9736 | 36 |
<ConfigurationType>Application</ConfigurationType> |
slouken@9736 | 37 |
</PropertyGroup> |
slouken@9736 | 38 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
slouken@9736 | 39 |
<ImportGroup Label="ExtensionSettings"> |
slouken@9736 | 40 |
</ImportGroup> |
slouken@9736 | 41 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> |
slouken@9736 | 42 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
slouken@9736 | 43 |
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> |
slouken@9736 | 44 |
</ImportGroup> |
slouken@9736 | 45 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> |
slouken@9736 | 46 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
slouken@9736 | 47 |
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> |
slouken@9736 | 48 |
</ImportGroup> |
slouken@9736 | 49 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> |
slouken@9736 | 50 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
slouken@9736 | 51 |
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> |
slouken@9736 | 52 |
</ImportGroup> |
slouken@9736 | 53 |
<ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> |
slouken@9736 | 54 |
<Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
slouken@9736 | 55 |
<Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC70.props" /> |
slouken@9736 | 56 |
</ImportGroup> |
slouken@9736 | 57 |
<PropertyGroup Label="UserMacros" /> |
slouken@9736 | 58 |
<PropertyGroup> |
slouken@9736 | 59 |
<_ProjectFileVersion>10.0.40219.1</_ProjectFileVersion> |
slouken@9736 | 60 |
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> |
slouken@9736 | 61 |
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">$(Platform)\$(Configuration)\</IntDir> |
slouken@9736 | 62 |
<OutDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> |
slouken@9736 | 63 |
<IntDir Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">$(Platform)\$(Configuration)\</IntDir> |
slouken@9736 | 64 |
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> |
slouken@9736 | 65 |
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">$(Platform)\$(Configuration)\</IntDir> |
slouken@9736 | 66 |
<OutDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(SolutionDir)$(Platform)\$(Configuration)\</OutDir> |
slouken@9736 | 67 |
<IntDir Condition="'$(Configuration)|$(Platform)'=='Release|x64'">$(Platform)\$(Configuration)\</IntDir> |
slouken@9736 | 68 |
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
slouken@9736 | 69 |
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
slouken@9736 | 70 |
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" /> |
slouken@9736 | 71 |
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
slouken@9736 | 72 |
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
slouken@9736 | 73 |
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" /> |
slouken@9736 | 74 |
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">AllRules.ruleset</CodeAnalysisRuleSet> |
slouken@9736 | 75 |
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
slouken@9736 | 76 |
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" /> |
slouken@9736 | 77 |
<CodeAnalysisRuleSet Condition="'$(Configuration)|$(Platform)'=='Release|x64'">AllRules.ruleset</CodeAnalysisRuleSet> |
slouken@9736 | 78 |
<CodeAnalysisRules Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
slouken@9736 | 79 |
<CodeAnalysisRuleAssemblies Condition="'$(Configuration)|$(Platform)'=='Release|x64'" /> |
slouken@9736 | 80 |
</PropertyGroup> |
slouken@9736 | 81 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
slouken@9736 | 82 |
<Midl> |
slouken@9736 | 83 |
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
slouken@9736 | 84 |
<MkTypLibCompatible>true</MkTypLibCompatible> |
slouken@9736 | 85 |
<SuppressStartupBanner>true</SuppressStartupBanner> |
slouken@9736 | 86 |
<TargetEnvironment>Win32</TargetEnvironment> |
slouken@9736 | 87 |
<TypeLibraryName>.\Debug/testgl2.tlb</TypeLibraryName> |
slouken@9736 | 88 |
</Midl> |
slouken@9736 | 89 |
<ClCompile> |
slouken@9736 | 90 |
<Optimization>Disabled</Optimization> |
slouken@9736 | 91 |
<AdditionalIncludeDirectories>$(SolutionDir)/../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
slouken@9736 | 92 |
<AdditionalUsingDirectories>%(AdditionalUsingDirectories)</AdditionalUsingDirectories> |
slouken@9736 | 93 |
<PreprocessorDefinitions>_DEBUG;WIN32;_WINDOWS;HAVE_OPENGL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
slouken@9736 | 94 |
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
slouken@9736 | 95 |
<WarningLevel>Level3</WarningLevel> |
slouken@9736 | 96 |
<DebugInformationFormat>OldStyle</DebugInformationFormat> |
slouken@9736 | 97 |
</ClCompile> |
slouken@9736 | 98 |
<ResourceCompile> |
slouken@9736 | 99 |
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
slouken@9736 | 100 |
<Culture>0x0409</Culture> |
slouken@9736 | 101 |
</ResourceCompile> |
slouken@9736 | 102 |
<Link> |
slouken@9736 | 103 |
<AdditionalDependencies>opengl32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
slouken@9736 | 104 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
slouken@9736 | 105 |
<SubSystem>Windows</SubSystem> |
slouken@9736 | 106 |
</Link> |
slouken@9736 | 107 |
</ItemDefinitionGroup> |
slouken@9736 | 108 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> |
slouken@9736 | 109 |
<Midl> |
slouken@9736 | 110 |
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
slouken@9736 | 111 |
<MkTypLibCompatible>true</MkTypLibCompatible> |
slouken@9736 | 112 |
<SuppressStartupBanner>true</SuppressStartupBanner> |
slouken@9736 | 113 |
<TargetEnvironment>X64</TargetEnvironment> |
slouken@9736 | 114 |
<TypeLibraryName>.\Debug/testgl2.tlb</TypeLibraryName> |
slouken@9736 | 115 |
</Midl> |
slouken@9736 | 116 |
<ClCompile> |
slouken@9736 | 117 |
<Optimization>Disabled</Optimization> |
slouken@9736 | 118 |
<AdditionalIncludeDirectories>$(SolutionDir)/../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
slouken@9736 | 119 |
<AdditionalUsingDirectories>%(AdditionalUsingDirectories)</AdditionalUsingDirectories> |
slouken@9736 | 120 |
<PreprocessorDefinitions>_DEBUG;WIN32;_WINDOWS;HAVE_OPENGL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
slouken@9736 | 121 |
<RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> |
slouken@9736 | 122 |
<WarningLevel>Level3</WarningLevel> |
slouken@9736 | 123 |
<DebugInformationFormat>OldStyle</DebugInformationFormat> |
slouken@9736 | 124 |
</ClCompile> |
slouken@9736 | 125 |
<ResourceCompile> |
slouken@9736 | 126 |
<PreprocessorDefinitions>_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
slouken@9736 | 127 |
<Culture>0x0409</Culture> |
slouken@9736 | 128 |
</ResourceCompile> |
slouken@9736 | 129 |
<Link> |
slouken@9736 | 130 |
<AdditionalDependencies>opengl32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
slouken@9736 | 131 |
<GenerateDebugInformation>true</GenerateDebugInformation> |
slouken@9736 | 132 |
<SubSystem>Windows</SubSystem> |
slouken@9736 | 133 |
</Link> |
slouken@9736 | 134 |
</ItemDefinitionGroup> |
slouken@9736 | 135 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
slouken@9736 | 136 |
<Midl> |
slouken@9736 | 137 |
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
slouken@9736 | 138 |
<MkTypLibCompatible>true</MkTypLibCompatible> |
slouken@9736 | 139 |
<SuppressStartupBanner>true</SuppressStartupBanner> |
slouken@9736 | 140 |
<TargetEnvironment>Win32</TargetEnvironment> |
slouken@9736 | 141 |
<TypeLibraryName>.\Release/testgl2.tlb</TypeLibraryName> |
slouken@9736 | 142 |
</Midl> |
slouken@9736 | 143 |
<ClCompile> |
slouken@9736 | 144 |
<AdditionalIncludeDirectories>$(SolutionDir)/../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
slouken@9736 | 145 |
<AdditionalUsingDirectories>%(AdditionalUsingDirectories)</AdditionalUsingDirectories> |
slouken@9736 | 146 |
<PreprocessorDefinitions>NDEBUG;WIN32;_WINDOWS;HAVE_OPENGL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
slouken@9736 | 147 |
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
slouken@9736 | 148 |
<WarningLevel>Level3</WarningLevel> |
slouken@9736 | 149 |
</ClCompile> |
slouken@9736 | 150 |
<ResourceCompile> |
slouken@9736 | 151 |
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
slouken@9736 | 152 |
<Culture>0x0409</Culture> |
slouken@9736 | 153 |
</ResourceCompile> |
slouken@9736 | 154 |
<Link> |
slouken@9736 | 155 |
<AdditionalDependencies>opengl32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
slouken@9736 | 156 |
<SubSystem>Windows</SubSystem> |
slouken@9736 | 157 |
</Link> |
slouken@9736 | 158 |
</ItemDefinitionGroup> |
slouken@9736 | 159 |
<ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> |
slouken@9736 | 160 |
<Midl> |
slouken@9736 | 161 |
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
slouken@9736 | 162 |
<MkTypLibCompatible>true</MkTypLibCompatible> |
slouken@9736 | 163 |
<SuppressStartupBanner>true</SuppressStartupBanner> |
slouken@9736 | 164 |
<TargetEnvironment>X64</TargetEnvironment> |
slouken@9736 | 165 |
<TypeLibraryName>.\Release/testgl2.tlb</TypeLibraryName> |
slouken@9736 | 166 |
</Midl> |
slouken@9736 | 167 |
<ClCompile> |
slouken@9736 | 168 |
<AdditionalIncludeDirectories>$(SolutionDir)/../include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> |
slouken@9736 | 169 |
<AdditionalUsingDirectories>%(AdditionalUsingDirectories)</AdditionalUsingDirectories> |
slouken@9736 | 170 |
<PreprocessorDefinitions>NDEBUG;WIN32;_WINDOWS;HAVE_OPENGL;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
slouken@9736 | 171 |
<RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> |
slouken@9736 | 172 |
<WarningLevel>Level3</WarningLevel> |
slouken@9736 | 173 |
</ClCompile> |
slouken@9736 | 174 |
<ResourceCompile> |
slouken@9736 | 175 |
<PreprocessorDefinitions>NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
slouken@9736 | 176 |
<Culture>0x0409</Culture> |
slouken@9736 | 177 |
</ResourceCompile> |
slouken@9736 | 178 |
<Link> |
slouken@9736 | 179 |
<AdditionalDependencies>opengl32.lib;%(AdditionalDependencies)</AdditionalDependencies> |
slouken@9736 | 180 |
<SubSystem>Windows</SubSystem> |
slouken@9736 | 181 |
</Link> |
slouken@9736 | 182 |
</ItemDefinitionGroup> |
slouken@9736 | 183 |
<ItemGroup> |
slouken@9736 | 184 |
<ProjectReference Include="..\..\SDL\SDL.vcxproj"> |
slouken@9736 | 185 |
<Project>{81ce8daf-ebb2-4761-8e45-b71abcca8c68}</Project> |
slouken@9736 | 186 |
<Private>false</Private> |
slouken@9736 | 187 |
<CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies> |
slouken@9736 | 188 |
<ReferenceOutputAssembly>true</ReferenceOutputAssembly> |
slouken@9736 | 189 |
</ProjectReference> |
slouken@9736 | 190 |
<ProjectReference Include="..\..\SDLmain\SDLmain.vcxproj"> |
slouken@9736 | 191 |
<Project>{da956fd3-e142-46f2-9dd5-c78bebb56b7a}</Project> |
slouken@9736 | 192 |
<Private>false</Private> |
slouken@9736 | 193 |
<CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies> |
slouken@9736 | 194 |
<ReferenceOutputAssembly>true</ReferenceOutputAssembly> |
slouken@9736 | 195 |
</ProjectReference> |
slouken@9736 | 196 |
<ProjectReference Include="..\..\SDLtest\SDLtest.vcxproj"> |
slouken@9736 | 197 |
<Project>{da956fd3-e143-46f2-9fe5-c77bebc56b1a}</Project> |
slouken@9736 | 198 |
<Private>false</Private> |
slouken@9736 | 199 |
<CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies> |
slouken@9736 | 200 |
<ReferenceOutputAssembly>true</ReferenceOutputAssembly> |
slouken@9736 | 201 |
</ProjectReference> |
slouken@9736 | 202 |
</ItemGroup> |
slouken@9736 | 203 |
<ItemGroup> |
slouken@9736 | 204 |
<ClCompile Include="..\..\..\test\testgl2.c" /> |
slouken@9736 | 205 |
</ItemGroup> |
slouken@9736 | 206 |
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
slouken@9736 | 207 |
<ImportGroup Label="ExtensionTargets"> |
slouken@9736 | 208 |
</ImportGroup> |
slouken@9736 | 209 |
</Project> |