https://github.com/shader-slang/slang
Raw File
Tip revision: 3d313d963f29f6ca6a8d12bd5c403a70c49aca2a authored by Tim Foley on 18 July 2017, 20:32:56 UTC
Merge pull request #118 from tfoleyNV/falcor-shadow-fixes
Tip revision: 3d313d9
slang-build.props
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <ImportGroup Label="PropertySheets" />
  <PropertyGroup Label="UserMacros" />
  <PropertyGroup>
    <OutDir>$(SolutionDir)bin\$(PlatformShortName)\$(Configuration)\</OutDir>
    <IntDir>$(SolutionDir)intermediate\$(PlatformShortName)\$(Configuration)\$(ProjectName)\</IntDir>
  </PropertyGroup>
  <ItemDefinitionGroup />
  <ItemGroup />
</Project>
back to top