1<?xml version="1.0" encoding="UTF-8"?>
2<VisualStudioProject
3	ProjectType="Visual C++"
4	Version="8.00"
5	Name="WINCCAPI"
6	ProjectGUID="{1137FC16-E53E-48C1-8293-085B4BE68C32}"
7	RootNamespace="WINCCAPI"
8	Keyword="MakeFileProj"
9	>
10	<Platforms>
11		<Platform
12			Name="Win32"
13		/>
14	</Platforms>
15	<ToolFiles>
16	</ToolFiles>
17	<Configurations>
18		<Configuration
19			Name="Debug|Win32"
20			OutputDirectory="Debug"
21			IntermediateDirectory="Debug"
22			ConfigurationType="0"
23			>
24			<Tool
25				Name="VCNMakeTool"
26				BuildCommandLine="nmake"
27				ReBuildCommandLine="nmake"
28				CleanCommandLine="nmake clean"
29				Output="output.log"
30				PreprocessorDefinitions="WIN32;_DEBUG;"
31				IncludeSearchPath=""
32				ForcedIncludes=""
33				AssemblySearchPath=""
34				ForcedUsingAssemblies=""
35				CompileAsManaged=""
36			/>
37		</Configuration>
38		<Configuration
39			Name="Release|Win32"
40			OutputDirectory="Release"
41			IntermediateDirectory="Release"
42			ConfigurationType="0"
43			>
44			<Tool
45				Name="VCNMakeTool"
46				BuildCommandLine="nmake"
47				ReBuildCommandLine="nmake"
48				CleanCommandLine="nmake clean"
49				Output="output.log"
50				PreprocessorDefinitions="WIN32;NDEBUG;"
51				IncludeSearchPath=""
52				ForcedIncludes=""
53				AssemblySearchPath=""
54				ForcedUsingAssemblies=""
55				CompileAsManaged=""
56			/>
57		</Configuration>
58	</Configurations>
59	<References>
60	</References>
61	<Files>
62		<Filter
63			Name="Header Files"
64			Filter="h;hpp;hxx;hm;inl;inc;xsd"
65			UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
66			>
67			<File
68				RelativePath="..\..\common\win\win-utils.h"
69				>
70			</File>
71		</Filter>
72		<Filter
73			Name="Resource Files"
74			Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
75			UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
76			>
77		</Filter>
78		<Filter
79			Name="Source Files"
80			Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
81			UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
82			>
83			<File
84				RelativePath="..\..\common\win\ccs_reply.Idl"
85				>
86			</File>
87			<File
88				RelativePath="..\..\common\win\ccs_request.idl"
89				>
90			</File>
91			<File
92				RelativePath="..\..\common\win\win-utils.c"
93				>
94			</File>
95		</Filter>
96		<File
97			RelativePath="..\..\common\win\ccs_reply.Acf"
98			>
99		</File>
100		<File
101			RelativePath="..\..\common\win\ccs_request.Acf"
102			>
103		</File>
104		<File
105			RelativePath=".\Makefile"
106			>
107		</File>
108	</Files>
109	<Globals>
110	</Globals>
111</VisualStudioProject>
112