OSDN Git Service

447ea67ca5425e5190be28fc669e4ae955e42429
[nlite/nlite.git] / nlib / nlib.vcxproj
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-window|Win32">
5       <Configuration>Debug-window</Configuration>
6       <Platform>Win32</Platform>
7     </ProjectConfiguration>
8     <ProjectConfiguration Include="Debug|Win32">
9       <Configuration>Debug</Configuration>
10       <Platform>Win32</Platform>
11     </ProjectConfiguration>
12     <ProjectConfiguration Include="Release|Win32">
13       <Configuration>Release</Configuration>
14       <Platform>Win32</Platform>
15     </ProjectConfiguration>
16   </ItemGroup>
17   <PropertyGroup Label="Globals">
18     <ProjectGuid>{7866D782-163E-45F8-A5D0-ABB124B6DAAC}</ProjectGuid>
19     <Keyword>Win32Proj</Keyword>
20     <RootNamespace>nlib</RootNamespace>
21   </PropertyGroup>
22   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
23   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
24     <ConfigurationType>StaticLibrary</ConfigurationType>
25     <UseDebugLibraries>true</UseDebugLibraries>
26     <CharacterSet>Unicode</CharacterSet>
27   </PropertyGroup>
28   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-window|Win32'" Label="Configuration">
29     <ConfigurationType>StaticLibrary</ConfigurationType>
30     <UseDebugLibraries>true</UseDebugLibraries>
31     <CharacterSet>Unicode</CharacterSet>
32   </PropertyGroup>
33   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
34     <ConfigurationType>StaticLibrary</ConfigurationType>
35     <UseDebugLibraries>false</UseDebugLibraries>
36     <WholeProgramOptimization>true</WholeProgramOptimization>
37     <CharacterSet>Unicode</CharacterSet>
38   </PropertyGroup>
39   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
40   <ImportGroup Label="ExtensionSettings">
41   </ImportGroup>
42   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
43     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
44   </ImportGroup>
45   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-window|Win32'" Label="PropertySheets">
46     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
47   </ImportGroup>
48   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
49     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
50   </ImportGroup>
51   <PropertyGroup Label="UserMacros" />
52   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
53     <IncludePath>$(SolutionDir);$(SolutionDir)\include;$(VCInstallDir)include;$(WindowsSdkDir)include</IncludePath>
54   </PropertyGroup>
55   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-window|Win32'">
56     <IncludePath>$(SolutionDir);$(SolutionDir)\nlite;$(IncludePath)</IncludePath>
57   </PropertyGroup>
58   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
59     <IncludePath>$(SolutionDir);$(VCInstallDir)include;$(WindowsSdkDir)include;$(SolutionDir)include</IncludePath>
60   </PropertyGroup>
61   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
62     <ClCompile>
63       <PrecompiledHeader>Use</PrecompiledHeader>
64       <WarningLevel>Level3</WarningLevel>
65       <Optimization>Disabled</Optimization>
66       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions);XML_UNICODE_WCHAR_T;_CRT_SECURE_NO_DEPRECATE;THREADSAFE</PreprocessorDefinitions>
67       <AssemblerOutput>AssemblyAndSourceCode</AssemblerOutput>
68     </ClCompile>
69     <Link>
70       <SubSystem>Windows</SubSystem>
71       <GenerateDebugInformation>true</GenerateDebugInformation>
72     </Link>
73   </ItemDefinitionGroup>
74   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-window|Win32'">
75     <ClCompile>
76       <PrecompiledHeader>Use</PrecompiledHeader>
77       <WarningLevel>Level3</WarningLevel>
78       <Optimization>Disabled</Optimization>
79       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions);XML_UNICODE_WCHAR_T;_CRT_SECURE_NO_DEPRECATE;THREADSAFE</PreprocessorDefinitions>
80       <AssemblerOutput>AssemblyAndSourceCode</AssemblerOutput>
81     </ClCompile>
82     <Link>
83       <SubSystem>Windows</SubSystem>
84       <GenerateDebugInformation>true</GenerateDebugInformation>
85     </Link>
86   </ItemDefinitionGroup>
87   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
88     <ClCompile>
89       <WarningLevel>Level3</WarningLevel>
90       <PrecompiledHeader>
91       </PrecompiledHeader>
92       <Optimization>MaxSpeed</Optimization>
93       <FunctionLevelLinking>true</FunctionLevelLinking>
94       <IntrinsicFunctions>true</IntrinsicFunctions>
95       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions);XML_UNICODE_WCHAR_T;_CRT_SECURE_NO_DEPRECATE;THREADSAFE</PreprocessorDefinitions>
96     </ClCompile>
97     <Link>
98       <SubSystem>Windows</SubSystem>
99       <GenerateDebugInformation>true</GenerateDebugInformation>
100       <EnableCOMDATFolding>true</EnableCOMDATFolding>
101       <OptimizeReferences>true</OptimizeReferences>
102     </Link>
103   </ItemDefinitionGroup>
104   <ItemGroup>
105     <None Include="ReadMe.txt" />
106   </ItemGroup>
107   <ItemGroup>
108     <ClCompile Include="nlib_common.cpp" />
109     <ClCompile Include="nlib_errorMessage.cpp" />
110     <ClCompile Include="nlib_exception.cpp" />
111     <ClCompile Include="nlib_myList.cpp" />
112     <ClCompile Include="nlib_nicoLive.cpp" />
113     <ClCompile Include="nlib_nicoVideoAuth.cpp" />
114     <ClCompile Include="nlib_xmlHandler.cpp" />
115     <ClCompile Include="stdAfx.cpp">
116       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
117       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug-window|Win32'">Create</PrecompiledHeader>
118     </ClCompile>
119   </ItemGroup>
120   <ItemGroup>
121     <ClInclude Include="nlib.h" />
122     <ClInclude Include="nlib_common.h" />
123     <ClInclude Include="nlib_define.h" />
124     <ClInclude Include="nlib_include.h" />
125     <ClInclude Include="nlib_myList.h" />
126     <ClInclude Include="nlib_nicoLive.h" />
127     <ClInclude Include="nlib_nicoVideoAuth.h" />
128     <ClInclude Include="nlib_xmlHandler.h" />
129     <ClInclude Include="StdAfx.h" />
130     <ClInclude Include="targetver.h" />
131   </ItemGroup>
132   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
133   <ImportGroup Label="ExtensionTargets">
134   </ImportGroup>
135 </Project>