2019-01-16 17:01:11 +01:00
|
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
|
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
|
|
|
|
<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>{F8032333-16C0-49D9-A5F6-D64E6044A580}</ProjectGuid>
|
|
|
|
|
<OutputType>WinExe</OutputType>
|
|
|
|
|
<RootNamespace>ProjetTheAlone</RootNamespace>
|
|
|
|
|
<AssemblyName>ProjetTheAlone</AssemblyName>
|
|
|
|
|
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
|
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
|
<ProjectTypeGuids>{60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
|
|
|
|
|
<WarningLevel>4</WarningLevel>
|
|
|
|
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
2019-01-19 22:29:09 +01:00
|
|
|
|
<IsWebBootstrapper>false</IsWebBootstrapper>
|
|
|
|
|
<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>
|
2019-01-16 17:01:11 +01: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>
|
|
|
|
|
<ItemGroup>
|
2019-01-16 17:37:35 +01:00
|
|
|
|
<Reference Include="ControlzEx, Version=3.0.2.4, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\ControlzEx.3.0.2.4\lib\net45\ControlzEx.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="MaterialDesignColors, Version=1.0.0.14576, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\MaterialDesignColors.1.1.1\lib\net45\MaterialDesignColors.dll</HintPath>
|
|
|
|
|
</Reference>
|
|
|
|
|
<Reference Include="MaterialDesignThemes.Wpf, Version=2.5.0.1205, Culture=neutral, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\MaterialDesignThemes.2.5.0.1205\lib\net45\MaterialDesignThemes.Wpf.dll</HintPath>
|
|
|
|
|
</Reference>
|
2019-01-16 17:01:11 +01:00
|
|
|
|
<Reference Include="System" />
|
|
|
|
|
<Reference Include="System.Data" />
|
2019-01-16 17:37:35 +01:00
|
|
|
|
<Reference Include="System.Windows.Interactivity, Version=4.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
|
|
|
<HintPath>..\packages\ControlzEx.3.0.2.4\lib\net45\System.Windows.Interactivity.dll</HintPath>
|
|
|
|
|
</Reference>
|
2019-01-16 17:01:11 +01: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>
|
2019-01-24 22:24:05 +01:00
|
|
|
|
<Compile Include="Config\Settings2.Designer.cs">
|
|
|
|
|
<DependentUpon>Settings2.settings</DependentUpon>
|
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
|
|
</Compile>
|
2019-01-18 13:08:55 +01:00
|
|
|
|
<Compile Include="Converter\BinaryImageConverter.cs" />
|
2019-01-24 22:24:05 +01:00
|
|
|
|
<Compile Include="Outil\picToByteArray.cs" />
|
|
|
|
|
<Compile Include="Outil\toByteArray.cs" />
|
|
|
|
|
<Compile Include="Outil\toNullableByteArray.cs" />
|
2019-01-27 11:52:08 +01:00
|
|
|
|
<Compile Include="ViewModel\EncodeClassement.cs" />
|
|
|
|
|
<Compile Include="ViewModel\EncodeDetailEvent.cs" />
|
2019-01-24 22:24:05 +01:00
|
|
|
|
<Compile Include="ViewModel\EncodeEquipe.cs" />
|
|
|
|
|
<Compile Include="ViewModel\EncodeEvent.cs" />
|
|
|
|
|
<Compile Include="ViewModel\EncodeLieu.cs" />
|
|
|
|
|
<Compile Include="ViewModel\EncodeRepas.cs" />
|
|
|
|
|
<Compile Include="ViewModel\EncodeTypeEvent.cs" />
|
|
|
|
|
<Compile Include="ViewModel\EncodePlats.cs" />
|
2019-01-25 18:23:38 +01:00
|
|
|
|
<Compile Include="ViewModel\TextDefilant.cs" />
|
2019-01-24 22:24:05 +01:00
|
|
|
|
<Compile Include="ViewModel\VM_DashBoard.cs" />
|
2019-01-27 10:22:31 +01:00
|
|
|
|
<Compile Include="ViewModel\EventDGV_VM.cs" />
|
|
|
|
|
<Compile Include="ViewModel\VM_FicGestionAlert.cs" />
|
2019-01-27 11:52:08 +01:00
|
|
|
|
<Compile Include="View\FicClassement.xaml.cs">
|
|
|
|
|
<DependentUpon>FicClassement.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-01-24 22:24:05 +01:00
|
|
|
|
<Compile Include="View\FicDetailEvent.xaml.cs">
|
|
|
|
|
<DependentUpon>FicDetailEvent.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-01-20 11:46:45 +01:00
|
|
|
|
<Compile Include="View\FicEncodePlat.xaml.cs">
|
|
|
|
|
<DependentUpon>FicEncodePlat.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-01-18 13:08:55 +01:00
|
|
|
|
<Compile Include="Model\A_Base.cs" />
|
|
|
|
|
<Compile Include="Model\A_T_beneficiaire.cs" />
|
|
|
|
|
<Compile Include="Model\A_T_equipe.cs" />
|
|
|
|
|
<Compile Include="Model\A_T_event.cs" />
|
|
|
|
|
<Compile Include="Model\A_T_lieu.cs" />
|
|
|
|
|
<Compile Include="Model\A_T_listParticipant.cs" />
|
|
|
|
|
<Compile Include="Model\A_T_listPlat.cs" />
|
|
|
|
|
<Compile Include="Model\A_T_plat.cs" />
|
|
|
|
|
<Compile Include="Model\A_T_repa.cs" />
|
|
|
|
|
<Compile Include="Model\A_T_typeEvenement.cs" />
|
|
|
|
|
<Compile Include="Model\A_T_typePlat.cs" />
|
|
|
|
|
<Compile Include="Model\A_T_typeRepa.cs" />
|
|
|
|
|
<Compile Include="Model\C_T_beneficiaire.cs" />
|
|
|
|
|
<Compile Include="Model\C_T_equipe.cs" />
|
|
|
|
|
<Compile Include="Model\C_T_event.cs" />
|
|
|
|
|
<Compile Include="Model\C_T_lieu.cs" />
|
|
|
|
|
<Compile Include="Model\C_T_listParticipant.cs" />
|
|
|
|
|
<Compile Include="Model\C_T_listPlat.cs" />
|
|
|
|
|
<Compile Include="Model\C_T_plat.cs" />
|
|
|
|
|
<Compile Include="Model\C_T_repa.cs" />
|
|
|
|
|
<Compile Include="Model\C_T_typeEvenement.cs" />
|
|
|
|
|
<Compile Include="Model\C_T_typePlat.cs" />
|
|
|
|
|
<Compile Include="Model\C_T_typeRepa.cs" />
|
2019-01-24 22:24:05 +01:00
|
|
|
|
<Compile Include="Config\Settings1.Designer.cs">
|
2019-01-19 22:29:09 +01:00
|
|
|
|
<AutoGen>True</AutoGen>
|
|
|
|
|
<DesignTimeSharedInput>True</DesignTimeSharedInput>
|
|
|
|
|
<DependentUpon>Settings1.settings</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="ViewModel\EncodeBeneficiaire.cs" />
|
2019-01-19 10:58:20 +01:00
|
|
|
|
<Compile Include="ViewModel\EventPasseModel.cs" />
|
2019-01-18 13:08:55 +01:00
|
|
|
|
<Compile Include="Model\G_Base.cs" />
|
|
|
|
|
<Compile Include="Model\G_T_beneficiaire.cs" />
|
|
|
|
|
<Compile Include="Model\G_T_equipe.cs" />
|
|
|
|
|
<Compile Include="Model\G_T_event.cs" />
|
|
|
|
|
<Compile Include="Model\G_T_lieu.cs" />
|
|
|
|
|
<Compile Include="Model\G_T_listParticipant.cs" />
|
|
|
|
|
<Compile Include="Model\G_T_listPlat.cs" />
|
|
|
|
|
<Compile Include="Model\G_T_plat.cs" />
|
|
|
|
|
<Compile Include="Model\G_T_repa.cs" />
|
|
|
|
|
<Compile Include="Model\G_T_typeEvenement.cs" />
|
|
|
|
|
<Compile Include="Model\G_T_typePlat.cs" />
|
|
|
|
|
<Compile Include="Model\G_T_typeRepa.cs" />
|
2019-01-19 10:58:20 +01:00
|
|
|
|
<Compile Include="ViewModel\RepaModel.cs" />
|
2019-01-18 13:08:55 +01:00
|
|
|
|
<Compile Include="UserControlDIY\EventFutur.xaml.cs">
|
|
|
|
|
<DependentUpon>EventFutur.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="UserControlDIY\EventPasse.xaml.cs">
|
|
|
|
|
<DependentUpon>EventPasse.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="UserControlDIY\Plat.xaml.cs">
|
|
|
|
|
<DependentUpon>Plat.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="UserControlDIY\Repa.xaml.cs">
|
|
|
|
|
<DependentUpon>Repa.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="ViewModel\Base.cs" />
|
2019-01-19 10:58:20 +01:00
|
|
|
|
<Compile Include="View\Accueil.xaml.cs">
|
|
|
|
|
<DependentUpon>Accueil.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-01-18 13:08:55 +01:00
|
|
|
|
<Compile Include="View\DashBoard.xaml.cs">
|
|
|
|
|
<DependentUpon>DashBoard.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-01-19 10:58:20 +01:00
|
|
|
|
<Compile Include="View\FicBeneficiaireEncode.xaml.cs">
|
|
|
|
|
<DependentUpon>FicBeneficiaireEncode.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="View\FicEncodage.xaml.cs">
|
|
|
|
|
<DependentUpon>FicEncodage.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="View\FicEvenementEncode.xaml.cs">
|
|
|
|
|
<DependentUpon>FicEvenementEncode.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-01-27 10:22:31 +01:00
|
|
|
|
<Compile Include="View\FicGestionAlert.xaml.cs">
|
|
|
|
|
<DependentUpon>FicGestionAlert.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-01-24 22:24:05 +01:00
|
|
|
|
<Compile Include="View\FicNewEquipe.xaml.cs">
|
|
|
|
|
<DependentUpon>FicNewEquipe.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="View\FicNewLieu.xaml.cs">
|
|
|
|
|
<DependentUpon>FicNewLieu.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
|
|
|
|
<Compile Include="View\FicNewtypeEvent.xaml.cs">
|
|
|
|
|
<DependentUpon>FicNewtypeEvent.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-01-19 10:58:20 +01:00
|
|
|
|
<Compile Include="View\FicRepasEncode.xaml.cs">
|
|
|
|
|
<DependentUpon>FicRepasEncode.xaml</DependentUpon>
|
|
|
|
|
</Compile>
|
2019-01-27 11:52:08 +01:00
|
|
|
|
<Page Include="View\FicClassement.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>XamlIntelliSenseFileGenerator</Generator>
|
|
|
|
|
</Page>
|
2019-01-24 22:24:05 +01:00
|
|
|
|
<Page Include="View\FicDetailEvent.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2019-01-20 11:46:45 +01:00
|
|
|
|
<Page Include="View\FicEncodePlat.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2019-01-16 17:01:11 +01:00
|
|
|
|
<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>
|
|
|
|
|
<Compile Include="MainWindow.xaml.cs">
|
|
|
|
|
<DependentUpon>MainWindow.xaml</DependentUpon>
|
|
|
|
|
<SubType>Code</SubType>
|
|
|
|
|
</Compile>
|
2019-01-18 13:08:55 +01:00
|
|
|
|
<Page Include="UserControlDIY\EventFutur.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
|
|
|
|
<Page Include="UserControlDIY\EventPasse.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
|
|
|
|
<Page Include="UserControlDIY\Plat.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
|
|
|
|
<Page Include="UserControlDIY\Repa.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2019-01-19 10:58:20 +01:00
|
|
|
|
<Page Include="View\Accueil.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2019-01-18 13:08:55 +01:00
|
|
|
|
<Page Include="View\DashBoard.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2019-01-19 10:58:20 +01:00
|
|
|
|
<Page Include="View\FicBeneficiaireEncode.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
|
|
|
|
<Page Include="View\FicEncodage.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
|
|
|
|
<Page Include="View\FicEvenementEncode.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2019-01-27 10:22:31 +01:00
|
|
|
|
<Page Include="View\FicGestionAlert.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2019-01-24 22:24:05 +01:00
|
|
|
|
<Page Include="View\FicNewEquipe.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
|
|
|
|
<Page Include="View\FicNewLieu.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
|
|
|
|
<Page Include="View\FicNewtypeEvent.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2019-01-19 10:58:20 +01:00
|
|
|
|
<Page Include="View\FicRepasEncode.xaml">
|
|
|
|
|
<SubType>Designer</SubType>
|
|
|
|
|
<Generator>MSBuild:Compile</Generator>
|
|
|
|
|
</Page>
|
2019-01-16 17:01:11 +01: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>
|
|
|
|
|
<EmbeddedResource Include="Properties\Resources.resx">
|
|
|
|
|
<Generator>ResXFileCodeGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
|
|
|
|
|
</EmbeddedResource>
|
2019-01-24 22:24:05 +01:00
|
|
|
|
<None Include="Config\Settings2.settings">
|
|
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Settings2.Designer.cs</LastGenOutput>
|
|
|
|
|
</None>
|
2019-01-16 17:37:35 +01:00
|
|
|
|
<None Include="packages.config" />
|
2019-01-16 17:01:11 +01:00
|
|
|
|
<None Include="Properties\Settings.settings">
|
|
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
|
|
|
|
|
</None>
|
2019-01-24 22:24:05 +01:00
|
|
|
|
<None Include="Config\Settings1.settings">
|
2019-01-19 22:29:09 +01:00
|
|
|
|
<Generator>SettingsSingleFileGenerator</Generator>
|
|
|
|
|
<LastGenOutput>Settings1.Designer.cs</LastGenOutput>
|
|
|
|
|
</None>
|
2019-01-16 17:01:11 +01:00
|
|
|
|
</ItemGroup>
|
|
|
|
|
<ItemGroup>
|
|
|
|
|
<None Include="App.config" />
|
|
|
|
|
</ItemGroup>
|
2019-01-18 13:08:55 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<Resource Include="img\desert.jpg" />
|
|
|
|
|
<Resource Include="img\entree.jpeg" />
|
|
|
|
|
<Resource Include="img\plat.jpg" />
|
|
|
|
|
</ItemGroup>
|
2019-01-19 22:29:09 +01:00
|
|
|
|
<ItemGroup>
|
|
|
|
|
<BootstrapperPackage Include=".NETFramework,Version=v4.6.1">
|
|
|
|
|
<Visible>False</Visible>
|
|
|
|
|
<ProductName>Microsoft .NET Framework 4.6.1 %28x86 and 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>
|
|
|
|
|
<Content Include="ProjetThe.mdf">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
</Content>
|
|
|
|
|
<Content Include="ProjetThe_log.ldf">
|
|
|
|
|
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
|
|
|
|
<DependentUpon>ProjetThe.mdf</DependentUpon>
|
|
|
|
|
</Content>
|
|
|
|
|
</ItemGroup>
|
2019-01-16 17:01:11 +01:00
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
|
</Project>
|