summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorTim Foley <tfoleyNV@users.noreply.github.com>2017-07-19 14:54:32 -0700
committerGitHub <noreply@github.com>2017-07-19 14:54:32 -0700
commita2b8b4c20632d79721052abd232fe2d1bdf2700d (patch)
treed2197a4db151d91899eb26c7687963293d657884 /build
parent019bc0d1507afcc6b12f3dd097040d664d9c1d50 (diff)
parent6c71681364ac892108c275b8e46d39c9ff77a395 (diff)
Merge pull request #127 from tfoleyNV/deployment
Use AppVeyor to deploy to GitHub Releases
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 />