Restructuration de la fonction d'envoi de SMS
This commit is contained in:
@@ -65,6 +65,9 @@
|
||||
<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="isendpro, Version=0.0.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>packages\iSendProSMS.1.1.3\lib\isendpro.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>
|
||||
@@ -73,6 +76,12 @@
|
||||
<HintPath>packages\Microsoft.Office.Interop.Word.15.0.4797.1003\lib\net20\Microsoft.Office.Interop.Word.dll</HintPath>
|
||||
<EmbedInteropTypes>True</EmbedInteropTypes>
|
||||
</Reference>
|
||||
<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>
|
||||
<Reference Include="RestSharp.Net2, Version=102.7.0.0, Culture=neutral, processorArchitecture=MSIL">
|
||||
<HintPath>packages\RestSharp.Net2.1.1.11\lib\net20\RestSharp.Net2.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System" />
|
||||
<Reference Include="System.ComponentModel.DataAnnotations" />
|
||||
<Reference Include="System.Data" />
|
||||
@@ -101,9 +110,9 @@
|
||||
<SubType>Designer</SubType>
|
||||
</ApplicationDefinition>
|
||||
<Compile Include="Converter\NegateBoolean.cs" />
|
||||
<Compile Include="Migrations\202012032233531_V1.cs" />
|
||||
<Compile Include="Migrations\202012032233531_V1.designer.cs">
|
||||
<DependentUpon>202012032233531_V1.cs</DependentUpon>
|
||||
<Compile Include="Migrations\202012051414539_V1.cs" />
|
||||
<Compile Include="Migrations\202012051414539_V1.designer.cs">
|
||||
<DependentUpon>202012051414539_V1.cs</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="Migrations\Configuration.cs" />
|
||||
<Compile Include="Model\Citoyen.cs" />
|
||||
@@ -112,6 +121,7 @@
|
||||
<Compile Include="PreferencesModal.xaml.cs">
|
||||
<DependentUpon>PreferencesModal.xaml</DependentUpon>
|
||||
</Compile>
|
||||
<Compile Include="SmsSendingStatus.cs" />
|
||||
<Compile Include="SmsWindow.xaml.cs">
|
||||
<DependentUpon>SmsWindow.xaml</DependentUpon>
|
||||
</Compile>
|
||||
@@ -159,8 +169,8 @@
|
||||
<DependentUpon>Settings.settings</DependentUpon>
|
||||
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
||||
</Compile>
|
||||
<EmbeddedResource Include="Migrations\202012032233531_V1.resx">
|
||||
<DependentUpon>202012032233531_V1.cs</DependentUpon>
|
||||
<EmbeddedResource Include="Migrations\202012051414539_V1.resx">
|
||||
<DependentUpon>202012051414539_V1.cs</DependentUpon>
|
||||
</EmbeddedResource>
|
||||
<EmbeddedResource Include="Properties\Resources.resx">
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
|
||||
Reference in New Issue
Block a user