mirror of
https://github.com/Nioux/AideDeJeu.git
synced 2025-12-23 02:23:22 +00:00
14 lines
300 B
XML
14 lines
300 B
XML
|
|
<Project Sdk="Microsoft.NET.Sdk">
|
||
|
|
|
||
|
|
<PropertyGroup>
|
||
|
|
<OutputType>Exe</OutputType>
|
||
|
|
<TargetFramework>netcoreapp2.0</TargetFramework>
|
||
|
|
<LangVersion>latest</LangVersion>
|
||
|
|
</PropertyGroup>
|
||
|
|
|
||
|
|
<ItemGroup>
|
||
|
|
<ProjectReference Include="..\AideDeJeu\AideDeJeu.csproj" />
|
||
|
|
</ItemGroup>
|
||
|
|
|
||
|
|
</Project>
|