erebus
diff erebus.vcxproj @ 0:4abdce1361b9
initial commit
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Sun, 27 Apr 2014 16:02:47 +0300 |
parents | |
children | d2b6cee8ea5c |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/erebus.vcxproj Sun Apr 27 16:02:47 2014 +0300 1.3 @@ -0,0 +1,163 @@ 1.4 +<?xml version="1.0" encoding="utf-8"?> 1.5 +<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> 1.6 + <ItemGroup Label="ProjectConfigurations"> 1.7 + <ProjectConfiguration Include="Debug|Win32"> 1.8 + <Configuration>Debug</Configuration> 1.9 + <Platform>Win32</Platform> 1.10 + </ProjectConfiguration> 1.11 + <ProjectConfiguration Include="Debug|x64"> 1.12 + <Configuration>Debug</Configuration> 1.13 + <Platform>x64</Platform> 1.14 + </ProjectConfiguration> 1.15 + <ProjectConfiguration Include="Release|Win32"> 1.16 + <Configuration>Release</Configuration> 1.17 + <Platform>Win32</Platform> 1.18 + </ProjectConfiguration> 1.19 + <ProjectConfiguration Include="Release|x64"> 1.20 + <Configuration>Release</Configuration> 1.21 + <Platform>x64</Platform> 1.22 + </ProjectConfiguration> 1.23 + </ItemGroup> 1.24 + <ItemGroup> 1.25 + <ClCompile Include="src\main.cc" /> 1.26 + <ClCompile Include="src\opengl.cc" /> 1.27 + <ClCompile Include="src\sdr.c" /> 1.28 + </ItemGroup> 1.29 + <ItemGroup> 1.30 + <ClInclude Include="src\opengl.h" /> 1.31 + <ClInclude Include="src\sdr.h" /> 1.32 + </ItemGroup> 1.33 + <PropertyGroup Label="Globals"> 1.34 + <ProjectGuid>{55E5C1D8-DF5A-4380-A77F-4D317165E7BB}</ProjectGuid> 1.35 + <Keyword>Win32Proj</Keyword> 1.36 + <RootNamespace>erebus</RootNamespace> 1.37 + </PropertyGroup> 1.38 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> 1.39 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> 1.40 + <ConfigurationType>Application</ConfigurationType> 1.41 + <UseDebugLibraries>true</UseDebugLibraries> 1.42 + <PlatformToolset>v120</PlatformToolset> 1.43 + <CharacterSet>Unicode</CharacterSet> 1.44 + </PropertyGroup> 1.45 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> 1.46 + <ConfigurationType>Application</ConfigurationType> 1.47 + <UseDebugLibraries>true</UseDebugLibraries> 1.48 + <PlatformToolset>v120</PlatformToolset> 1.49 + <CharacterSet>Unicode</CharacterSet> 1.50 + </PropertyGroup> 1.51 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> 1.52 + <ConfigurationType>Application</ConfigurationType> 1.53 + <UseDebugLibraries>false</UseDebugLibraries> 1.54 + <PlatformToolset>v120</PlatformToolset> 1.55 + <WholeProgramOptimization>true</WholeProgramOptimization> 1.56 + <CharacterSet>Unicode</CharacterSet> 1.57 + </PropertyGroup> 1.58 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> 1.59 + <ConfigurationType>Application</ConfigurationType> 1.60 + <UseDebugLibraries>false</UseDebugLibraries> 1.61 + <PlatformToolset>v120</PlatformToolset> 1.62 + <WholeProgramOptimization>true</WholeProgramOptimization> 1.63 + <CharacterSet>Unicode</CharacterSet> 1.64 + </PropertyGroup> 1.65 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> 1.66 + <ImportGroup Label="ExtensionSettings"> 1.67 + </ImportGroup> 1.68 + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 1.69 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 1.70 + </ImportGroup> 1.71 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> 1.72 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 1.73 + </ImportGroup> 1.74 + <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 1.75 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 1.76 + </ImportGroup> 1.77 + <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> 1.78 + <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> 1.79 + </ImportGroup> 1.80 + <PropertyGroup Label="UserMacros" /> 1.81 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 1.82 + <LinkIncremental>true</LinkIncremental> 1.83 + </PropertyGroup> 1.84 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 1.85 + <LinkIncremental>true</LinkIncremental> 1.86 + </PropertyGroup> 1.87 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 1.88 + <LinkIncremental>false</LinkIncremental> 1.89 + </PropertyGroup> 1.90 + <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 1.91 + <LinkIncremental>false</LinkIncremental> 1.92 + </PropertyGroup> 1.93 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> 1.94 + <ClCompile> 1.95 + <PrecompiledHeader> 1.96 + </PrecompiledHeader> 1.97 + <WarningLevel>Level3</WarningLevel> 1.98 + <Optimization>Disabled</Optimization> 1.99 + <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1.100 + <DisableSpecificWarnings>4244;4305;4996</DisableSpecificWarnings> 1.101 + </ClCompile> 1.102 + <Link> 1.103 + <SubSystem>Console</SubSystem> 1.104 + <GenerateDebugInformation>true</GenerateDebugInformation> 1.105 + <AdditionalDependencies>opengl32.lib;glut32.lib;glew32.lib;libvmath.lib;libimago2.lib;jpeglib.lib;libpng.lib;zlib.lib;liberebus.lib;%(AdditionalDependencies)</AdditionalDependencies> 1.106 + <AdditionalLibraryDirectories>$(SolutionDir)\liberebus\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 1.107 + </Link> 1.108 + </ItemDefinitionGroup> 1.109 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> 1.110 + <ClCompile> 1.111 + <PrecompiledHeader> 1.112 + </PrecompiledHeader> 1.113 + <WarningLevel>Level3</WarningLevel> 1.114 + <Optimization>Disabled</Optimization> 1.115 + <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1.116 + <DisableSpecificWarnings>4244;4305;4996</DisableSpecificWarnings> 1.117 + </ClCompile> 1.118 + <Link> 1.119 + <SubSystem>Console</SubSystem> 1.120 + <GenerateDebugInformation>true</GenerateDebugInformation> 1.121 + <AdditionalDependencies>opengl32.lib;glut32.lib;glew32.lib;libvmath.lib;libimago2.lib;jpeglib.lib;libpng.lib;zlib.lib;%(AdditionalDependencies)</AdditionalDependencies> 1.122 + </Link> 1.123 + </ItemDefinitionGroup> 1.124 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> 1.125 + <ClCompile> 1.126 + <WarningLevel>Level3</WarningLevel> 1.127 + <PrecompiledHeader> 1.128 + </PrecompiledHeader> 1.129 + <Optimization>MaxSpeed</Optimization> 1.130 + <FunctionLevelLinking>true</FunctionLevelLinking> 1.131 + <IntrinsicFunctions>true</IntrinsicFunctions> 1.132 + <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1.133 + <DisableSpecificWarnings>4244;4305;4996</DisableSpecificWarnings> 1.134 + </ClCompile> 1.135 + <Link> 1.136 + <SubSystem>Console</SubSystem> 1.137 + <GenerateDebugInformation>true</GenerateDebugInformation> 1.138 + <EnableCOMDATFolding>true</EnableCOMDATFolding> 1.139 + <OptimizeReferences>true</OptimizeReferences> 1.140 + <AdditionalDependencies>opengl32.lib;glut32.lib;glew32.lib;libvmath.lib;libimago2.lib;jpeglib.lib;libpng.lib;zlib.lib;liberebus.lib;%(AdditionalDependencies)</AdditionalDependencies> 1.141 + <AdditionalLibraryDirectories>$(SolutionDir)\liberebus\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> 1.142 + </Link> 1.143 + </ItemDefinitionGroup> 1.144 + <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> 1.145 + <ClCompile> 1.146 + <WarningLevel>Level3</WarningLevel> 1.147 + <PrecompiledHeader> 1.148 + </PrecompiledHeader> 1.149 + <Optimization>MaxSpeed</Optimization> 1.150 + <FunctionLevelLinking>true</FunctionLevelLinking> 1.151 + <IntrinsicFunctions>true</IntrinsicFunctions> 1.152 + <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions> 1.153 + <DisableSpecificWarnings>4244;4305;4996</DisableSpecificWarnings> 1.154 + </ClCompile> 1.155 + <Link> 1.156 + <SubSystem>Console</SubSystem> 1.157 + <GenerateDebugInformation>true</GenerateDebugInformation> 1.158 + <EnableCOMDATFolding>true</EnableCOMDATFolding> 1.159 + <OptimizeReferences>true</OptimizeReferences> 1.160 + <AdditionalDependencies>opengl32.lib;glut32.lib;glew32.lib;libvmath.lib;libimago2.lib;jpeglib.lib;libpng.lib;zlib.lib;%(AdditionalDependencies)</AdditionalDependencies> 1.161 + </Link> 1.162 + </ItemDefinitionGroup> 1.163 + <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> 1.164 + <ImportGroup Label="ExtensionTargets"> 1.165 + </ImportGroup> 1.166 +</Project> 1.167 \ No newline at end of file