NurseryManager-Project/ApplicationCrèche 1/ApplicationCrèche 1.vbproj
Thoscellen c66626ff3a init
2020-05-16 17:38:46 +02:00

298 lines
12 KiB
XML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">x86</Platform>
<ProductVersion>
</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{B4F616BE-465C-48AC-85E6-672DA34168F3}</ProjectGuid>
<OutputType>WinExe</OutputType>
<StartupObject>ApplicationCrèche_1.My.MyApplication</StartupObject>
<RootNamespace>ApplicationCrèche_1</RootNamespace>
<AssemblyName>ApplicationCrèche 1</AssemblyName>
<FileAlignment>512</FileAlignment>
<MyType>WindowsForms</MyType>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<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>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<DefineDebug>true</DefineDebug>
<DefineTrace>true</DefineTrace>
<OutputPath>bin\Debug\</OutputPath>
<DocumentationFile>ApplicationCrèche 1.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<PlatformTarget>x86</PlatformTarget>
<DebugType>pdbonly</DebugType>
<DefineDebug>false</DefineDebug>
<DefineTrace>true</DefineTrace>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DocumentationFile>ApplicationCrèche 1.xml</DocumentationFile>
<NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
</PropertyGroup>
<PropertyGroup>
<OptionExplicit>On</OptionExplicit>
</PropertyGroup>
<PropertyGroup>
<OptionCompare>Binary</OptionCompare>
</PropertyGroup>
<PropertyGroup>
<OptionStrict>Off</OptionStrict>
</PropertyGroup>
<PropertyGroup>
<OptionInfer>On</OptionInfer>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Data.Entity" />
<Reference Include="System.Data.SqlServerCe, Version=3.5.1.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91" />
<Reference Include="System.Deployment" />
<Reference Include="System.Drawing" />
<Reference Include="System.Runtime.Serialization" />
<Reference Include="System.Security" />
<Reference Include="System.Windows.Forms" />
<Reference Include="System.Xml" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
</ItemGroup>
<ItemGroup>
<Import Include="Microsoft.VisualBasic" />
<Import Include="System" />
<Import Include="System.Collections" />
<Import Include="System.Collections.Generic" />
<Import Include="System.Data" />
<Import Include="System.Drawing" />
<Import Include="System.Diagnostics" />
<Import Include="System.Windows.Forms" />
<Import Include="System.Linq" />
<Import Include="System.Xml.Linq" />
</ItemGroup>
<ItemGroup>
<Compile Include="Database\CrecheDataSet.Designer.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>CrecheDataSet.xsd</DependentUpon>
</Compile>
<Compile Include="DataManager\SQLManager.vb" />
<Compile Include="Forms\FormBabySitterID.Designer.vb">
<DependentUpon>FormBabySitterID.vb</DependentUpon>
</Compile>
<Compile Include="Forms\FormBabySitterID.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\FormList.Designer.vb">
<DependentUpon>FormList.vb</DependentUpon>
</Compile>
<Compile Include="Forms\FormList.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\FormChildID.Designer.vb">
<DependentUpon>FormChildID.vb</DependentUpon>
</Compile>
<Compile Include="Forms\FormChildID.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\FormID.Designer.vb">
<DependentUpon>FormID.vb</DependentUpon>
</Compile>
<Compile Include="Forms\FormID.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\FormMain.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\FormMain.Designer.vb">
<DependentUpon>FormMain.vb</DependentUpon>
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\FormParentID.Designer.vb">
<DependentUpon>FormParentID.vb</DependentUpon>
</Compile>
<Compile Include="Forms\FormParentID.vb">
<SubType>Form</SubType>
</Compile>
<Compile Include="Forms\SharedRessources.vb" />
<Compile Include="Model\BabySitter.vb" />
<Compile Include="Model\Child.vb" />
<Compile Include="Forms\ListEnums.vb" />
<Compile Include="Model\Meet.vb" />
<Compile Include="Model\Parent.vb" />
<Compile Include="Model\Person.vb" />
<Compile Include="My Project\AssemblyInfo.vb" />
<Compile Include="My Project\Application.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Application.myapp</DependentUpon>
</Compile>
<Compile Include="My Project\Resources.Designer.vb">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="My Project\Settings.Designer.vb">
<AutoGen>True</AutoGen>
<DependentUpon>Settings.settings</DependentUpon>
<DesignTimeSharedInput>True</DesignTimeSharedInput>
</Compile>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="Forms\FormBabySitterID.resx">
<DependentUpon>FormBabySitterID.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\FormList.resx">
<DependentUpon>FormList.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\FormChildID.resx">
<DependentUpon>FormChildID.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\FormID.resx">
<DependentUpon>FormID.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\FormMain.en.resx">
<DependentUpon>FormMain.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\FormMain.fr-FR.resx">
<DependentUpon>FormMain.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\FormMain.resx">
<DependentUpon>FormMain.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Forms\FormParentID.resx">
<DependentUpon>FormParentID.vb</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="My Project\Resources.resx">
<Generator>VbMyResourcesResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.vb</LastGenOutput>
<CustomToolNamespace>My.Resources</CustomToolNamespace>
<SubType>Designer</SubType>
</EmbeddedResource>
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
<None Include="ClassDiagram1.cd" />
<None Include="Database\CrecheDataSet.xsc">
<DependentUpon>CrecheDataSet.xsd</DependentUpon>
</None>
<None Include="Database\CrecheDataSet.xsd">
<Generator>MSDataSetGenerator</Generator>
<LastGenOutput>CrecheDataSet.Designer.vb</LastGenOutput>
<SubType>Designer</SubType>
</None>
<None Include="Database\CrecheDataSet.xss">
<DependentUpon>CrecheDataSet.xsd</DependentUpon>
</None>
<None Include="My Project\Application.myapp">
<Generator>MyApplicationCodeGenerator</Generator>
<LastGenOutput>Application.Designer.vb</LastGenOutput>
</None>
<None Include="My Project\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<CustomToolNamespace>My</CustomToolNamespace>
<LastGenOutput>Settings.Designer.vb</LastGenOutput>
</None>
</ItemGroup>
<ItemGroup>
<BootstrapperPackage Include="Microsoft.Net.Client.3.5">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
<Install>false</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
<Visible>False</Visible>
<ProductName>.NET Framework 3.5 SP1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.SQL.Server.Compact.3.5">
<Visible>False</Visible>
<ProductName>SQL Server Compact 3.5 SP2</ProductName>
<Install>true</Install>
</BootstrapperPackage>
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
<Visible>False</Visible>
<ProductName>Windows Installer 3.1</ProductName>
<Install>true</Install>
</BootstrapperPackage>
</ItemGroup>
<ItemGroup />
<ItemGroup>
<Content Include="Database\Creche.mdf">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>
<Content Include="Database\Creche_log.ldf">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
<DependentUpon>Creche.mdf</DependentUpon>
</Content>
<None Include="Resources\UnpingedWindows.png" />
<None Include="Resources\PingedWindows.png" />
<None Include="Resources\WindowList1.png" />
<None Include="Resources\WindowList.png" />
<None Include="Resources\CloseWindow.png" />
<Content Include="Resources\EditSheet2.ico" />
<Content Include="Resources\NewSheet2.ico" />
<Content Include="Resources\NormalSheetLight.ico" />
<None Include="Resources\SelectSheet.png" />
<None Include="Resources\WrongSheetLight.png" />
<None Include="Resources\WarningSheetLight.png" />
<None Include="Resources\WarningSheetFrench.png" />
<None Include="Resources\WarningSheet2Light.png" />
<None Include="Resources\ValidedSheet.png" />
<None Include="Resources\SaveMultiFloppy.png" />
<None Include="Resources\SaveFloppy.png" />
<None Include="Resources\SaveAsFloppy.png" />
<None Include="Resources\RPNM Save.png" />
<None Include="Resources\OpenSheetbook.png" />
<None Include="Resources\OpenFolder2.png" />
<None Include="Resources\OpenFolder.png" />
<None Include="Resources\OpenedSheetbook.png" />
<None Include="Resources\NormalSheetLight.png" />
<None Include="Resources\NewSheetbook2.png" />
<None Include="Resources\NewSheetbook.png" />
<None Include="Resources\NewSheet2.png" />
<None Include="Resources\NewCollection.png" />
<None Include="Resources\GumSheet.png" />
<None Include="Resources\GoLink.png" />
<None Include="Resources\EditSheet21.png" />
<None Include="Resources\DeleteSheet3.png" />
<None Include="Resources\DeleteSheet2.png" />
<None Include="Resources\DeleteSheet1.png" />
<None Include="Resources\CloseSheetbook.png" />
<None Include="Resources\CloseSheet2.png" />
<None Include="Resources\CloseFolder.png" />
<None Include="Resources\CancelSheet.png" />
<None Include="Resources\AddSheet21.png" />
<None Include="Resources\AddSheet1.png" />
<None Include="Resources\EditSheet2.png" />
<None Include="Resources\DeleteSheet.png" />
<None Include="Resources\AddSheet2.png" />
<None Include="Resources\AddSheet.png" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>