source: nscp/modules/SysTray/SysTray.vcproj @ 2a94f3f

0.4.00.4.10.4.2stable
Last change on this file since 2a94f3f was 2a94f3f, checked in by Michael Medin <michael@…>, 8 years ago
  • Refactored out NSCLient Listener as a separate module
  • Added initial NRPE listener module (not yet implemented only a shell)
  • Changed Module API (Inject function has new syntax)
  • Added some tokenizer function to charEx
  • Added new wrapper function to inject Command
  • Minor changes in relation to refactor work
  • Property mode set to 100644
File size: 4.4 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="SysTray"
6        ProjectGUID="{BBFF8362-C626-4838-B0A2-F695D638AD24}"
7        Keyword="Win32Proj">
8        <Platforms>
9                <Platform
10                        Name="Win32"/>
11        </Platforms>
12        <Configurations>
13                <Configuration
14                        Name="Release|Win32"
15                        OutputDirectory="$(ConfigurationName)"
16                        IntermediateDirectory="$(ConfigurationName)"
17                        ConfigurationType="2"
18                        CharacterSet="2">
19                        <Tool
20                                Name="VCCLCompilerTool"
21                                AdditionalIncludeDirectories="../include;../../include"
22                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
23                                RuntimeLibrary="2"
24                                UsePrecompiledHeader="3"
25                                WarningLevel="3"
26                                Detect64BitPortabilityProblems="TRUE"
27                                DebugInformationFormat="3"/>
28                        <Tool
29                                Name="VCCustomBuildTool"/>
30                        <Tool
31                                Name="VCLinkerTool"
32                                OutputFile="../../Release/modules/$(ProjectName).dll"
33                                LinkIncremental="1"
34                                ModuleDefinitionFile="SysTray.def"
35                                GenerateDebugInformation="TRUE"
36                                SubSystem="2"
37                                OptimizeReferences="2"
38                                EnableCOMDATFolding="2"
39                                ImportLibrary="$(OutDir)/SysTray.lib"
40                                TargetMachine="1"/>
41                        <Tool
42                                Name="VCMIDLTool"/>
43                        <Tool
44                                Name="VCPostBuildEventTool"/>
45                        <Tool
46                                Name="VCPreBuildEventTool"/>
47                        <Tool
48                                Name="VCPreLinkEventTool"/>
49                        <Tool
50                                Name="VCResourceCompilerTool"/>
51                        <Tool
52                                Name="VCWebServiceProxyGeneratorTool"/>
53                        <Tool
54                                Name="VCXMLDataGeneratorTool"/>
55                        <Tool
56                                Name="VCWebDeploymentTool"/>
57                        <Tool
58                                Name="VCManagedWrapperGeneratorTool"/>
59                        <Tool
60                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
61                </Configuration>
62                <Configuration
63                        Name="Debug|Win32"
64                        OutputDirectory="$(ConfigurationName)"
65                        IntermediateDirectory="$(ConfigurationName)"
66                        ConfigurationType="2"
67                        CharacterSet="2">
68                        <Tool
69                                Name="VCCLCompilerTool"
70                                Optimization="0"
71                                AdditionalIncludeDirectories="../include;../../include"
72                                PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_STLP_USE_NEWALLOC;_STLP_DEBUG=1"
73                                MinimalRebuild="TRUE"
74                                BasicRuntimeChecks="3"
75                                RuntimeLibrary="3"
76                                UsePrecompiledHeader="3"
77                                WarningLevel="3"
78                                Detect64BitPortabilityProblems="TRUE"
79                                DebugInformationFormat="4"/>
80                        <Tool
81                                Name="VCCustomBuildTool"/>
82                        <Tool
83                                Name="VCLinkerTool"
84                                OutputFile="../../Debug/modules/$(ProjectName).dll"
85                                ModuleDefinitionFile="SysTray.def"
86                                GenerateDebugInformation="TRUE"
87                                ImportLibrary="$(OutDir)/SysTray.lib"
88                                TargetMachine="1"/>
89                        <Tool
90                                Name="VCMIDLTool"/>
91                        <Tool
92                                Name="VCPostBuildEventTool"/>
93                        <Tool
94                                Name="VCPreBuildEventTool"/>
95                        <Tool
96                                Name="VCPreLinkEventTool"/>
97                        <Tool
98                                Name="VCResourceCompilerTool"/>
99                        <Tool
100                                Name="VCWebServiceProxyGeneratorTool"/>
101                        <Tool
102                                Name="VCXMLDataGeneratorTool"/>
103                        <Tool
104                                Name="VCWebDeploymentTool"/>
105                        <Tool
106                                Name="VCManagedWrapperGeneratorTool"/>
107                        <Tool
108                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
109                </Configuration>
110        </Configurations>
111        <References>
112        </References>
113        <Files>
114                <Filter
115                        Name="Source Files"
116                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
117                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
118                        <File
119                                RelativePath="..\..\include\NSCHelper.cpp">
120                        </File>
121                        <File
122                                RelativePath=".\stdafx.cpp">
123                                <FileConfiguration
124                                        Name="Release|Win32">
125                                        <Tool
126                                                Name="VCCLCompilerTool"
127                                                UsePrecompiledHeader="1"/>
128                                </FileConfiguration>
129                                <FileConfiguration
130                                        Name="Debug|Win32">
131                                        <Tool
132                                                Name="VCCLCompilerTool"
133                                                UsePrecompiledHeader="1"/>
134                                </FileConfiguration>
135                        </File>
136                        <File
137                                RelativePath=".\SysTray.cpp">
138                        </File>
139                        <File
140                                RelativePath=".\SysTray.def">
141                        </File>
142                        <File
143                                RelativePath=".\TrayIcon.cpp">
144                        </File>
145                </Filter>
146                <Filter
147                        Name="Header Files"
148                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
149                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
150                        <File
151                                RelativePath="..\..\include\NSCHelper.h">
152                        </File>
153                        <File
154                                RelativePath=".\resource.h">
155                        </File>
156                        <File
157                                RelativePath=".\stdafx.h">
158                        </File>
159                        <File
160                                RelativePath=".\SysTray.h">
161                        </File>
162                        <File
163                                RelativePath=".\TrayIcon.h">
164                        </File>
165                </Filter>
166                <Filter
167                        Name="Resource Files"
168                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
169                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
170                        <File
171                                RelativePath=".\res\standby.ico">
172                        </File>
173                        <File
174                                RelativePath=".\SysTray.rc">
175                        </File>
176                </Filter>
177                <File
178                        RelativePath=".\ReadMe.txt">
179                </File>
180        </Files>
181        <Globals>
182        </Globals>
183</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.