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.
52 lines
1.5 KiB
52 lines
1.5 KiB
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
<PropertyGroup />
|
|
<ItemGroup>
|
|
<ApplicationDefinition Update="App.xaml">
|
|
<SubType>Designer</SubType>
|
|
</ApplicationDefinition>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Update="AccueilUC.xaml.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Update="ConnexionUC.xaml.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Update="DescriptionLangageUC.xaml.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Update="FormulaireCompte.xaml.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Update="FormulaireLangage.xaml.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
<Compile Update="SupprimerLangage.xaml.cs">
|
|
<SubType>Code</SubType>
|
|
</Compile>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Page Update="AccueilUC.xaml">
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Update="ConnexionUC.xaml">
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Update="DescriptionLangageUC.xaml">
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Update="FormulaireCompte.xaml">
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Update="FormulaireLangage.xaml">
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Update="MainWindow.xaml">
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
<Page Update="SupprimerLangage.xaml">
|
|
<SubType>Designer</SubType>
|
|
</Page>
|
|
</ItemGroup>
|
|
</Project> |