Skip to content

Commit

Permalink
..
Browse files Browse the repository at this point in the history
  • Loading branch information
Dhiogo Acioli committed Sep 27, 2022
1 parent 90800a7 commit a28336d
Showing 1 changed file with 68 additions and 68 deletions.
136 changes: 68 additions & 68 deletions src/VerusDate.Web/VerusDate.Web.csproj
Original file line number Diff line number Diff line change
@@ -1,83 +1,83 @@
<Project Sdk="Microsoft.NET.Sdk.BlazorWebAssembly">

<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<ServiceWorkerAssetsManifest>service-worker-assets.js</ServiceWorkerAssetsManifest>
</PropertyGroup>
<PropertyGroup>
<TargetFramework>net6.0</TargetFramework>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<ServiceWorkerAssetsManifest>service-worker-assets.js</ServiceWorkerAssetsManifest>
</PropertyGroup>

<ItemGroup>
<Compile Remove="Pages\Store\**" />
<Content Remove="Pages\Store\**" />
<EmbeddedResource Remove="Pages\Store\**" />
<None Remove="Pages\Store\**" />
</ItemGroup>
<ItemGroup>
<Compile Remove="Pages\Store\**" />
<Content Remove="Pages\Store\**" />
<EmbeddedResource Remove="Pages\Store\**" />
<None Remove="Pages\Store\**" />
</ItemGroup>

<ItemGroup>
<Compile Remove="Api\InterationApi.cs" />
<Compile Remove="Api\PublicApi.cs" />
<Compile Remove="Api\StoreApi.cs" />
</ItemGroup>
<ItemGroup>
<Compile Remove="Api\InterationApi.cs" />
<Compile Remove="Api\PublicApi.cs" />
<Compile Remove="Api\StoreApi.cs" />
</ItemGroup>

<ItemGroup>
<Content Remove="bundleconfig.json" />
<Content Remove="Pages\Explore\Chat.razor" />
<Content Remove="Pages\Explore\Index.razor" />
<Content Remove="Pages\Profile\Interactions.razor" />
<Content Remove="Pages\Profile\ProfileChatList.razor" />
<Content Remove="Shared\ActivityStatus.razor" />
<Content Remove="Shared\Affinity.razor" />
<Content Remove="Shared\PhotoFace.razor" />
<Content Remove="Shared\ProfileBadge.razor" />
</ItemGroup>
<ItemGroup>
<Content Remove="bundleconfig.json" />
<Content Remove="Pages\Explore\Chat.razor" />
<Content Remove="Pages\Explore\Index.razor" />
<Content Remove="Pages\Profile\Interactions.razor" />
<Content Remove="Pages\Profile\ProfileChatList.razor" />
<Content Remove="Shared\ActivityStatus.razor" />
<Content Remove="Shared\Affinity.razor" />
<Content Remove="Shared\PhotoFace.razor" />
<Content Remove="Shared\ProfileBadge.razor" />
</ItemGroup>

<ItemGroup>
<Content Include="wwwroot\.well-known\assetlinks.json" />
<Content Include="wwwroot\.well-known\microsoft-identity-association.json" />
</ItemGroup>
<ItemGroup>
<Content Include="wwwroot\.well-known\assetlinks.json" />
<Content Include="wwwroot\.well-known\microsoft-identity-association.json" />
</ItemGroup>

<ItemGroup>
<None Include="bundleconfig.json" />
</ItemGroup>
<ItemGroup>
<None Include="bundleconfig.json" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="AnthonyChu.AzureStaticWebApps.Blazor.Authentication" Version="0.0.2-preview" />
<PackageReference Include="Blazored.SessionStorage" Version="2.2.0" />
<PackageReference Include="Blazored.Toast" Version="3.2.2" />
<PackageReference Include="Blazorise.Bootstrap" Version="1.1.0" />
<PackageReference Include="Blazorise.Icons.FontAwesome" Version="1.1.0" />
<PackageReference Include="BrowserInterop" Version="1.1.2" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.9" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="6.0.9" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="6.0.9" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="AnthonyChu.AzureStaticWebApps.Blazor.Authentication" Version="0.0.2-preview" />
<PackageReference Include="Blazored.SessionStorage" Version="2.2.0" />
<PackageReference Include="Blazored.Toast" Version="3.2.2" />
<PackageReference Include="Blazorise.Bootstrap" Version="1.1.0-preview2" />
<PackageReference Include="Blazorise.Icons.FontAwesome" Version="1.1.0-preview2" />
<PackageReference Include="BrowserInterop" Version="1.1.2" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="6.0.9" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="6.0.9" PrivateAssets="all" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.Authentication" Version="6.0.9" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\VerusDate.Shared\VerusDate.Shared.csproj" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\VerusDate.Shared\VerusDate.Shared.csproj" />
</ItemGroup>

<ItemGroup>
<ServiceWorker Include="wwwroot\service-worker.js" PublishedContent="wwwroot\service-worker.published.js" />
</ItemGroup>
<ItemGroup>
<ServiceWorker Include="wwwroot\service-worker.js" PublishedContent="wwwroot\service-worker.published.js" />
</ItemGroup>

<ItemGroup>
<Compile Update="Resources\CardHeader.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>CardHeader.resx</DependentUpon>
</Compile>
</ItemGroup>
<ItemGroup>
<Compile Update="Resources\CardHeader.Designer.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>CardHeader.resx</DependentUpon>
</Compile>
</ItemGroup>

<ItemGroup>
<EmbeddedResource Update="Resources\CardHeader.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>CardHeader.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Update="Resources\CardHeader.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>CardHeader.Designer.cs</LastGenOutput>
</EmbeddedResource>
</ItemGroup>

<ItemGroup>
<Folder Include="Pages\Explore\" />
</ItemGroup>
<ItemGroup>
<Folder Include="Pages\Explore\" />
</ItemGroup>

</Project>

0 comments on commit a28336d

Please sign in to comment.