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, 0 insertions, 11 deletions
diff --git a/src/ext/Bal/Custom.Build.props b/src/ext/Bal/Custom.Build.props
deleted file mode 100644
index 66e74d81..00000000
--- a/src/ext/Bal/Custom.Build.props
+++ /dev/null
@@ -1,11 +0,0 @@
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>