From 8e8da6dbc051ec884b5d439bb4f44dc027d05bbf Mon Sep 17 00:00:00 2001 From: Rob Mensching Date: Sun, 3 Sep 2017 10:47:32 -0700 Subject: Initialize repo --- src/Cpp.Build.props | 9 +++++++++ src/Directory.Build.props | 21 +++++++++++++++++++++ 2 files changed, 30 insertions(+) create mode 100644 src/Cpp.Build.props create mode 100644 src/Directory.Build.props (limited to 'src') diff --git a/src/Cpp.Build.props b/src/Cpp.Build.props new file mode 100644 index 00000000..4fa2f590 --- /dev/null +++ b/src/Cpp.Build.props @@ -0,0 +1,9 @@ + + + + + + $(BaseIntermediateOutputPath) + $(OutputPath) + + diff --git a/src/Directory.Build.props b/src/Directory.Build.props new file mode 100644 index 00000000..48ba462d --- /dev/null +++ b/src/Directory.Build.props @@ -0,0 +1,21 @@ + + + + + + Debug + $(MSBuildThisFileDirectory)..\build\obj\$(MSBuildProjectName)\ + $(MSBuildThisFileDirectory)..\build\$(Configuration)\ + + WiX Toolset Team + WiX Toolset + Copyright (c) .NET Foundation and contributors. All rights reserved. + + + + $(MSBuildThisFileDirectory)..\..\ + + + + + -- cgit v1.2.3-55-g6feb