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 =" Release|Win32" >
9+ <Configuration >Release</Configuration >
10+ <Platform >Win32</Platform >
11+ </ProjectConfiguration >
12+ </ItemGroup >
13+ <PropertyGroup Label =" Globals" >
14+ <ProjectGuid >{7E7F27E1-8399-470B-A9F5-877EC4E8BA25}</ProjectGuid >
15+ <Keyword >Win32Proj</Keyword >
16+ <RootNamespace >ldacvb0</RootNamespace >
17+ <ProjectName >ldacvb0</ProjectName >
18+ </PropertyGroup >
19+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
20+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
21+ <ConfigurationType >Application</ConfigurationType >
22+ <UseDebugLibraries >true</UseDebugLibraries >
23+ <CharacterSet >MultiByte</CharacterSet >
24+ </PropertyGroup >
25+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
26+ <ConfigurationType >Application</ConfigurationType >
27+ <UseDebugLibraries >false</UseDebugLibraries >
28+ <WholeProgramOptimization >true</WholeProgramOptimization >
29+ <CharacterSet >MultiByte</CharacterSet >
30+ </PropertyGroup >
31+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
32+ <ImportGroup Label =" ExtensionSettings" >
33+ </ImportGroup >
34+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
35+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
36+ </ImportGroup >
37+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
38+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
39+ </ImportGroup >
40+ <PropertyGroup Label =" UserMacros" />
41+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
42+ <LinkIncremental >true</LinkIncremental >
43+ </PropertyGroup >
44+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
45+ <LinkIncremental >false</LinkIncremental >
46+ </PropertyGroup >
47+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
48+ <ClCompile >
49+ <PrecompiledHeader >
50+ </PrecompiledHeader >
51+ <WarningLevel >Level3</WarningLevel >
52+ <Optimization >Disabled</Optimization >
53+ <PreprocessorDefinitions >NOMINMAX;_CRT_SECURE_NO_WARNINGS;WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
54+ <AdditionalIncludeDirectories >..\cybozulib\include</AdditionalIncludeDirectories >
55+ </ClCompile >
56+ <Link >
57+ <SubSystem >Console</SubSystem >
58+ <GenerateDebugInformation >true</GenerateDebugInformation >
59+ </Link >
60+ </ItemDefinitionGroup >
61+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
62+ <ClCompile >
63+ <WarningLevel >Level3</WarningLevel >
64+ <PrecompiledHeader >
65+ </PrecompiledHeader >
66+ <Optimization >MaxSpeed</Optimization >
67+ <FunctionLevelLinking >true</FunctionLevelLinking >
68+ <IntrinsicFunctions >true</IntrinsicFunctions >
69+ <PreprocessorDefinitions >NOMINMAX;_CRT_SECURE_NO_WARNINGS;WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions)</PreprocessorDefinitions >
70+ <AdditionalIncludeDirectories >..\cybozulib\include</AdditionalIncludeDirectories >
71+ </ClCompile >
72+ <Link >
73+ <SubSystem >Console</SubSystem >
74+ <GenerateDebugInformation >true</GenerateDebugInformation >
75+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
76+ <OptimizeReferences >true</OptimizeReferences >
77+ </Link >
78+ </ItemDefinitionGroup >
79+ <ItemGroup >
80+ <ClCompile Include =" ldacvb0.cpp" />
81+ </ItemGroup >
82+ <ItemGroup >
83+ <ClInclude Include =" ldacvb0.hpp" />
84+ </ItemGroup >
85+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
86+ <ImportGroup Label =" ExtensionTargets" >
87+ </ImportGroup >
88+ </Project >
0 commit comments