diff options
Diffstat (limited to 'src/ccapi/server/win/Server.vcproj')
| -rw-r--r-- | src/ccapi/server/win/Server.vcproj | 227 |
1 files changed, 227 insertions, 0 deletions
diff --git a/src/ccapi/server/win/Server.vcproj b/src/ccapi/server/win/Server.vcproj new file mode 100644 index 000000000000..626c7a3c789f --- /dev/null +++ b/src/ccapi/server/win/Server.vcproj @@ -0,0 +1,227 @@ +<?xml version="1.0" encoding="UTF-8"?> +<VisualStudioProject + ProjectType="Visual C++" + Version="8.00" + Name="Server" + ProjectGUID="{114DCD80-6D13-4AAA-9510-B51CE6D94C1C}" + RootNamespace="Server" + Keyword="MakeFileProj" + > + <Platforms> + <Platform + Name="Win32" + /> + </Platforms> + <ToolFiles> + </ToolFiles> + <Configurations> + <Configuration + Name="Debug|Win32" + OutputDirectory="Debug" + IntermediateDirectory="Debug" + ConfigurationType="0" + > + <Tool + Name="VCNMakeTool" + BuildCommandLine="nmake" + ReBuildCommandLine="nmake" + CleanCommandLine="nmake clean" + Output="" + PreprocessorDefinitions="WIN32;_DEBUG;" + IncludeSearchPath="" + ForcedIncludes="" + AssemblySearchPath="" + ForcedUsingAssemblies="" + CompileAsManaged="" + /> + </Configuration> + <Configuration + Name="Release|Win32" + OutputDirectory="Release" + IntermediateDirectory="Release" + ConfigurationType="0" + > + <Tool + Name="VCNMakeTool" + BuildCommandLine="nmake" + ReBuildCommandLine="nmake" + CleanCommandLine="nmake clean" + Output="" + PreprocessorDefinitions="WIN32;NDEBUG;" + IncludeSearchPath="" + ForcedIncludes="" + AssemblySearchPath="" + ForcedUsingAssemblies="" + CompileAsManaged="" + /> + </Configuration> + </Configurations> + <References> + </References> + <Files> + <Filter + Name="Header Files" + Filter="h;hpp;hxx;hm;inl;inc;xsd" + UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" + > + <File + RelativePath="..\..\common\cci_debugging.h" + > + </File> + <File + RelativePath="..\..\common\cci_os_debugging.h" + > + </File> + <File + RelativePath="..\..\common\cci_stream.h" + > + </File> + <File + RelativePath=".\ccs_reply.h" + > + </File> + <File + RelativePath=".\ccs_request.h" + > + </File> + <File + RelativePath="..\ccs_server.h" + > + </File> + <File + RelativePath="..\..\common\win\ccutil\ccutils.h" + > + </File> + <File + RelativePath="..\..\common\win\ccutil\init.hxx" + > + </File> + <File + RelativePath="..\..\..\include\k5-platform.h" + > + </File> + <File + RelativePath="..\..\common\win\ccutil\secure.hxx" + > + </File> + <File + RelativePath="..\..\common\win\ccutil\util.h" + > + </File> + <File + RelativePath="..\..\common\win\win-utils.h" + > + </File> + <File + RelativePath=".\workitem.h" + > + </File> + <File + RelativePath=".\WorkQueue.h" + > + </File> + </Filter> + <Filter + Name="Resource Files" + Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" + UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" + > + </Filter> + <Filter + Name="Source Files" + Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" + UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" + > + <File + RelativePath="..\..\common\cci_debugging.c" + > + </File> + <File + RelativePath="..\..\common\win\cci_os_debugging.c" + > + </File> + <File + RelativePath="..\..\common\cci_stream.c" + > + </File> + <File + RelativePath="..\ccs_lock.c" + > + </File> + <File + RelativePath=".\ccs_os_pipe.c" + > + </File> + <File + RelativePath=".\ccs_os_server.cpp" + > + </File> + <File + RelativePath="..\..\common\win\ccs_reply.Idl" + > + </File> + <File + RelativePath=".\ccs_reply_c.c" + > + </File> + <File + RelativePath=".\ccs_reply_s.c" + > + </File> + <File + RelativePath="..\..\common\win\ccs_request.idl" + > + </File> + <File + RelativePath=".\ccs_request_c.c" + > + </File> + <File + RelativePath=".\ccs_request_proc.c" + > + </File> + <File + RelativePath=".\ccs_request_s.cpp" + > + </File> + <File + RelativePath="..\ccs_server.c" + > + </File> + <File + RelativePath="..\..\common\win\ccutil\ccutils.c" + > + </File> + <File + RelativePath="..\..\common\win\ccutil\init.cxx" + > + </File> + <File + RelativePath="..\..\common\win\ccutil\secure.cxx" + > + </File> + <File + RelativePath="..\..\common\win\ccutil\util.cxx" + > + </File> + <File + RelativePath="..\..\common\win\win-utils.c" + > + </File> + <File + RelativePath=".\WorkItem.cpp" + > + </File> + <File + RelativePath=".\WorkQueue.cpp" + > + </File> + </Filter> + <File + RelativePath="..\..\common\win\ccs_reply.Acf" + > + </File> + </Files> + <Globals> + </Globals> +</VisualStudioProject> |
