mirror of
https://github.com/JGRennison/OpenTTD-patches.git
synced 2024-11-09 19:10:38 +00:00
42 lines
965 B
Plaintext
42 lines
965 B
Plaintext
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||
|
<VisualStudioProject
|
||
|
ProjectType="Visual C++"
|
||
|
Version="9.00"
|
||
|
Name="generate"
|
||
|
ProjectGUID="{2F31FD79-D1AC-43C4-89F3-B0D5E4E53E34}"
|
||
|
RootNamespace="generate"
|
||
|
TargetFrameworkVersion="131072"
|
||
|
>
|
||
|
<Platforms>
|
||
|
<Platform
|
||
|
Name="Win32"
|
||
|
/>
|
||
|
</Platforms>
|
||
|
<Configurations>
|
||
|
<Configuration
|
||
|
Name="Debug|Win32"
|
||
|
OutputDirectory="$(SolutionDir)"
|
||
|
IntermediateDirectory="..\objs\generate"
|
||
|
ConfigurationType="10"
|
||
|
>
|
||
|
</Configuration>
|
||
|
</Configurations>
|
||
|
<Files>
|
||
|
<File
|
||
|
RelativePath="..\source.list"
|
||
|
>
|
||
|
<FileConfiguration
|
||
|
Name="Debug|Win32"
|
||
|
>
|
||
|
<Tool
|
||
|
Name="VCCustomBuildTool"
|
||
|
Description="Running 'generate.vbs' ..."
|
||
|
CommandLine="cscript "$(ProjectDir)generate.vbs""
|
||
|
AdditionalDependencies="$(InputPath)"
|
||
|
Outputs="$(SolutionDir)openttd_vs80.vcproj;$(SolutionDir)openttd_vs90.vcproj"
|
||
|
/>
|
||
|
</FileConfiguration>
|
||
|
</File>
|
||
|
</Files>
|
||
|
</VisualStudioProject>
|