author | Gareth Stockwell <gareth.stockwell@accenture.com> |
Wed, 22 Sep 2010 17:06:27 +0100 | |
branch | graphics-phase-3 |
changeset 112 | b6c206049d8a |
parent 111 | 345f1c88c950 |
permissions | -rw-r--r-- |
77 | 1 |
<?xml version="1.0" encoding="Windows-1252"?> |
2 |
<VisualStudioProject |
|
3 |
ProjectType="Visual C++" |
|
4 |
Version="8.00" |
|
5 |
Name="syborg-graphicswrapper" |
|
6 |
ProjectGUID="{93690C8A-9167-4A2D-9682-3E437A31347D}" |
|
7 |
RootNamespace="syborggraphicswrapper" |
|
8 |
Keyword="ManagedCProj" |
|
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="$(SolutionDir)$(ConfigurationName)" |
|
21 |
IntermediateDirectory="$(ConfigurationName)" |
|
22 |
ConfigurationType="2" |
|
23 |
CharacterSet="1" |
|
24 |
ManagedExtensions="1" |
|
25 |
> |
|
26 |
<Tool |
|
27 |
Name="VCPreBuildEventTool" |
|
28 |
/> |
|
29 |
<Tool |
|
30 |
Name="VCCustomBuildTool" |
|
31 |
/> |
|
32 |
<Tool |
|
33 |
Name="VCXMLDataGeneratorTool" |
|
34 |
/> |
|
35 |
<Tool |
|
36 |
Name="VCWebServiceProxyGeneratorTool" |
|
37 |
/> |
|
38 |
<Tool |
|
39 |
Name="VCMIDLTool" |
|
40 |
/> |
|
41 |
<Tool |
|
42 |
Name="VCCLCompilerTool" |
|
43 |
Optimization="0" |
|
44 |
PreprocessorDefinitions="WIN32;_DEBUG" |
|
45 |
RuntimeLibrary="3" |
|
46 |
UsePrecompiledHeader="2" |
|
47 |
WarningLevel="3" |
|
48 |
DebugInformationFormat="3" |
|
49 |
/> |
|
50 |
<Tool |
|
51 |
Name="VCManagedResourceCompilerTool" |
|
52 |
/> |
|
53 |
<Tool |
|
54 |
Name="VCResourceCompilerTool" |
|
55 |
/> |
|
56 |
<Tool |
|
57 |
Name="VCPreLinkEventTool" |
|
58 |
/> |
|
59 |
<Tool |
|
60 |
Name="VCLinkerTool" |
|
61 |
AdditionalDependencies="$(NoInherit)" |
|
62 |
LinkIncremental="2" |
|
63 |
GenerateDebugInformation="true" |
|
64 |
AssemblyDebug="1" |
|
65 |
TargetMachine="1" |
|
66 |
/> |
|
67 |
<Tool |
|
68 |
Name="VCALinkTool" |
|
69 |
/> |
|
70 |
<Tool |
|
71 |
Name="VCManifestTool" |
|
72 |
/> |
|
73 |
<Tool |
|
74 |
Name="VCXDCMakeTool" |
|
75 |
/> |
|
76 |
<Tool |
|
77 |
Name="VCBscMakeTool" |
|
78 |
/> |
|
79 |
<Tool |
|
80 |
Name="VCFxCopTool" |
|
81 |
/> |
|
82 |
<Tool |
|
83 |
Name="VCAppVerifierTool" |
|
84 |
/> |
|
85 |
<Tool |
|
86 |
Name="VCWebDeploymentTool" |
|
87 |
/> |
|
88 |
<Tool |
|
89 |
Name="VCPostBuildEventTool" |
|
90 |
/> |
|
91 |
</Configuration> |
|
92 |
<Configuration |
|
93 |
Name="Release|Win32" |
|
94 |
OutputDirectory="$(SolutionDir)$(ConfigurationName)" |
|
95 |
IntermediateDirectory="$(ConfigurationName)" |
|
96 |
ConfigurationType="2" |
|
97 |
CharacterSet="1" |
|
98 |
ManagedExtensions="0" |
|
99 |
WholeProgramOptimization="1" |
|
100 |
> |
|
101 |
<Tool |
|
102 |
Name="VCPreBuildEventTool" |
|
103 |
/> |
|
104 |
<Tool |
|
105 |
Name="VCCustomBuildTool" |
|
106 |
/> |
|
107 |
<Tool |
|
108 |
Name="VCXMLDataGeneratorTool" |
|
109 |
/> |
|
110 |
<Tool |
|
111 |
Name="VCWebServiceProxyGeneratorTool" |
|
112 |
/> |
|
113 |
<Tool |
|
114 |
Name="VCMIDLTool" |
|
115 |
/> |
|
116 |
<Tool |
|
117 |
Name="VCCLCompilerTool" |
|
111
345f1c88c950
Fixes to syborg-graphicswrapper.vcproj
Gareth Stockwell <gareth.stockwell@accenture.com>
parents:
77
diff
changeset
|
118 |
AdditionalIncludeDirectories=""$(SolutionDir)\..\..\..\..\..\adapt\graphics.simulator\hostsupport\hostthreadadapter\inc";"$(SolutionDir)\..\..\..\..\..\os\graphics\graphics_plat\guestvideodriver_api\inc";"$(SolutionDir)\..\..\..\..\..\adapt\graphics.simulator\holdingarea\serialization\Graphics\KhronosAPIWrapper\inc";"$(SolutionDir)\..\..\..\..\..\adapt\graphics.simulator\guestrendering\vghwserialiser\inc"" |
77 | 119 |
PreprocessorDefinitions="WIN32;NDEBUG;_USRDLL;SYBORG_GRAPHICSWRAPPER_EXPORTS;WIN32_LEAN_AND_MEAN" |
120 |
RuntimeLibrary="2" |
|
121 |
UsePrecompiledHeader="0" |
|
122 |
WarningLevel="3" |
|
123 |
DebugInformationFormat="3" |
|
124 |
/> |
|
125 |
<Tool |
|
126 |
Name="VCManagedResourceCompilerTool" |
|
127 |
/> |
|
128 |
<Tool |
|
129 |
Name="VCResourceCompilerTool" |
|
130 |
/> |
|
131 |
<Tool |
|
132 |
Name="VCPreLinkEventTool" |
|
133 |
/> |
|
134 |
<Tool |
|
135 |
Name="VCLinkerTool" |
|
111
345f1c88c950
Fixes to syborg-graphicswrapper.vcproj
Gareth Stockwell <gareth.stockwell@accenture.com>
parents:
77
diff
changeset
|
136 |
AdditionalDependencies="hostthreadadapter.lib KhronosApiWrapper.lib" |
77 | 137 |
LinkIncremental="1" |
111
345f1c88c950
Fixes to syborg-graphicswrapper.vcproj
Gareth Stockwell <gareth.stockwell@accenture.com>
parents:
77
diff
changeset
|
138 |
AdditionalLibraryDirectories=""$(SolutionDir)\..\..\..\..\..\adapt\graphics.simulator\holdingarea\lib"" |
77 | 139 |
GenerateDebugInformation="true" |
140 |
TargetMachine="1" |
|
141 |
/> |
|
142 |
<Tool |
|
143 |
Name="VCALinkTool" |
|
144 |
/> |
|
145 |
<Tool |
|
146 |
Name="VCManifestTool" |
|
147 |
/> |
|
148 |
<Tool |
|
149 |
Name="VCXDCMakeTool" |
|
150 |
/> |
|
151 |
<Tool |
|
152 |
Name="VCBscMakeTool" |
|
153 |
/> |
|
154 |
<Tool |
|
155 |
Name="VCFxCopTool" |
|
156 |
/> |
|
157 |
<Tool |
|
158 |
Name="VCAppVerifierTool" |
|
159 |
/> |
|
160 |
<Tool |
|
161 |
Name="VCWebDeploymentTool" |
|
162 |
/> |
|
163 |
<Tool |
|
164 |
Name="VCPostBuildEventTool" |
|
165 |
/> |
|
166 |
</Configuration> |
|
167 |
</Configurations> |
|
168 |
<References> |
|
169 |
<AssemblyReference |
|
170 |
RelativePath="System.dll" |
|
171 |
AssemblyName="System, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" |
|
172 |
/> |
|
173 |
<AssemblyReference |
|
174 |
RelativePath="System.Data.dll" |
|
175 |
AssemblyName="System.Data, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86" |
|
176 |
/> |
|
177 |
<AssemblyReference |
|
178 |
RelativePath="System.XML.dll" |
|
179 |
AssemblyName="System.Xml, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" |
|
180 |
/> |
|
181 |
</References> |
|
182 |
<Files> |
|
183 |
<Filter |
|
184 |
Name="Source Files" |
|
185 |
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" |
|
186 |
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" |
|
187 |
> |
|
188 |
<File |
|
189 |
RelativePath=".\syborg-graphicswrapper.cpp" |
|
190 |
> |
|
191 |
</File> |
|
192 |
</Filter> |
|
193 |
<Filter |
|
194 |
Name="Header Files" |
|
195 |
Filter="h;hpp;hxx;hm;inl;inc;xsd" |
|
196 |
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" |
|
197 |
> |
|
198 |
<File |
|
199 |
RelativePath=".\syborg-graphicswrapper.h" |
|
200 |
> |
|
201 |
</File> |
|
202 |
</Filter> |
|
203 |
<Filter |
|
204 |
Name="Resource Files" |
|
205 |
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" |
|
206 |
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" |
|
207 |
> |
|
208 |
<File |
|
209 |
RelativePath=".\app.ico" |
|
210 |
> |
|
211 |
</File> |
|
212 |
</Filter> |
|
213 |
<File |
|
214 |
RelativePath=".\ReadMe.txt" |
|
215 |
> |
|
216 |
</File> |
|
217 |
</Files> |
|
218 |
<Globals> |
|
219 |
</Globals> |
|
220 |
</VisualStudioProject> |