1
0
Fork 0
mirror of https://github.com/Nioux/AideDeJeu.git synced 2025-12-20 09:10:28 +00:00

Ajout webapp

This commit is contained in:
Yan Maniez 2018-05-06 23:29:31 +02:00
parent 43b181a1b5
commit c28fd4657f
8 changed files with 246 additions and 2 deletions

View 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>