source: nscp/trunk/modules/CheckDisk/CheckDisk.vcproj @ 237da21

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

Alot of fixes and some changes (se changelog for details)

  • Property mode set to 100644
File size: 6.3 KB
Line 
1<?xml version="1.0" encoding="Windows-1252"?>
2<VisualStudioProject
3        ProjectType="Visual C++"
4        Version="7.10"
5        Name="CheckDisk"
6        ProjectGUID="{E6E588AB-EFEF-481C-9AF7-DCDCB95CFF45}"
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_NEWALLOC;_STLP_DEBUG=1"
24                                MinimalRebuild="TRUE"
25                                BasicRuntimeChecks="3"
26                                RuntimeLibrary="3"
27                                UsePrecompiledHeader="3"
28                                WarningLevel="3"
29                                Detect64BitPortabilityProblems="TRUE"
30                                DebugInformationFormat="4"/>
31                        <Tool
32                                Name="VCCustomBuildTool"/>
33                        <Tool
34                                Name="VCLinkerTool"
35                                OutputFile="../../Debug/modules/$(ProjectName).dll"
36                                LinkIncremental="2"
37                                ModuleDefinitionFile="CheckDisk.def"
38                                GenerateDebugInformation="TRUE"
39                                ProgramDatabaseFile="$(OutDir)/CheckDisk.pdb"
40                                SubSystem="2"
41                                ImportLibrary="$(OutDir)/CheckDisk.lib"
42                                TargetMachine="1"/>
43                        <Tool
44                                Name="VCMIDLTool"/>
45                        <Tool
46                                Name="VCPostBuildEventTool"/>
47                        <Tool
48                                Name="VCPreBuildEventTool"/>
49                        <Tool
50                                Name="VCPreLinkEventTool"/>
51                        <Tool
52                                Name="VCResourceCompilerTool"/>
53                        <Tool
54                                Name="VCWebServiceProxyGeneratorTool"/>
55                        <Tool
56                                Name="VCXMLDataGeneratorTool"/>
57                        <Tool
58                                Name="VCWebDeploymentTool"/>
59                        <Tool
60                                Name="VCManagedWrapperGeneratorTool"/>
61                        <Tool
62                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
63                </Configuration>
64                <Configuration
65                        Name="Release|Win32"
66                        OutputDirectory="Release"
67                        IntermediateDirectory="Release"
68                        ConfigurationType="2"
69                        CharacterSet="2">
70                        <Tool
71                                Name="VCCLCompilerTool"
72                                AdditionalIncludeDirectories="../include;../../include"
73                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
74                                RuntimeLibrary="2"
75                                UsePrecompiledHeader="3"
76                                WarningLevel="3"
77                                Detect64BitPortabilityProblems="TRUE"
78                                DebugInformationFormat="3"/>
79                        <Tool
80                                Name="VCCustomBuildTool"/>
81                        <Tool
82                                Name="VCLinkerTool"
83                                OutputFile="../../Release/modules/$(ProjectName).dll"
84                                LinkIncremental="1"
85                                ModuleDefinitionFile="CheckDisk.def"
86                                GenerateDebugInformation="TRUE"
87                                SubSystem="2"
88                                OptimizeReferences="2"
89                                EnableCOMDATFolding="2"
90                                ImportLibrary="$(OutDir)/CheckDisk.lib"
91                                TargetMachine="1"/>
92                        <Tool
93                                Name="VCMIDLTool"/>
94                        <Tool
95                                Name="VCPostBuildEventTool"/>
96                        <Tool
97                                Name="VCPreBuildEventTool"/>
98                        <Tool
99                                Name="VCPreLinkEventTool"/>
100                        <Tool
101                                Name="VCResourceCompilerTool"/>
102                        <Tool
103                                Name="VCWebServiceProxyGeneratorTool"/>
104                        <Tool
105                                Name="VCXMLDataGeneratorTool"/>
106                        <Tool
107                                Name="VCWebDeploymentTool"/>
108                        <Tool
109                                Name="VCManagedWrapperGeneratorTool"/>
110                        <Tool
111                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
112                </Configuration>
113                <Configuration
114                        Name="Distribution|Win32"
115                        OutputDirectory="$(ConfigurationName)"
116                        IntermediateDirectory="$(ConfigurationName)"
117                        ConfigurationType="2"
118                        CharacterSet="2">
119                        <Tool
120                                Name="VCCLCompilerTool"
121                                AdditionalIncludeDirectories="../include;../../include"
122                                PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS"
123                                RuntimeLibrary="2"
124                                UsePrecompiledHeader="3"
125                                WarningLevel="3"
126                                Detect64BitPortabilityProblems="TRUE"
127                                DebugInformationFormat="3"/>
128                        <Tool
129                                Name="VCCustomBuildTool"/>
130                        <Tool
131                                Name="VCLinkerTool"
132                                OutputFile="../../Dist/modules/$(ProjectName).dll"
133                                LinkIncremental="1"
134                                ModuleDefinitionFile="CheckDisk.def"
135                                GenerateDebugInformation="TRUE"
136                                SubSystem="2"
137                                OptimizeReferences="2"
138                                EnableCOMDATFolding="2"
139                                ImportLibrary="$(OutDir)/CheckDisk.lib"
140                                TargetMachine="1"/>
141                        <Tool
142                                Name="VCMIDLTool"/>
143                        <Tool
144                                Name="VCPostBuildEventTool"/>
145                        <Tool
146                                Name="VCPreBuildEventTool"/>
147                        <Tool
148                                Name="VCPreLinkEventTool"/>
149                        <Tool
150                                Name="VCResourceCompilerTool"/>
151                        <Tool
152                                Name="VCWebServiceProxyGeneratorTool"/>
153                        <Tool
154                                Name="VCXMLDataGeneratorTool"/>
155                        <Tool
156                                Name="VCWebDeploymentTool"/>
157                        <Tool
158                                Name="VCManagedWrapperGeneratorTool"/>
159                        <Tool
160                                Name="VCAuxiliaryManagedWrapperGeneratorTool"/>
161                </Configuration>
162        </Configurations>
163        <References>
164        </References>
165        <Files>
166                <Filter
167                        Name="Source Files"
168                        Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
169                        UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}">
170                        <File
171                                RelativePath="..\..\include\arrayBuffer.cpp">
172                        </File>
173                        <File
174                                RelativePath=".\CheckDisk.cpp">
175                        </File>
176                        <File
177                                RelativePath="..\..\include\NSCHelper.cpp">
178                        </File>
179                        <File
180                                RelativePath=".\stdafx.cpp">
181                                <FileConfiguration
182                                        Name="Debug|Win32">
183                                        <Tool
184                                                Name="VCCLCompilerTool"
185                                                UsePrecompiledHeader="1"/>
186                                </FileConfiguration>
187                                <FileConfiguration
188                                        Name="Release|Win32">
189                                        <Tool
190                                                Name="VCCLCompilerTool"
191                                                UsePrecompiledHeader="1"/>
192                                </FileConfiguration>
193                                <FileConfiguration
194                                        Name="Distribution|Win32">
195                                        <Tool
196                                                Name="VCCLCompilerTool"
197                                                UsePrecompiledHeader="1"/>
198                                </FileConfiguration>
199                        </File>
200                        <File
201                                RelativePath="..\..\include\utils.cpp">
202                                <FileConfiguration
203                                        Name="Debug|Win32">
204                                        <Tool
205                                                Name="VCCLCompilerTool"
206                                                UsePrecompiledHeader="0"/>
207                                </FileConfiguration>
208                                <FileConfiguration
209                                        Name="Release|Win32">
210                                        <Tool
211                                                Name="VCCLCompilerTool"
212                                                UsePrecompiledHeader="0"/>
213                                </FileConfiguration>
214                                <FileConfiguration
215                                        Name="Distribution|Win32">
216                                        <Tool
217                                                Name="VCCLCompilerTool"
218                                                UsePrecompiledHeader="0"/>
219                                </FileConfiguration>
220                        </File>
221                </Filter>
222                <Filter
223                        Name="Header Files"
224                        Filter="h;hpp;hxx;hm;inl;inc;xsd"
225                        UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}">
226                        <File
227                                RelativePath=".\CheckDisk.h">
228                        </File>
229                        <File
230                                RelativePath="..\..\include\checkHelpers.hpp">
231                        </File>
232                        <File
233                                RelativePath="..\..\include\NSCHelper.h">
234                        </File>
235                        <File
236                                RelativePath=".\stdafx.h">
237                        </File>
238                        <File
239                                RelativePath="..\..\include\utils.h">
240                        </File>
241                </Filter>
242                <Filter
243                        Name="Resource Files"
244                        Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
245                        UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}">
246                </Filter>
247                <File
248                        RelativePath=".\ReadMe.txt">
249                </File>
250        </Files>
251        <Globals>
252        </Globals>
253</VisualStudioProject>
Note: See TracBrowser for help on using the repository browser.