chiark / gitweb /
Merge branch 'master' of git.distorted.org.uk:~mdw/publish/public-git/disorder
[disorder] / lib / lib.vcxproj
CommitLineData
ed8e4373 1<?xml version="1.0" encoding="utf-8"?>
9e42afcd
RK
2<Project DefaultTargets="Build" ToolsVersion="4.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 </ItemGroup>
13 <PropertyGroup Label="Globals">
14 <ProjectGuid>{46E26F86-F1D2-40D1-B9DC-AF844622D65D}</ProjectGuid>
15 <Keyword>Win32Proj</Keyword>
16 <RootNamespace>lib</RootNamespace>
17 </PropertyGroup>
18 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" />
19 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration">
20 <ConfigurationType>StaticLibrary</ConfigurationType>
21 <UseDebugLibraries>true</UseDebugLibraries>
22 <PlatformToolset>v110</PlatformToolset>
23 <CharacterSet>Unicode</CharacterSet>
24 </PropertyGroup>
25 <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration">
26 <ConfigurationType>StaticLibrary</ConfigurationType>
27 <UseDebugLibraries>false</UseDebugLibraries>
28 <PlatformToolset>v110</PlatformToolset>
29 <WholeProgramOptimization>true</WholeProgramOptimization>
30 <CharacterSet>Unicode</CharacterSet>
31 </PropertyGroup>
32 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" />
33 <ImportGroup Label="ExtensionSettings">
34 </ImportGroup>
35 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
36 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
37 </ImportGroup>
38 <ImportGroup Label="PropertySheets" Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
39 <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" />
40 </ImportGroup>
41 <PropertyGroup Label="UserMacros" />
42 <PropertyGroup />
43 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">
44 <ClCompile>
45 <PrecompiledHeader>
46 </PrecompiledHeader>
47 <WarningLevel>Level3</WarningLevel>
48 <Optimization>Disabled</Optimization>
49 <PreprocessorDefinitions>WIN32;_DEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
50 </ClCompile>
51 <Link>
52 <SubSystem>Windows</SubSystem>
53 <GenerateDebugInformation>true</GenerateDebugInformation>
54 </Link>
55 </ItemDefinitionGroup>
56 <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'">
57 <ClCompile>
58 <WarningLevel>Level3</WarningLevel>
59 <PrecompiledHeader>
60 </PrecompiledHeader>
61 <Optimization>MaxSpeed</Optimization>
62 <FunctionLevelLinking>true</FunctionLevelLinking>
63 <IntrinsicFunctions>true</IntrinsicFunctions>
64 <PreprocessorDefinitions>WIN32;NDEBUG;_LIB;%(PreprocessorDefinitions)</PreprocessorDefinitions>
65 </ClCompile>
66 <Link>
67 <SubSystem>Windows</SubSystem>
68 <GenerateDebugInformation>true</GenerateDebugInformation>
69 <EnableCOMDATFolding>true</EnableCOMDATFolding>
70 <OptimizeReferences>true</OptimizeReferences>
71 </Link>
72 </ItemDefinitionGroup>
73 <ItemGroup>
74 <ClCompile Include="addr.c" />
9e42afcd
RK
75 <ClCompile Include="asprintf.c" />
76 <ClCompile Include="authhash.c" />
77 <ClCompile Include="base64.c" />
78 <ClCompile Include="basen.c" />
79 <ClCompile Include="bits.c" />
80 <ClCompile Include="cache.c" />
81 <ClCompile Include="charset.c" />
82 <ClCompile Include="charsetf.c" />
83 <ClCompile Include="client-common.c" />
84 <ClCompile Include="client-stubs.c">
85 <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
86 </ClCompile>
87 <ClCompile Include="client.c" />
88 <ClCompile Include="configuration.c" />
89 <ClCompile Include="dateparse.c" />
90 <ClCompile Include="disorder-win32.c" />
91 <ClCompile Include="eventdist.c" />
92 <ClCompile Include="eventlog.c" />
93 <ClCompile Include="fprintf.c" />
94 <ClCompile Include="getopt.c" />
95 <ClCompile Include="getopt1.c" />
96 <ClCompile Include="hash.c" />
97 <ClCompile Include="hex.c" />
98 <ClCompile Include="inputline.c" />
99 <ClCompile Include="kvp.c" />
100 <ClCompile Include="log.c" />
101 <ClCompile Include="mem.c" />
102 <ClCompile Include="mime.c" />
103 <ClCompile Include="printf.c" />
104 <ClCompile Include="queue-rights.c" />
105 <ClCompile Include="queue.c" />
106 <ClCompile Include="rights.c" />
ed8e4373 107 <ClCompile Include="salsa208.c" />
9e42afcd
RK
108 <ClCompile Include="selection.c" />
109 <ClCompile Include="signame.c" />
110 <ClCompile Include="sink.c" />
111 <ClCompile Include="snprintf.c" />
112 <ClCompile Include="socketio.c" />
113 <ClCompile Include="split.c" />
114 <ClCompile Include="strptime.c" />
115 <ClCompile Include="syscalls.c" />
116 <ClCompile Include="table.c" />
117 <ClCompile Include="unicode.c" />
118 <ClCompile Include="unidata.c" />
119 <ClCompile Include="url.c" />
120 <ClCompile Include="validity.c" />
121 <ClCompile Include="vector.c" />
122 <ClCompile Include="version.c" />
123 <ClCompile Include="versionstring.c" />
124 <ClCompile Include="xgetdate.c" />
125 </ItemGroup>
126 <ItemGroup>
127 <ClInclude Include="addr.h" />
9e42afcd
RK
128 <ClInclude Include="authhash.h" />
129 <ClInclude Include="base64.h" />
130 <ClInclude Include="basen.h" />
131 <ClInclude Include="bits.h" />
132 <ClInclude Include="byte-order.h" />
133 <ClInclude Include="cache.h" />
134 <ClInclude Include="charset.h" />
135 <ClInclude Include="client-common.h" />
136 <ClInclude Include="client-stubs.h" />
137 <ClInclude Include="client.h" />
138 <ClInclude Include="common.h" />
139 <ClInclude Include="configuration.h" />
140 <ClInclude Include="dateparse.h" />
141 <ClInclude Include="defs.h" />
142 <ClInclude Include="disorder-win32.h" />
143 <ClInclude Include="disorder.h" />
144 <ClInclude Include="eventdist.h" />
145 <ClInclude Include="eventlog.h" />
146 <ClInclude Include="getopt.h" />
147 <ClInclude Include="hash.h" />
148 <ClInclude Include="heap.h" />
149 <ClInclude Include="hex.h" />
150 <ClInclude Include="inputline.h" />
151 <ClInclude Include="kvp.h" />
152 <ClInclude Include="log.h" />
153 <ClInclude Include="mem.h" />
154 <ClInclude Include="mime.h" />
155 <ClInclude Include="printf.h" />
156 <ClInclude Include="queue.h" />
157 <ClInclude Include="rights.h" />
ed8e4373 158 <ClInclude Include="salsa208.h" />
9e42afcd
RK
159 <ClInclude Include="selection.h" />
160 <ClInclude Include="signame.h" />
161 <ClInclude Include="sink.h" />
162 <ClInclude Include="socketio.h" />
163 <ClInclude Include="speaker-protocol.h" />
164 <ClInclude Include="split.h" />
165 <ClInclude Include="strptime.h" />
166 <ClInclude Include="syscalls.h" />
167 <ClInclude Include="table.h" />
168 <ClInclude Include="timeval.h" />
169 <ClInclude Include="unicode.h" />
170 <ClInclude Include="unidata.h" />
171 <ClInclude Include="url.h" />
172 <ClInclude Include="vacopy.h" />
173 <ClInclude Include="validity.h" />
174 <ClInclude Include="vector.h" />
175 <ClInclude Include="version.h" />
176 </ItemGroup>
177 <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
178 <ImportGroup Label="ExtensionTargets">
179 </ImportGroup>
ed8e4373 180</Project>