mirror of
https://github.com/DrBeef/ioq3quest.git
synced 2024-11-10 23:02:01 +00:00
65 lines
1.7 KiB
XML
Executable file
65 lines
1.7 KiB
XML
Executable file
<?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>
|