author | Christian Taedcke |
Wed, 10 Nov 2010 13:08:26 +0100 | |
changeset 655 | ea1ddcc77acf |
parent 598 | fff217764431 |
permissions | -rw-r--r-- |
555 | 1 |
<?xml version="1.0" encoding="Windows-1252"?> |
2 |
<VisualStudioProject |
|
3 |
ProjectType="Visual C++" |
|
4 |
Version="9,00" |
|
5 |
Name="CANOpenShell" |
|
6 |
ProjectGUID="{06B3C378-9EE4-4C56-A519-775FF499DAB5}" |
|
7 |
RootNamespace="CANOpenShell" |
|
8 |
Keyword="Win32Proj" |
|
9 |
TargetFrameworkVersion="196613" |
|
10 |
> |
|
11 |
<Platforms> |
|
12 |
<Platform |
|
13 |
Name="Win32" |
|
14 |
/> |
|
15 |
</Platforms> |
|
16 |
<ToolFiles> |
|
17 |
</ToolFiles> |
|
18 |
<Configurations> |
|
19 |
<Configuration |
|
20 |
Name="Debug|Win32" |
|
21 |
OutputDirectory="$(SolutionDir)$(ConfigurationName)" |
|
22 |
IntermediateDirectory="$(ConfigurationName)" |
|
23 |
ConfigurationType="1" |
|
24 |
CharacterSet="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 |
AdditionalIncludeDirectories="..\..\include;..\..\include\win32" |
|
598
fff217764431
removed ligcc.a dependency and fix problem with errno value
'Gr?gory Tr?lat <gregory.trelat@lolitech.fr>'
parents:
559
diff
changeset
|
45 |
PreprocessorDefinitions="WIN32;_DEBUG;_CONSOLE;_CRT_SECURE_NO_WARNINGS" |
555 | 46 |
MinimalRebuild="true" |
47 |
BasicRuntimeChecks="3" |
|
48 |
RuntimeLibrary="3" |
|
49 |
UsePrecompiledHeader="0" |
|
50 |
WarningLevel="3" |
|
51 |
DebugInformationFormat="4" |
|
52 |
/> |
|
53 |
<Tool |
|
54 |
Name="VCManagedResourceCompilerTool" |
|
55 |
/> |
|
56 |
<Tool |
|
57 |
Name="VCResourceCompilerTool" |
|
58 |
/> |
|
59 |
<Tool |
|
60 |
Name="VCPreLinkEventTool" |
|
61 |
/> |
|
62 |
<Tool |
|
63 |
Name="VCLinkerTool" |
|
598
fff217764431
removed ligcc.a dependency and fix problem with errno value
'Gr?gory Tr?lat <gregory.trelat@lolitech.fr>'
parents:
559
diff
changeset
|
64 |
AdditionalDependencies=""..\..\lib\static\libcanfestival.lib" "..\..\lib\static\libcanfestival_win32.lib"" |
555 | 65 |
LinkIncremental="2" |
66 |
GenerateDebugInformation="false" |
|
67 |
SubSystem="1" |
|
68 |
TargetMachine="1" |
|
69 |
/> |
|
70 |
<Tool |
|
71 |
Name="VCALinkTool" |
|
72 |
/> |
|
73 |
<Tool |
|
74 |
Name="VCManifestTool" |
|
75 |
/> |
|
76 |
<Tool |
|
77 |
Name="VCXDCMakeTool" |
|
78 |
/> |
|
79 |
<Tool |
|
80 |
Name="VCBscMakeTool" |
|
81 |
/> |
|
82 |
<Tool |
|
83 |
Name="VCFxCopTool" |
|
84 |
/> |
|
85 |
<Tool |
|
86 |
Name="VCAppVerifierTool" |
|
87 |
/> |
|
88 |
<Tool |
|
89 |
Name="VCPostBuildEventTool" |
|
90 |
/> |
|
91 |
</Configuration> |
|
92 |
<Configuration |
|
93 |
Name="Release|Win32" |
|
94 |
OutputDirectory="$(SolutionDir)$(ConfigurationName)" |
|
95 |
IntermediateDirectory="$(ConfigurationName)" |
|
96 |
ConfigurationType="1" |
|
97 |
CharacterSet="1" |
|
98 |
WholeProgramOptimization="1" |
|
99 |
> |
|
100 |
<Tool |
|
101 |
Name="VCPreBuildEventTool" |
|
102 |
/> |
|
103 |
<Tool |
|
104 |
Name="VCCustomBuildTool" |
|
105 |
/> |
|
106 |
<Tool |
|
107 |
Name="VCXMLDataGeneratorTool" |
|
108 |
/> |
|
109 |
<Tool |
|
110 |
Name="VCWebServiceProxyGeneratorTool" |
|
111 |
/> |
|
112 |
<Tool |
|
113 |
Name="VCMIDLTool" |
|
114 |
/> |
|
115 |
<Tool |
|
116 |
Name="VCCLCompilerTool" |
|
117 |
Optimization="2" |
|
118 |
EnableIntrinsicFunctions="true" |
|
119 |
PreprocessorDefinitions="WIN32;NDEBUG;_CONSOLE" |
|
120 |
RuntimeLibrary="2" |
|
121 |
EnableFunctionLevelLinking="true" |
|
122 |
UsePrecompiledHeader="0" |
|
123 |
WarningLevel="3" |
|
124 |
DebugInformationFormat="3" |
|
125 |
/> |
|
126 |
<Tool |
|
127 |
Name="VCManagedResourceCompilerTool" |
|
128 |
/> |
|
129 |
<Tool |
|
130 |
Name="VCResourceCompilerTool" |
|
131 |
/> |
|
132 |
<Tool |
|
133 |
Name="VCPreLinkEventTool" |
|
134 |
/> |
|
135 |
<Tool |
|
136 |
Name="VCLinkerTool" |
|
137 |
LinkIncremental="1" |
|
138 |
GenerateDebugInformation="true" |
|
139 |
SubSystem="1" |
|
140 |
OptimizeReferences="2" |
|
141 |
EnableCOMDATFolding="2" |
|
142 |
TargetMachine="1" |
|
143 |
/> |
|
144 |
<Tool |
|
145 |
Name="VCALinkTool" |
|
146 |
/> |
|
147 |
<Tool |
|
148 |
Name="VCManifestTool" |
|
149 |
/> |
|
150 |
<Tool |
|
151 |
Name="VCXDCMakeTool" |
|
152 |
/> |
|
153 |
<Tool |
|
154 |
Name="VCBscMakeTool" |
|
155 |
/> |
|
156 |
<Tool |
|
157 |
Name="VCFxCopTool" |
|
158 |
/> |
|
159 |
<Tool |
|
160 |
Name="VCAppVerifierTool" |
|
161 |
/> |
|
162 |
<Tool |
|
163 |
Name="VCPostBuildEventTool" |
|
164 |
/> |
|
165 |
</Configuration> |
|
166 |
</Configurations> |
|
167 |
<References> |
|
168 |
</References> |
|
169 |
<Files> |
|
170 |
<Filter |
|
171 |
Name="Fichiers sources" |
|
172 |
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx" |
|
173 |
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" |
|
174 |
> |
|
175 |
<File |
|
176 |
RelativePath=".\CANOpenShell.c" |
|
177 |
> |
|
178 |
</File> |
|
179 |
<File |
|
559 | 180 |
RelativePath=".\CANOpenShellMasterOD.c" |
181 |
> |
|
182 |
</File> |
|
183 |
<File |
|
184 |
RelativePath=".\CANOpenShellSlaveOD.c" |
|
555 | 185 |
> |
186 |
</File> |
|
187 |
</Filter> |
|
188 |
<Filter |
|
189 |
Name="Fichiers d'en-t�te" |
|
190 |
Filter="h;hpp;hxx;hm;inl;inc;xsd" |
|
191 |
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" |
|
192 |
> |
|
193 |
<File |
|
194 |
RelativePath=".\CANOpenShell.h" |
|
195 |
> |
|
196 |
</File> |
|
197 |
<File |
|
559 | 198 |
RelativePath=".\CANOpenShellMasterOD.h" |
199 |
> |
|
200 |
</File> |
|
201 |
<File |
|
202 |
RelativePath=".\CANOpenShellSlaveOD.h" |
|
555 | 203 |
> |
204 |
</File> |
|
205 |
</Filter> |
|
206 |
<Filter |
|
207 |
Name="Fichiers de ressources" |
|
208 |
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav" |
|
209 |
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" |
|
210 |
> |
|
211 |
</Filter> |
|
212 |
<File |
|
213 |
RelativePath=".\ReadMe.txt" |
|
214 |
> |
|
215 |
</File> |
|
216 |
</Files> |
|
217 |
<Globals> |
|
218 |
</Globals> |
|
219 |
</VisualStudioProject> |