source: nscp/trunk/modules/RemoteConfiguration/RemoteConfiguration.vcproj @ 7b51081

Last change on this file since 7b51081 was 7b51081, checked in by Michael Medin <michael@…>, 6 years ago

Getting ready for the 0.2.7 release, a few minor fixes here and there...

  • Property mode set to 100644
File size: 18.5 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="Debug|x64"
103                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
104                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
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                                TargetEnvironment="3"
124                        />
125                        <Tool
126                                Name="VCCLCompilerTool"
127                                Optimization="0"
128                                AdditionalIncludeDirectories="../include;../../include"
129                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1"
130                                MinimalRebuild="true"
131                                BasicRuntimeChecks="3"
132                                RuntimeLibrary="3"
133                                UsePrecompiledHeader="2"
134                                WarningLevel="3"
135                                Detect64BitPortabilityProblems="true"
136                                DebugInformationFormat="3"
137                        />
138                        <Tool
139                                Name="VCManagedResourceCompilerTool"
140                        />
141                        <Tool
142                                Name="VCResourceCompilerTool"
143                        />
144                        <Tool
145                                Name="VCPreLinkEventTool"
146                        />
147                        <Tool
148                                Name="VCLinkerTool"
149                                OutputFile="../../Debug/modules/$(ProjectName).dll"
150                                LinkIncremental="2"
151                                ModuleDefinitionFile="RemoteConfiguration.def"
152                                GenerateDebugInformation="true"
153                                ProgramDatabaseFile="$(OutDir)/RemoteConfiguration.pdb"
154                                SubSystem="2"
155                                ImportLibrary="$(OutDir)/RemoteConfiguration.lib"
156                                TargetMachine="17"
157                        />
158                        <Tool
159                                Name="VCALinkTool"
160                        />
161                        <Tool
162                                Name="VCManifestTool"
163                        />
164                        <Tool
165                                Name="VCXDCMakeTool"
166                        />
167                        <Tool
168                                Name="VCBscMakeTool"
169                        />
170                        <Tool
171                                Name="VCFxCopTool"
172                        />
173                        <Tool
174                                Name="VCAppVerifierTool"
175                        />
176                        <Tool
177                                Name="VCWebDeploymentTool"
178                        />
179                        <Tool
180                                Name="VCPostBuildEventTool"
181                        />
182                </Configuration>
183                <Configuration
184                        Name="Release|Win32"
185                        OutputDirectory="Release"
186                        IntermediateDirectory="Release"
187                        ConfigurationType="2"
188                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
189                        CharacterSet="2"
190                        >
191                        <Tool
192                                Name="VCPreBuildEventTool"
193                        />
194                        <Tool
195                                Name="VCCustomBuildTool"
196                        />
197                        <Tool
198                                Name="VCXMLDataGeneratorTool"
199                        />
200                        <Tool
201                                Name="VCWebServiceProxyGeneratorTool"
202                        />
203                        <Tool
204                                Name="VCMIDLTool"
205                        />
206                        <Tool
207                                Name="VCCLCompilerTool"
208                                AdditionalIncludeDirectories="../include;../../include"
209                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS; _CRT_SECURE_NO_DEPRECATE"
210                                RuntimeLibrary="0"
211                                UsePrecompiledHeader="2"
212                                WarningLevel="3"
213                                Detect64BitPortabilityProblems="true"
214                                DebugInformationFormat="3"
215                        />
216                        <Tool
217                                Name="VCManagedResourceCompilerTool"
218                        />
219                        <Tool
220                                Name="VCResourceCompilerTool"
221                        />
222                        <Tool
223                                Name="VCPreLinkEventTool"
224                        />
225                        <Tool
226                                Name="VCLinkerTool"
227                                OutputFile="../../Release/modules/$(ProjectName).dll"
228                                LinkIncremental="1"
229                                ModuleDefinitionFile="RemoteConfiguration.def"
230                                GenerateDebugInformation="false"
231                                SubSystem="2"
232                                OptimizeReferences="2"
233                                EnableCOMDATFolding="2"
234                                ImportLibrary="$(OutDir)/RemoteConfiguration.lib"
235                                TargetMachine="1"
236                        />
237                        <Tool
238                                Name="VCALinkTool"
239                        />
240                        <Tool
241                                Name="VCManifestTool"
242                        />
243                        <Tool
244                                Name="VCXDCMakeTool"
245                        />
246                        <Tool
247                                Name="VCBscMakeTool"
248                        />
249                        <Tool
250                                Name="VCFxCopTool"
251                        />
252                        <Tool
253                                Name="VCAppVerifierTool"
254                        />
255                        <Tool
256                                Name="VCWebDeploymentTool"
257                        />
258                        <Tool
259                                Name="VCPostBuildEventTool"
260                        />
261                </Configuration>
262                <Configuration
263                        Name="Release|x64"
264                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
265                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
266                        ConfigurationType="2"
267                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
268                        CharacterSet="2"
269                        >
270                        <Tool
271                                Name="VCPreBuildEventTool"
272                        />
273                        <Tool
274                                Name="VCCustomBuildTool"
275                        />
276                        <Tool
277                                Name="VCXMLDataGeneratorTool"
278                        />
279                        <Tool
280                                Name="VCWebServiceProxyGeneratorTool"
281                        />
282                        <Tool
283                                Name="VCMIDLTool"
284                                TargetEnvironment="3"
285                        />
286                        <Tool
287                                Name="VCCLCompilerTool"
288                                AdditionalIncludeDirectories="../include;../../include"
289                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
290                                RuntimeLibrary="2"
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="../../Release/modules/$(ProjectName).dll"
308                                LinkIncremental="1"
309                                ModuleDefinitionFile="RemoteConfiguration.def"
310                                GenerateDebugInformation="true"
311                                SubSystem="2"
312                                OptimizeReferences="2"
313                                EnableCOMDATFolding="2"
314                                ImportLibrary="$(OutDir)/RemoteConfiguration.lib"
315                                TargetMachine="17"
316                        />
317                        <Tool
318                                Name="VCALinkTool"
319                        />
320                        <Tool
321                                Name="VCManifestTool"
322                        />
323                        <Tool
324                                Name="VCXDCMakeTool"
325                        />
326                        <Tool
327                                Name="VCBscMakeTool"
328                        />
329                        <Tool
330                                Name="VCFxCopTool"
331                        />
332                        <Tool
333                                Name="VCAppVerifierTool"
334                        />
335                        <Tool
336                                Name="VCWebDeploymentTool"
337                        />
338                        <Tool
339                                Name="VCPostBuildEventTool"
340                        />
341                </Configuration>
342                <Configuration
343                        Name="Distribution|Win32"
344                        OutputDirectory="$(ConfigurationName)"
345                        IntermediateDirectory="$(ConfigurationName)"
346                        ConfigurationType="2"
347                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
348                        CharacterSet="2"
349                        >
350                        <Tool
351                                Name="VCPreBuildEventTool"
352                        />
353                        <Tool
354                                Name="VCCustomBuildTool"
355                        />
356                        <Tool
357                                Name="VCXMLDataGeneratorTool"
358                        />
359                        <Tool
360                                Name="VCWebServiceProxyGeneratorTool"
361                        />
362                        <Tool
363                                Name="VCMIDLTool"
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="../../Dist/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="1"
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                <Configuration
502                        Name="Nightly|Win32"
503                        OutputDirectory="$(ConfigurationName)"
504                        IntermediateDirectory="$(ConfigurationName)"
505                        ConfigurationType="2"
506                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
507                        CharacterSet="2"
508                        >
509                        <Tool
510                                Name="VCPreBuildEventTool"
511                        />
512                        <Tool
513                                Name="VCCustomBuildTool"
514                        />
515                        <Tool
516                                Name="VCXMLDataGeneratorTool"
517                        />
518                        <Tool
519                                Name="VCWebServiceProxyGeneratorTool"
520                        />
521                        <Tool
522                                Name="VCMIDLTool"
523                        />
524                        <Tool
525                                Name="VCCLCompilerTool"
526                                AdditionalIncludeDirectories="../include;../../include"
527                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
528                                RuntimeLibrary="0"
529                                UsePrecompiledHeader="2"
530                                WarningLevel="3"
531                                Detect64BitPortabilityProblems="true"
532                                DebugInformationFormat="3"
533                        />
534                        <Tool
535                                Name="VCManagedResourceCompilerTool"
536                        />
537                        <Tool
538                                Name="VCResourceCompilerTool"
539                        />
540                        <Tool
541                                Name="VCPreLinkEventTool"
542                        />
543                        <Tool
544                                Name="VCLinkerTool"
545                                OutputFile="../../Dist/modules/$(ProjectName).dll"
546                                LinkIncremental="1"
547                                ModuleDefinitionFile="RemoteConfiguration.def"
548                                GenerateDebugInformation="true"
549                                SubSystem="2"
550                                OptimizeReferences="2"
551                                EnableCOMDATFolding="2"
552                                ImportLibrary="$(OutDir)/RemoteConfiguration.lib"
553                                TargetMachine="1"
554                        />
555                        <Tool
556                                Name="VCALinkTool"
557                        />
558                        <Tool
559                                Name="VCManifestTool"
560                        />
561                        <Tool
562                                Name="VCXDCMakeTool"
563                        />
564                        <Tool
565                                Name="VCBscMakeTool"
566                        />
567                        <Tool
568                                Name="VCFxCopTool"
569                        />
570                        <Tool
571                                Name="VCAppVerifierTool"
572                        />
573                        <Tool
574                                Name="VCWebDeploymentTool"
575                        />
576                        <Tool
577                                Name="VCPostBuildEventTool"
578                        />
579                </Configuration>
580                <Configuration
581                        Name="Nightly|x64"
582                        OutputDirectory="$(PlatformName)\$(ConfigurationName)"
583                        IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
584                        ConfigurationType="2"
585                        InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
586                        CharacterSet="2"
587                        >
588                        <Tool
589                                Name="VCPreBuildEventTool"
590                        />
591                        <Tool
592                                Name="VCCustomBuildTool"
593                        />
594                        <Tool
595                                Name="VCXMLDataGeneratorTool"
596                        />
597                        <Tool
598                                Name="VCWebServiceProxyGeneratorTool"
599                        />
600                        <Tool
601                                Name="VCMIDLTool"
602                                TargetEnvironment="3"
603                        />
604                        <Tool
605                                Name="VCCLCompilerTool"
606                                AdditionalIncludeDirectories="../include;../../include"
607                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
608                                RuntimeLibrary="2"
609                                UsePrecompiledHeader="2"
610                                WarningLevel="3"
611                                Detect64BitPortabilityProblems="true"
612                                DebugInformationFormat="3"
613                        />
614                        <Tool
615                                Name="VCManagedResourceCompilerTool"
616                        />
617                        <Tool
618                                Name="VCResourceCompilerTool"
619                        />
620                        <Tool
621                                Name="VCPreLinkEventTool"
622                        />
623                        <Tool
624                                Name="VCLinkerTool"
625                                OutputFile="../../Dist/modules/$(ProjectName).dll"
626                                LinkIncremental="1"
627                                ModuleDefinitionFile="RemoteConfiguration.def"
628                                GenerateDebugInformation="true"
629                                SubSystem="2"
630                                OptimizeReferences="2"
631                                EnableCOMDATFolding="2"
632                                ImportLibrary="$(OutDir)/RemoteConfiguration.lib"
633                                TargetMachine="17"
634                        />
635                        <Tool
636                                Name="VCALinkTool"
637                        />
638                        <Tool
639                                Name="VCManifestTool"
640                        />
641                        <Tool
642                                Name="VCXDCMakeTool"
643                        />
644                        <Tool
645                                Name="VCBscMakeTool"
646                        />
647                        <Tool
648                                Name="VCFxCopTool"
649                        />
650                        <Tool
651                                Name="VCAppVerifierTool"
652                        />
653                        <Tool
654                                Name="VCWebDeploymentTool"
655                        />
656                        <Tool
657                                Name="VCPostBuildEventTool"
658                        />
659                </Configuration>
660        </Configurations>
661        <References>
662        </References>
663        <Files>
664                <Filter
665                        Name="Source Files"
666                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
667                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
668                        >
669                        <File
670                                RelativePath="..\..\include\arrayBuffer.cpp"
671                                >
672                        </File>
673                        <File
674                                RelativePath="..\..\include\NSCHelper.cpp"
675                                >
676                        </File>
677                        <File
678                                RelativePath=".\RemoteConfiguration.cpp"
679                                >
680                        </File>
681                        <File
682                                RelativePath=".\RemoteConfiguration.def"
683                                >
684                        </File>
685                        <File
686                                RelativePath=".\stdafx.cpp"
687                                >
688                                <FileConfiguration
689                                        Name="Debug|Win32"
690                                        >
691                                        <Tool
692                                                Name="VCCLCompilerTool"
693                                                UsePrecompiledHeader="1"
694                                        />
695                                </FileConfiguration>
696                                <FileConfiguration
697                                        Name="Debug|x64"
698                                        >
699                                        <Tool
700                                                Name="VCCLCompilerTool"
701                                                UsePrecompiledHeader="1"
702                                        />
703                                </FileConfiguration>
704                                <FileConfiguration
705                                        Name="Release|Win32"
706                                        >
707                                        <Tool
708                                                Name="VCCLCompilerTool"
709                                                UsePrecompiledHeader="1"
710                                        />
711                                </FileConfiguration>
712                                <FileConfiguration
713                                        Name="Release|x64"
714                                        >
715                                        <Tool
716                                                Name="VCCLCompilerTool"
717                                                UsePrecompiledHeader="1"
718                                        />
719                                </FileConfiguration>
720                                <FileConfiguration
721                                        Name="Distribution|Win32"
722                                        >
723                                        <Tool
724                                                Name="VCCLCompilerTool"
725                                                UsePrecompiledHeader="1"
726                                        />
727                                </FileConfiguration>
728                                <FileConfiguration
729                                        Name="Distribution|x64"
730                                        >
731                                        <Tool
732                                                Name="VCCLCompilerTool"
733                                                UsePrecompiledHeader="1"
734                                        />
735                                </FileConfiguration>
736                                <FileConfiguration
737                                        Name="Nightly|Win32"
738                                        >
739                                        <Tool
740                                                Name="VCCLCompilerTool"
741                                                UsePrecompiledHeader="1"
742                                        />
743                                </FileConfiguration>
744                                <FileConfiguration
745                                        Name="Nightly|x64"
746                                        >
747                                        <Tool
748                                                Name="VCCLCompilerTool"
749                                                UsePrecompiledHeader="1"
750                                        />
751                                </FileConfiguration>
752                        </File>
753                        <File
754                                RelativePath="..\..\include\utils.cpp"
755                                >
756                                <FileConfiguration
757                                        Name="Debug|Win32"
758                                        >
759                                        <Tool
760                                                Name="VCCLCompilerTool"
761                                                UsePrecompiledHeader="0"
762                                        />
763                                </FileConfiguration>
764                                <FileConfiguration
765                                        Name="Debug|x64"
766                                        >
767                                        <Tool
768                                                Name="VCCLCompilerTool"
769                                                UsePrecompiledHeader="0"
770                                        />
771                                </FileConfiguration>
772                                <FileConfiguration
773                                        Name="Release|Win32"
774                                        >
775                                        <Tool
776                                                Name="VCCLCompilerTool"
777                                                UsePrecompiledHeader="0"
778                                        />
779                                </FileConfiguration>
780                                <FileConfiguration
781                                        Name="Release|x64"
782                                        >
783                                        <Tool
784                                                Name="VCCLCompilerTool"
785                                                UsePrecompiledHeader="0"
786                                        />
787                                </FileConfiguration>
788                                <FileConfiguration
789                                        Name="Distribution|Win32"
790                                        >
791                                        <Tool
792                                                Name="VCCLCompilerTool"
793                                                UsePrecompiledHeader="0"
794                                        />
795                                </FileConfiguration>
796                                <FileConfiguration
797                                        Name="Distribution|x64"
798                                        >
799                                        <Tool
800                                                Name="VCCLCompilerTool"
801                                                UsePrecompiledHeader="0"
802                                        />
803                                </FileConfiguration>
804                                <FileConfiguration
805                                        Name="Nightly|Win32"
806                                        >
807                                        <Tool
808                                                Name="VCCLCompilerTool"
809                                                UsePrecompiledHeader="0"
810                                        />
811                                </FileConfiguration>
812                                <FileConfiguration
813                                        Name="Nightly|x64"
814                                        >
815                                        <Tool
816                                                Name="VCCLCompilerTool"
817                                                UsePrecompiledHeader="0"
818                                        />
819                                </FileConfiguration>
820                        </File>
821                </Filter>
822                <Filter
823                        Name="Header Files"
824                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
825                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
826                        >
827                        <File
828                                RelativePath="..\..\include\checkHelpers.hpp"
829                                >
830                        </File>
831                        <File
832                                RelativePath="..\..\include\NSCHelper.h"
833                                >
834                        </File>
835                        <File
836                                RelativePath=".\RemoteConfiguration.h"
837                                >
838                        </File>
839                        <File
840                                RelativePath=".\stdafx.h"
841                                >
842                        </File>
843                        <File
844                                RelativePath="..\..\include\utils.h"
845                                >
846                        </File>
847                </Filter>
848                <Filter
849                        Name="Resource Files"
850                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
851                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
852                        >
853                </Filter>
854                <Filter
855                        Name="NewFolder1"
856                        >
857                </Filter>
858                <File
859                        RelativePath=".\ReadMe.txt"
860                        >
861                </File>
862        </Files>
863        <Globals>
864        </Globals>
865</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.