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

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

アイコン読込のテストのコードを整理。

File size: 8.5 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 <AdditionalDependencies>gdiplus.lib;%(AdditionalDependencies)</AdditionalDependencies>
94 </Link>
95 </ItemDefinitionGroup>
96 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
97 <ClCompile>
98 <PrecompiledHeader>Use</PrecompiledHeader>
99 <Optimization>Disabled</Optimization>
100 <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
101 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
102 </ClCompile>
103 <Link>
104 <SubSystem>Console</SubSystem>
105 <GenerateDebugInformation>true</GenerateDebugInformation>
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 <GenerateDebugInformation>true</GenerateDebugInformation>
121 <EnableCOMDATFolding>true</EnableCOMDATFolding>
122 <OptimizeReferences>true</OptimizeReferences>
123 <AdditionalDependencies>gdiplus.lib;%(AdditionalDependencies)</AdditionalDependencies>
124 </Link>
125 </ItemDefinitionGroup>
126 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
127 <ClCompile>
128 <PrecompiledHeader>Use</PrecompiledHeader>
129 <Optimization>MinSpace</Optimization>
130 <FunctionLevelLinking>true</FunctionLevelLinking>
131 <IntrinsicFunctions>true</IntrinsicFunctions>
132 <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
133 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
134 </ClCompile>
135 <Link>
136 <SubSystem>Console</SubSystem>
137 <GenerateDebugInformation>true</GenerateDebugInformation>
138 <EnableCOMDATFolding>true</EnableCOMDATFolding>
139 <OptimizeReferences>true</OptimizeReferences>
140 <AdditionalDependencies>gdiplus.lib;%(AdditionalDependencies)</AdditionalDependencies>
141 </Link>
142 </ItemDefinitionGroup>
143 <ItemGroup>
144 <ClInclude Include="stdafx.h" />
145 <ClInclude Include="targetver.h" />
146 </ItemGroup>
147 <ItemGroup>
148 <ClCompile Include="ab-test.cpp" />
149 <ClCompile Include="stdafx.cpp">
150 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
151 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Create</PrecompiledHeader>
152 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
153 <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Create</PrecompiledHeader>
154 </ClCompile>
155 </ItemGroup>
156 <ItemGroup>
157 <ProjectReference Include="..\abdev-impl\abdev-impl.vcxproj">
158 <Project>{58ff88a2-86bc-4480-95f4-71af693fef28}</Project>
159 <Private>true</Private>
160 <ReferenceOutputAssembly>true</ReferenceOutputAssembly>
161 <CopyLocalSatelliteAssemblies>false</CopyLocalSatelliteAssemblies>
162 <LinkLibraryDependencies>true</LinkLibraryDependencies>
163 <UseLibraryDependencyInputs>true</UseLibraryDependencyInputs>
164 </ProjectReference>
165 </ItemGroup>
166 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
167 <ImportGroup Label="ExtensionTargets">
168 </ImportGroup>
169</Project>
Note: See TracBrowser for help on using the repository browser.