You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Connected.Common.Types/Connected.Common.Types.UI/Connected.Common.Types.UI.c...

35 lines
1.1 KiB

2 years ago
<Project Sdk="Microsoft.NET.Sdk.Razor">
<PropertyGroup>
<TargetFramework>net7.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
2 years ago
<RootNamespace>Connected.Common.Types</RootNamespace>
2 years ago
</PropertyGroup>
<ItemGroup>
<Compile Remove="wwwroot\**" />
<Content Remove="wwwroot\**" />
<EmbeddedResource Remove="wwwroot\**" />
<None Remove="wwwroot\**" />
</ItemGroup>
2 years ago
<ItemGroup>
<SupportedPlatform Include="browser" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.Components.Web" Version="7.0.0" />
2 years ago
</ItemGroup>
<ItemGroup>
2 years ago
<ProjectReference Include="..\..\connected.components\Connected.Components\Connected.Components.csproj" />
2 years ago
<ProjectReference Include="..\..\Connected\Connected.Client\Connected.Client.csproj" />
<ProjectReference Include="..\..\connected\Connected.UI\Connected.UI.csproj" />
2 years ago
<ProjectReference Include="..\..\Connected\Connected\Connected.csproj" />
2 years ago
<ProjectReference Include="..\Connected.Common.Types.Client\Connected.Common.Types.Client.csproj" />
2 years ago
</ItemGroup>
</Project>