source: trunk/Utilities/LogStdOutput/LogStdOutput.vcxproj @ 937

Last change on this file since 937 was 516, checked in by roman, 8 years ago

Win XP friendly configuration

File size: 8.6 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <ItemGroup Label="ProjectConfigurations">
4    <ProjectConfiguration Include="Debug|Win32">
5      <Configuration>Debug</Configuration>
6      <Platform>Win32</Platform>
7    </ProjectConfiguration>
8    <ProjectConfiguration Include="Debug|x64">
9      <Configuration>Debug</Configuration>
10      <Platform>x64</Platform>
11    </ProjectConfiguration>
12    <ProjectConfiguration Include="Release|Win32">
13      <Configuration>Release</Configuration>
14      <Platform>Win32</Platform>
15    </ProjectConfiguration>
16    <ProjectConfiguration Include="Release|x64">
17      <Configuration>Release</Configuration>
18      <Platform>x64</Platform>
19    </ProjectConfiguration>
20  </ItemGroup>
21  <PropertyGroup Label="Globals">
22    <ProjectGuid>{4F5A43F8-B681-442D-B9C7-5F52ED8FF311}</ProjectGuid>
23    <Keyword>Win32Proj</Keyword>
24    <RootNamespace>LogStdOutput</RootNamespace>
25  </PropertyGroup>
26  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
28    <ConfigurationType>Application</ConfigurationType>
29    <UseDebugLibraries>true</UseDebugLibraries>
30    <PlatformToolset>v120</PlatformToolset>
31    <CharacterSet>Unicode</CharacterSet>
32  </PropertyGroup>
33  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
34    <ConfigurationType>Application</ConfigurationType>
35    <UseDebugLibraries>true</UseDebugLibraries>
36    <PlatformToolset>v120</PlatformToolset>
37    <CharacterSet>Unicode</CharacterSet>
38  </PropertyGroup>
39  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
40    <ConfigurationType>Application</ConfigurationType>
41    <UseDebugLibraries>false</UseDebugLibraries>
42    <PlatformToolset>v120_xp</PlatformToolset>
43    <WholeProgramOptimization>true</WholeProgramOptimization>
44    <CharacterSet>Unicode</CharacterSet>
45  </PropertyGroup>
46  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
47    <ConfigurationType>Application</ConfigurationType>
48    <UseDebugLibraries>false</UseDebugLibraries>
49    <PlatformToolset>v120_xp</PlatformToolset>
50    <WholeProgramOptimization>true</WholeProgramOptimization>
51    <CharacterSet>Unicode</CharacterSet>
52  </PropertyGroup>
53  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
54  <ImportGroup Label="ExtensionSettings">
55  </ImportGroup>
56  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
57    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
58  </ImportGroup>
59  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
60    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61  </ImportGroup>
62  <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
63    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
64  </ImportGroup>
65  <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
66    <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
67  </ImportGroup>
68  <PropertyGroup Label="UserMacros" />
69  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
70    <LinkIncremental>true</LinkIncremental>
71    <OutDir>$(SolutionDir)_Bin\$(PlatformName)\$(Configuration)\</OutDir>
72    <IntDir>$(SolutionDir)_Bin\$(PlatformName)\$(Configuration)\$(ProjectName)\</IntDir>
73  </PropertyGroup>
74  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
75    <LinkIncremental>true</LinkIncremental>
76    <OutDir>$(SolutionDir)_Bin\$(PlatformName)\$(Configuration)\</OutDir>
77    <IntDir>$(SolutionDir)_Bin\$(PlatformName)\$(Configuration)\$(ProjectName)\</IntDir>
78  </PropertyGroup>
79  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
80    <LinkIncremental>false</LinkIncremental>
81    <OutDir>$(SolutionDir)_Bin\$(PlatformName)\$(Configuration)\</OutDir>
82    <IntDir>$(SolutionDir)_Bin\$(PlatformName)\$(Configuration)\$(ProjectName)\</IntDir>
83  </PropertyGroup>
84  <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
85    <LinkIncremental>false</LinkIncremental>
86    <OutDir>$(SolutionDir)_Bin\$(PlatformName)\$(Configuration)\</OutDir>
87    <IntDir>$(SolutionDir)_Bin\$(PlatformName)\$(Configuration)\$(ProjectName)\</IntDir>
88  </PropertyGroup>
89  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
90    <ClCompile>
91      <PrecompiledHeader>Use</PrecompiledHeader>
92      <WarningLevel>Level3</WarningLevel>
93      <Optimization>Disabled</Optimization>
94      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
95      <SDLCheck>true</SDLCheck>
96    </ClCompile>
97    <Link>
98      <SubSystem>Console</SubSystem>
99      <GenerateDebugInformation>true</GenerateDebugInformation>
100    </Link>
101  </ItemDefinitionGroup>
102  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
103    <ClCompile>
104      <PrecompiledHeader>Use</PrecompiledHeader>
105      <WarningLevel>Level3</WarningLevel>
106      <Optimization>Disabled</Optimization>
107      <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
108      <SDLCheck>true</SDLCheck>
109    </ClCompile>
110    <Link>
111      <SubSystem>Console</SubSystem>
112      <GenerateDebugInformation>true</GenerateDebugInformation>
113    </Link>
114  </ItemDefinitionGroup>
115  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
116    <ClCompile>
117      <WarningLevel>Level3</WarningLevel>
118      <PrecompiledHeader>Use</PrecompiledHeader>
119      <Optimization>MaxSpeed</Optimization>
120      <FunctionLevelLinking>true</FunctionLevelLinking>
121      <IntrinsicFunctions>true</IntrinsicFunctions>
122      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
123      <SDLCheck>true</SDLCheck>
124      <StringPooling>true</StringPooling>
125      <ExceptionHandling>Async</ExceptionHandling>
126      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
127    </ClCompile>
128    <Link>
129      <SubSystem>Console</SubSystem>
130      <GenerateDebugInformation>true</GenerateDebugInformation>
131      <EnableCOMDATFolding>true</EnableCOMDATFolding>
132      <OptimizeReferences>true</OptimizeReferences>
133    </Link>
134  </ItemDefinitionGroup>
135  <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
136    <ClCompile>
137      <WarningLevel>Level3</WarningLevel>
138      <PrecompiledHeader>Use</PrecompiledHeader>
139      <Optimization>MaxSpeed</Optimization>
140      <FunctionLevelLinking>true</FunctionLevelLinking>
141      <IntrinsicFunctions>true</IntrinsicFunctions>
142      <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
143      <SDLCheck>true</SDLCheck>
144      <StringPooling>true</StringPooling>
145      <ExceptionHandling>Async</ExceptionHandling>
146      <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
147    </ClCompile>
148    <Link>
149      <SubSystem>Console</SubSystem>
150      <GenerateDebugInformation>true</GenerateDebugInformation>
151      <EnableCOMDATFolding>true</EnableCOMDATFolding>
152      <OptimizeReferences>true</OptimizeReferences>
153    </Link>
154  </ItemDefinitionGroup>
155  <ItemGroup>
156    <ClInclude Include="stdafx.h" />
157    <ClInclude Include="targetver.h" />
158  </ItemGroup>
159  <ItemGroup>
160    <ClCompile Include="LogStdOutput.cpp" />
161    <ClCompile Include="stdafx.cpp">
162      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
163      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
164      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
165      <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
166    </ClCompile>
167  </ItemGroup>
168  <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
169  <ImportGroup Label="ExtensionTargets">
170  </ImportGroup>
171</Project>
Note: See TracBrowser for help on using the repository browser.