2020-09-07 22:24:37 +02:00
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion= "15.0" xmlns= "http://schemas.microsoft.com/developer/msbuild/2003" >
2020-11-30 00:19:37 +01:00
<Import Project= "packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition= "Exists('packages\EntityFramework.6.4.4\build\EntityFramework.props')" />
2020-09-07 22:24:37 +02:00
<Import Project= "$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition= "Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup >
<Configuration Condition= " '$(Configuration)' == '' " > Debug</Configuration>
<Platform Condition= " '$(Platform)' == '' " > AnyCPU</Platform>
<ProjectGuid > {2F7FDF03-5F05-438E-9C90-F926B40DCC6D}</ProjectGuid>
<OutputType > WinExe</OutputType>
<RootNamespace > Hermes</RootNamespace>
<AssemblyName > Hermes</AssemblyName>
<TargetFrameworkVersion > v4.8</TargetFrameworkVersion>
<FileAlignment > 512</FileAlignment>
<ProjectTypeGuids > {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
<WarningLevel > 4</WarningLevel>
<AutoGenerateBindingRedirects > true</AutoGenerateBindingRedirects>
<Deterministic > true</Deterministic>
<NuGetPackageImportStamp >
</NuGetPackageImportStamp>
2020-12-04 11:00:43 +01:00
<IsWebBootstrapper > false</IsWebBootstrapper>
2020-11-30 00:19:37 +01:00
<PublishUrl > publish\</PublishUrl>
<Install > true</Install>
<InstallFrom > Disk</InstallFrom>
<UpdateEnabled > false</UpdateEnabled>
<UpdateMode > Foreground</UpdateMode>
<UpdateInterval > 7</UpdateInterval>
<UpdateIntervalUnits > Days</UpdateIntervalUnits>
<UpdatePeriodically > false</UpdatePeriodically>
<UpdateRequired > false</UpdateRequired>
<MapFileExtensions > true</MapFileExtensions>
<ApplicationRevision > 0</ApplicationRevision>
<ApplicationVersion > 1.0.0.%2a</ApplicationVersion>
<UseApplicationTrust > false</UseApplicationTrust>
<BootstrapperEnabled > true</BootstrapperEnabled>
2020-09-07 22:24:37 +02:00
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
<PlatformTarget > AnyCPU</PlatformTarget>
<DebugSymbols > true</DebugSymbols>
<DebugType > full</DebugType>
<Optimize > false</Optimize>
<OutputPath > bin\Debug\</OutputPath>
<DefineConstants > DEBUG;TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition= " '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
<PlatformTarget > AnyCPU</PlatformTarget>
<DebugType > pdbonly</DebugType>
<Optimize > true</Optimize>
<OutputPath > bin\Release\</OutputPath>
<DefineConstants > TRACE</DefineConstants>
<ErrorReport > prompt</ErrorReport>
<WarningLevel > 4</WarningLevel>
</PropertyGroup>
2020-12-04 11:00:43 +01:00
<PropertyGroup >
<ApplicationIcon > hermes.ico</ApplicationIcon>
</PropertyGroup>
2020-09-07 22:24:37 +02:00
<ItemGroup >
2020-11-30 00:19:37 +01:00
<Reference Include= "EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
<HintPath > packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath>
2020-09-07 22:24:37 +02:00
</Reference>
2020-11-30 00:19:37 +01:00
<Reference Include= "EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL" >
<HintPath > packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath>
2020-09-07 22:24:37 +02:00
</Reference>
2020-11-30 00:19:37 +01:00
<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>
2020-09-07 22:24:37 +02:00
</Reference>
2020-12-28 00:24:12 +01:00
<Reference Include= "Microsoft.Office.Interop.Excel, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL" >
<HintPath > packages\Microsoft.Office.Interop.Excel.15.0.4795.1000\lib\net20\Microsoft.Office.Interop.Excel.dll</HintPath>
<EmbedInteropTypes > True</EmbedInteropTypes>
2020-12-05 18:47:13 +01:00
</Reference>
2020-12-03 23:49:45 +01:00
<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>
2020-12-04 23:29:56 +01:00
<Reference Include= "Microsoft.Office.Interop.Word, Version=15.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c, processorArchitecture=MSIL" >
<HintPath > packages\Microsoft.Office.Interop.Word.15.0.4797.1003\lib\net20\Microsoft.Office.Interop.Word.dll</HintPath>
<EmbedInteropTypes > True</EmbedInteropTypes>
</Reference>
2021-01-01 00:54:03 +01:00
<Reference Include= "Microsoft.VisualBasic" />
2020-12-05 18:47:13 +01:00
<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>
2020-09-07 22:24:37 +02:00
<Reference Include= "System" />
2020-11-30 00:19:37 +01:00
<Reference Include= "System.ComponentModel.DataAnnotations" />
2020-09-07 22:24:37 +02:00
<Reference Include= "System.Data" />
2020-11-30 00:19:37 +01:00
<Reference Include= "System.Data.SqlServerCe, Version=4.0.0.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91, processorArchitecture=MSIL" >
<HintPath > packages\Microsoft.SqlServer.Compact.4.0.8876.1\lib\net40\System.Data.SqlServerCe.dll</HintPath>
2020-09-07 22:24:37 +02:00
</Reference>
<Reference Include= "System.Numerics" />
2020-11-30 00:19:37 +01:00
<Reference Include= "System.Runtime.Serialization" />
<Reference Include= "System.Security" />
2020-09-07 22:24:37 +02:00
<Reference Include= "System.Xml" />
<Reference Include= "Microsoft.CSharp" />
<Reference Include= "System.Core" />
<Reference Include= "System.Xml.Linq" />
<Reference Include= "System.Data.DataSetExtensions" />
<Reference Include= "System.Net.Http" />
<Reference Include= "System.Xaml" >
<RequiredTargetFramework > 4.0</RequiredTargetFramework>
</Reference>
<Reference Include= "WindowsBase" />
<Reference Include= "PresentationCore" />
<Reference Include= "PresentationFramework" />
</ItemGroup>
<ItemGroup >
<ApplicationDefinition Include= "App.xaml" >
<Generator > MSBuild:Compile</Generator>
<SubType > Designer</SubType>
</ApplicationDefinition>
2021-01-01 00:54:03 +01:00
<Compile Include= "CitoyensSerializer.cs" />
2020-11-30 00:19:37 +01:00
<Compile Include= "Converter\NegateBoolean.cs" />
2020-12-28 00:24:12 +01:00
<Compile Include= "ImportWindow.xaml.cs" >
<DependentUpon > ImportWindow.xaml</DependentUpon>
</Compile>
2020-12-06 21:54:59 +01:00
<Compile Include= "InputWindow.xaml.cs" >
<DependentUpon > InputWindow.xaml</DependentUpon>
</Compile>
2020-12-28 18:56:26 +01:00
<Compile Include= "Migrations\202012281505590_V1.cs" />
<Compile Include= "Migrations\202012281505590_V1.designer.cs" >
<DependentUpon > 202012281505590_V1.cs</DependentUpon>
2020-12-28 00:24:12 +01:00
</Compile>
2020-12-29 22:56:32 +01:00
<Compile Include= "Migrations\202012292127194_V2.cs" />
<Compile Include= "Migrations\202012292127194_V2.designer.cs" >
<DependentUpon > 202012292127194_V2.cs</DependentUpon>
</Compile>
2020-11-30 00:19:37 +01:00
<Compile Include= "Migrations\Configuration.cs" />
<Compile Include= "Model\Citoyen.cs" />
<Compile Include= "Model\Preferences.cs" />
<Compile Include= "Model\ModelContext.cs" />
2020-12-28 00:24:12 +01:00
<Compile Include= "OVHQueryBody.cs" />
<Compile Include= "OVHResponseBody.cs" />
2020-12-06 21:54:59 +01:00
<Compile Include= "PreferencesWindow.xaml.cs" >
<DependentUpon > PreferencesWindow.xaml</DependentUpon>
2020-09-07 22:24:37 +02:00
</Compile>
2020-12-05 18:47:13 +01:00
<Compile Include= "SmsSendingStatus.cs" />
2020-12-05 12:29:30 +01:00
<Compile Include= "SmsWindow.xaml.cs" >
<DependentUpon > SmsWindow.xaml</DependentUpon>
</Compile>
2020-11-30 00:19:37 +01:00
<Compile Include= "Validation\Age.cs" />
<Compile Include= "Validation\MandatoryString.cs" />
2020-12-06 21:54:59 +01:00
<Page Include= "CitoyenWindow.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2020-12-28 00:24:12 +01:00
<Page Include= "ImportWindow.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2020-12-06 21:54:59 +01:00
<Page Include= "InputWindow.xaml" >
2020-09-07 22:24:37 +02:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
<Page Include= "MainWindow.xaml" >
<Generator > MSBuild:Compile</Generator>
<SubType > Designer</SubType>
</Page>
<Compile Include= "App.xaml.cs" >
<DependentUpon > App.xaml</DependentUpon>
<SubType > Code</SubType>
</Compile>
2020-12-06 21:54:59 +01:00
<Compile Include= "CitoyenWindow.xaml.cs" >
<DependentUpon > CitoyenWindow.xaml</DependentUpon>
2020-09-07 22:24:37 +02:00
</Compile>
<Compile Include= "MainWindow.xaml.cs" >
<DependentUpon > MainWindow.xaml</DependentUpon>
<SubType > Code</SubType>
</Compile>
2020-12-06 21:54:59 +01:00
<Page Include= "PreferencesWindow.xaml" >
2020-09-07 22:24:37 +02:00
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2020-12-05 12:29:30 +01:00
<Page Include= "SmsWindow.xaml" >
<SubType > Designer</SubType>
<Generator > MSBuild:Compile</Generator>
</Page>
2020-09-07 22:24:37 +02:00
</ItemGroup>
<ItemGroup >
<Compile Include= "Properties\AssemblyInfo.cs" >
<SubType > Code</SubType>
</Compile>
<Compile Include= "Properties\Resources.Designer.cs" >
<AutoGen > True</AutoGen>
<DesignTime > True</DesignTime>
<DependentUpon > Resources.resx</DependentUpon>
</Compile>
<Compile Include= "Properties\Settings.Designer.cs" >
<AutoGen > True</AutoGen>
<DependentUpon > Settings.settings</DependentUpon>
<DesignTimeSharedInput > True</DesignTimeSharedInput>
</Compile>
2020-12-28 18:56:26 +01:00
<EmbeddedResource Include= "Migrations\202012281505590_V1.resx" >
<DependentUpon > 202012281505590_V1.cs</DependentUpon>
2020-12-28 00:24:12 +01:00
</EmbeddedResource>
2020-12-29 22:56:32 +01:00
<EmbeddedResource Include= "Migrations\202012292127194_V2.resx" >
<DependentUpon > 202012292127194_V2.cs</DependentUpon>
</EmbeddedResource>
2020-09-07 22:24:37 +02:00
<EmbeddedResource Include= "Properties\Resources.resx" >
<Generator > ResXFileCodeGenerator</Generator>
<LastGenOutput > Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<None Include= "packages.config" />
2020-11-30 00:19:37 +01:00
<None Include= "Properties\DataSources\Hermes.Model.Citoyen.datasource" />
2020-09-07 22:24:37 +02:00
<None Include= "Properties\Settings.settings" >
<Generator > SettingsSingleFileGenerator</Generator>
<LastGenOutput > Settings.Designer.cs</LastGenOutput>
</None>
</ItemGroup>
<ItemGroup >
<None Include= "App.config" />
</ItemGroup>
2020-11-30 00:19:37 +01:00
<ItemGroup >
<Service Include= "{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
</ItemGroup>
<ItemGroup >
<BootstrapperPackage Include= ".NETFramework,Version=v4.8" >
<Visible > False</Visible>
<ProductName > Microsoft .NET Framework 4.8 %28x86 et x64%29</ProductName>
<Install > true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include= "Microsoft.Net.Framework.3.5.SP1" >
<Visible > False</Visible>
<ProductName > .NET Framework 3.5 SP1</ProductName>
<Install > false</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup >
2020-12-04 11:00:43 +01:00
<Resource Include= "hermes.ico" />
2020-11-30 00:19:37 +01:00
</ItemGroup>
2020-12-30 18:46:39 +01:00
<ItemGroup >
<SplashScreen Include= "hermes_splash.png" />
</ItemGroup>
2021-01-13 22:14:13 +01:00
<ItemGroup >
<Resource Include= "doc\img\main.png" />
</ItemGroup>
2021-01-13 20:57:38 +01:00
<ItemGroup >
<Resource Include= "doc\img\add.png" />
<Resource Include= "doc\img\first_launch_1.png" />
<Resource Include= "doc\img\first_launch_2.png" />
<Resource Include= "doc\img\list_1.png" />
<Resource Include= "doc\img\list_2.png" />
<Resource Include= "doc\img\menu_display.png" />
<Resource Include= "doc\img\menu_edit.png" />
<Resource Include= "doc\img\menu_file.png" />
<Resource Include= "doc\img\menu_tools.png" />
<Resource Include= "doc\img\smartscreen_1.png" />
<Resource Include= "doc\img\smartscreen_2.png" />
</ItemGroup>
2021-01-22 18:04:36 +01:00
<ItemGroup >
<Resource Include= "doc\img\publi_1.png" />
<Resource Include= "doc\img\publi_2.png" />
<Resource Include= "doc\img\publi_3.png" />
</ItemGroup>
2021-01-24 17:16:18 +01:00
<ItemGroup >
<Resource Include= "doc\img\ovh_1.png" />
<Resource Include= "doc\img\ovh_2.png" />
<Resource Include= "doc\img\ovh_3.png" />
<Resource Include= "doc\img\ovh_4.png" />
<Resource Include= "doc\img\ovh_5.png" />
<Resource Include= "doc\img\ovh_6.png" />
<Resource Include= "doc\img\ovh_7.png" />
</ItemGroup>
2021-01-24 18:00:55 +01:00
<ItemGroup >
<Resource Include= "doc\img\sms_1.png" />
<Resource Include= "doc\img\sms_2.png" />
</ItemGroup>
2020-09-07 22:24:37 +02:00
<Import Project= "$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Target Name= "EnsureNuGetPackageBuildImports" BeforeTargets= "PrepareForBuild" >
<PropertyGroup >
<ErrorText > Ce projet fait référence à des packages NuGet qui sont manquants sur cet ordinateur. Utilisez l'option de restauration des packages NuGet pour les télécharger. Pour plus d'informations, consultez http://go.microsoft.com/fwlink/?LinkID=322105. Le fichier manquant est : {0}.</ErrorText>
</PropertyGroup>
2020-11-30 00:19:37 +01:00
<Error Condition= "!Exists('packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text= "$([System.String]::Format('$(ErrorText)', 'packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
<Error Condition= "!Exists('packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text= "$([System.String]::Format('$(ErrorText)', 'packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
2020-09-07 22:24:37 +02:00
</Target>
2020-11-30 00:19:37 +01:00
<Import Project= "packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition= "Exists('packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
<PropertyGroup >
<PostBuildEvent >
if not exist "$(TargetDir)x86" md "$(TargetDir)x86"
xcopy /s /y "$(SolutionDir)packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\x86\*.*" "$(TargetDir)x86"
if not exist "$(TargetDir)amd64" md "$(TargetDir)amd64"
xcopy /s /y "$(SolutionDir)packages\Microsoft.SqlServer.Compact.4.0.8876.1\NativeBinaries\amd64\*.*" "$(TargetDir)amd64"</PostBuildEvent>
</PropertyGroup>
2020-09-07 22:24:37 +02:00
</Project>