diff options
Diffstat (limited to '')
-rw-r--r-- | src/Directory.Build.props | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/Directory.Build.props b/src/Directory.Build.props new file mode 100644 index 00000000..0f9c550d --- /dev/null +++ b/src/Directory.Build.props | |||
@@ -0,0 +1,12 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <Project> | ||
3 | <PropertyGroup> | ||
4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> | ||
5 | <BaseIntermediateOutputPath>$(MSBuildThisFileDirectory)..\build\obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath> | ||
6 | <OutputPath>$(MSBuildThisFileDirectory)..\build\$(Configuration)\</OutputPath> | ||
7 | |||
8 | <Authors>Rob Mensching, Bob Arnson</Authors> | ||
9 | <Company>WiX Toolset</Company> | ||
10 | <Copyright>Copyright (c) .NET Foundation and contributors. All rights reserved.</Copyright> | ||
11 | </PropertyGroup> | ||
12 | </Project> | ||