diff options
Diffstat (limited to 'src/Cpp.Build.props')
-rw-r--r-- | src/Cpp.Build.props | 9 |
1 files changed, 9 insertions, 0 deletions
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 @@ | |||
1 | <?xml version="1.0" encoding="utf-8"?> | ||
2 | <!-- Copyright (c) .NET Foundation and contributors. All rights reserved. Licensed under the Microsoft Reciprocal License. See LICENSE.TXT file in the project root for full license information. --> | ||
3 | |||
4 | <Project> | ||
5 | <PropertyGroup> | ||
6 | <IntDir>$(BaseIntermediateOutputPath)</IntDir> | ||
7 | <OutDir>$(OutputPath)</OutDir> | ||
8 | </PropertyGroup> | ||
9 | </Project> | ||