mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-12 00:40:44 +00:00
11 lines
562 B
Text
11 lines
562 B
Text
|
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||
|
|
<PropertyGroup>
|
||
|
|
<ExecutablePath>$(DXSDK_DIR)\Utilities\bin\x86;$(ExecutablePath)</ExecutablePath>
|
||
|
|
<IncludePath>$(DXSDK_DIR)\Include;$(IncludePath)</IncludePath>
|
||
|
|
<ReferencePath>$(ReferencePath)</ReferencePath>
|
||
|
|
<LibraryPath>$(DXSDK_DIR)\Lib\x86;$(LibraryPath)</LibraryPath>
|
||
|
|
<SourcePath>$(SourcePath)</SourcePath>
|
||
|
|
<ExcludePath>$(ExcludePath)</ExcludePath>
|
||
|
|
</PropertyGroup>
|
||
|
|
</Project>
|