source: nscp/modules/SampleManagedPlugin/SampleManagedPlugin.vcproj @ 739db5a

0.4.00.4.10.4.2
Last change on this file since 739db5a was 739db5a, checked in by Michael Medin <michael@…>, 5 years ago

First attempt at merging stable changes over to here (probably needs more work, but compiles and starts...)

  • Property mode set to 100644
File size: 6.6 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="8,00"
5        Name="SampleManagedPlugin"
6        ProjectGUID="{D367E76D-9485-4DCB-A9D0-3D3C0E190648}"
7        RootNamespace="SampleManagedPlugin"
8        Keyword="ManagedCProj"
9        >
10        <Platforms>
11                <Platform
12                        Name="Win32"
13                />
14        </Platforms>
15        <ToolFiles>
16        </ToolFiles>
17        <Configurations>
18                <Configuration
19                        Name="Debug|Win32"
20                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules"
21                        IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
22                        ConfigurationType="2"
23                        CharacterSet="1"
24                        ManagedExtensions="1"
25                        >
26                        <Tool
27                                Name="VCPreBuildEventTool"
28                        />
29                        <Tool
30                                Name="VCCustomBuildTool"
31                        />
32                        <Tool
33                                Name="VCXMLDataGeneratorTool"
34                        />
35                        <Tool
36                                Name="VCWebServiceProxyGeneratorTool"
37                        />
38                        <Tool
39                                Name="VCMIDLTool"
40                        />
41                        <Tool
42                                Name="VCCLCompilerTool"
43                                Optimization="0"
44                                AdditionalIncludeDirectories="../include;../../include"
45                                PreprocessorDefinitions="WIN32;_DEBUG"
46                                RuntimeLibrary="3"
47                                UsePrecompiledHeader="2"
48                                WarningLevel="3"
49                                DebugInformationFormat="3"
50                        />
51                        <Tool
52                                Name="VCManagedResourceCompilerTool"
53                        />
54                        <Tool
55                                Name="VCResourceCompilerTool"
56                        />
57                        <Tool
58                                Name="VCPreLinkEventTool"
59                        />
60                        <Tool
61                                Name="VCLinkerTool"
62                                AdditionalDependencies="$(NoInherit)"
63                                LinkIncremental="2"
64                                ModuleDefinitionFile="SampleManagedPlugin.def"
65                                GenerateDebugInformation="true"
66                                AssemblyDebug="1"
67                                TargetMachine="1"
68                        />
69                        <Tool
70                                Name="VCALinkTool"
71                        />
72                        <Tool
73                                Name="VCManifestTool"
74                        />
75                        <Tool
76                                Name="VCXDCMakeTool"
77                        />
78                        <Tool
79                                Name="VCBscMakeTool"
80                        />
81                        <Tool
82                                Name="VCFxCopTool"
83                        />
84                        <Tool
85                                Name="VCAppVerifierTool"
86                        />
87                        <Tool
88                                Name="VCWebDeploymentTool"
89                        />
90                        <Tool
91                                Name="VCPostBuildEventTool"
92                        />
93                </Configuration>
94                <Configuration
95                        Name="Release|Win32"
96                        OutputDirectory="$(SolutionDir)$(PlatformName)\$(ConfigurationName)\modules"
97                        IntermediateDirectory="$(SolutionDir)\tmp\$(PlatformName)\$(ConfigurationName)\$(ProjectName)"
98                        ConfigurationType="2"
99                        CharacterSet="1"
100                        ManagedExtensions="1"
101                        WholeProgramOptimization="1"
102                        >
103                        <Tool
104                                Name="VCPreBuildEventTool"
105                        />
106                        <Tool
107                                Name="VCCustomBuildTool"
108                        />
109                        <Tool
110                                Name="VCXMLDataGeneratorTool"
111                        />
112                        <Tool
113                                Name="VCWebServiceProxyGeneratorTool"
114                        />
115                        <Tool
116                                Name="VCMIDLTool"
117                        />
118                        <Tool
119                                Name="VCCLCompilerTool"
120                                AdditionalIncludeDirectories="../include;../../include"
121                                PreprocessorDefinitions="WIN32;NDEBUG"
122                                RuntimeLibrary="2"
123                                UsePrecompiledHeader="2"
124                                WarningLevel="3"
125                                DebugInformationFormat="3"
126                        />
127                        <Tool
128                                Name="VCManagedResourceCompilerTool"
129                        />
130                        <Tool
131                                Name="VCResourceCompilerTool"
132                        />
133                        <Tool
134                                Name="VCPreLinkEventTool"
135                        />
136                        <Tool
137                                Name="VCLinkerTool"
138                                AdditionalDependencies="$(NoInherit)"
139                                LinkIncremental="1"
140                                ModuleDefinitionFile="SampleManagedPlugin.def"
141                                GenerateDebugInformation="true"
142                                TargetMachine="1"
143                        />
144                        <Tool
145                                Name="VCALinkTool"
146                        />
147                        <Tool
148                                Name="VCManifestTool"
149                        />
150                        <Tool
151                                Name="VCXDCMakeTool"
152                        />
153                        <Tool
154                                Name="VCBscMakeTool"
155                        />
156                        <Tool
157                                Name="VCFxCopTool"
158                        />
159                        <Tool
160                                Name="VCAppVerifierTool"
161                        />
162                        <Tool
163                                Name="VCWebDeploymentTool"
164                        />
165                        <Tool
166                                Name="VCPostBuildEventTool"
167                        />
168                </Configuration>
169        </Configurations>
170        <References>
171                <AssemblyReference
172                        RelativePath="System.dll"
173                        AssemblyName="System, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
174                />
175                <AssemblyReference
176                        RelativePath="System.Data.dll"
177                        AssemblyName="System.Data, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=x86"
178                />
179                <AssemblyReference
180                        RelativePath="System.XML.dll"
181                        AssemblyName="System.Xml, Version=2.0.0.0, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"
182                />
183        </References>
184        <Files>
185                <Filter
186                        Name="Source Files"
187                        Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
188                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
189                        >
190                        <File
191                                RelativePath="..\..\include\arrayBuffer.cpp"
192                                >
193                                <FileConfiguration
194                                        Name="Debug|Win32"
195                                        >
196                                        <Tool
197                                                Name="VCCLCompilerTool"
198                                                UsePrecompiledHeader="0"
199                                        />
200                                </FileConfiguration>
201                                <FileConfiguration
202                                        Name="Release|Win32"
203                                        >
204                                        <Tool
205                                                Name="VCCLCompilerTool"
206                                                UsePrecompiledHeader="0"
207                                        />
208                                </FileConfiguration>
209                        </File>
210                        <File
211                                RelativePath=".\AssemblyInfo.cpp"
212                                >
213                        </File>
214                        <File
215                                RelativePath="..\..\include\NSCHelper.cpp"
216                                >
217                                <FileConfiguration
218                                        Name="Debug|Win32"
219                                        >
220                                        <Tool
221                                                Name="VCCLCompilerTool"
222                                                UsePrecompiledHeader="0"
223                                        />
224                                </FileConfiguration>
225                                <FileConfiguration
226                                        Name="Release|Win32"
227                                        >
228                                        <Tool
229                                                Name="VCCLCompilerTool"
230                                                UsePrecompiledHeader="0"
231                                        />
232                                </FileConfiguration>
233                        </File>
234                        <File
235                                RelativePath=".\SampleManagedPlugin.cpp"
236                                >
237                        </File>
238                        <File
239                                RelativePath=".\SampleManagedPlugin.def"
240                                >
241                        </File>
242                        <File
243                                RelativePath=".\Stdafx.cpp"
244                                >
245                                <FileConfiguration
246                                        Name="Debug|Win32"
247                                        >
248                                        <Tool
249                                                Name="VCCLCompilerTool"
250                                                UsePrecompiledHeader="1"
251                                        />
252                                </FileConfiguration>
253                                <FileConfiguration
254                                        Name="Release|Win32"
255                                        >
256                                        <Tool
257                                                Name="VCCLCompilerTool"
258                                                UsePrecompiledHeader="1"
259                                        />
260                                </FileConfiguration>
261                        </File>
262                </Filter>
263                <Filter
264                        Name="Header Files"
265                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
266                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
267                        >
268                        <File
269                                RelativePath="..\..\include\arrayBuffer.h"
270                                >
271                        </File>
272                        <File
273                                RelativePath="..\..\include\NSCHelper.h"
274                                >
275                        </File>
276                        <File
277                                RelativePath=".\resource.h"
278                                >
279                        </File>
280                        <File
281                                RelativePath=".\SampleManagedPlugin.h"
282                                >
283                        </File>
284                        <File
285                                RelativePath=".\Stdafx.h"
286                                >
287                        </File>
288                </Filter>
289                <Filter
290                        Name="Resource Files"
291                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
292                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
293                        >
294                        <File
295                                RelativePath=".\app.ico"
296                                >
297                        </File>
298                        <File
299                                RelativePath=".\app.rc"
300                                >
301                        </File>
302                </Filter>
303                <File
304                        RelativePath=".\ReadMe.txt"
305                        >
306                </File>
307        </Files>
308        <Globals>
309        </Globals>
310</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.