source: nscp/modules/RemoteConfiguration/RemoteConfiguration.vcproj @ 1a22e52

0.4.00.4.10.4.2stable
Last change on this file since 1a22e52 was 1a22e52, checked in by Michael Medin <michael@…>, 7 years ago

Fixed some more VC8 aissues and added some missing file...

  • Property mode set to 100644
File size: 14.4 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8.00"
5        Name="RemoteConfiguration"
6        ProjectGUID="{626EB00E-A4D2-4B02-9BF4-4C655CA2B7E4}"
7        Keyword="Win32Proj"
8        >
9        <Platforms>
10                <Platform
11                        Name="Win32"
12                />
13                <Platform
14                        Name="x64"
15                />
16        </Platforms>
17        <ToolFiles>
18        </ToolFiles>
19        <Configurations>
20                <Configuration
21                        Name="Debug|Win32"
22                        OutputDirectory="Debug"
23                        IntermediateDirectory="Debug"
24                        ConfigurationType="2"
25                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
26                        CharacterSet="2"
27                        >
28                        <Tool
29                                Name="VCPreBuildEventTool"
30                        />
31                        <Tool
32                                Name="VCCustomBuildTool"
33                        />
34                        <Tool
35                                Name="VCXMLDataGeneratorTool"
36                        />
37                        <Tool
38                                Name="VCWebServiceProxyGeneratorTool"
39                        />
40                        <Tool
41                                Name="VCMIDLTool"
42                        />
43                        <Tool
44                                Name="VCCLCompilerTool"
45                                Optimization="0"
46                                AdditionalIncludeDirectories="../include;../../include"
47                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1"
48                                MinimalRebuild="true"
49                                BasicRuntimeChecks="3"
50                                RuntimeLibrary="3"
51                                UsePrecompiledHeader="2"
52                                WarningLevel="3"
53                                Detect64BitPortabilityProblems="true"
54                                DebugInformationFormat="4"
55                        />
56                        <Tool
57                                Name="VCManagedResourceCompilerTool"
58                        />
59                        <Tool
60                                Name="VCResourceCompilerTool"
61                        />
62                        <Tool
63                                Name="VCPreLinkEventTool"
64                        />
65                        <Tool
66                                Name="VCLinkerTool"
67                                OutputFile="../../Debug/modules/$(ProjectName).dll"
68                                LinkIncremental="2"
69                                ModuleDefinitionFile="RemoteConfiguration.def"
70                                GenerateDebugInformation="true"
71                                ProgramDatabaseFile="$(OutDir)/RemoteConfiguration.pdb"
72                                SubSystem="2"
73                                ImportLibrary="$(OutDir)/RemoteConfiguration.lib"
74                                TargetMachine="1"
75                        />
76                        <Tool
77                                Name="VCALinkTool"
78                        />
79                        <Tool
80                                Name="VCManifestTool"
81                        />
82                        <Tool
83                                Name="VCXDCMakeTool"
84                        />
85                        <Tool
86                                Name="VCBscMakeTool"
87                        />
88                        <Tool
89                                Name="VCFxCopTool"
90                        />
91                        <Tool
92                                Name="VCAppVerifierTool"
93                        />
94                        <Tool
95                                Name="VCWebDeploymentTool"
96                        />
97                        <Tool
98                                Name="VCPostBuildEventTool"
99                        />
100                </Configuration>
101                <Configuration
102                        Name="Release|Win32"
103                        OutputDirectory="Release"
104                        IntermediateDirectory="Release"
105                        ConfigurationType="2"
106                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
107                        CharacterSet="2"
108                        >
109                        <Tool
110                                Name="VCPreBuildEventTool"
111                        />
112                        <Tool
113                                Name="VCCustomBuildTool"
114                        />
115                        <Tool
116                                Name="VCXMLDataGeneratorTool"
117                        />
118                        <Tool
119                                Name="VCWebServiceProxyGeneratorTool"
120                        />
121                        <Tool
122                                Name="VCMIDLTool"
123                        />
124                        <Tool
125                                Name="VCCLCompilerTool"
126                                AdditionalIncludeDirectories="../include;../../include"
127                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
128                                RuntimeLibrary="2"
129                                UsePrecompiledHeader="2"
130                                WarningLevel="3"
131                                Detect64BitPortabilityProblems="true"
132                                DebugInformationFormat="3"
133                        />
134                        <Tool
135                                Name="VCManagedResourceCompilerTool"
136                        />
137                        <Tool
138                                Name="VCResourceCompilerTool"
139                        />
140                        <Tool
141                                Name="VCPreLinkEventTool"
142                        />
143                        <Tool
144                                Name="VCLinkerTool"
145                                OutputFile="../../Release/modules/$(ProjectName).dll"
146                                LinkIncremental="1"
147                                ModuleDefinitionFile="RemoteConfiguration.def"
148                                GenerateDebugInformation="true"
149                                SubSystem="2"
150                                OptimizeReferences="2"
151                                EnableCOMDATFolding="2"
152                                ImportLibrary="$(OutDir)/RemoteConfiguration.lib"
153                                TargetMachine="1"
154                        />
155                        <Tool
156                                Name="VCALinkTool"
157                        />
158                        <Tool
159                                Name="VCManifestTool"
160                        />
161                        <Tool
162                                Name="VCXDCMakeTool"
163                        />
164                        <Tool
165                                Name="VCBscMakeTool"
166                        />
167                        <Tool
168                                Name="VCFxCopTool"
169                        />
170                        <Tool
171                                Name="VCAppVerifierTool"
172                        />
173                        <Tool
174                                Name="VCWebDeploymentTool"
175                        />
176                        <Tool
177                                Name="VCPostBuildEventTool"
178                        />
179                </Configuration>
180                <Configuration
181                        Name="Distribution|Win32"
182                        OutputDirectory="$(ConfigurationName)"
183                        IntermediateDirectory="$(ConfigurationName)"
184                        ConfigurationType="2"
185                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
186                        CharacterSet="2"
187                        >
188                        <Tool
189                                Name="VCPreBuildEventTool"
190                        />
191                        <Tool
192                                Name="VCCustomBuildTool"
193                        />
194                        <Tool
195                                Name="VCXMLDataGeneratorTool"
196                        />
197                        <Tool
198                                Name="VCWebServiceProxyGeneratorTool"
199                        />
200                        <Tool
201                                Name="VCMIDLTool"
202                        />
203                        <Tool
204                                Name="VCCLCompilerTool"
205                                AdditionalIncludeDirectories="../include;../../include"
206                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
207                                RuntimeLibrary="2"
208                                UsePrecompiledHeader="2"
209                                WarningLevel="3"
210                                Detect64BitPortabilityProblems="true"
211                                DebugInformationFormat="3"
212                        />
213                        <Tool
214                                Name="VCManagedResourceCompilerTool"
215                        />
216                        <Tool
217                                Name="VCResourceCompilerTool"
218                        />
219                        <Tool
220                                Name="VCPreLinkEventTool"
221                        />
222                        <Tool
223                                Name="VCLinkerTool"
224                                OutputFile="../../Dist/modules/$(ProjectName).dll"
225                                LinkIncremental="1"
226                                ModuleDefinitionFile="RemoteConfiguration.def"
227                                GenerateDebugInformation="true"
228                                SubSystem="2"
229                                OptimizeReferences="2"
230                                EnableCOMDATFolding="2"
231                                ImportLibrary="$(OutDir)/RemoteConfiguration.lib"
232                                TargetMachine="1"
233                        />
234                        <Tool
235                                Name="VCALinkTool"
236                        />
237                        <Tool
238                                Name="VCManifestTool"
239                        />
240                        <Tool
241                                Name="VCXDCMakeTool"
242                        />
243                        <Tool
244                                Name="VCBscMakeTool"
245                        />
246                        <Tool
247                                Name="VCFxCopTool"
248                        />
249                        <Tool
250                                Name="VCAppVerifierTool"
251                        />
252                        <Tool
253                                Name="VCWebDeploymentTool"
254                        />
255                        <Tool
256                                Name="VCPostBuildEventTool"
257                        />
258                </Configuration>
259                <Configuration
260                        Name="Debug|x64"
261                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
262                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
263                        ConfigurationType="2"
264                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
265                        CharacterSet="2"
266                        >
267                        <Tool
268                                Name="VCPreBuildEventTool"
269                        />
270                        <Tool
271                                Name="VCCustomBuildTool"
272                        />
273                        <Tool
274                                Name="VCXMLDataGeneratorTool"
275                        />
276                        <Tool
277                                Name="VCWebServiceProxyGeneratorTool"
278                        />
279                        <Tool
280                                Name="VCMIDLTool"
281                                TargetEnvironment="3"
282                        />
283                        <Tool
284                                Name="VCCLCompilerTool"
285                                Optimization="0"
286                                AdditionalIncludeDirectories="../include;../../include"
287                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1"
288                                MinimalRebuild="true"
289                                BasicRuntimeChecks="3"
290                                RuntimeLibrary="3"
291                                UsePrecompiledHeader="2"
292                                WarningLevel="3"
293                                Detect64BitPortabilityProblems="true"
294                                DebugInformationFormat="3"
295                        />
296                        <Tool
297                                Name="VCManagedResourceCompilerTool"
298                        />
299                        <Tool
300                                Name="VCResourceCompilerTool"
301                        />
302                        <Tool
303                                Name="VCPreLinkEventTool"
304                        />
305                        <Tool
306                                Name="VCLinkerTool"
307                                OutputFile="../../Debug/modules/$(ProjectName).dll"
308                                LinkIncremental="2"
309                                ModuleDefinitionFile="RemoteConfiguration.def"
310                                GenerateDebugInformation="true"
311                                ProgramDatabaseFile="$(OutDir)/RemoteConfiguration.pdb"
312                                SubSystem="2"
313                                ImportLibrary="$(OutDir)/RemoteConfiguration.lib"
314                                TargetMachine="17"
315                        />
316                        <Tool
317                                Name="VCALinkTool"
318                        />
319                        <Tool
320                                Name="VCManifestTool"
321                        />
322                        <Tool
323                                Name="VCXDCMakeTool"
324                        />
325                        <Tool
326                                Name="VCBscMakeTool"
327                        />
328                        <Tool
329                                Name="VCFxCopTool"
330                        />
331                        <Tool
332                                Name="VCAppVerifierTool"
333                        />
334                        <Tool
335                                Name="VCWebDeploymentTool"
336                        />
337                        <Tool
338                                Name="VCPostBuildEventTool"
339                        />
340                </Configuration>
341                <Configuration
342                        Name="Release|x64"
343                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
344                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
345                        ConfigurationType="2"
346                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
347                        CharacterSet="2"
348                        >
349                        <Tool
350                                Name="VCPreBuildEventTool"
351                        />
352                        <Tool
353                                Name="VCCustomBuildTool"
354                        />
355                        <Tool
356                                Name="VCXMLDataGeneratorTool"
357                        />
358                        <Tool
359                                Name="VCWebServiceProxyGeneratorTool"
360                        />
361                        <Tool
362                                Name="VCMIDLTool"
363                                TargetEnvironment="3"
364                        />
365                        <Tool
366                                Name="VCCLCompilerTool"
367                                AdditionalIncludeDirectories="../include;../../include"
368                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
369                                RuntimeLibrary="2"
370                                UsePrecompiledHeader="2"
371                                WarningLevel="3"
372                                Detect64BitPortabilityProblems="true"
373                                DebugInformationFormat="3"
374                        />
375                        <Tool
376                                Name="VCManagedResourceCompilerTool"
377                        />
378                        <Tool
379                                Name="VCResourceCompilerTool"
380                        />
381                        <Tool
382                                Name="VCPreLinkEventTool"
383                        />
384                        <Tool
385                                Name="VCLinkerTool"
386                                OutputFile="../../Release/modules/$(ProjectName).dll"
387                                LinkIncremental="1"
388                                ModuleDefinitionFile="RemoteConfiguration.def"
389                                GenerateDebugInformation="true"
390                                SubSystem="2"
391                                OptimizeReferences="2"
392                                EnableCOMDATFolding="2"
393                                ImportLibrary="$(OutDir)/RemoteConfiguration.lib"
394                                TargetMachine="17"
395                        />
396                        <Tool
397                                Name="VCALinkTool"
398                        />
399                        <Tool
400                                Name="VCManifestTool"
401                        />
402                        <Tool
403                                Name="VCXDCMakeTool"
404                        />
405                        <Tool
406                                Name="VCBscMakeTool"
407                        />
408                        <Tool
409                                Name="VCFxCopTool"
410                        />
411                        <Tool
412                                Name="VCAppVerifierTool"
413                        />
414                        <Tool
415                                Name="VCWebDeploymentTool"
416                        />
417                        <Tool
418                                Name="VCPostBuildEventTool"
419                        />
420                </Configuration>
421                <Configuration
422                        Name="Distribution|x64"
423                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
424                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
425                        ConfigurationType="2"
426                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
427                        CharacterSet="2"
428                        >
429                        <Tool
430                                Name="VCPreBuildEventTool"
431                        />
432                        <Tool
433                                Name="VCCustomBuildTool"
434                        />
435                        <Tool
436                                Name="VCXMLDataGeneratorTool"
437                        />
438                        <Tool
439                                Name="VCWebServiceProxyGeneratorTool"
440                        />
441                        <Tool
442                                Name="VCMIDLTool"
443                                TargetEnvironment="3"
444                        />
445                        <Tool
446                                Name="VCCLCompilerTool"
447                                AdditionalIncludeDirectories="../include;../../include"
448                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
449                                RuntimeLibrary="2"
450                                UsePrecompiledHeader="2"
451                                WarningLevel="3"
452                                Detect64BitPortabilityProblems="true"
453                                DebugInformationFormat="3"
454                        />
455                        <Tool
456                                Name="VCManagedResourceCompilerTool"
457                        />
458                        <Tool
459                                Name="VCResourceCompilerTool"
460                        />
461                        <Tool
462                                Name="VCPreLinkEventTool"
463                        />
464                        <Tool
465                                Name="VCLinkerTool"
466                                OutputFile="../../Dist/modules/$(ProjectName).dll"
467                                LinkIncremental="1"
468                                ModuleDefinitionFile="RemoteConfiguration.def"
469                                GenerateDebugInformation="true"
470                                SubSystem="2"
471                                OptimizeReferences="2"
472                                EnableCOMDATFolding="2"
473                                ImportLibrary="$(OutDir)/RemoteConfiguration.lib"
474                                TargetMachine="17"
475                        />
476                        <Tool
477                                Name="VCALinkTool"
478                        />
479                        <Tool
480                                Name="VCManifestTool"
481                        />
482                        <Tool
483                                Name="VCXDCMakeTool"
484                        />
485                        <Tool
486                                Name="VCBscMakeTool"
487                        />
488                        <Tool
489                                Name="VCFxCopTool"
490                        />
491                        <Tool
492                                Name="VCAppVerifierTool"
493                        />
494                        <Tool
495                                Name="VCWebDeploymentTool"
496                        />
497                        <Tool
498                                Name="VCPostBuildEventTool"
499                        />
500                </Configuration>
501        </Configurations>
502        <References>
503        </References>
504        <Files>
505                <Filter
506                        Name="Source Files"
507                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
508                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
509                        >
510                        <File
511                                RelativePath="..\..\include\arrayBuffer.cpp"
512                                >
513                        </File>
514                        <File
515                                RelativePath="..\..\include\NSCHelper.cpp"
516                                >
517                        </File>
518                        <File
519                                RelativePath=".\RemoteConfiguration.cpp"
520                                >
521                        </File>
522                        <File
523                                RelativePath=".\RemoteConfiguration.def"
524                                >
525                        </File>
526                        <File
527                                RelativePath=".\stdafx.cpp"
528                                >
529                                <FileConfiguration
530                                        Name="Debug|Win32"
531                                        >
532                                        <Tool
533                                                Name="VCCLCompilerTool"
534                                                UsePrecompiledHeader="1"
535                                        />
536                                </FileConfiguration>
537                                <FileConfiguration
538                                        Name="Release|Win32"
539                                        >
540                                        <Tool
541                                                Name="VCCLCompilerTool"
542                                                UsePrecompiledHeader="1"
543                                        />
544                                </FileConfiguration>
545                                <FileConfiguration
546                                        Name="Distribution|Win32"
547                                        >
548                                        <Tool
549                                                Name="VCCLCompilerTool"
550                                                UsePrecompiledHeader="1"
551                                        />
552                                </FileConfiguration>
553                                <FileConfiguration
554                                        Name="Debug|x64"
555                                        >
556                                        <Tool
557                                                Name="VCCLCompilerTool"
558                                                UsePrecompiledHeader="1"
559                                        />
560                                </FileConfiguration>
561                                <FileConfiguration
562                                        Name="Release|x64"
563                                        >
564                                        <Tool
565                                                Name="VCCLCompilerTool"
566                                                UsePrecompiledHeader="1"
567                                        />
568                                </FileConfiguration>
569                                <FileConfiguration
570                                        Name="Distribution|x64"
571                                        >
572                                        <Tool
573                                                Name="VCCLCompilerTool"
574                                                UsePrecompiledHeader="1"
575                                        />
576                                </FileConfiguration>
577                        </File>
578                        <File
579                                RelativePath="..\..\include\utils.cpp"
580                                >
581                                <FileConfiguration
582                                        Name="Debug|Win32"
583                                        >
584                                        <Tool
585                                                Name="VCCLCompilerTool"
586                                                UsePrecompiledHeader="0"
587                                        />
588                                </FileConfiguration>
589                                <FileConfiguration
590                                        Name="Release|Win32"
591                                        >
592                                        <Tool
593                                                Name="VCCLCompilerTool"
594                                                UsePrecompiledHeader="0"
595                                        />
596                                </FileConfiguration>
597                                <FileConfiguration
598                                        Name="Distribution|Win32"
599                                        >
600                                        <Tool
601                                                Name="VCCLCompilerTool"
602                                                UsePrecompiledHeader="0"
603                                        />
604                                </FileConfiguration>
605                                <FileConfiguration
606                                        Name="Debug|x64"
607                                        >
608                                        <Tool
609                                                Name="VCCLCompilerTool"
610                                                UsePrecompiledHeader="0"
611                                        />
612                                </FileConfiguration>
613                                <FileConfiguration
614                                        Name="Release|x64"
615                                        >
616                                        <Tool
617                                                Name="VCCLCompilerTool"
618                                                UsePrecompiledHeader="0"
619                                        />
620                                </FileConfiguration>
621                                <FileConfiguration
622                                        Name="Distribution|x64"
623                                        >
624                                        <Tool
625                                                Name="VCCLCompilerTool"
626                                                UsePrecompiledHeader="0"
627                                        />
628                                </FileConfiguration>
629                        </File>
630                </Filter>
631                <Filter
632                        Name="Header Files"
633                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
634                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
635                        >
636                        <File
637                                RelativePath="..\..\include\checkHelpers.hpp"
638                                >
639                        </File>
640                        <File
641                                RelativePath="..\..\include\NSCHelper.h"
642                                >
643                        </File>
644                        <File
645                                RelativePath=".\RemoteConfiguration.h"
646                                >
647                        </File>
648                        <File
649                                RelativePath=".\stdafx.h"
650                                >
651                        </File>
652                        <File
653                                RelativePath="..\..\include\utils.h"
654                                >
655                        </File>
656                </Filter>
657                <Filter
658                        Name="Resource Files"
659                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
660                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
661                        >
662                </Filter>
663                <Filter
664                        Name="NewFolder1"
665                        >
666                </Filter>
667                <File
668                        RelativePath=".\ReadMe.txt"
669                        >
670                </File>
671        </Files>
672        <Globals>
673        </Globals>
674</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.