source: dev/trunk/ab5.0/abdev/abdev-impl/abdev-impl.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: 7.8 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>{58FF88A2-86BC-4480-95F4-71AF693FEF28}</ProjectGuid>
23 <Keyword>Win32Proj</Keyword>
24 <RootNamespace>abdevimpl</RootNamespace>
25 </PropertyGroup>
26 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
27 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
28 <ConfigurationType>StaticLibrary</ConfigurationType>
29 <UseDebugLibraries>true</UseDebugLibraries>
30 <CharacterSet>MultiByte</CharacterSet>
31 <PlatformToolset>Windows7.1SDK</PlatformToolset>
32 </PropertyGroup>
33 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
34 <ConfigurationType>StaticLibrary</ConfigurationType>
35 <UseDebugLibraries>true</UseDebugLibraries>
36 <CharacterSet>MultiByte</CharacterSet>
37 <PlatformToolset>Windows7.1SDK</PlatformToolset>
38 </PropertyGroup>
39 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
40 <ConfigurationType>StaticLibrary</ConfigurationType>
41 <UseDebugLibraries>false</UseDebugLibraries>
42 <WholeProgramOptimization>true</WholeProgramOptimization>
43 <CharacterSet>MultiByte</CharacterSet>
44 <PlatformToolset>Windows7.1SDK</PlatformToolset>
45 </PropertyGroup>
46 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
47 <ConfigurationType>StaticLibrary</ConfigurationType>
48 <UseDebugLibraries>false</UseDebugLibraries>
49 <WholeProgramOptimization>true</WholeProgramOptimization>
50 <CharacterSet>MultiByte</CharacterSet>
51 <PlatformToolset>Windows7.1SDK</PlatformToolset>
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 <Import Project="..\ab-common-32.props" />
59 </ImportGroup>
60 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets">
61 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
62 <Import Project="..\ab-common.props" />
63 <Import Project="..\ab-common-64.props" />
64 </ImportGroup>
65 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
66 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
67 <Import Project="..\ab-common-32.props" />
68 </ImportGroup>
69 <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets">
70 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
71 <Import Project="..\ab-common-64.props" />
72 </ImportGroup>
73 <PropertyGroup Label="UserMacros" />
74 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
75 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" />
76 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
77 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" />
78 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
79 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" />
80 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
81 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" />
82 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
83 <ClCompile>
84 <PrecompiledHeader>Use</PrecompiledHeader>
85 <Optimization>Disabled</Optimization>
86 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
87 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
88 </ClCompile>
89 <Link>
90 <SubSystem>Windows</SubSystem>
91 <GenerateDebugInformation>true</GenerateDebugInformation>
92 </Link>
93 </ItemDefinitionGroup>
94 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
95 <ClCompile>
96 <PrecompiledHeader>Use</PrecompiledHeader>
97 <Optimization>Disabled</Optimization>
98 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
99 <RuntimeLibrary>MultiThreadedDebug</RuntimeLibrary>
100 </ClCompile>
101 <Link>
102 <SubSystem>Windows</SubSystem>
103 <GenerateDebugInformation>true</GenerateDebugInformation>
104 </Link>
105 </ItemDefinitionGroup>
106 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
107 <ClCompile>
108 <PrecompiledHeader>Use</PrecompiledHeader>
109 <Optimization>MinSpace</Optimization>
110 <FunctionLevelLinking>true</FunctionLevelLinking>
111 <IntrinsicFunctions>true</IntrinsicFunctions>
112 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
113 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
114 </ClCompile>
115 <Link>
116 <SubSystem>Windows</SubSystem>
117 <GenerateDebugInformation>true</GenerateDebugInformation>
118 <EnableCOMDATFolding>true</EnableCOMDATFolding>
119 <OptimizeReferences>true</OptimizeReferences>
120 </Link>
121 </ItemDefinitionGroup>
122 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
123 <ClCompile>
124 <PrecompiledHeader>Use</PrecompiledHeader>
125 <Optimization>MinSpace</Optimization>
126 <FunctionLevelLinking>true</FunctionLevelLinking>
127 <IntrinsicFunctions>true</IntrinsicFunctions>
128 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
129 <RuntimeLibrary>MultiThreaded</RuntimeLibrary>
130 </ClCompile>
131 <Link>
132 <SubSystem>Windows</SubSystem>
133 <GenerateDebugInformation>true</GenerateDebugInformation>
134 <EnableCOMDATFolding>true</EnableCOMDATFolding>
135 <OptimizeReferences>true</OptimizeReferences>
136 </Link>
137 </ItemDefinitionGroup>
138 <ItemGroup>
139 <ClInclude Include="Resource\Load.h" />
140 <ClInclude Include="stdafx.h" />
141 <ClInclude Include="targetver.h" />
142 </ItemGroup>
143 <ItemGroup>
144 <ClCompile Include="Resource\Load.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 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
153 <ImportGroup Label="ExtensionTargets">
154 </ImportGroup>
155</Project>
Note: See TracBrowser for help on using the repository browser.