mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-12-20 09:10:28 +00:00
Ajout webapp
This commit is contained in:
parent
43b181a1b5
commit
c28fd4657f
8 changed files with 246 additions and 2 deletions
23
AideDeJeu/AideDeJeuWeb/AideDeJeuWeb.csproj
Normal file
23
AideDeJeu/AideDeJeuWeb/AideDeJeuWeb.csproj
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
<Project Sdk="Microsoft.NET.Sdk.Web">
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>netcoreapp2.0</TargetFramework>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<Folder Include="wwwroot\" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<PackageReference Include="Microsoft.AspNetCore.All" Version="2.0.6" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<DotNetCliToolReference Include="Microsoft.VisualStudio.Web.CodeGeneration.Tools" Version="2.0.3" />
|
||||
</ItemGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\AideDeJeuLib\AideDeJeuLib.csproj" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
Loading…
Add table
Add a link
Reference in a new issue