Add 4-byte header to messages so that we can have different message types
[nativeclient.git] / intermodule_comm / c / c.vcproj
blobff4bae0efe31c3d6ee8c740ec8d0f36b44322672
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioProject
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="c"
6 ProjectGUID="{CDE52014-6105-4E7D-98A8-557FDC8AB754}"
7 RootNamespace="c"
8 Keyword="Win32Proj"
10 <Platforms>
11 <Platform
12 Name="Win32"
14 </Platforms>
15 <ToolFiles>
16 </ToolFiles>
17 <Configurations>
18 <Configuration
19 Name="Debug|Win32"
20 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
21 IntermediateDirectory="$(ConfigurationName)"
22 ConfigurationType="1"
23 CharacterSet="1"
25 <Tool
26 Name="VCPreBuildEventTool"
28 <Tool
29 Name="VCCustomBuildTool"
31 <Tool
32 Name="VCXMLDataGeneratorTool"
34 <Tool
35 Name="VCWebServiceProxyGeneratorTool"
37 <Tool
38 Name="VCMIDLTool"
40 <Tool
41 Name="VCCLCompilerTool"
42 Optimization="0"
43 AdditionalIncludeDirectories="$(ProjectDir)\..\..\.."
44 PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;WIN32_LEAN_AND_MEAN;NACL_WINDOWS=1"
45 MinimalRebuild="true"
46 BasicRuntimeChecks="3"
47 RuntimeLibrary="1"
48 UsePrecompiledHeader="0"
49 WarningLevel="3"
50 Detect64BitPortabilityProblems="true"
51 DebugInformationFormat="4"
53 <Tool
54 Name="VCManagedResourceCompilerTool"
56 <Tool
57 Name="VCResourceCompilerTool"
59 <Tool
60 Name="VCPreLinkEventTool"
62 <Tool
63 Name="VCLinkerTool"
64 LinkIncremental="2"
65 GenerateDebugInformation="true"
66 SubSystem="1"
67 TargetMachine="1"
69 <Tool
70 Name="VCALinkTool"
72 <Tool
73 Name="VCManifestTool"
75 <Tool
76 Name="VCXDCMakeTool"
78 <Tool
79 Name="VCBscMakeTool"
81 <Tool
82 Name="VCFxCopTool"
84 <Tool
85 Name="VCAppVerifierTool"
87 <Tool
88 Name="VCWebDeploymentTool"
90 <Tool
91 Name="VCPostBuildEventTool"
93 </Configuration>
94 <Configuration
95 Name="Release|Win32"
96 OutputDirectory="$(SolutionDir)$(ConfigurationName)"
97 IntermediateDirectory="$(ConfigurationName)"
98 ConfigurationType="1"
99 CharacterSet="1"
100 WholeProgramOptimization="1"
102 <Tool
103 Name="VCPreBuildEventTool"
105 <Tool
106 Name="VCCustomBuildTool"
108 <Tool
109 Name="VCXMLDataGeneratorTool"
111 <Tool
112 Name="VCWebServiceProxyGeneratorTool"
114 <Tool
115 Name="VCMIDLTool"
117 <Tool
118 Name="VCCLCompilerTool"
119 AdditionalIncludeDirectories="$(ProjectDir)\..\..\.."
120 PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE;WIN32_LEAN_AND_MEAN;NACL_WINDOWS=1"
121 RuntimeLibrary="0"
122 UsePrecompiledHeader="0"
123 WarningLevel="3"
124 Detect64BitPortabilityProblems="true"
125 DebugInformationFormat="3"
127 <Tool
128 Name="VCManagedResourceCompilerTool"
130 <Tool
131 Name="VCResourceCompilerTool"
133 <Tool
134 Name="VCPreLinkEventTool"
136 <Tool
137 Name="VCLinkerTool"
138 LinkIncremental="1"
139 GenerateDebugInformation="true"
140 SubSystem="1"
141 OptimizeReferences="2"
142 EnableCOMDATFolding="2"
143 TargetMachine="1"
145 <Tool
146 Name="VCALinkTool"
148 <Tool
149 Name="VCManifestTool"
151 <Tool
152 Name="VCXDCMakeTool"
154 <Tool
155 Name="VCBscMakeTool"
157 <Tool
158 Name="VCFxCopTool"
160 <Tool
161 Name="VCAppVerifierTool"
163 <Tool
164 Name="VCWebDeploymentTool"
166 <Tool
167 Name="VCPostBuildEventTool"
169 </Configuration>
170 </Configurations>
171 <References>
172 </References>
173 <Files>
174 <Filter
175 Name="Source Files"
176 Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
177 UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
179 <File
180 RelativePath="..\nacl_imc_c.cc"
182 </File>
183 <File
184 RelativePath="..\nacl_imc_c_test.c"
186 </File>
187 </Filter>
188 <Filter
189 Name="Header Files"
190 Filter="h;hpp;hxx;hm;inl;inc;xsd"
191 UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
193 <File
194 RelativePath="..\nacl_imc_c.h"
196 </File>
197 </Filter>
198 <Filter
199 Name="Resource Files"
200 Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
201 UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
203 </Filter>
204 </Files>
205 <Globals>
206 </Globals>
207 </VisualStudioProject>