Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/windirstat.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorassarbad <none@none>2008-04-26 22:35:20 +0400
committerassarbad <none@none>2008-04-26 22:35:20 +0400
commit4aa1d3cd617d7372239f3f26b4b8d6a569cb8fb9 (patch)
treeecfe443caffb8827479c0c1cd25f645f7853be8b /wdshelp
parent1572ae76643ad317d70f1037bdabc448b0021475 (diff)
- Added proper header guards
- Build broken inside VS2008
Diffstat (limited to 'wdshelp')
-rw-r--r--wdshelp/wdshelp.vcproj24
1 files changed, 24 insertions, 0 deletions
diff --git a/wdshelp/wdshelp.vcproj b/wdshelp/wdshelp.vcproj
index d784776..bb3c80c 100644
--- a/wdshelp/wdshelp.vcproj
+++ b/wdshelp/wdshelp.vcproj
@@ -12,6 +12,9 @@
<Platform
Name="Win32"
/>
+ <Platform
+ Name="x64"
+ />
</Platforms>
<ToolFiles>
</ToolFiles>
@@ -37,6 +40,27 @@
CompileAsManaged=""
/>
</Configuration>
+ <Configuration
+ Name="Release|x64"
+ OutputDirectory="$(PlatformName)\$(ConfigurationName)"
+ IntermediateDirectory="$(PlatformName)\$(ConfigurationName)"
+ ConfigurationType="0"
+ BuildLogFile=""
+ >
+ <Tool
+ Name="VCNMakeTool"
+ BuildCommandLine="buildhelp.cmd build"
+ ReBuildCommandLine="buildhelp.cmd build"
+ CleanCommandLine="buildhelp.cmd clean"
+ Output=""
+ PreprocessorDefinitions=""
+ IncludeSearchPath=""
+ ForcedIncludes=""
+ AssemblySearchPath=""
+ ForcedUsingAssemblies=""
+ CompileAsManaged=""
+ />
+ </Configuration>
</Configurations>
<References>
</References>