OSDN Git Service

2012/01/27 0:30:34
[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   </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     <IncludePath>$(solutiondir)\nlib;$(solutiondir)\include\WTL\include;$(solutiondir);$(solutiondir)\include;$(solutiondir)\expat;$(IncludePath)</IncludePath>
55     <EmbedManifest>false</EmbedManifest>
56   </PropertyGroup>
57   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug-window|Win32'">
58     <LinkIncremental>true</LinkIncremental>
59     <IncludePath>$(solutiondir)nlib\;$(solutiondir)memorypool\;$(solutiondir)shareCookie\;$(solutiondir);$(IncludePath)</IncludePath>
60   </PropertyGroup>
61   <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
62     <LinkIncremental>false</LinkIncremental>
63   </PropertyGroup>
64   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
65     <ClCompile>
66       <PrecompiledHeader>Use</PrecompiledHeader>
67       <WarningLevel>Level3</WarningLevel>
68       <Optimization>Disabled</Optimization>
69       <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions);XML_UNICODE_WCHAR_T</PreprocessorDefinitions>
70     </ClCompile>
71     <Link>
72       <SubSystem>Windows</SubSystem>
73       <GenerateDebugInformation>true</GenerateDebugInformation>
74     </Link>
75   </ItemDefinitionGroup>
76   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug-window|Win32'">
77     <ClCompile>
78       <PrecompiledHeader>Use</PrecompiledHeader>
79       <WarningLevel>Level3</WarningLevel>
80       <Optimization>Disabled</Optimization>
81       <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions)</PreprocessorDefinitions>
82     </ClCompile>
83     <Link>
84       <SubSystem>Windows</SubSystem>
85       <GenerateDebugInformation>true</GenerateDebugInformation>
86     </Link>
87   </ItemDefinitionGroup>
88   <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
89     <ClCompile>
90       <WarningLevel>Level3</WarningLevel>
91       <PrecompiledHeader>Use</PrecompiledHeader>
92       <Optimization>MaxSpeed</Optimization>
93       <FunctionLevelLinking>true</FunctionLevelLinking>
94       <IntrinsicFunctions>true</IntrinsicFunctions>
95       <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;%(PreprocessorDefinitions)</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="nlite.ico" />
106     <None Include="ReadMe.txt" />
107     <None Include="small.ico" />
108     <None Include="todo.txt" />
109     <None Include="toolbar1.bmp" />
110   </ItemGroup>
111   <ItemGroup>
112     <ClInclude Include="nlite.h" />
113     <ClInclude Include="nlite_chatData.h" />
114     <ClInclude Include="nlite_commentview.h" />
115     <ClInclude Include="nlite_commentWrite.h" />
116     <ClInclude Include="nlite_exception.h" />
117     <ClInclude Include="nlite_include.h" />
118     <ClInclude Include="nlite_mailframe.h" />
119     <ClInclude Include="nlite_appinfo.h" />
120     <ClInclude Include="nlite_nlib.h" />
121     <ClInclude Include="nlite_property.h" />
122     <ClInclude Include="nlite_string.h" />
123     <ClInclude Include="Resource.h" />
124     <ClInclude Include="stdafx.h" />
125     <ClInclude Include="targetver.h" />
126   </ItemGroup>
127   <ItemGroup>
128     <ClCompile Include="nlite.cpp" />
129     <ClCompile Include="nlite_appInfo.cpp" />
130     <ClCompile Include="nlite_chatData.cpp" />
131     <ClCompile Include="nlite_commentview.cpp" />
132     <ClCompile Include="nlite_commentWrite.cpp" />
133     <ClCompile Include="nlite_exception.cpp" />
134     <ClCompile Include="nlite_mainframe.cpp" />
135     <ClCompile Include="nlite_nlib.cpp" />
136     <ClCompile Include="nlite_property.cpp" />
137     <ClCompile Include="nlite_string.cpp" />
138     <ClCompile Include="stdafx.cpp">
139       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">Create</PrecompiledHeader>
140       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Debug-window|Win32'">Create</PrecompiledHeader>
141       <PrecompiledHeader Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">Create</PrecompiledHeader>
142     </ClCompile>
143   </ItemGroup>
144   <ItemGroup>
145     <ResourceCompile Include="nlite.rc" />
146   </ItemGroup>
147   <ItemGroup>
148     <Manifest Include="nlite.exe.manifest" />
149   </ItemGroup>
150   <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
151   <ImportGroup Label="ExtensionTargets">
152   </ImportGroup>
153 </Project>