Modification de la gestion des adresses

This commit is contained in:
2020-12-03 23:49:45 +01:00
parent b56f785e3d
commit c92d04fabf
11 changed files with 39 additions and 90 deletions

View File

@@ -62,6 +62,10 @@
<Reference Include="EntityFramework.SqlServerCompact, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
<HintPath>packages\EntityFramework.SqlServerCompact.6.4.4\lib\net45\EntityFramework.SqlServerCompact.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Office.Interop.Outlook, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL">
<HintPath>packages\Microsoft.Office.Interop.Outlook.15.0.4797.1003\lib\net20\Microsoft.Office.Interop.Outlook.dll</HintPath>
<EmbedInteropTypes>True</EmbedInteropTypes>
</Reference>
<Reference Include="System" />
<Reference Include="System.ComponentModel.DataAnnotations" />
<Reference Include="System.Data" />
@@ -90,9 +94,9 @@
<SubType>Designer</SubType>
</ApplicationDefinition>
<Compile Include="Converter\NegateBoolean.cs" />
<Compile Include="Migrations\202011292109022_V1.cs" />
<Compile Include="Migrations\202011292109022_V1.designer.cs">
<DependentUpon>202011292109022_V1.cs</DependentUpon>
<Compile Include="Migrations\202012032233531_V1.cs" />
<Compile Include="Migrations\202012032233531_V1.designer.cs">
<DependentUpon>202012032233531_V1.cs</DependentUpon>
</Compile>
<Compile Include="Migrations\Configuration.cs" />
<Compile Include="Model\Citoyen.cs" />
@@ -141,8 +145,8 @@
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
<EmbeddedResource Include="Migrations\202011292109022_V1.resx">
<DependentUpon>202011292109022_V1.cs</DependentUpon>
<EmbeddedResource Include="Migrations\202012032233531_V1.resx">
<DependentUpon>202012032233531_V1.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>