mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-12 19:31:41 +00:00
11 lines
No EOL
562 B
XML
11 lines
No EOL
562 B
XML
<?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\x64;$(ExecutablePath)</ExecutablePath>
|
|
<IncludePath>$(DXSDK_DIR)\Include;$(IncludePath)</IncludePath>
|
|
<ReferencePath>$(ReferencePath)</ReferencePath>
|
|
<LibraryPath>$(DXSDK_DIR)\Lib\x64;$(LibraryPath)</LibraryPath>
|
|
<SourcePath>$(SourcePath)</SourcePath>
|
|
<ExcludePath>$(ExcludePath)</ExcludePath>
|
|
</PropertyGroup>
|
|
</Project> |