source: nscp/trunk/modules/NSClientCompat/NSClientCompat.vcproj @ 107bd0f

Last change on this file since 107bd0f was 107bd0f, checked in by Michael Medin <michael@…>, 8 years ago

Added ChekDIsk plugin (and some utility functions)

  • Property mode set to 100644
File size: 4.9 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="NSClientCompat"
6        ProjectGUID="{79F1F571-78A6-4B20-8BD5-0F65CD60012C}"
7        Keyword="Win32Proj">
8        <Platforms>
9                <Platform
10                        Name="Win32"/>
11        </Platforms>
12        <Configurations>
13                <Configuration
14                        Name="Debug|Win32"
15                        OutputDirectory="Debug"
16                        IntermediateDirectory="Debug"
17                        ConfigurationType="2"
18                        CharacterSet="2">
19                        <Tool
20                                Name="VCCLCompilerTool"
21                                Optimization="0"
22                                AdditionalIncludeDirectories="../include;../../include"
23                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_STATIC_LIB;_STLP_USE_MALLOC"
24                                MinimalRebuild="TRUE"
25                                BasicRuntimeChecks="3"
26                                RuntimeLibrary="1"
27                                UsePrecompiledHeader="3"
28                                WarningLevel="3"
29                                Detect64BitPortabilityProblems="TRUE"
30                                DebugInformationFormat="4"/>
31                        <Tool
32                                Name="VCCustomBuildTool"/>
33                        <Tool
34                                Name="VCLinkerTool"
35                                AdditionalDependencies="Pdh.lib"
36                                OutputFile="../../Debug/modules/$(ProjectName).dll"
37                                LinkIncremental="2"
38                                ModuleDefinitionFile="NSClientCompat.def"
39                                GenerateDebugInformation="TRUE"
40                                ProgramDatabaseFile="$(OutDir)/NSClientCompat.pdb"
41                                SubSystem="2"
42                                ImportLibrary="$(OutDir)/NSClientCompat.lib"
43                                TargetMachine="1"/>
44                        <Tool
45                                Name="VCMIDLTool"/>
46                        <Tool
47                                Name="VCPostBuildEventTool"/>
48                        <Tool
49                                Name="VCPreBuildEventTool"/>
50                        <Tool
51                                Name="VCPreLinkEventTool"/>
52                        <Tool
53                                Name="VCResourceCompilerTool"/>
54                        <Tool
55                                Name="VCWebServiceProxyGeneratorTool"/>
56                        <Tool
57                                Name="VCXMLDataGeneratorTool"/>
58                        <Tool
59                                Name="VCWebDeploymentTool"/>
60                        <Tool
61                                Name="VCManagedWrapperGeneratorTool"/>
62                        <Tool
63                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
64                </Configuration>
65                <Configuration
66                        Name="Release|Win32"
67                        OutputDirectory="Release"
68                        IntermediateDirectory="Release"
69                        ConfigurationType="2"
70                        CharacterSet="2">
71                        <Tool
72                                Name="VCCLCompilerTool"
73                                AdditionalIncludeDirectories="../include;../../include"
74                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_STLP_USE_STATIC_LIB;SYSTRAY_EXPORTS"
75                                RuntimeLibrary="0"
76                                UsePrecompiledHeader="3"
77                                WarningLevel="3"
78                                Detect64BitPortabilityProblems="TRUE"
79                                DebugInformationFormat="3"/>
80                        <Tool
81                                Name="VCCustomBuildTool"/>
82                        <Tool
83                                Name="VCLinkerTool"
84                                AdditionalDependencies="Pdh.lib"
85                                OutputFile="../../Release/modules/$(ProjectName).dll"
86                                LinkIncremental="1"
87                                ModuleDefinitionFile="NSClientCompat.def"
88                                GenerateDebugInformation="TRUE"
89                                SubSystem="2"
90                                OptimizeReferences="2"
91                                EnableCOMDATFolding="2"
92                                ImportLibrary="$(OutDir)/NSClientCompat.lib"
93                                TargetMachine="1"/>
94                        <Tool
95                                Name="VCMIDLTool"/>
96                        <Tool
97                                Name="VCPostBuildEventTool"/>
98                        <Tool
99                                Name="VCPreBuildEventTool"/>
100                        <Tool
101                                Name="VCPreLinkEventTool"/>
102                        <Tool
103                                Name="VCResourceCompilerTool"/>
104                        <Tool
105                                Name="VCWebServiceProxyGeneratorTool"/>
106                        <Tool
107                                Name="VCXMLDataGeneratorTool"/>
108                        <Tool
109                                Name="VCWebDeploymentTool"/>
110                        <Tool
111                                Name="VCManagedWrapperGeneratorTool"/>
112                        <Tool
113                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
114                </Configuration>
115        </Configurations>
116        <References>
117        </References>
118        <Files>
119                <Filter
120                        Name="Source Files"
121                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
122                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
123                        <File
124                                RelativePath="..\..\include\EnumNtSrv.cpp">
125                        </File>
126                        <File
127                                RelativePath="..\..\include\NSCHelper.cpp">
128                        </File>
129                        <File
130                                RelativePath=".\NSClientCompat.cpp">
131                        </File>
132                        <File
133                                RelativePath=".\NSClientCompat.def">
134                        </File>
135                        <File
136                                RelativePath=".\NSCommands.cpp">
137                        </File>
138                        <File
139                                RelativePath=".\PDHCollector.cpp">
140                        </File>
141                        <File
142                                RelativePath=".\stdafx.cpp">
143                                <FileConfiguration
144                                        Name="Debug|Win32">
145                                        <Tool
146                                                Name="VCCLCompilerTool"
147                                                UsePrecompiledHeader="1"/>
148                                </FileConfiguration>
149                                <FileConfiguration
150                                        Name="Release|Win32">
151                                        <Tool
152                                                Name="VCCLCompilerTool"
153                                                UsePrecompiledHeader="1"/>
154                                </FileConfiguration>
155                        </File>
156                </Filter>
157                <Filter
158                        Name="Header Files"
159                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
160                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
161                        <File
162                                RelativePath="..\..\include\EnumNtSrv.h">
163                        </File>
164                        <File
165                                RelativePath="..\..\include\NSCHelper.h">
166                        </File>
167                        <File
168                                RelativePath=".\NSClientCompat.h">
169                        </File>
170                        <File
171                                RelativePath=".\NSCommands.h">
172                        </File>
173                        <File
174                                RelativePath=".\PDHCollector.h">
175                        </File>
176                        <File
177                                RelativePath="..\..\include\PDHCollectors.h">
178                        </File>
179                        <File
180                                RelativePath=".\stdafx.h">
181                        </File>
182                        <File
183                                RelativePath="..\..\include\strEx.h">
184                        </File>
185                        <File
186                                RelativePath="..\..\include\thread.h">
187                        </File>
188                </Filter>
189                <Filter
190                        Name="Resource Files"
191                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
192                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
193                </Filter>
194                <File
195                        RelativePath=".\ReadMe.txt">
196                </File>
197        </Files>
198        <Globals>
199        </Globals>
200</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.