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.
46 lines
1.4 KiB
46 lines
1.4 KiB
<Project Sdk="Microsoft.NET.Sdk.WindowsDesktop">
|
|
|
|
<PropertyGroup>
|
|
<OutputType>WinExe</OutputType>
|
|
<TargetFramework>netcoreapp3.0</TargetFramework>
|
|
<UseWPF>true</UseWPF>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'">
|
|
<OutputPath>..\ProLangBin</OutputPath>
|
|
<DocumentationFile></DocumentationFile>
|
|
<WarningLevel>2</WarningLevel>
|
|
</PropertyGroup>
|
|
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'">
|
|
<OutputPath>..\ProLangBin</OutputPath>
|
|
</PropertyGroup>
|
|
|
|
<ItemGroup>
|
|
<Compile Remove="AccueilUC.xaml.cs" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<None Remove="connecter.png" />
|
|
<None Remove="recherchegris.png" />
|
|
<None Remove="étoile_jaune.png" />
|
|
<None Remove="étoile_noire.png" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Page Remove="AccueilUC.xaml" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Données\données.csproj" />
|
|
<ProjectReference Include="..\notre_bibliotheque\notre_bibliotheque.csproj" />
|
|
<ProjectReference Include="..\PersDataContract\PersDataContract.csproj" />
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
<Resource Include="images\connecter.png" />
|
|
<Resource Include="images\étoile_jaune.png" />
|
|
<Resource Include="images\étoile_noire.png" />
|
|
</ItemGroup>
|
|
|
|
</Project> |