Organize workspace: Frontend, Backend, and Tests in one repo
This commit is contained in:
5
.nuget/packages/microsoft.net.test.sdk/17.12.0/.nupkg.metadata
vendored
Normal file
5
.nuget/packages/microsoft.net.test.sdk/17.12.0/.nupkg.metadata
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"version": 2,
|
||||
"contentHash": "kt/PKBZ91rFCWxVIJZSgVLk+YR+4KxTuHf799ho8WNiK5ZQpJNAEZCAWX86vcKrs+DiYjiibpYKdGZP6+/N17w==",
|
||||
"source": "https://api.nuget.org/v3/index.json"
|
||||
}
|
||||
BIN
.nuget/packages/microsoft.net.test.sdk/17.12.0/.signature.p7s
vendored
Executable file
BIN
.nuget/packages/microsoft.net.test.sdk/17.12.0/.signature.p7s
vendored
Executable file
Binary file not shown.
BIN
.nuget/packages/microsoft.net.test.sdk/17.12.0/Icon.png
vendored
Executable file
BIN
.nuget/packages/microsoft.net.test.sdk/17.12.0/Icon.png
vendored
Executable file
Binary file not shown.
|
After Width: | Height: | Size: 2.1 KiB |
24
.nuget/packages/microsoft.net.test.sdk/17.12.0/build/net462/Microsoft.NET.Test.Sdk.props
vendored
Executable file
24
.nuget/packages/microsoft.net.test.sdk/17.12.0/build/net462/Microsoft.NET.Test.Sdk.props
vendored
Executable file
@@ -0,0 +1,24 @@
|
||||
<!--
|
||||
***********************************************************************************************
|
||||
Microsoft.NET.Test.Sdk.props
|
||||
|
||||
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">
|
||||
|
||||
<PropertyGroup>
|
||||
<TestProject>true</TestProject>
|
||||
<IsTestProject>true</IsTestProject>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectCapability Include="TestContainer" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
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>
|
||||
4
.nuget/packages/microsoft.net.test.sdk/17.12.0/build/netcoreapp3.1/Microsoft.NET.Test.Sdk.Program.cs
vendored
Executable file
4
.nuget/packages/microsoft.net.test.sdk/17.12.0/build/netcoreapp3.1/Microsoft.NET.Test.Sdk.Program.cs
vendored
Executable file
@@ -0,0 +1,4 @@
|
||||
// <auto-generated> This file has been auto generated. </auto-generated>
|
||||
using System;
|
||||
[Microsoft.VisualStudio.TestPlatform.TestSDKAutoGeneratedCode]
|
||||
class AutoGeneratedProgram {static void Main(string[] args){}}
|
||||
5
.nuget/packages/microsoft.net.test.sdk/17.12.0/build/netcoreapp3.1/Microsoft.NET.Test.Sdk.Program.fs
vendored
Executable file
5
.nuget/packages/microsoft.net.test.sdk/17.12.0/build/netcoreapp3.1/Microsoft.NET.Test.Sdk.Program.fs
vendored
Executable file
@@ -0,0 +1,5 @@
|
||||
// <auto-generated> This file has been auto generated. </auto-generated>
|
||||
module AutoGeneratedProgram
|
||||
[<EntryPoint>]
|
||||
[<Microsoft.VisualStudio.TestPlatform.TestSDKAutoGeneratedCode>]
|
||||
let main _ = 0
|
||||
9
.nuget/packages/microsoft.net.test.sdk/17.12.0/build/netcoreapp3.1/Microsoft.NET.Test.Sdk.Program.vb
vendored
Executable file
9
.nuget/packages/microsoft.net.test.sdk/17.12.0/build/netcoreapp3.1/Microsoft.NET.Test.Sdk.Program.vb
vendored
Executable file
@@ -0,0 +1,9 @@
|
||||
' <auto-generated> This file has been auto generated. </auto-generated>
|
||||
Imports System
|
||||
Namespace Global
|
||||
Module __MicrosoftTestPlatformAutoGeneratedProgram
|
||||
<Microsoft.VisualStudio.TestPlatform.TestSDKAutoGeneratedCode>
|
||||
Sub Main(args As String())
|
||||
End Sub
|
||||
End Module
|
||||
End Namespace
|
||||
24
.nuget/packages/microsoft.net.test.sdk/17.12.0/build/netcoreapp3.1/Microsoft.NET.Test.Sdk.props
vendored
Executable file
24
.nuget/packages/microsoft.net.test.sdk/17.12.0/build/netcoreapp3.1/Microsoft.NET.Test.Sdk.props
vendored
Executable file
@@ -0,0 +1,24 @@
|
||||
<!--
|
||||
***********************************************************************************************
|
||||
Microsoft.NET.Test.Sdk.props
|
||||
|
||||
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">
|
||||
|
||||
<PropertyGroup>
|
||||
<TestProject>true</TestProject>
|
||||
<IsTestProject>true</IsTestProject>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectCapability Include="TestContainer" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
52
.nuget/packages/microsoft.net.test.sdk/17.12.0/build/netcoreapp3.1/Microsoft.NET.Test.Sdk.targets
vendored
Executable file
52
.nuget/packages/microsoft.net.test.sdk/17.12.0/build/netcoreapp3.1/Microsoft.NET.Test.Sdk.targets
vendored
Executable file
@@ -0,0 +1,52 @@
|
||||
<!--
|
||||
***********************************************************************************************
|
||||
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 InitialTargets="GenerateProgramFile" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
|
||||
<!--
|
||||
Output type for .NET Core test projects should be exe.
|
||||
https://devdiv.visualstudio.com/DevDiv/_workitems?id=375688&_a=edit
|
||||
-->
|
||||
<PropertyGroup>
|
||||
<OutputType>Exe</OutputType>
|
||||
</PropertyGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<GeneratedProgramFile Condition="'$(GeneratedProgramFile)' == ''">$(MSBuildThisFileDirectory)Microsoft.NET.Test.Sdk.Program$(DefaultLanguageSourceExtension)</GeneratedProgramFile>
|
||||
<GenerateProgramFile Condition="'$(GenerateProgramFile)' == ''">true</GenerateProgramFile>
|
||||
</PropertyGroup>
|
||||
|
||||
<!--
|
||||
============================================================
|
||||
GenerateProgramFile
|
||||
Generates Program file which contains the Main entry point
|
||||
============================================================
|
||||
-->
|
||||
<Target Name="GenerateProgramFile"
|
||||
Condition="'$(GenerateProgramFile)' == 'true'">
|
||||
|
||||
<ItemGroup Condition="'$(Language)' == 'VB' or '$(Language)' == 'C#'">
|
||||
<RemoveExistingMicrosoftNETTestSdkProgram Include="@(Compile)" Condition="'%(FileName)' == 'Microsoft.NET.Test.Sdk.Program'" />
|
||||
<Compile Remove="@(RemoveExistingMicrosoftNETTestSdkProgram)" />
|
||||
<Compile Include="$(GeneratedProgramFile)"/>
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup Condition="'$(Language)' == 'F#'">
|
||||
<ProgramCompiles Include="@(Compile)" Condition="'%(Identity)' == 'Program.fs'" />
|
||||
<CompileAfter Include="$(GeneratedProgramFile)" Condition="@(ProgramCompiles->Count()) == 0" />
|
||||
</ItemGroup>
|
||||
|
||||
<Warning Condition="@(ProgramCompiles->Count()) != 0" Text="A 'Program.fs' file can be automatically generated for F# .NET Core test projects. To fix this warning, either delete the file from the project, or set the <GenerateProgramFile> property to 'false'." />
|
||||
|
||||
</Target>
|
||||
|
||||
</Project>
|
||||
24
.nuget/packages/microsoft.net.test.sdk/17.12.0/buildMultiTargeting/Microsoft.NET.Test.Sdk.props
vendored
Executable file
24
.nuget/packages/microsoft.net.test.sdk/17.12.0/buildMultiTargeting/Microsoft.NET.Test.Sdk.props
vendored
Executable file
@@ -0,0 +1,24 @@
|
||||
<!--
|
||||
***********************************************************************************************
|
||||
Microsoft.NET.Test.Sdk.props
|
||||
|
||||
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">
|
||||
|
||||
<PropertyGroup>
|
||||
<TestProject>true</TestProject>
|
||||
<IsTestProject>true</IsTestProject>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectCapability Include="TestContainer" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
0
.nuget/packages/microsoft.net.test.sdk/17.12.0/lib/net462/_._
vendored
Executable file
0
.nuget/packages/microsoft.net.test.sdk/17.12.0/lib/net462/_._
vendored
Executable file
0
.nuget/packages/microsoft.net.test.sdk/17.12.0/lib/netcoreapp3.1/_._
vendored
Executable file
0
.nuget/packages/microsoft.net.test.sdk/17.12.0/lib/netcoreapp3.1/_._
vendored
Executable file
BIN
.nuget/packages/microsoft.net.test.sdk/17.12.0/microsoft.net.test.sdk.17.12.0.nupkg
vendored
Normal file
BIN
.nuget/packages/microsoft.net.test.sdk/17.12.0/microsoft.net.test.sdk.17.12.0.nupkg
vendored
Normal file
Binary file not shown.
1
.nuget/packages/microsoft.net.test.sdk/17.12.0/microsoft.net.test.sdk.17.12.0.nupkg.sha512
vendored
Normal file
1
.nuget/packages/microsoft.net.test.sdk/17.12.0/microsoft.net.test.sdk.17.12.0.nupkg.sha512
vendored
Normal file
@@ -0,0 +1 @@
|
||||
hGf8I8+yo15etavoMd+7OXcOG6/G7HYPDEJg5aQnhMzsxaUpq+udNZzSxmEN9rGTWMZOAVFcyNXNL7YBsN6chw==
|
||||
27
.nuget/packages/microsoft.net.test.sdk/17.12.0/microsoft.net.test.sdk.nuspec
vendored
Executable file
27
.nuget/packages/microsoft.net.test.sdk/17.12.0/microsoft.net.test.sdk.nuspec
vendored
Executable file
@@ -0,0 +1,27 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<package xmlns="http://schemas.microsoft.com/packaging/2013/05/nuspec.xsd">
|
||||
<metadata>
|
||||
<id>Microsoft.NET.Test.Sdk</id>
|
||||
<version>17.12.0</version>
|
||||
<authors>Microsoft</authors>
|
||||
<requireLicenseAcceptance>true</requireLicenseAcceptance>
|
||||
<license type="expression">MIT</license>
|
||||
<licenseUrl>https://licenses.nuget.org/MIT</licenseUrl>
|
||||
<icon>Icon.png</icon>
|
||||
<projectUrl>https://github.com/microsoft/vstest</projectUrl>
|
||||
<description>The MSbuild targets and properties for building .NET test projects.</description>
|
||||
<copyright>© Microsoft Corporation. All rights reserved.</copyright>
|
||||
<tags>vstest visual-studio unittest testplatform mstest microsoft test testing</tags>
|
||||
<serviceable>true</serviceable>
|
||||
<repository type="git" url="https://github.com/microsoft/vstest" commit="bc9161306b23641b0364b8f93d546da4d48da1eb" />
|
||||
<dependencies>
|
||||
<group targetFramework=".NETCoreApp3.1">
|
||||
<dependency id="Microsoft.TestPlatform.TestHost" version="17.12.0" />
|
||||
<dependency id="Microsoft.CodeCoverage" version="17.12.0" />
|
||||
</group>
|
||||
<group targetFramework=".NETFramework4.6.2">
|
||||
<dependency id="Microsoft.CodeCoverage" version="17.12.0" />
|
||||
</group>
|
||||
</dependencies>
|
||||
</metadata>
|
||||
</package>
|
||||
Reference in New Issue
Block a user