Organize workspace: Frontend, Backend, and Tests in one repo
This commit is contained in:
25
.nuget/packages/microsoft.net.test.sdk/17.12.0/build/net462/Microsoft.NET.Test.Sdk.targets
vendored
Executable file
25
.nuget/packages/microsoft.net.test.sdk/17.12.0/build/net462/Microsoft.NET.Test.Sdk.targets
vendored
Executable file
@@ -0,0 +1,25 @@
|
||||
<!--
|
||||
***********************************************************************************************
|
||||
Microsoft.NET.Test.Sdk.targets
|
||||
|
||||
WARNING: DO NOT MODIFY this file unless you are knowledgeable about MSBuild and have
|
||||
created a backup copy. Incorrect changes to this file will make it
|
||||
impossible to load or build your projects from the command-line or the IDE.
|
||||
|
||||
Copyright (c) .NET Foundation. All rights reserved.
|
||||
***********************************************************************************************
|
||||
-->
|
||||
|
||||
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
|
||||
<!--
|
||||
Generate config file for test project targeting .NET Framework. This config file has binding redirect which is needed at time of running tests.
|
||||
Added below two lines because msbuild has following check:
|
||||
https://github.com/Microsoft/msbuild/blob/dd5e8bc3f86ac98bd77d8971b00a6ad14f122f1a/src/XMakeTasks/Microsoft.Common.CurrentVersion.targets#L2027
|
||||
-->
|
||||
<PropertyGroup>
|
||||
<AutoGenerateBindingRedirects Condition="'$(AutoGenerateBindingRedirects)' == ''">true</AutoGenerateBindingRedirects>
|
||||
<GenerateBindingRedirectsOutputType Condition="'$(GenerateBindingRedirectsOutputType)' == ''">true</GenerateBindingRedirectsOutputType>
|
||||
</PropertyGroup>
|
||||
|
||||
</Project>
|
||||
Reference in New Issue
Block a user