https://github.com/shader-slang/slang
Raw File
Tip revision: acf26257b74ca5446fd5a0390a29723dc25ef2a3 authored by Tim Foley on 19 December 2017, 19:49:36 UTC
Fix floating-point literal emit to be locale-independent. (#315)
Tip revision: acf2625
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\windows-$(PlatformShortName)\$(Configuration.ToLower())\</OutDir>
    <IntDir>$(SolutionDir)intermediate\windows-$(PlatformShortName)\$(Configuration.ToLower())\$(ProjectName)\</IntDir>
  </PropertyGroup>
  <ItemDefinitionGroup />
  <ItemGroup />
</Project>
back to top