source: dev/trunk/ab5.0/abdev/ab-test/ab-test.vcxproj@ 829

Last change on this file since 829 was 829, checked in by イグトランス (egtra), 12 years ago

svn:eol-styleとsvn:mime-type(文字コード指定含む)の設定

  • Property svn:eol-style set to native
  • Property svn:mime-type set to text/xml; charset=UTF-8
File size: 8.9 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="4.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>{B91DE511-E024-4EB9-B5FD-B2043E79AE44}</ProjectGuid>
23 <Keyword>Win32Proj</Keyword>
24 <RootNamespace>abtest</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 <CharacterSet>MultiByte</CharacterSet>
31 </PropertyGroup>
32 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
33 <ConfigurationType>Application</ConfigurationType>
34 <UseDebugLibraries>true</UseDebugLibraries>
35 <CharacterSet>MultiByte</CharacterSet>
36 </PropertyGroup>
37 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
38 <ConfigurationType>Application</ConfigurationType>
39 <UseDebugLibraries>false</UseDebugLibraries>
40 <WholeProgramOptimization>true</WholeProgramOptimization>
41 <CharacterSet>MultiByte</CharacterSet>
42 </PropertyGroup>
43 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
44 <ConfigurationType>Application</ConfigurationType>
45 <UseDebugLibraries>false</UseDebugLibraries>
46 <WholeProgramOptimization>true</WholeProgramOptimization>
47 <CharacterSet>MultiByte</CharacterSet>
48 </PropertyGroup>
49 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
50 <ImportGroup Label="ExtensionSettings">
51 </ImportGroup>
52 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
53 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
54 <Import Project="..\ab-common-32.props" />
55 </ImportGroup>
56 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
57 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
58 <Import Project="..\ab-common-64.props" />
59 </ImportGroup>
60 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
61 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62 <Import Project="..\ab-common-32.props" />
63 </ImportGroup>
64 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
65 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
66 <Import Project="..\ab-common-64.props" />
67 </ImportGroup>
68 <PropertyGroup Label="UserMacros" />
69 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
70 <LinkIncremental>true</LinkIncremental>
71 </PropertyGroup>
72 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
73 <LinkIncremental>true</LinkIncremental>
74 </PropertyGroup>
75 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
76 <LinkIncremental>false</LinkIncremental>
77 </PropertyGroup>
78 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
79 <LinkIncremental>false</LinkIncremental>
80 </PropertyGroup>
81 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
82 <ClCompile>
83 <PrecompiledHeader>Use</PrecompiledHeader>
84 <Optimization>Disabled</Optimization>
85 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
86 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
87 </ClCompile>
88 <Link>
89 <SubSystem>Console</SubSystem>
90 <AdditionalDependencies>gdiplus.lib;%(AdditionalDependencies)</AdditionalDependencies>
91 </Link>
92 </ItemDefinitionGroup>
93 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
94 <ClCompile>
95 <PrecompiledHeader>Use</PrecompiledHeader>
96 <Optimization>Disabled</Optimization>
97 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
98 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
99 </ClCompile>
100 <Link>
101 <SubSystem>Console</SubSystem>
102 <AdditionalDependencies>gdiplus.lib;%(AdditionalDependencies)</AdditionalDependencies>
103 </Link>
104 </ItemDefinitionGroup>
105 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
106 <ClCompile>
107 <PrecompiledHeader>Use</PrecompiledHeader>
108 <Optimization>MinSpace</Optimization>
109 <FunctionLevelLinking>true</FunctionLevelLinking>
110 <IntrinsicFunctions>true</IntrinsicFunctions>
111 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
112 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
113 </ClCompile>
114 <Link>
115 <SubSystem>Console</SubSystem>
116 <EnableCOMDATFolding>true</EnableCOMDATFolding>
117 <OptimizeReferences>true</OptimizeReferences>
118 <AdditionalDependencies>gdiplus.lib;%(AdditionalDependencies)</AdditionalDependencies>
119 </Link>
120 </ItemDefinitionGroup>
121 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
122 <ClCompile>
123 <PrecompiledHeader>Use</PrecompiledHeader>
124 <Optimization>MinSpace</Optimization>
125 <FunctionLevelLinking>true</FunctionLevelLinking>
126 <IntrinsicFunctions>true</IntrinsicFunctions>
127 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
128 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
129 </ClCompile>
130 <Link>
131 <SubSystem>Console</SubSystem>
132 <EnableCOMDATFolding>true</EnableCOMDATFolding>
133 <OptimizeReferences>true</OptimizeReferences>
134 <AdditionalDependencies>gdiplus.lib;%(AdditionalDependencies)</AdditionalDependencies>
135 </Link>
136 </ItemDefinitionGroup>
137 <ItemGroup>
138 <ClInclude Include="stdafx.h" />
139 <ClInclude Include="targetver.h" />
140 </ItemGroup>
141 <ItemGroup>
142 <ClCompile Include="ab-test.cpp" />
143 <ClCompile Include="jenga.cpp" />
144 <ClCompile Include="stdafx.cpp">
145 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
146 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
147 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
148 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
149 </ClCompile>
150 <ClCompile Include="TestMain.cpp">
151 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
152 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
153 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
154 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
155 </ClCompile>
156 <ClCompile Include="Type.cpp" />
157 </ItemGroup>
158 <ItemGroup>
159 <ProjectReference Include="..\..\jenga\projects\jenga\jenga.vcxproj">
160 <Project>{f01805b6-65b4-4708-88f4-a5e07dea9fbd}</Project>
161 </ProjectReference>
162 <ProjectReference Include="..\abdev-impl\abdev-impl.vcxproj">
163 <Project>{58ff88a2-86bc-4480-95f4-71af693fef28}</Project>
164 <Private>true</Private>
165 <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
166 <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies>
167 <LinkLibraryDependencies>true</LinkLibraryDependencies>
168 <UseLibraryDependencyInputs>true</UseLibraryDependencyInputs>
169 </ProjectReference>
170 <ProjectReference Include="..\compiler-impl\compiler-impl.vcxproj">
171 <Project>{0bd5002d-76eb-4bc4-9fbb-ca74d956b1fe}</Project>
172 </ProjectReference>
173 </ItemGroup>
174 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
175 <ImportGroup Label="ExtensionTargets">
176 </ImportGroup>
177</Project>
Note: See TracBrowser for help on using the repository browser.