source: chevmsgr/trunk/msvc14/cf++/cf++.vcxproj@ 4

Last change on this file since 4 was 4, checked in by cheese, 9 years ago

자 이제 시작이야 (졸작을)

File size: 7.9 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project DefaultTargets="Build" ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <ItemGroup Label="ProjectConfigurations">
4 <ProjectConfiguration Include="Debug|Win32">
5 <Configuration>Debug</Configuration>
6 <Platform>Win32</Platform>
7 </ProjectConfiguration>
8 <ProjectConfiguration Include="Release|Win32">
9 <Configuration>Release</Configuration>
10 <Platform>Win32</Platform>
11 </ProjectConfiguration>
12 <ProjectConfiguration Include="Debug|x64">
13 <Configuration>Debug</Configuration>
14 <Platform>x64</Platform>
15 </ProjectConfiguration>
16 <ProjectConfiguration Include="Release|x64">
17 <Configuration>Release</Configuration>
18 <Platform>x64</Platform>
19 </ProjectConfiguration>
20 </ItemGroup>
21 <PropertyGroup Label="Globals">
22 <ProjectGuid>{39F45AE4-072E-44C4-8E2B-94DAC2333A5D}</ProjectGuid>
23 <Keyword>Win32Proj</Keyword>
24 <RootNamespace>cf</RootNamespace>
25 <WindowsTargetPlatformVersion>8.1</WindowsTargetPlatformVersion>
26 </PropertyGroup>
27 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
29 <ConfigurationType>StaticLibrary</ConfigurationType>
30 <UseDebugLibraries>true</UseDebugLibraries>
31 <PlatformToolset>v140</PlatformToolset>
32 <CharacterSet>NotSet</CharacterSet>
33 </PropertyGroup>
34 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
35 <ConfigurationType>StaticLibrary</ConfigurationType>
36 <UseDebugLibraries>false</UseDebugLibraries>
37 <PlatformToolset>v140</PlatformToolset>
38 <WholeProgramOptimization>true</WholeProgramOptimization>
39 <CharacterSet>NotSet</CharacterSet>
40 </PropertyGroup>
41 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration">
42 <ConfigurationType>StaticLibrary</ConfigurationType>
43 <UseDebugLibraries>true</UseDebugLibraries>
44 <PlatformToolset>v140</PlatformToolset>
45 <CharacterSet>NotSet</CharacterSet>
46 </PropertyGroup>
47 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration">
48 <ConfigurationType>StaticLibrary</ConfigurationType>
49 <UseDebugLibraries>false</UseDebugLibraries>
50 <PlatformToolset>v140</PlatformToolset>
51 <WholeProgramOptimization>true</WholeProgramOptimization>
52 <CharacterSet>NotSet</CharacterSet>
53 </PropertyGroup>
54 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
55 <ImportGroup Label="ExtensionSettings">
56 </ImportGroup>
57 <ImportGroup Label="Shared">
58 </ImportGroup>
59 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
60 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
61 <Import Project="..\properties.props" />
62 </ImportGroup>
63 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
64 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
65 <Import Project="..\properties.props" />
66 </ImportGroup>
67 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
68 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
69 <Import Project="..\properties.props" />
70 </ImportGroup>
71 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
72 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
73 <Import Project="..\properties.props" />
74 </ImportGroup>
75 <PropertyGroup Label="UserMacros" />
76 <PropertyGroup />
77 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
78 <ClCompile>
79 <PrecompiledHeader>
80 </PrecompiledHeader>
81 <WarningLevel>Level3</WarningLevel>
82 <Optimization>Disabled</Optimization>
83 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
84 </ClCompile>
85 <Link>
86 <SubSystem>Windows</SubSystem>
87 <GenerateDebugInformation>true</GenerateDebugInformation>
88 </Link>
89 </ItemDefinitionGroup>
90 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">
91 <ClCompile>
92 <PrecompiledHeader>
93 </PrecompiledHeader>
94 <WarningLevel>Level3</WarningLevel>
95 <Optimization>Disabled</Optimization>
96 <PreprocessorDefinitions>_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
97 </ClCompile>
98 <Link>
99 <SubSystem>Windows</SubSystem>
100 <GenerateDebugInformation>true</GenerateDebugInformation>
101 </Link>
102 </ItemDefinitionGroup>
103 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
104 <ClCompile>
105 <WarningLevel>Level3</WarningLevel>
106 <PrecompiledHeader>
107 </PrecompiledHeader>
108 <Optimization>MaxSpeed</Optimization>
109 <FunctionLevelLinking>true</FunctionLevelLinking>
110 <IntrinsicFunctions>true</IntrinsicFunctions>
111 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
112 </ClCompile>
113 <Link>
114 <SubSystem>Windows</SubSystem>
115 <GenerateDebugInformation>true</GenerateDebugInformation>
116 <EnableCOMDATFolding>true</EnableCOMDATFolding>
117 <OptimizeReferences>true</OptimizeReferences>
118 </Link>
119 </ItemDefinitionGroup>
120 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'">
121 <ClCompile>
122 <WarningLevel>Level3</WarningLevel>
123 <PrecompiledHeader>
124 </PrecompiledHeader>
125 <Optimization>MaxSpeed</Optimization>
126 <FunctionLevelLinking>true</FunctionLevelLinking>
127 <IntrinsicFunctions>true</IntrinsicFunctions>
128 <PreprocessorDefinitions>NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
129 </ClCompile>
130 <Link>
131 <SubSystem>Windows</SubSystem>
132 <GenerateDebugInformation>true</GenerateDebugInformation>
133 <EnableCOMDATFolding>true</EnableCOMDATFolding>
134 <OptimizeReferences>true</OptimizeReferences>
135 </Link>
136 </ItemDefinitionGroup>
137 <ItemGroup>
138 <Text Include="ReadMe.txt" />
139 </ItemGroup>
140 <ItemGroup>
141 <ClCompile Include="..\..\cf\bin.cpp" />
142 <ClCompile Include="..\..\cf\codec.cpp" />
143 <ClCompile Include="..\..\cf\exception.cpp" />
144 <ClCompile Include="..\..\cf\file.cpp" />
145 <ClCompile Include="..\..\cf\jni.cpp" />
146 <ClCompile Include="..\..\cf\logger.cpp" />
147 <ClCompile Include="..\..\cf\macaddr.cpp" />
148 <ClCompile Include="..\..\cf\memory.cpp" />
149 <ClCompile Include="..\..\cf\network.cpp" />
150 <ClCompile Include="..\..\cf\task.cpp" />
151 <ClCompile Include="..\..\cf\util.cpp" />
152 </ItemGroup>
153 <ItemGroup>
154 <ClInclude Include="..\..\cf\bin.h" />
155 <ClInclude Include="..\..\cf\codec.h" />
156 <ClInclude Include="..\..\cf\dirent.win32.hpp" />
157 <ClInclude Include="..\..\cf\exception.h" />
158 <ClInclude Include="..\..\cf\file.h" />
159 <ClInclude Include="..\..\cf\formatter.hpp" />
160 <ClInclude Include="..\..\cf\jni.h" />
161 <ClInclude Include="..\..\cf\logger.h" />
162 <ClInclude Include="..\..\cf\memory.h" />
163 <ClInclude Include="..\..\cf\network.h" />
164 <ClInclude Include="..\..\cf\task.h" />
165 <ClInclude Include="..\..\cf\test.hpp" />
166 <ClInclude Include="..\..\cf\types.h" />
167 <ClInclude Include="..\..\cf\util.h" />
168 </ItemGroup>
169 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
170 <ImportGroup Label="ExtensionTargets">
171 </ImportGroup>
172</Project>
Note: See TracBrowser for help on using the repository browser.