aboutsummaryrefslogtreecommitdiffstats
path: root/misc/msvc/ioq3.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'misc/msvc/ioq3.vcproj')
-rwxr-xr-xmisc/msvc/ioq3.vcproj65
1 files changed, 65 insertions, 0 deletions
diff --git a/misc/msvc/ioq3.vcproj b/misc/msvc/ioq3.vcproj
new file mode 100755
index 0000000..beee8a2
--- /dev/null
+++ b/misc/msvc/ioq3.vcproj
@@ -0,0 +1,65 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="ioq3"
+ ProjectGUID="{0D5316E4-B20F-4E09-8989-3B9064358F0C}"
+ RootNamespace="ioq3"
+ Keyword="MakeFileProj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="../../build/$(ConfigurationName)-Win32-x86"
+ IntermediateDirectory="../../build/$(ConfigurationName)-Win32-x86"
+ ConfigurationType="0"
+ >
+ <Tool
+ Name="VCNMakeTool"
+ BuildCommandLine="make -C ../../ debug"
+ ReBuildCommandLine="make -C ../../ clean-debug debug"
+ CleanCommandLine="make -C ../../ clean-debug"
+ Output="$(Outdir)/ioquake3.x86.exe"
+ PreprocessorDefinitions=""
+ IncludeSearchPath=""
+ ForcedIncludes=""
+ AssemblySearchPath=""
+ ForcedUsingAssemblies=""
+ CompileAsManaged=""
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="../../build/$(ConfigurationName)-Win32-x86"
+ IntermediateDirectory="../../build/$(ConfigurationName)-Win32-x86"
+ ConfigurationType="0"
+ >
+ <Tool
+ Name="VCNMakeTool"
+ BuildCommandLine="make -C ../../ release"
+ ReBuildCommandLine="make -C ../../ clean-release release"
+ CleanCommandLine="make -C ../../ clean-release"
+ Output="$(Outdir)/ioquake3.x86.exe"
+ PreprocessorDefinitions=""
+ IncludeSearchPath=""
+ ForcedIncludes=""
+ AssemblySearchPath=""
+ ForcedUsingAssemblies=""
+ CompileAsManaged=""
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>