diff options
| author | Rob Mensching <rob@firegiant.com> | 2017-09-03 16:51:39 -0700 |
|---|---|---|
| committer | Rob Mensching <rob@firegiant.com> | 2017-09-07 23:21:11 -0700 |
| commit | 088dc648a3478e2cacdbdab1cb1782556642ee69 (patch) | |
| tree | 70535a2e14113ebe639040fa908599322511dfc6 /src/Directory.Build.props | |
| parent | 2a72f06449431b326c671cf59811b9cefb73a2c8 (diff) | |
| download | wix-088dc648a3478e2cacdbdab1cb1782556642ee69.tar.gz wix-088dc648a3478e2cacdbdab1cb1782556642ee69.tar.bz2 wix-088dc648a3478e2cacdbdab1cb1782556642ee69.zip | |
Initial commit
Diffstat (limited to 'src/Directory.Build.props')
| -rw-r--r-- | src/Directory.Build.props | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Directory.Build.props b/src/Directory.Build.props index 48ba462d..63ad5d6e 100644 --- a/src/Directory.Build.props +++ b/src/Directory.Build.props | |||
| @@ -4,6 +4,7 @@ | |||
| 4 | <Project> | 4 | <Project> |
| 5 | <PropertyGroup> | 5 | <PropertyGroup> |
| 6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | 6 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 7 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> | ||
| 7 | <BaseIntermediateOutputPath>$(MSBuildThisFileDirectory)..\build\obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath> | 8 | <BaseIntermediateOutputPath>$(MSBuildThisFileDirectory)..\build\obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath> |
| 8 | <OutputPath>$(MSBuildThisFileDirectory)..\build\$(Configuration)\</OutputPath> | 9 | <OutputPath>$(MSBuildThisFileDirectory)..\build\$(Configuration)\</OutputPath> |
| 9 | 10 | ||
