source: dev/branches/egtra/ab5.0/abdev/ab-test/ab-test.vcxproj@ 820

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

Typeクラスを単体テスト可能な状態へ

File size: 9.3 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.props" />
55 <Import Project="..\ab-common-32.props" />
56 </ImportGroup>
57 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
58 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
59 <Import Project="..\ab-common.props" />
60 <Import Project="..\ab-common-64.props" />
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 <Import Project="..\ab-common.props" />
65 <Import Project="..\ab-common-32.props" />
66 </ImportGroup>
67 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
68 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
69 <Import Project="..\ab-common.props" />
70 <Import Project="..\ab-common-64.props" />
71 </ImportGroup>
72 <PropertyGroup Label="UserMacros" />
73 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
74 <LinkIncremental>true</LinkIncremental>
75 </PropertyGroup>
76 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
77 <LinkIncremental>true</LinkIncremental>
78 </PropertyGroup>
79 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
80 <LinkIncremental>false</LinkIncremental>
81 </PropertyGroup>
82 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
83 <LinkIncremental>false</LinkIncremental>
84 </PropertyGroup>
85 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
86 <ClCompile>
87 <PrecompiledHeader>Use</PrecompiledHeader>
88 <Optimization>Disabled</Optimization>
89 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
90 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
91 </ClCompile>
92 <Link>
93 <SubSystem>Console</SubSystem>
94 <AdditionalDependencies>gdiplus.lib;%(AdditionalDependencies)</AdditionalDependencies>
95 </Link>
96 </ItemDefinitionGroup>
97 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
98 <ClCompile>
99 <PrecompiledHeader>Use</PrecompiledHeader>
100 <Optimization>Disabled</Optimization>
101 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
102 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
103 </ClCompile>
104 <Link>
105 <SubSystem>Console</SubSystem>
106 <AdditionalDependencies>gdiplus.lib;%(AdditionalDependencies)</AdditionalDependencies>
107 </Link>
108 </ItemDefinitionGroup>
109 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
110 <ClCompile>
111 <PrecompiledHeader>Use</PrecompiledHeader>
112 <Optimization>MinSpace</Optimization>
113 <FunctionLevelLinking>true</FunctionLevelLinking>
114 <IntrinsicFunctions>true</IntrinsicFunctions>
115 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
116 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
117 </ClCompile>
118 <Link>
119 <SubSystem>Console</SubSystem>
120 <EnableCOMDATFolding>true</EnableCOMDATFolding>
121 <OptimizeReferences>true</OptimizeReferences>
122 <AdditionalDependencies>gdiplus.lib;%(AdditionalDependencies)</AdditionalDependencies>
123 </Link>
124 </ItemDefinitionGroup>
125 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
126 <ClCompile>
127 <PrecompiledHeader>Use</PrecompiledHeader>
128 <Optimization>MinSpace</Optimization>
129 <FunctionLevelLinking>true</FunctionLevelLinking>
130 <IntrinsicFunctions>true</IntrinsicFunctions>
131 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
132 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
133 </ClCompile>
134 <Link>
135 <SubSystem>Console</SubSystem>
136 <EnableCOMDATFolding>true</EnableCOMDATFolding>
137 <OptimizeReferences>true</OptimizeReferences>
138 <AdditionalDependencies>gdiplus.lib;%(AdditionalDependencies)</AdditionalDependencies>
139 </Link>
140 </ItemDefinitionGroup>
141 <ItemGroup>
142 <ClInclude Include="stdafx.h" />
143 <ClInclude Include="targetver.h" />
144 </ItemGroup>
145 <ItemGroup>
146 <ClCompile Include="ab-test.cpp" />
147 <ClCompile Include="jenga.cpp" />
148 <ClCompile Include="stdafx.cpp">
149 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
150 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
151 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
152 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
153 </ClCompile>
154 <ClCompile Include="TestMain.cpp">
155 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">NotUsing</PrecompiledHeader>
156 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">NotUsing</PrecompiledHeader>
157 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">NotUsing</PrecompiledHeader>
158 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">NotUsing</PrecompiledHeader>
159 </ClCompile>
160 <ClCompile Include="Type.cpp" />
161 </ItemGroup>
162 <ItemGroup>
163 <ProjectReference Include="..\..\jenga\projects\jenga\jenga.vcxproj">
164 <Project>{f01805b6-65b4-4708-88f4-a5e07dea9fbd}</Project>
165 </ProjectReference>
166 <ProjectReference Include="..\abdev-impl\abdev-impl.vcxproj">
167 <Project>{58ff88a2-86bc-4480-95f4-71af693fef28}</Project>
168 <Private>true</Private>
169 <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
170 <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies>
171 <LinkLibraryDependencies>true</LinkLibraryDependencies>
172 <UseLibraryDependencyInputs>true</UseLibraryDependencyInputs>
173 </ProjectReference>
174 <ProjectReference Include="..\compiler-impl\compiler-impl.vcxproj">
175 <Project>{0bd5002d-76eb-4bc4-9fbb-ca74d956b1fe}</Project>
176 </ProjectReference>
177 </ItemGroup>
178 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
179 <ImportGroup Label="ExtensionTargets">
180 </ImportGroup>
181</Project>
Note: See TracBrowser for help on using the repository browser.