summaryrefslogtreecommitdiffstats
path: root/build/msvc/msvc-generate/msvc-generate.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'build/msvc/msvc-generate/msvc-generate.vcproj')
-rw-r--r--build/msvc/msvc-generate/msvc-generate.vcproj74
1 files changed, 0 insertions, 74 deletions
diff --git a/build/msvc/msvc-generate/msvc-generate.vcproj b/build/msvc/msvc-generate/msvc-generate.vcproj
deleted file mode 100644
index 3b7dc18..0000000
--- a/build/msvc/msvc-generate/msvc-generate.vcproj
+++ /dev/null
@@ -1,74 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="msvc-generate"
- ProjectGUID="{8598C2C8-34C4-47A1-99B0-7C295A890615}"
- RootNamespace="msvc-generate"
- Keyword="MakeFileProj"
- TargetFrameworkVersion="196613"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="0"
- >
- <Tool
- Name="VCNMakeTool"
- BuildCommandLine="nmake -f Makefile.mak all"
- ReBuildCommandLine="nmake -f Makefile.mak clean all"
- CleanCommandLine="nmake -f Makefile.mak clean"
- Output="config-msvc-version.h"
- PreprocessorDefinitions="WIN32;_DEBUG"
- IncludeSearchPath=""
- ForcedIncludes=""
- AssemblySearchPath=""
- ForcedUsingAssemblies=""
- CompileAsManaged=""
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="0"
- >
- <Tool
- Name="VCNMakeTool"
- BuildCommandLine="nmake -f Makefile.mak all"
- ReBuildCommandLine="nmake -f Makefile.mak clean all"
- CleanCommandLine="nmake -f Makefile.mak clean"
- Output="config-msvc-version.h"
- PreprocessorDefinitions="WIN32;NDEBUG"
- IncludeSearchPath=""
- ForcedIncludes=""
- AssemblySearchPath=""
- ForcedUsingAssemblies=""
- CompileAsManaged=""
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <File
- RelativePath=".\Makefile.mak"
- >
- </File>
- <File
- RelativePath=".\msc-generate.js"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>