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.
20 lines
528 B
20 lines
528 B
<Project Sdk="Microsoft.NET.Sdk">
|
|
|
|
<PropertyGroup>
|
|
<TargetFramework>netstandard2.0</TargetFramework>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Remove="Chargeur.cs" />
|
|
<Compile Remove="IChargeurDeCompte.cs" />
|
|
<Compile Remove="IChargeurDeGestionaire.cs" />
|
|
<Compile Remove="IChargeurDeLangage.cs" />
|
|
<Compile Remove="IChargeurDItems.cs" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\notre_bibliotheque\notre_bibliotheque.csproj" />
|
|
</ItemGroup>
|
|
|
|
</Project>
|