OSDN Git Service

IEコンポーネント使い始めまで
[nlite/nlite.git] / nlite / nlite.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>{EB0B5264-9BB4-4EE3-B196-A0472DCB32A8}</ProjectGuid>
19     <Keyword>Win32Proj</Keyword>
20     <RootNamespace>nlite</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     <UseOfAtl>Static</UseOfAtl>
28   </PropertyGroup>
29   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-window|Win32'" Label="Configuration">
30     <ConfigurationType>Application</ConfigurationType>
31     <UseDebugLibraries>true</UseDebugLibraries>
32     <CharacterSet>Unicode</CharacterSet>
33   </PropertyGroup>
34   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
35     <ConfigurationType>Application</ConfigurationType>
36     <UseDebugLibraries>false</UseDebugLibraries>
37     <WholeProgramOptimization>true</WholeProgramOptimization>
38     <CharacterSet>Unicode</CharacterSet>
39   </PropertyGroup>
40   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
41   <ImportGroup Label="ExtensionSettings">
42   </ImportGroup>
43   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
44     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
45   </ImportGroup>
46   <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug-window|Win32'" Label="PropertySheets">
47     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
48   </ImportGroup>
49   <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
50     <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
51   </ImportGroup>
52   <PropertyGroup Label="UserMacros" />
53   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
54     <LinkIncremental>true</LinkIncremental>
55     <IncludePath>$(solutiondir)\nlib;$(solutiondir)\include\WTL\include;$(solutiondir);$(solutiondir)\include;$(solutiondir)\expat;$(IncludePath)</IncludePath>
56     <EmbedManifest>false</EmbedManifest>
57   </PropertyGroup>
58   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-window|Win32'">
59     <LinkIncremental>true</LinkIncremental>
60     <IncludePath>$(solutiondir)nlib\;$(solutiondir)memorypool\;$(solutiondir)shareCookie\;$(solutiondir);$(IncludePath)</IncludePath>
61   </PropertyGroup>
62   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
63     <LinkIncremental>false</LinkIncremental>
64   </PropertyGroup>
65   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
66     <ClCompile>
67       <PrecompiledHeader>Use</PrecompiledHeader>
68       <WarningLevel>Level3</WarningLevel>
69       <Optimization>Disabled</Optimization>
70       <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions);XML_UNICODE_WCHAR_T</PreprocessorDefinitions>
71     </ClCompile>
72     <Link>
73       <SubSystem>Windows</SubSystem>
74       <GenerateDebugInformation>true</GenerateDebugInformation>
75     </Link>
76   </ItemDefinitionGroup>
77   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-window|Win32'">
78     <ClCompile>
79       <PrecompiledHeader>Use</PrecompiledHeader>
80       <WarningLevel>Level3</WarningLevel>
81       <Optimization>Disabled</Optimization>
82       <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
83     </ClCompile>
84     <Link>
85       <SubSystem>Windows</SubSystem>
86       <GenerateDebugInformation>true</GenerateDebugInformation>
87     </Link>
88   </ItemDefinitionGroup>
89   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
90     <ClCompile>
91       <WarningLevel>Level3</WarningLevel>
92       <PrecompiledHeader>Use</PrecompiledHeader>
93       <Optimization>MaxSpeed</Optimization>
94       <FunctionLevelLinking>true</FunctionLevelLinking>
95       <IntrinsicFunctions>true</IntrinsicFunctions>
96       <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
97     </ClCompile>
98     <Link>
99       <SubSystem>Windows</SubSystem>
100       <GenerateDebugInformation>true</GenerateDebugInformation>
101       <EnableCOMDATFolding>true</EnableCOMDATFolding>
102       <OptimizeReferences>true</OptimizeReferences>
103     </Link>
104   </ItemDefinitionGroup>
105   <ItemGroup>
106     <None Include="nlite.ico" />
107     <None Include="ReadMe.txt" />
108     <None Include="small.ico" />
109     <None Include="todo.txt" />
110     <None Include="toolbar1.bmp" />
111   </ItemGroup>
112   <ItemGroup>
113     <ClInclude Include="nlite.h" />
114     <ClInclude Include="nlite_addTomylistWindow.h" />
115     <ClInclude Include="nlite_chatData.h" />
116     <ClInclude Include="nlite_commentview.h" />
117     <ClInclude Include="nlite_commentWrite.h" />
118     <ClInclude Include="nlite_exception.h" />
119     <ClInclude Include="nlite_include.h" />
120     <ClInclude Include="nlite_mainframe.h" />
121     <ClInclude Include="nlite_appinfo.h" />
122     <ClInclude Include="nlite_nlib.h" />
123     <ClInclude Include="nlite_property.h" />
124     <ClInclude Include="nlite_propertyWindow.h" />
125     <ClInclude Include="nlite_string.h" />
126     <ClInclude Include="Resource.h" />
127     <ClInclude Include="stdafx.h" />
128     <ClInclude Include="targetver.h" />
129   </ItemGroup>
130   <ItemGroup>
131     <ClCompile Include="nlite.cpp" />
132     <ClCompile Include="nlite_addTomylistWindow.cpp" />
133     <ClCompile Include="nlite_appInfo.cpp" />
134     <ClCompile Include="nlite_chatData.cpp" />
135     <ClCompile Include="nlite_commentview.cpp" />
136     <ClCompile Include="nlite_commentWrite.cpp" />
137     <ClCompile Include="nlite_common.cpp" />
138     <ClCompile Include="nlite_exception.cpp" />
139     <ClCompile Include="nlite_mainframe.cpp" />
140     <ClCompile Include="nlite_nlib.cpp" />
141     <ClCompile Include="nlite_property.cpp" />
142     <ClCompile Include="nlite_propertyWindow.cpp" />
143     <ClCompile Include="nlite_string.cpp" />
144     <ClCompile Include="stdafx.cpp">
145       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
146       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug-window|Win32'">Create</PrecompiledHeader>
147       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
148     </ClCompile>
149   </ItemGroup>
150   <ItemGroup>
151     <ResourceCompile Include="nlite.rc" />
152   </ItemGroup>
153   <ItemGroup>
154     <Manifest Include="nlite.exe.manifest" />
155   </ItemGroup>
156   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
157   <ImportGroup Label="ExtensionTargets">
158   </ImportGroup>
159 </Project>