aboutsummaryrefslogtreecommitdiff
path: root/src/setup/Directory.Build.props
diff options
context:
space:
mode:
Diffstat (limited to 'src/setup/Directory.Build.props')
-rw-r--r--src/setup/Directory.Build.props6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/setup/Directory.Build.props b/src/setup/Directory.Build.props
index df00142d..be2ca6d5 100644
--- a/src/setup/Directory.Build.props
+++ b/src/setup/Directory.Build.props
@@ -7,4 +7,10 @@
7 </PropertyGroup> 7 </PropertyGroup>
8 8
9 <Import Project="..\Directory.Build.props" /> 9 <Import Project="..\Directory.Build.props" />
10
11 <PropertyGroup>
12 <PlatformFolder Condition=" '$(Platform)' == 'AnyCPU' ">x86</PlatformFolder>
13 <PlatformFolder Condition=" '$(PlatformFolder)' == '' ">$(Platform)</PlatformFolder>
14 <PdbOutputDir>$(PdbsFolder)$(PlatformFolder)\</PdbOutputDir>
15 </PropertyGroup>
10</Project> 16</Project>