OSDN Git Service

URLクリック時リンク機能実装
[nlite/nlite.git] / nlib_driver / nlib_driver.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>{D6269C27-6C23-4512-83D1-89FDA6ED6ED0}</ProjectGuid>
19     <Keyword>Win32Proj</Keyword>
20     <RootNamespace>nlib_driver</RootNamespace>
21   </PropertyGroup>
22   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
23   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
24     <ConfigurationType>Application</ConfigurationType>
25     <UseDebugLibraries>true</UseDebugLibraries>
26     <CharacterSet>Unicode</CharacterSet>
27   </PropertyGroup>
28   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-window|Win32'" Label="Configuration">
29     <ConfigurationType>Application</ConfigurationType>
30     <UseDebugLibraries>true</UseDebugLibraries>
31     <CharacterSet>Unicode</CharacterSet>
32   </PropertyGroup>
33   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
34     <ConfigurationType>Application</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     <LinkIncremental>true</LinkIncremental>
54     <LibraryPath>$(SolutionDir)lib\$(Configuration);$(LibraryPath)</LibraryPath>
55     <IncludePath>$(SolutionDir);$(SolutionDir)\Include;$(IncludePath)</IncludePath>
56   </PropertyGroup>
57   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-window|Win32'">
58     <LinkIncremental>true</LinkIncremental>
59     <LibraryPath>$(SolutionDir)lib\$(Configuration);$(LibraryPath)</LibraryPath>
60     <IncludePath>$(SolutionDir);$(IncludePath)</IncludePath>
61   </PropertyGroup>
62   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
63     <LinkIncremental>false</LinkIncremental>
64     <LibraryPath>$(SolutionDir)lib\$(Configuration);$(LibraryPath)</LibraryPath>
65     <IncludePath>$(SolutionDir);$(IncludePath)</IncludePath>
66   </PropertyGroup>
67   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
68     <ClCompile>
69       <PrecompiledHeader>
70       </PrecompiledHeader>
71       <WarningLevel>Level3</WarningLevel>
72       <Optimization>Disabled</Optimization>
73       <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions);_CRT_SECURE_NO_DEPRECATE;THREADSAFE</PreprocessorDefinitions>
74     </ClCompile>
75     <Link>
76       <SubSystem>Console</SubSystem>
77       <GenerateDebugInformation>true</GenerateDebugInformation>
78     </Link>
79   </ItemDefinitionGroup>
80   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-window|Win32'">
81     <ClCompile>
82       <PrecompiledHeader>
83       </PrecompiledHeader>
84       <WarningLevel>Level3</WarningLevel>
85       <Optimization>Disabled</Optimization>
86       <PreprocessorDefinitions>WIN32;_DEBUG;_CONSOLE;%(PreprocessorDefinitions);_CRT_SECURE_NO_DEPRECATE;THREADSAFE</PreprocessorDefinitions>
87     </ClCompile>
88     <Link>
89       <SubSystem>Console</SubSystem>
90       <GenerateDebugInformation>true</GenerateDebugInformation>
91     </Link>
92   </ItemDefinitionGroup>
93   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
94     <ClCompile>
95       <WarningLevel>Level3</WarningLevel>
96       <PrecompiledHeader>
97       </PrecompiledHeader>
98       <Optimization>MaxSpeed</Optimization>
99       <FunctionLevelLinking>true</FunctionLevelLinking>
100       <IntrinsicFunctions>true</IntrinsicFunctions>
101       <PreprocessorDefinitions>WIN32;NDEBUG;_CONSOLE;%(PreprocessorDefinitions);_CRT_SECURE_NO_DEPRECATE;THREADSAFE</PreprocessorDefinitions>
102     </ClCompile>
103     <Link>
104       <SubSystem>Console</SubSystem>
105       <GenerateDebugInformation>true</GenerateDebugInformation>
106       <EnableCOMDATFolding>true</EnableCOMDATFolding>
107       <OptimizeReferences>true</OptimizeReferences>
108     </Link>
109   </ItemDefinitionGroup>
110   <ItemGroup>
111     <None Include="ReadMe.txt" />
112   </ItemGroup>
113   <ItemGroup>
114     <ClInclude Include="..\nlite\targetver.h" />
115     <ClInclude Include="stdafx.h" />
116   </ItemGroup>
117   <ItemGroup>
118     <ClCompile Include="nlib_driver.cpp" />
119     <ClCompile Include="stdafx.cpp" />
120   </ItemGroup>
121   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
122   <ImportGroup Label="ExtensionTargets">
123   </ImportGroup>
124 </Project>