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:
authorOliver Schneider <oliver@assarbad.net>2017-01-10 00:46:40 +0300
committerOliver Schneider <oliver@assarbad.net>2017-01-10 00:46:40 +0300
commit7ec44caad3fdc9fa92312e82b3d2a7200615a39a (patch)
treec6012b7a93df84af05a7362ebc6e1eb646c19b07 /windirstat/windirstat.vs8.vcproj
parentc40cbf3095e4c769d80c6837476a7b0fb452fbf0 (diff)
All source files now with LF line endings again
Updated the logo files a bit, renamed some others
Diffstat (limited to 'windirstat/windirstat.vs8.vcproj')
-rw-r--r--windirstat/windirstat.vs8.vcproj832
1 files changed, 3 insertions, 829 deletions
diff --git a/windirstat/windirstat.vs8.vcproj b/windirstat/windirstat.vs8.vcproj
index ef851c8..321b1fd 100644
--- a/windirstat/windirstat.vs8.vcproj
+++ b/windirstat/windirstat.vs8.vcproj
@@ -21,7 +21,7 @@
<Configuration
Name="Debug|Win32"
OutputDirectory="..\build"
- IntermediateDirectory="..\intermediate\vs2005_$(PlatformName)_$(ConfigurationName)\$(ProjectName)"
+ IntermediateDirectory="..\intermediate\vs2005_$(Platform)_$(Configuration)\$(ProjectName)"
ConfigurationType="1"
UseOfMFC="1"
CharacterSet="1"
@@ -46,7 +46,7 @@
Name="VCCLCompilerTool"
Optimization="0"
AdditionalIncludeDirectories="..;.;..\common;Controls;Dialogs;..\3rdparty\lua\src"
- PreprocessorDefinitions="_DEBUG;VTRACE_TO_CONSOLE=1;VTRACE_DETAIL=2;WINVER=0x0500;HAVE_WIN7_SDK=1"
+ PreprocessorDefinitions="_DEBUG;VTRACE_TO_CONSOLE=1;VTRACE_DETAIL=2;WINVER=0x0500"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
EnableFunctionLevelLinking="true"
@@ -64,7 +64,7 @@
<Tool
Name="VCResourceCompilerTool"
AdditionalOptions="/nologo /l409"
- PreprocessorDefinitions="_DEBUG;VTRACE_TO_CONSOLE=1;VTRACE_DETAIL=2;WINVER=0x0500;HAVE_WIN7_SDK=1"
+ PreprocessorDefinitions="_DEBUG;VTRACE_TO_CONSOLE=1;VTRACE_DETAIL=2;WINVER=0x0500"
AdditionalIncludeDirectories="..;.;..\common;Controls;Dialogs;..\3rdparty\lua\src;..;$(IntDir)"
/>
<Tool
@@ -76,829 +76,3 @@
AdditionalDependencies="htmlhelp.lib psapi.lib delayimp.lib ..\..\..\build\luajit2_$(PlatformName).lib"
OutputFile="$(OutDir)\wds32D.exe"
LinkIncremental="1"
- AdditionalLibraryDirectories="$(IntDir)"
- GenerateDebugInformation="true"
- ProgramDataBaseFileName="$(OutDir)\wds32D.pdb"
- SubSystem="2"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- AdditionalManifestFiles="res/windirstat.manifest"
- AssemblyIdentity="WinDirStat_Team.WinDirStat.windirstat, processorArchitecture=x86, version=1.3, type=win32"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Debug|x64"
- OutputDirectory="..\build"
- IntermediateDirectory="..\intermediate\vs2005_$(PlatformName)_$(ConfigurationName)\$(ProjectName)"
- ConfigurationType="1"
- UseOfMFC="1"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- CommandLine="if not exist &quot;$(SolutionDir)common\buildnumber.h&quot; &quot;$(SolutionDir)common\buildinc.cmd&quot; &quot;$(SolutionDir)common&quot;"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="..;.;..\common;Controls;Dialogs;..\3rdparty\lua\src"
- PreprocessorDefinitions="_DEBUG;VTRACE_TO_CONSOLE=1;VTRACE_DETAIL=2;WINVER=0x0500;HAVE_WIN7_SDK=1"
- BasicRuntimeChecks="3"
- RuntimeLibrary="1"
- EnableFunctionLevelLinking="true"
- RuntimeTypeInfo="false"
- TreatWChar_tAsBuiltInType="true"
- UsePrecompiledHeader="0"
- WarningLevel="4"
- Detect64BitPortabilityProblems="true"
- ProgramDataBaseFileName="$(OutDir)\wds64D.pdb"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- AdditionalOptions="/nologo /l409"
- PreprocessorDefinitions="_DEBUG;VTRACE_TO_CONSOLE=1;VTRACE_DETAIL=2;WINVER=0x0500;HAVE_WIN7_SDK=1"
- AdditionalIncludeDirectories="..;.;..\common;Controls;Dialogs;..\3rdparty\lua\src;..;$(IntDir)"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/delayload:psapi.dll /pdbaltpath:%_PDB%"
- AdditionalDependencies="htmlhelp.lib psapi.lib delayimp.lib ..\..\..\build\luajit2_$(PlatformName).lib"
- OutputFile="$(OutDir)\wds64D.exe"
- LinkIncremental="1"
- AdditionalLibraryDirectories="$(IntDir)"
- GenerateDebugInformation="true"
- ProgramDataBaseFileName="$(OutDir)\wds64D.pdb"
- SubSystem="2"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- AdditionalManifestFiles="res/windirstat.manifest"
- AssemblyIdentity="WinDirStat_Team.WinDirStat.windirstat, processorArchitecture=amd64, version=1.3, type=win32"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="..\build"
- IntermediateDirectory="..\intermediate\vs2005_$(PlatformName)_$(ConfigurationName)\$(ProjectName)"
- ConfigurationType="1"
- UseOfMFC="1"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- CommandLine="if not exist &quot;$(SolutionDir)common\buildnumber.h&quot; &quot;$(SolutionDir)common\buildinc.cmd&quot; &quot;$(SolutionDir)common&quot;"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/Oi /Ot"
- Optimization="3"
- AdditionalIncludeDirectories="..;.;..\common;Controls;Dialogs;..\3rdparty\lua\src"
- PreprocessorDefinitions="NDEBUG;WINVER=0x0500;HAVE_WIN7_SDK=1"
- StringPooling="true"
- RuntimeLibrary="0"
- EnableFunctionLevelLinking="true"
- RuntimeTypeInfo="false"
- TreatWChar_tAsBuiltInType="true"
- UsePrecompiledHeader="0"
- WarningLevel="4"
- Detect64BitPortabilityProblems="true"
- ProgramDataBaseFileName="$(OutDir)\wds32.pdb"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- AdditionalOptions="/nologo /l409"
- PreprocessorDefinitions="NDEBUG;WINVER=0x0500;HAVE_WIN7_SDK=1"
- AdditionalIncludeDirectories="..;.;..\common;Controls;Dialogs;..\3rdparty\lua\src;..;$(IntDir)"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/delayload:psapi.dll /pdbaltpath:%_PDB% /release"
- AdditionalDependencies="htmlhelp.lib psapi.lib delayimp.lib ..\..\..\build\luajit2_$(PlatformName).lib"
- OutputFile="$(OutDir)\wds32.exe"
- LinkIncremental="1"
- AdditionalLibraryDirectories="$(IntDir)"
- GenerateDebugInformation="true"
- ProgramDataBaseFileName="$(OutDir)\wds32.pdb"
- SubSystem="2"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- TargetMachine="1"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- AdditionalManifestFiles="res/windirstat.manifest"
- AssemblyIdentity="WinDirStat_Team.WinDirStat.windirstat, processorArchitecture=x86, version=1.3, type=win32"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|x64"
- OutputDirectory="..\build"
- IntermediateDirectory="..\intermediate\vs2005_$(PlatformName)_$(ConfigurationName)\$(ProjectName)"
- ConfigurationType="1"
- UseOfMFC="1"
- CharacterSet="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- CommandLine="if not exist &quot;$(SolutionDir)common\buildnumber.h&quot; &quot;$(SolutionDir)common\buildinc.cmd&quot; &quot;$(SolutionDir)common&quot;"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- TargetEnvironment="3"
- />
- <Tool
- Name="VCCLCompilerTool"
- AdditionalOptions="/Oi /Ot"
- Optimization="3"
- AdditionalIncludeDirectories="..;.;..\common;Controls;Dialogs;..\3rdparty\lua\src"
- PreprocessorDefinitions="NDEBUG;WINVER=0x0500;HAVE_WIN7_SDK=1"
- StringPooling="true"
- RuntimeLibrary="0"
- EnableFunctionLevelLinking="true"
- RuntimeTypeInfo="false"
- TreatWChar_tAsBuiltInType="true"
- UsePrecompiledHeader="0"
- WarningLevel="4"
- Detect64BitPortabilityProblems="true"
- ProgramDataBaseFileName="$(OutDir)\wds64.pdb"
- DebugInformationFormat="3"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- AdditionalOptions="/nologo /l409"
- PreprocessorDefinitions="NDEBUG;WINVER=0x0500;HAVE_WIN7_SDK=1"
- AdditionalIncludeDirectories="..;.;..\common;Controls;Dialogs;..\3rdparty\lua\src;..;$(IntDir)"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalOptions="/delayload:psapi.dll /pdbaltpath:%_PDB% /release"
- AdditionalDependencies="htmlhelp.lib psapi.lib delayimp.lib ..\..\..\build\luajit2_$(PlatformName).lib"
- OutputFile="$(OutDir)\wds64.exe"
- LinkIncremental="1"
- AdditionalLibraryDirectories="$(IntDir)"
- GenerateDebugInformation="true"
- ProgramDataBaseFileName="$(OutDir)\wds64.pdb"
- SubSystem="2"
- OptimizeReferences="2"
- EnableCOMDATFolding="2"
- TargetMachine="17"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCManifestTool"
- AdditionalManifestFiles="res/windirstat.manifest"
- AssemblyIdentity="WinDirStat_Team.WinDirStat.windirstat, processorArchitecture=amd64, version=1.3, type=win32"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCAppVerifierTool"
- />
- <Tool
- Name="VCWebDeploymentTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <File
- RelativePath="..\CHANGELOG.txt"
- >
- </File>
- <File
- RelativePath="..\CONTRIBUTORS.txt"
- >
- </File>
- <Filter
- Name="Header Files"
- Filter=""
- >
- <Filter
- Name="Common"
- Filter=""
- >
- <File
- RelativePath="..\common\SimpleIni.h"
- >
- </File>
- <File
- RelativePath="..\common\buildnumber.h"
- >
- </File>
- <File
- RelativePath="..\common\common_rsrcstr.h"
- >
- </File>
- <File
- RelativePath="..\common\commonhelpers.h"
- >
- </File>
- <File
- RelativePath="..\common\cotaskmem.h"
- >
- </File>
- <File
- RelativePath="..\common\hgtip.h"
- >
- </File>
- <File
- RelativePath="..\common\mdexceptions.h"
- >
- </File>
- <File
- RelativePath="..\common\platform.h"
- >
- </File>
- <File
- RelativePath="..\common\tracer.h"
- >
- </File>
- <File
- RelativePath="..\common\version.h"
- >
- </File>
- <File
- RelativePath="..\common\wds_constants.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Controls"
- Filter=""
- >
- <File
- RelativePath="Controls\ColorButton.h"
- >
- </File>
- <File
- RelativePath="Controls\TreeListControl.h"
- >
- </File>
- <File
- RelativePath="Controls\graphview.h"
- >
- </File>
- <File
- RelativePath="Controls\myimagelist.h"
- >
- </File>
- <File
- RelativePath="Controls\ownerdrawnlistcontrol.h"
- >
- </File>
- <File
- RelativePath="Controls\pacman.h"
- >
- </File>
- <File
- RelativePath="Controls\sortinglistcontrol.h"
- >
- </File>
- <File
- RelativePath="Controls\treemap.h"
- >
- </File>
- <File
- RelativePath="Controls\typeview.h"
- >
- </File>
- <File
- RelativePath="Controls\xyslider.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Dialogs"
- Filter=""
- >
- <File
- RelativePath="Dialogs\AboutDlg.h"
- >
- </File>
- <File
- RelativePath="Dialogs\DeleteWarningDlg.h"
- >
- </File>
- <File
- RelativePath="Dialogs\SelectDrivesDlg.h"
- >
- </File>
- </Filter>
- <File
- RelativePath="FileFindWDS.h"
- >
- </File>
- <File
- RelativePath="ModalApiShuttle.h"
- >
- </File>
- <File
- RelativePath="ModalShellApi.h"
- >
- </File>
- <File
- RelativePath="PageCleanups.h"
- >
- </File>
- <File
- RelativePath="PageGeneral.h"
- >
- </File>
- <File
- RelativePath="PageTreelist.h"
- >
- </File>
- <File
- RelativePath="PageTreemap.h"
- >
- </File>
- <File
- RelativePath="WDS_Lua_C.h"
- >
- </File>
- <File
- RelativePath="dirstatdoc.h"
- >
- </File>
- <File
- RelativePath="dirstatview.h"
- >
- </File>
- <File
- RelativePath="getosplatformstring.h"
- >
- </File>
- <File
- RelativePath="globalhelpers.h"
- >
- </File>
- <File
- RelativePath="helpmap.h"
- >
- </File>
- <File
- RelativePath="item.h"
- >
- </File>
- <File
- RelativePath="layout.h"
- >
- </File>
- <File
- RelativePath="mainframe.h"
- >
- </File>
- <File
- RelativePath="mountpoints.h"
- >
- </File>
- <File
- RelativePath="options.h"
- >
- </File>
- <File
- RelativePath="osspecific.h"
- >
- </File>
- <File
- RelativePath="resource.h"
- >
- </File>
- <File
- RelativePath="selectobject.h"
- >
- </File>
- <File
- RelativePath="set.h"
- >
- </File>
- <File
- RelativePath="stdafx.h"
- >
- </File>
- <File
- RelativePath="windirstat.h"
- >
- </File>
- </Filter>
- <File
- RelativePath="..\README.md"
- >
- </File>
- <Filter
- Name="Resource Files"
- Filter=""
- >
- <Filter
- Name="Resources"
- Filter=""
- >
- <File
- RelativePath="res\Toolbar.bmp"
- >
- </File>
- <File
- RelativePath="res\bitmap1.bmp"
- >
- </File>
- <File
- RelativePath="res\icon1.ico"
- >
- </File>
- <File
- RelativePath="res\icon2.ico"
- >
- </File>
- <File
- RelativePath="res\junctionpoint.bmp"
- >
- </File>
- <File
- RelativePath="res\license.txt"
- >
- </File>
- <File
- RelativePath="res\linkhand.cur"
- >
- </File>
- <File
- RelativePath="res\windirstat.manifest"
- >
- </File>
- <File
- RelativePath="res\windirstat.rc2"
- >
- </File>
- </Filter>
- <File
- RelativePath="windirstat.rc"
- >
- </File>
- </Filter>
- <Filter
- Name="Source Files"
- Filter=""
- >
- <Filter
- Name="Common"
- Filter=""
- >
- <File
- RelativePath="..\common\commonhelpers.cpp"
- >
- </File>
- <File
- RelativePath="..\common\platform.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="Controls"
- Filter=""
- >
- <File
- RelativePath="Controls\ColorButton.cpp"
- >
- </File>
- <File
- RelativePath="Controls\TreeListControl.cpp"
- >
- </File>
- <File
- RelativePath="Controls\graphview.cpp"
- >
- </File>
- <File
- RelativePath="Controls\myimagelist.cpp"
- >
- </File>
- <File
- RelativePath="Controls\ownerdrawnlistcontrol.cpp"
- >
- </File>
- <File
- RelativePath="Controls\pacman.cpp"
- >
- </File>
- <File
- RelativePath="Controls\sortinglistcontrol.cpp"
- >
- </File>
- <File
- RelativePath="Controls\treemap.cpp"
- >
- </File>
- <File
- RelativePath="Controls\typeview.cpp"
- >
- </File>
- <File
- RelativePath="Controls\xyslider.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="Dialogs"
- Filter=""
- >
- <File
- RelativePath="Dialogs\DeleteWarningDlg.cpp"
- >
- </File>
- <File
- RelativePath="Dialogs\SelectDrivesDlg.cpp"
- >
- </File>
- <File
- RelativePath="Dialogs\aboutdlg.cpp"
- >
- </File>
- </Filter>
- <File
- RelativePath="FileFindWDS.cpp"
- >
- </File>
- <Filter
- Name="Lua"
- Filter=""
- >
- <File
- RelativePath="WDS_Lua_C.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- CompileAs="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- CompileAs="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- CompileAs="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- CompileAs="1"
- />
- </FileConfiguration>
- </File>
- </Filter>
- <File
- RelativePath="ModalApiShuttle.cpp"
- >
- </File>
- <File
- RelativePath="ModalShellApi.cpp"
- >
- </File>
- <File
- RelativePath="PageCleanups.cpp"
- >
- </File>
- <File
- RelativePath="PageGeneral.cpp"
- >
- </File>
- <File
- RelativePath="PageTreelist.cpp"
- >
- </File>
- <File
- RelativePath="PageTreemap.cpp"
- >
- </File>
- <File
- RelativePath="dirstatdoc.cpp"
- >
- </File>
- <File
- RelativePath="dirstatview.cpp"
- >
- </File>
- <File
- RelativePath="getosplatformstring.cpp"
- >
- </File>
- <File
- RelativePath="globalhelpers.cpp"
- >
- </File>
- <File
- RelativePath="item.cpp"
- >
- </File>
- <File
- RelativePath="layout.cpp"
- >
- </File>
- <File
- RelativePath="mainframe.cpp"
- >
- </File>
- <File
- RelativePath="mountpoints.cpp"
- >
- </File>
- <File
- RelativePath="options.cpp"
- >
- </File>
- <File
- RelativePath="osspecific.cpp"
- >
- </File>
- <File
- RelativePath="windirstat.cpp"
- >
- </File>
- </Filter>
- <Filter
- Name="Special Files"
- Filter=""
- >
- <File
- RelativePath="..\common\BUILD"
- >
- </File>
- <File
- RelativePath="..\common\build_luajit.cmd"
- >
- </File>
- <File
- RelativePath="..\common\buildinc.cmd"
- >
- </File>
- <File
- RelativePath="..\premake4.lua"
- >
- </File>
- <File
- RelativePath="..\common\produce_vsprojects.cmd"
- >
- </File>
- <File
- RelativePath="..\common\setvcvars.cmd"
- >
- </File>
- </Filter>
- <File
- RelativePath="..\TESTPLAN.txt"
- >
- </File>
- <File
- RelativePath="..\TODO.txt"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>