aboutsummaryrefslogtreecommitdiff
path: root/src/ext/Bal/Custom.Build.props
diff options
context:
space:
mode:
Diffstat (limited to 'src/ext/Bal/Custom.Build.props')
-rw-r--r--src/ext/Bal/Custom.Build.props11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ext/Bal/Custom.Build.props b/src/ext/Bal/Custom.Build.props
new file mode 100644
index 00000000..66e74d81
--- /dev/null
+++ b/src/ext/Bal/Custom.Build.props
@@ -0,0 +1,11 @@
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 xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
5 <PropertyGroup Condition="$(ProjectName.StartsWith('Example.')) And '$(MSBuildProjectExtension)'=='.csproj' ">
6 <OutputPath>$(OutputPath)examples\$(ProjectName)\</OutputPath>
7 </PropertyGroup>
8 <PropertyGroup Condition="$(ProjectName.StartsWith('Example.')) And '$(MSBuildProjectExtension)'=='.vcxproj' ">
9 <OutDir>$(OutDir)examples\$(ProjectName)\</OutDir>
10 </PropertyGroup>
11</Project>