Ajout d'une fonctionnalité d'import/export CSV + amélioration de l'écran de démarrage

This commit is contained in:
2021-01-01 00:54:03 +01:00
parent d68c6b0f8a
commit e81b0b000a
7 changed files with 408 additions and 17 deletions

View File

@@ -77,6 +77,7 @@
<HintPath>packages\Microsoft.Office.Interop.Word.15.0.4797.1003\lib\net20\Microsoft.Office.Interop.Word.dll</HintPath>
<EmbedInteropTypes>True</EmbedInteropTypes>
</Reference>
<Reference Include="Microsoft.VisualBasic" />
<Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
<HintPath>packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
</Reference>
@@ -107,6 +108,7 @@
<Generator>MSBuild:Compile</Generator>
<SubType>Designer</SubType>
</ApplicationDefinition>
<Compile Include="CitoyensSerializer.cs" />
<Compile Include="Converter\NegateBoolean.cs" />
<Compile Include="ImportWindow.xaml.cs">
<DependentUpon>ImportWindow.xaml</DependentUpon>