summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rw-r--r--build/slang-build.props4
1 files changed, 2 insertions, 2 deletions
diff --git a/build/slang-build.props b/build/slang-build.props
index bb7b68930..265f54d14 100644
--- a/build/slang-build.props
+++ b/build/slang-build.props
@@ -3,8 +3,8 @@
<ImportGroup Label="PropertySheets" />
<PropertyGroup Label="UserMacros" />
<PropertyGroup>
- <OutDir>$(SolutionDir)bin\$(PlatformShortName)\$(Configuration)\</OutDir>
- <IntDir>$(SolutionDir)intermediate\$(PlatformShortName)\$(Configuration)\$(ProjectName)\</IntDir>
+ <OutDir>$(SolutionDir)bin\windows-$(PlatformShortName)\$(Configuration.ToLower())\</OutDir>
+ <IntDir>$(SolutionDir)intermediate\windows-$(PlatformShortName)\$(Configuration.ToLower())\$(ProjectName)\</IntDir>
</PropertyGroup>
<ItemDefinitionGroup />
<ItemGroup />