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

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

abdev新ソース用プロジェクトabdev-implとAB全体の単体テスト用プロジェクトab-testの追加。LoadIcon代替関数の作成(テスト未記述)。

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