xref: /freebsd/crypto/krb5/src/ccapi/server/win/Server.vcproj (revision 7f2fe78b9dd5f51c821d771b63d2e096f6fd49e9)
1*7f2fe78bSCy Schubert<?xml version="1.0" encoding="UTF-8"?>
2*7f2fe78bSCy Schubert<VisualStudioProject
3*7f2fe78bSCy Schubert	ProjectType="Visual C++"
4*7f2fe78bSCy Schubert	Version="8.00"
5*7f2fe78bSCy Schubert	Name="Server"
6*7f2fe78bSCy Schubert	ProjectGUID="{114DCD80-6D13-4AAA-9510-B51CE6D94C1C}"
7*7f2fe78bSCy Schubert	RootNamespace="Server"
8*7f2fe78bSCy Schubert	Keyword="MakeFileProj"
9*7f2fe78bSCy Schubert	>
10*7f2fe78bSCy Schubert	<Platforms>
11*7f2fe78bSCy Schubert		<Platform
12*7f2fe78bSCy Schubert			Name="Win32"
13*7f2fe78bSCy Schubert		/>
14*7f2fe78bSCy Schubert	</Platforms>
15*7f2fe78bSCy Schubert	<ToolFiles>
16*7f2fe78bSCy Schubert	</ToolFiles>
17*7f2fe78bSCy Schubert	<Configurations>
18*7f2fe78bSCy Schubert		<Configuration
19*7f2fe78bSCy Schubert			Name="Debug|Win32"
20*7f2fe78bSCy Schubert			OutputDirectory="Debug"
21*7f2fe78bSCy Schubert			IntermediateDirectory="Debug"
22*7f2fe78bSCy Schubert			ConfigurationType="0"
23*7f2fe78bSCy Schubert			>
24*7f2fe78bSCy Schubert			<Tool
25*7f2fe78bSCy Schubert				Name="VCNMakeTool"
26*7f2fe78bSCy Schubert				BuildCommandLine="nmake"
27*7f2fe78bSCy Schubert				ReBuildCommandLine="nmake"
28*7f2fe78bSCy Schubert				CleanCommandLine="nmake clean"
29*7f2fe78bSCy Schubert				Output=""
30*7f2fe78bSCy Schubert				PreprocessorDefinitions="WIN32;_DEBUG;"
31*7f2fe78bSCy Schubert				IncludeSearchPath=""
32*7f2fe78bSCy Schubert				ForcedIncludes=""
33*7f2fe78bSCy Schubert				AssemblySearchPath=""
34*7f2fe78bSCy Schubert				ForcedUsingAssemblies=""
35*7f2fe78bSCy Schubert				CompileAsManaged=""
36*7f2fe78bSCy Schubert			/>
37*7f2fe78bSCy Schubert		</Configuration>
38*7f2fe78bSCy Schubert		<Configuration
39*7f2fe78bSCy Schubert			Name="Release|Win32"
40*7f2fe78bSCy Schubert			OutputDirectory="Release"
41*7f2fe78bSCy Schubert			IntermediateDirectory="Release"
42*7f2fe78bSCy Schubert			ConfigurationType="0"
43*7f2fe78bSCy Schubert			>
44*7f2fe78bSCy Schubert			<Tool
45*7f2fe78bSCy Schubert				Name="VCNMakeTool"
46*7f2fe78bSCy Schubert				BuildCommandLine="nmake"
47*7f2fe78bSCy Schubert				ReBuildCommandLine="nmake"
48*7f2fe78bSCy Schubert				CleanCommandLine="nmake clean"
49*7f2fe78bSCy Schubert				Output=""
50*7f2fe78bSCy Schubert				PreprocessorDefinitions="WIN32;NDEBUG;"
51*7f2fe78bSCy Schubert				IncludeSearchPath=""
52*7f2fe78bSCy Schubert				ForcedIncludes=""
53*7f2fe78bSCy Schubert				AssemblySearchPath=""
54*7f2fe78bSCy Schubert				ForcedUsingAssemblies=""
55*7f2fe78bSCy Schubert				CompileAsManaged=""
56*7f2fe78bSCy Schubert			/>
57*7f2fe78bSCy Schubert		</Configuration>
58*7f2fe78bSCy Schubert	</Configurations>
59*7f2fe78bSCy Schubert	<References>
60*7f2fe78bSCy Schubert	</References>
61*7f2fe78bSCy Schubert	<Files>
62*7f2fe78bSCy Schubert		<Filter
63*7f2fe78bSCy Schubert			Name="Header Files"
64*7f2fe78bSCy Schubert			Filter="h;hpp;hxx;hm;inl;inc;xsd"
65*7f2fe78bSCy Schubert			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
66*7f2fe78bSCy Schubert			>
67*7f2fe78bSCy Schubert			<File
68*7f2fe78bSCy Schubert				RelativePath="..\..\common\cci_debugging.h"
69*7f2fe78bSCy Schubert				>
70*7f2fe78bSCy Schubert			</File>
71*7f2fe78bSCy Schubert			<File
72*7f2fe78bSCy Schubert				RelativePath="..\..\common\cci_os_debugging.h"
73*7f2fe78bSCy Schubert				>
74*7f2fe78bSCy Schubert			</File>
75*7f2fe78bSCy Schubert			<File
76*7f2fe78bSCy Schubert				RelativePath="..\..\common\cci_stream.h"
77*7f2fe78bSCy Schubert				>
78*7f2fe78bSCy Schubert			</File>
79*7f2fe78bSCy Schubert			<File
80*7f2fe78bSCy Schubert				RelativePath=".\ccs_reply.h"
81*7f2fe78bSCy Schubert				>
82*7f2fe78bSCy Schubert			</File>
83*7f2fe78bSCy Schubert			<File
84*7f2fe78bSCy Schubert				RelativePath=".\ccs_request.h"
85*7f2fe78bSCy Schubert				>
86*7f2fe78bSCy Schubert			</File>
87*7f2fe78bSCy Schubert			<File
88*7f2fe78bSCy Schubert				RelativePath="..\ccs_server.h"
89*7f2fe78bSCy Schubert				>
90*7f2fe78bSCy Schubert			</File>
91*7f2fe78bSCy Schubert			<File
92*7f2fe78bSCy Schubert				RelativePath="..\..\common\win\ccutil\ccutils.h"
93*7f2fe78bSCy Schubert				>
94*7f2fe78bSCy Schubert			</File>
95*7f2fe78bSCy Schubert			<File
96*7f2fe78bSCy Schubert				RelativePath="..\..\common\win\ccutil\init.hxx"
97*7f2fe78bSCy Schubert				>
98*7f2fe78bSCy Schubert			</File>
99*7f2fe78bSCy Schubert			<File
100*7f2fe78bSCy Schubert				RelativePath="..\..\..\include\k5-platform.h"
101*7f2fe78bSCy Schubert				>
102*7f2fe78bSCy Schubert			</File>
103*7f2fe78bSCy Schubert			<File
104*7f2fe78bSCy Schubert				RelativePath="..\..\common\win\ccutil\secure.hxx"
105*7f2fe78bSCy Schubert				>
106*7f2fe78bSCy Schubert			</File>
107*7f2fe78bSCy Schubert			<File
108*7f2fe78bSCy Schubert				RelativePath="..\..\common\win\ccutil\util.h"
109*7f2fe78bSCy Schubert				>
110*7f2fe78bSCy Schubert			</File>
111*7f2fe78bSCy Schubert			<File
112*7f2fe78bSCy Schubert				RelativePath="..\..\common\win\win-utils.h"
113*7f2fe78bSCy Schubert				>
114*7f2fe78bSCy Schubert			</File>
115*7f2fe78bSCy Schubert			<File
116*7f2fe78bSCy Schubert				RelativePath=".\workitem.h"
117*7f2fe78bSCy Schubert				>
118*7f2fe78bSCy Schubert			</File>
119*7f2fe78bSCy Schubert			<File
120*7f2fe78bSCy Schubert				RelativePath=".\WorkQueue.h"
121*7f2fe78bSCy Schubert				>
122*7f2fe78bSCy Schubert			</File>
123*7f2fe78bSCy Schubert		</Filter>
124*7f2fe78bSCy Schubert		<Filter
125*7f2fe78bSCy Schubert			Name="Resource Files"
126*7f2fe78bSCy Schubert			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
127*7f2fe78bSCy Schubert			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
128*7f2fe78bSCy Schubert			>
129*7f2fe78bSCy Schubert		</Filter>
130*7f2fe78bSCy Schubert		<Filter
131*7f2fe78bSCy Schubert			Name="Source Files"
132*7f2fe78bSCy Schubert			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
133*7f2fe78bSCy Schubert			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
134*7f2fe78bSCy Schubert			>
135*7f2fe78bSCy Schubert			<File
136*7f2fe78bSCy Schubert				RelativePath="..\..\common\cci_debugging.c"
137*7f2fe78bSCy Schubert				>
138*7f2fe78bSCy Schubert			</File>
139*7f2fe78bSCy Schubert			<File
140*7f2fe78bSCy Schubert				RelativePath="..\..\common\win\cci_os_debugging.c"
141*7f2fe78bSCy Schubert				>
142*7f2fe78bSCy Schubert			</File>
143*7f2fe78bSCy Schubert			<File
144*7f2fe78bSCy Schubert				RelativePath="..\..\common\cci_stream.c"
145*7f2fe78bSCy Schubert				>
146*7f2fe78bSCy Schubert			</File>
147*7f2fe78bSCy Schubert			<File
148*7f2fe78bSCy Schubert				RelativePath="..\ccs_lock.c"
149*7f2fe78bSCy Schubert				>
150*7f2fe78bSCy Schubert			</File>
151*7f2fe78bSCy Schubert			<File
152*7f2fe78bSCy Schubert				RelativePath=".\ccs_os_pipe.c"
153*7f2fe78bSCy Schubert				>
154*7f2fe78bSCy Schubert			</File>
155*7f2fe78bSCy Schubert			<File
156*7f2fe78bSCy Schubert				RelativePath=".\ccs_os_server.cpp"
157*7f2fe78bSCy Schubert				>
158*7f2fe78bSCy Schubert			</File>
159*7f2fe78bSCy Schubert			<File
160*7f2fe78bSCy Schubert				RelativePath="..\..\common\win\ccs_reply.Idl"
161*7f2fe78bSCy Schubert				>
162*7f2fe78bSCy Schubert			</File>
163*7f2fe78bSCy Schubert			<File
164*7f2fe78bSCy Schubert				RelativePath=".\ccs_reply_c.c"
165*7f2fe78bSCy Schubert				>
166*7f2fe78bSCy Schubert			</File>
167*7f2fe78bSCy Schubert			<File
168*7f2fe78bSCy Schubert				RelativePath=".\ccs_reply_s.c"
169*7f2fe78bSCy Schubert				>
170*7f2fe78bSCy Schubert			</File>
171*7f2fe78bSCy Schubert			<File
172*7f2fe78bSCy Schubert				RelativePath="..\..\common\win\ccs_request.idl"
173*7f2fe78bSCy Schubert				>
174*7f2fe78bSCy Schubert			</File>
175*7f2fe78bSCy Schubert			<File
176*7f2fe78bSCy Schubert				RelativePath=".\ccs_request_c.c"
177*7f2fe78bSCy Schubert				>
178*7f2fe78bSCy Schubert			</File>
179*7f2fe78bSCy Schubert			<File
180*7f2fe78bSCy Schubert				RelativePath=".\ccs_request_proc.c"
181*7f2fe78bSCy Schubert				>
182*7f2fe78bSCy Schubert			</File>
183*7f2fe78bSCy Schubert			<File
184*7f2fe78bSCy Schubert				RelativePath=".\ccs_request_s.cpp"
185*7f2fe78bSCy Schubert				>
186*7f2fe78bSCy Schubert			</File>
187*7f2fe78bSCy Schubert			<File
188*7f2fe78bSCy Schubert				RelativePath="..\ccs_server.c"
189*7f2fe78bSCy Schubert				>
190*7f2fe78bSCy Schubert			</File>
191*7f2fe78bSCy Schubert			<File
192*7f2fe78bSCy Schubert				RelativePath="..\..\common\win\ccutil\ccutils.c"
193*7f2fe78bSCy Schubert				>
194*7f2fe78bSCy Schubert			</File>
195*7f2fe78bSCy Schubert			<File
196*7f2fe78bSCy Schubert				RelativePath="..\..\common\win\ccutil\init.cxx"
197*7f2fe78bSCy Schubert				>
198*7f2fe78bSCy Schubert			</File>
199*7f2fe78bSCy Schubert			<File
200*7f2fe78bSCy Schubert				RelativePath="..\..\common\win\ccutil\secure.cxx"
201*7f2fe78bSCy Schubert				>
202*7f2fe78bSCy Schubert			</File>
203*7f2fe78bSCy Schubert			<File
204*7f2fe78bSCy Schubert				RelativePath="..\..\common\win\ccutil\util.cxx"
205*7f2fe78bSCy Schubert				>
206*7f2fe78bSCy Schubert			</File>
207*7f2fe78bSCy Schubert			<File
208*7f2fe78bSCy Schubert				RelativePath="..\..\common\win\win-utils.c"
209*7f2fe78bSCy Schubert				>
210*7f2fe78bSCy Schubert			</File>
211*7f2fe78bSCy Schubert			<File
212*7f2fe78bSCy Schubert				RelativePath=".\WorkItem.cpp"
213*7f2fe78bSCy Schubert				>
214*7f2fe78bSCy Schubert			</File>
215*7f2fe78bSCy Schubert			<File
216*7f2fe78bSCy Schubert				RelativePath=".\WorkQueue.cpp"
217*7f2fe78bSCy Schubert				>
218*7f2fe78bSCy Schubert			</File>
219*7f2fe78bSCy Schubert		</Filter>
220*7f2fe78bSCy Schubert		<File
221*7f2fe78bSCy Schubert			RelativePath="..\..\common\win\ccs_reply.Acf"
222*7f2fe78bSCy Schubert			>
223*7f2fe78bSCy Schubert		</File>
224*7f2fe78bSCy Schubert	</Files>
225*7f2fe78bSCy Schubert	<Globals>
226*7f2fe78bSCy Schubert	</Globals>
227*7f2fe78bSCy Schubert</VisualStudioProject>
228