chiark / gitweb /
disorder.h: more consistent approach to function attributes
[disorder] / lib / lib.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|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" />
75     <ClCompile Include="arcfour.c" />
76     <ClCompile Include="asprintf.c" />
77     <ClCompile Include="authhash.c" />
78     <ClCompile Include="base64.c" />
79     <ClCompile Include="basen.c" />
80     <ClCompile Include="bits.c" />
81     <ClCompile Include="cache.c" />
82     <ClCompile Include="charset.c" />
83     <ClCompile Include="charsetf.c" />
84     <ClCompile Include="client-common.c" />
85     <ClCompile Include="client-stubs.c">
86       <ExcludedFromBuild Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'">true</ExcludedFromBuild>
87     </ClCompile>
88     <ClCompile Include="client.c" />
89     <ClCompile Include="configuration.c" />
90     <ClCompile Include="dateparse.c" />
91     <ClCompile Include="disorder-win32.c" />
92     <ClCompile Include="eventdist.c" />
93     <ClCompile Include="eventlog.c" />
94     <ClCompile Include="fprintf.c" />
95     <ClCompile Include="getopt.c" />
96     <ClCompile Include="getopt1.c" />
97     <ClCompile Include="hash.c" />
98     <ClCompile Include="hex.c" />
99     <ClCompile Include="inputline.c" />
100     <ClCompile Include="kvp.c" />
101     <ClCompile Include="log.c" />
102     <ClCompile Include="mem.c" />
103     <ClCompile Include="mime.c" />
104     <ClCompile Include="printf.c" />
105     <ClCompile Include="queue-rights.c" />
106     <ClCompile Include="queue.c" />
107     <ClCompile Include="rights.c" />
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" />
128     <ClInclude Include="arcfour.h" />
129     <ClInclude Include="authhash.h" />
130     <ClInclude Include="base64.h" />
131     <ClInclude Include="basen.h" />
132     <ClInclude Include="bits.h" />
133     <ClInclude Include="byte-order.h" />
134     <ClInclude Include="cache.h" />
135     <ClInclude Include="charset.h" />
136     <ClInclude Include="client-common.h" />
137     <ClInclude Include="client-stubs.h" />
138     <ClInclude Include="client.h" />
139     <ClInclude Include="common.h" />
140     <ClInclude Include="configuration.h" />
141     <ClInclude Include="dateparse.h" />
142     <ClInclude Include="defs.h" />
143     <ClInclude Include="disorder-win32.h" />
144     <ClInclude Include="disorder.h" />
145     <ClInclude Include="eventdist.h" />
146     <ClInclude Include="eventlog.h" />
147     <ClInclude Include="getopt.h" />
148     <ClInclude Include="hash.h" />
149     <ClInclude Include="heap.h" />
150     <ClInclude Include="hex.h" />
151     <ClInclude Include="inputline.h" />
152     <ClInclude Include="kvp.h" />
153     <ClInclude Include="log.h" />
154     <ClInclude Include="mem.h" />
155     <ClInclude Include="mime.h" />
156     <ClInclude Include="printf.h" />
157     <ClInclude Include="queue.h" />
158     <ClInclude Include="rights.h" />
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>
180 </Project>