OSDN Git Service

URLクリック時リンク機能実装
[nlite/nlite.git] / nlite_stub / nlite_stub.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>{5150C843-E70B-4696-8F08-11B900B7F91F}</ProjectGuid>
19     <Keyword>Win32Proj</Keyword>
20     <RootNamespace>nlite_stub</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)'=='Release|Win32'" Label="Configuration">
29     <ConfigurationType>StaticLibrary</ConfigurationType>
30     <UseDebugLibraries>false</UseDebugLibraries>
31     <WholeProgramOptimization>true</WholeProgramOptimization>
32     <CharacterSet>Unicode</CharacterSet>
33   </PropertyGroup>
34   <PropertyGroup Label="Configuration" Condition="'$(Configuration)|$(Platform)'=='Debug-window|Win32'">
35     <ConfigurationType>StaticLibrary</ConfigurationType>
36     <CharacterSet>Unicode</CharacterSet>
37   </PropertyGroup>
38   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
39   <ImportGroup Label="ExtensionSettings">
40   </ImportGroup>
41   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
42     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
43   </ImportGroup>
44   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
45     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
46   </ImportGroup>
47   <PropertyGroup Label="UserMacros" />
48   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
49     <IncludePath>$(solutiondir);$(SolutionDir)\include;$(IncludePath)</IncludePath>
50   </PropertyGroup>
51   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-window|Win32'">
52     <IncludePath>$(Solutiondir);$(Solutiondir)include\;$(IncludePath)</IncludePath>
53     <TargetExt>.lib</TargetExt>
54   </PropertyGroup>
55   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
56     <ClCompile>
57       <PrecompiledHeader>
58       </PrecompiledHeader>
59       <WarningLevel>Level3</WarningLevel>
60       <Optimization>Disabled</Optimization>
61       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
62     </ClCompile>
63     <Link>
64       <SubSystem>Windows</SubSystem>
65       <GenerateDebugInformation>true</GenerateDebugInformation>
66     </Link>
67   </ItemDefinitionGroup>
68   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
69     <ClCompile>
70       <WarningLevel>Level3</WarningLevel>
71       <PrecompiledHeader>
72       </PrecompiledHeader>
73       <Optimization>MaxSpeed</Optimization>
74       <FunctionLevelLinking>true</FunctionLevelLinking>
75       <IntrinsicFunctions>true</IntrinsicFunctions>
76       <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
77     </ClCompile>
78     <Link>
79       <SubSystem>Windows</SubSystem>
80       <GenerateDebugInformation>true</GenerateDebugInformation>
81       <EnableCOMDATFolding>true</EnableCOMDATFolding>
82       <OptimizeReferences>true</OptimizeReferences>
83     </Link>
84   </ItemDefinitionGroup>
85   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-window|Win32'">
86     <ClCompile>
87       <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary>
88       <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;_UNICODE;UNICODE;%(PreprocessorDefinitions)</PreprocessorDefinitions>
89     </ClCompile>
90   </ItemDefinitionGroup>
91   <ItemGroup>
92     <None Include="ReadMe.txt" />
93   </ItemGroup>
94   <ItemGroup>
95     <ClCompile Include="..\nlib\nlib_errorMessage.cpp" />
96     <ClCompile Include="..\nlib\nlib_exception.cpp" />
97     <ClCompile Include="nlite_stub.cpp" />
98   </ItemGroup>
99   <ItemGroup>
100     <ClInclude Include="..\nlib\nlib.h" />
101     <ClInclude Include="..\nlib\nlib_define.h" />
102     <ClInclude Include="nlib_stub.h" />
103   </ItemGroup>
104   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
105   <ImportGroup Label="ExtensionTargets">
106   </ImportGroup>
107 </Project>