diff options
author | Allan CORNET <allan.cornet@scilab.org> | 2010-05-20 15:54:07 +0200 |
---|---|---|
committer | Allan CORNET <allan.cornet@scilab.org> | 2010-05-20 15:55:50 +0200 |
commit | ae0d9ed5870bf77b15ba6eeaba66e5a316e755d0 (patch) | |
tree | 4cb320c778216bcc44ed7ded79aa2196c9a05098 /scilab/modules/data_structures | |
parent | 4c2ddb30796f387ea7c195946dc18186809119a4 (diff) | |
download | scilab-ae0d9ed5870bf77b15ba6eeaba66e5a316e755d0.zip scilab-ae0d9ed5870bf77b15ba6eeaba66e5a316e755d0.tar.gz |
remove warnings about VCWebServiceProxyGeneratorTool and Detect64BitPortabilityProblems no more supported in VS 2010
Change-Id: I5275e77f7440abec599e246c539d7cbf833fc8a6
Diffstat (limited to 'scilab/modules/data_structures')
-rw-r--r-- | scilab/modules/data_structures/src/c/data_structures.vcproj | 24 | ||||
-rw-r--r-- | scilab/modules/data_structures/src/fortran/data_structures_f2c.vcproj | 16 |
2 files changed, 14 insertions, 26 deletions
diff --git a/scilab/modules/data_structures/src/c/data_structures.vcproj b/scilab/modules/data_structures/src/c/data_structures.vcproj index a6c2657..1a67642 100644 --- a/scilab/modules/data_structures/src/c/data_structures.vcproj +++ b/scilab/modules/data_structures/src/c/data_structures.vcproj | |||
@@ -35,9 +35,7 @@ | |||
35 | <Tool | 35 | <Tool |
36 | Name="VCXMLDataGeneratorTool" | 36 | Name="VCXMLDataGeneratorTool" |
37 | /> | 37 | /> |
38 | <Tool | 38 | |
39 | Name="VCWebServiceProxyGeneratorTool" | ||
40 | /> | ||
41 | <Tool | 39 | <Tool |
42 | Name="VCMIDLTool" | 40 | Name="VCMIDLTool" |
43 | /> | 41 | /> |
@@ -56,7 +54,7 @@ | |||
56 | ProgramDataBaseFileName="$(ConfigurationName)/" | 54 | ProgramDataBaseFileName="$(ConfigurationName)/" |
57 | WarningLevel="3" | 55 | WarningLevel="3" |
58 | SuppressStartupBanner="true" | 56 | SuppressStartupBanner="true" |
59 | Detect64BitPortabilityProblems="false" | 57 | |
60 | DebugInformationFormat="3" | 58 | DebugInformationFormat="3" |
61 | CompileAs="0" | 59 | CompileAs="0" |
62 | /> | 60 | /> |
@@ -111,9 +109,7 @@ | |||
111 | <Tool | 109 | <Tool |
112 | Name="VCXMLDataGeneratorTool" | 110 | Name="VCXMLDataGeneratorTool" |
113 | /> | 111 | /> |
114 | <Tool | 112 | |
115 | Name="VCWebServiceProxyGeneratorTool" | ||
116 | /> | ||
117 | <Tool | 113 | <Tool |
118 | Name="VCMIDLTool" | 114 | Name="VCMIDLTool" |
119 | TargetEnvironment="3" | 115 | TargetEnvironment="3" |
@@ -132,7 +128,7 @@ | |||
132 | ProgramDataBaseFileName="$(ConfigurationName)/" | 128 | ProgramDataBaseFileName="$(ConfigurationName)/" |
133 | WarningLevel="3" | 129 | WarningLevel="3" |
134 | SuppressStartupBanner="true" | 130 | SuppressStartupBanner="true" |
135 | Detect64BitPortabilityProblems="false" | 131 | |
136 | DebugInformationFormat="3" | 132 | DebugInformationFormat="3" |
137 | CompileAs="0" | 133 | CompileAs="0" |
138 | /> | 134 | /> |
@@ -187,9 +183,7 @@ | |||
187 | <Tool | 183 | <Tool |
188 | Name="VCXMLDataGeneratorTool" | 184 | Name="VCXMLDataGeneratorTool" |
189 | /> | 185 | /> |
190 | <Tool | 186 | |
191 | Name="VCWebServiceProxyGeneratorTool" | ||
192 | /> | ||
193 | <Tool | 187 | <Tool |
194 | Name="VCMIDLTool" | 188 | Name="VCMIDLTool" |
195 | /> | 189 | /> |
@@ -212,7 +206,7 @@ | |||
212 | ProgramDataBaseFileName="$(ConfigurationName)/" | 206 | ProgramDataBaseFileName="$(ConfigurationName)/" |
213 | WarningLevel="3" | 207 | WarningLevel="3" |
214 | SuppressStartupBanner="true" | 208 | SuppressStartupBanner="true" |
215 | Detect64BitPortabilityProblems="false" | 209 | |
216 | CompileAs="0" | 210 | CompileAs="0" |
217 | /> | 211 | /> |
218 | <Tool | 212 | <Tool |
@@ -266,9 +260,7 @@ | |||
266 | <Tool | 260 | <Tool |
267 | Name="VCXMLDataGeneratorTool" | 261 | Name="VCXMLDataGeneratorTool" |
268 | /> | 262 | /> |
269 | <Tool | 263 | |
270 | Name="VCWebServiceProxyGeneratorTool" | ||
271 | /> | ||
272 | <Tool | 264 | <Tool |
273 | Name="VCMIDLTool" | 265 | Name="VCMIDLTool" |
274 | TargetEnvironment="3" | 266 | TargetEnvironment="3" |
@@ -291,7 +283,7 @@ | |||
291 | ProgramDataBaseFileName="$(ConfigurationName)/" | 283 | ProgramDataBaseFileName="$(ConfigurationName)/" |
292 | WarningLevel="3" | 284 | WarningLevel="3" |
293 | SuppressStartupBanner="true" | 285 | SuppressStartupBanner="true" |
294 | Detect64BitPortabilityProblems="false" | 286 | |
295 | CompileAs="0" | 287 | CompileAs="0" |
296 | /> | 288 | /> |
297 | <Tool | 289 | <Tool |
diff --git a/scilab/modules/data_structures/src/fortran/data_structures_f2c.vcproj b/scilab/modules/data_structures/src/fortran/data_structures_f2c.vcproj index 963535a..29e8a02d 100644 --- a/scilab/modules/data_structures/src/fortran/data_structures_f2c.vcproj +++ b/scilab/modules/data_structures/src/fortran/data_structures_f2c.vcproj | |||
@@ -61,7 +61,7 @@ | |||
61 | RuntimeLibrary="3" | 61 | RuntimeLibrary="3" |
62 | UsePrecompiledHeader="0" | 62 | UsePrecompiledHeader="0" |
63 | WarningLevel="3" | 63 | WarningLevel="3" |
64 | Detect64BitPortabilityProblems="false" | 64 | |
65 | DebugInformationFormat="3" | 65 | DebugInformationFormat="3" |
66 | /> | 66 | /> |
67 | <Tool | 67 | <Tool |
@@ -123,9 +123,7 @@ | |||
123 | <Tool | 123 | <Tool |
124 | Name="VCXMLDataGeneratorTool" | 124 | Name="VCXMLDataGeneratorTool" |
125 | /> | 125 | /> |
126 | <Tool | 126 | |
127 | Name="VCWebServiceProxyGeneratorTool" | ||
128 | /> | ||
129 | <Tool | 127 | <Tool |
130 | Name="VCMIDLTool" | 128 | Name="VCMIDLTool" |
131 | TargetEnvironment="3" | 129 | TargetEnvironment="3" |
@@ -140,7 +138,7 @@ | |||
140 | RuntimeLibrary="3" | 138 | RuntimeLibrary="3" |
141 | UsePrecompiledHeader="0" | 139 | UsePrecompiledHeader="0" |
142 | WarningLevel="3" | 140 | WarningLevel="3" |
143 | Detect64BitPortabilityProblems="false" | 141 | |
144 | DebugInformationFormat="3" | 142 | DebugInformationFormat="3" |
145 | /> | 143 | /> |
146 | <Tool | 144 | <Tool |
@@ -213,7 +211,7 @@ | |||
213 | RuntimeLibrary="2" | 211 | RuntimeLibrary="2" |
214 | UsePrecompiledHeader="0" | 212 | UsePrecompiledHeader="0" |
215 | WarningLevel="3" | 213 | WarningLevel="3" |
216 | Detect64BitPortabilityProblems="false" | 214 | |
217 | DebugInformationFormat="3" | 215 | DebugInformationFormat="3" |
218 | /> | 216 | /> |
219 | <Tool | 217 | <Tool |
@@ -276,9 +274,7 @@ | |||
276 | <Tool | 274 | <Tool |
277 | Name="VCXMLDataGeneratorTool" | 275 | Name="VCXMLDataGeneratorTool" |
278 | /> | 276 | /> |
279 | <Tool | 277 | |
280 | Name="VCWebServiceProxyGeneratorTool" | ||
281 | /> | ||
282 | <Tool | 278 | <Tool |
283 | Name="VCMIDLTool" | 279 | Name="VCMIDLTool" |
284 | TargetEnvironment="3" | 280 | TargetEnvironment="3" |
@@ -291,7 +287,7 @@ | |||
291 | RuntimeLibrary="2" | 287 | RuntimeLibrary="2" |
292 | UsePrecompiledHeader="0" | 288 | UsePrecompiledHeader="0" |
293 | WarningLevel="3" | 289 | WarningLevel="3" |
294 | Detect64BitPortabilityProblems="false" | 290 | |
295 | DebugInformationFormat="3" | 291 | DebugInformationFormat="3" |
296 | /> | 292 | /> |
297 | <Tool | 293 | <Tool |