summaryrefslogtreecommitdiff
path: root/MSVC/Tools/Tools.vcproj
diff options
context:
space:
mode:
authorpixel <pixel>2003-09-05 12:48:10 +0000
committerpixel <pixel>2003-09-05 12:48:10 +0000
commit97f6a480777588b97fe1016692a5ca7de7c0bb78 (patch)
tree6ee2a629b6ee0839477072f139a12f780c18d76d /MSVC/Tools/Tools.vcproj
parent6c8adf89100d24938645d20533ff08b53b0400bd (diff)
Starting to build the project MSVC - continued
Diffstat (limited to 'MSVC/Tools/Tools.vcproj')
-rw-r--r--MSVC/Tools/Tools.vcproj89
1 files changed, 89 insertions, 0 deletions
diff --git a/MSVC/Tools/Tools.vcproj b/MSVC/Tools/Tools.vcproj
new file mode 100644
index 0000000..5ebd000
--- /dev/null
+++ b/MSVC/Tools/Tools.vcproj
@@ -0,0 +1,89 @@
+<?xml version="1.0" encoding = "Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="7.00"
+ Name="Tools"
+ ProjectGUID="{6CAE7F4D-C27B-43F3-B30A-84C5F32EFA29}"
+ Keyword="MakeFileProj">
+ <Platforms>
+ <Platform
+ Name="Win32"/>
+ </Platforms>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="Debug"
+ IntermediateDirectory="Debug"
+ ConfigurationType="0">
+ <Tool
+ Name="VCNMakeTool"
+ BuildCommandLine="nmake all"
+ ReBuildCommandLine="nmake rebuild"
+ CleanCommandLine="nmake clean"/>
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="Release"
+ IntermediateDirectory="Release"
+ ConfigurationType="0">
+ <Tool
+ Name="VCNMakeTool"
+ BuildCommandLine="nmake all"
+ ReBuildCommandLine="nmake clear all"
+ CleanCommandLine="nmake clear"/>
+ </Configuration>
+ </Configurations>
+ <Files>
+ <Filter
+ Name="Common tools"
+ Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm">
+ <File
+ RelativePath="..\..\bgrep.cpp">
+ </File>
+ <File
+ RelativePath="..\..\cd-tool.cpp">
+ </File>
+ <File
+ RelativePath="..\..\crypto-search.cpp">
+ </File>
+ <File
+ RelativePath="..\..\lzss-main.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Xenogears tools"
+ Filter="">
+ <File
+ RelativePath="..\..\Xenogears\Decrypt.cpp">
+ </File>
+ </Filter>
+ <Filter
+ Name="Makefiles">
+ <File
+ RelativePath="..\..\nmakefile">
+ </File>
+ <Filter
+ Name="Nested"
+ Filter="">
+ <File
+ RelativePath="MakInDir.bat">
+ </File>
+ <File
+ RelativePath="makefile">
+ </File>
+ <File
+ RelativePath="master.mak">
+ </File>
+ </Filter>
+ <Filter
+ Name="Xenogears"
+ Filter="">
+ <File
+ RelativePath="..\..\Xenogears\nmakefile">
+ </File>
+ </Filter>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>