sgl
annotate tests/simple/simple.vcxproj @ 24:23a01d912cf8
on a whim, added vs2010 projects
author | John Tsiombikas <nuclear@member.fsf.org> |
---|---|
date | Mon, 27 Jun 2011 10:49:01 +0300 |
parents | |
children | 25de96fb1526 |
rev | line source |
---|---|
nuclear@24 | 1 <?xml version="1.0" encoding="utf-8"?> |
nuclear@24 | 2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
nuclear@24 | 3 <ItemGroup Label="ProjectConfigurations"> |
nuclear@24 | 4 <ProjectConfiguration Include="Debug|Win32"> |
nuclear@24 | 5 <Configuration>Debug</Configuration> |
nuclear@24 | 6 <Platform>Win32</Platform> |
nuclear@24 | 7 </ProjectConfiguration> |
nuclear@24 | 8 <ProjectConfiguration Include="Release|Win32"> |
nuclear@24 | 9 <Configuration>Release</Configuration> |
nuclear@24 | 10 <Platform>Win32</Platform> |
nuclear@24 | 11 </ProjectConfiguration> |
nuclear@24 | 12 </ItemGroup> |
nuclear@24 | 13 <PropertyGroup Label="Globals"> |
nuclear@24 | 14 <ProjectGuid>{440D0E79-9B82-4FD5-B8D6-D552938ED172}</ProjectGuid> |
nuclear@24 | 15 <Keyword>Win32Proj</Keyword> |
nuclear@24 | 16 <RootNamespace>simple</RootNamespace> |
nuclear@24 | 17 </PropertyGroup> |
nuclear@24 | 18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> |
nuclear@24 | 19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> |
nuclear@24 | 20 <ConfigurationType>Application</ConfigurationType> |
nuclear@24 | 21 <UseDebugLibraries>true</UseDebugLibraries> |
nuclear@24 | 22 <CharacterSet>Unicode</CharacterSet> |
nuclear@24 | 23 </PropertyGroup> |
nuclear@24 | 24 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> |
nuclear@24 | 25 <ConfigurationType>Application</ConfigurationType> |
nuclear@24 | 26 <UseDebugLibraries>false</UseDebugLibraries> |
nuclear@24 | 27 <WholeProgramOptimization>true</WholeProgramOptimization> |
nuclear@24 | 28 <CharacterSet>Unicode</CharacterSet> |
nuclear@24 | 29 </PropertyGroup> |
nuclear@24 | 30 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> |
nuclear@24 | 31 <ImportGroup Label="ExtensionSettings"> |
nuclear@24 | 32 </ImportGroup> |
nuclear@24 | 33 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
nuclear@24 | 34 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
nuclear@24 | 35 </ImportGroup> |
nuclear@24 | 36 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
nuclear@24 | 37 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> |
nuclear@24 | 38 </ImportGroup> |
nuclear@24 | 39 <PropertyGroup Label="UserMacros" /> |
nuclear@24 | 40 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
nuclear@24 | 41 <LinkIncremental>true</LinkIncremental> |
nuclear@24 | 42 </PropertyGroup> |
nuclear@24 | 43 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
nuclear@24 | 44 <LinkIncremental>false</LinkIncremental> |
nuclear@24 | 45 </PropertyGroup> |
nuclear@24 | 46 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> |
nuclear@24 | 47 <ClCompile> |
nuclear@24 | 48 <PrecompiledHeader> |
nuclear@24 | 49 </PrecompiledHeader> |
nuclear@24 | 50 <WarningLevel>Level3</WarningLevel> |
nuclear@24 | 51 <Optimization>Disabled</Optimization> |
nuclear@24 | 52 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
nuclear@24 | 53 </ClCompile> |
nuclear@24 | 54 <Link> |
nuclear@24 | 55 <SubSystem>Console</SubSystem> |
nuclear@24 | 56 <GenerateDebugInformation>true</GenerateDebugInformation> |
nuclear@24 | 57 </Link> |
nuclear@24 | 58 </ItemDefinitionGroup> |
nuclear@24 | 59 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> |
nuclear@24 | 60 <ClCompile> |
nuclear@24 | 61 <WarningLevel>Level3</WarningLevel> |
nuclear@24 | 62 <PrecompiledHeader> |
nuclear@24 | 63 </PrecompiledHeader> |
nuclear@24 | 64 <Optimization>MaxSpeed</Optimization> |
nuclear@24 | 65 <FunctionLevelLinking>true</FunctionLevelLinking> |
nuclear@24 | 66 <IntrinsicFunctions>true</IntrinsicFunctions> |
nuclear@24 | 67 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions> |
nuclear@24 | 68 </ClCompile> |
nuclear@24 | 69 <Link> |
nuclear@24 | 70 <SubSystem>Console</SubSystem> |
nuclear@24 | 71 <GenerateDebugInformation>true</GenerateDebugInformation> |
nuclear@24 | 72 <EnableCOMDATFolding>true</EnableCOMDATFolding> |
nuclear@24 | 73 <OptimizeReferences>true</OptimizeReferences> |
nuclear@24 | 74 </Link> |
nuclear@24 | 75 </ItemDefinitionGroup> |
nuclear@24 | 76 <ItemGroup> |
nuclear@24 | 77 <ClCompile Include="simple.c" /> |
nuclear@24 | 78 </ItemGroup> |
nuclear@24 | 79 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> |
nuclear@24 | 80 <ImportGroup Label="ExtensionTargets"> |
nuclear@24 | 81 </ImportGroup> |
nuclear@24 | 82 </Project> |