Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/illinker-test-assets.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'wasm/BlazingPizza.Client/BlazingPizza.Client.csproj')
-rw-r--r--wasm/BlazingPizza.Client/BlazingPizza.Client.csproj21
1 files changed, 21 insertions, 0 deletions
diff --git a/wasm/BlazingPizza.Client/BlazingPizza.Client.csproj b/wasm/BlazingPizza.Client/BlazingPizza.Client.csproj
new file mode 100644
index 0000000..9291c69
--- /dev/null
+++ b/wasm/BlazingPizza.Client/BlazingPizza.Client.csproj
@@ -0,0 +1,21 @@
+<Project Sdk="Microsoft.NET.Sdk.Web">
+
+ <PropertyGroup>
+ <TargetFramework>netstandard2.0</TargetFramework>
+ <LangVersion>7.3</LangVersion>
+ <RazorLangVersion>3.0</RazorLangVersion>
+ <BlazorLinkOnBuild>false</BlazorLinkOnBuild>
+ </PropertyGroup>
+
+ <ItemGroup>
+ <PackageReference Include="Microsoft.AspNetCore.Blazor" Version="$(AspNetCoreVersion)" />
+ <PackageReference Include="Microsoft.AspNetCore.Blazor.Build" Version="$(AspNetCoreVersion)" PrivateAssets="all" />
+ </ItemGroup>
+
+ <ItemGroup>
+ <ProjectReference Include="..\BlazingComponents\BlazingComponents.csproj" />
+ <ProjectReference Include="..\BlazingPizza.ComponentsLibrary\BlazingPizza.ComponentsLibrary.csproj" />
+ <ProjectReference Include="..\BlazingPizza.Shared\BlazingPizza.Shared.csproj" />
+ </ItemGroup>
+
+</Project>