|
|
@@ -1,24 +0,0 @@
|
|
|
-<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">
|
|
|
-
|
|
|
- <PropertyGroup>
|
|
|
- <TargetFramework>net5.0</TargetFramework>
|
|
|
- <StaticWebAssetBasePath>SecondApp</StaticWebAssetBasePath>
|
|
|
- <RazorSdkDirectoryRoot>$(RazorSdkArtifactsDirectory)$(Configuration)\sdk-output\</RazorSdkDirectoryRoot>
|
|
|
- <BlazorWebAssemblySdkDirectoryRoot>$(BlazorWebAssemblySdkArtifactsDirectory)$(Configuration)\sdk-output\</BlazorWebAssemblySdkDirectoryRoot>
|
|
|
- </PropertyGroup>
|
|
|
-
|
|
|
- <ItemGroup>
|
|
|
- <ProjectReference Include="..\BlazorMultipleApps.Shared\BlazorMultipleApps.Shared.csproj" />
|
|
|
- </ItemGroup>
|
|
|
-
|
|
|
- <PropertyGroup Condition="'$(BinariesRoot)'==''">
|
|
|
- <!-- In test scenarios $(BinariesRoot) is defined in a generated Directory.Build.props file -->
|
|
|
- <BinariesRoot>$(RepoRoot)artifacts\bin\Microsoft.AspNetCore.Razor.Test.MvcShim.ClassLib\$(Configuration)\netstandard2.0\</BinariesRoot>
|
|
|
- </PropertyGroup>
|
|
|
-
|
|
|
- <!-- DO NOT add addition references here. This is meant to simulate a non-MVC library -->
|
|
|
- <ItemGroup Condition="'$(BinariesRoot)'!=''">
|
|
|
- <Reference Include="$(BinariesRoot)\Microsoft.AspNetCore.Razor.Test.ComponentShim.dll"/>
|
|
|
- </ItemGroup>
|
|
|
-
|
|
|
-</Project>
|