| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{799F1203-F76F-4623-B6BD-DBE509478539}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>CG67.FicheCollege.Entrepot</RootNamespace>
- <AssemblyName>CG67.FicheCollege.Entrepot</AssemblyName>
- <SccProjectName>
- </SccProjectName>
- <SccLocalPath>
- </SccLocalPath>
- <SccAuxPath>
- </SccAuxPath>
- <SccProvider>
- </SccProvider>
- <FileUpgradeFlags>
- </FileUpgradeFlags>
- <OldToolsVersion>3.5</OldToolsVersion>
- <UpgradeBackupLocation>
- </UpgradeBackupLocation>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <TargetFrameworkProfile />
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <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' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Microsoft.Office.Interop.Excel, Version=12.0.0.0, Culture=neutral, PublicKeyToken=71e9bce111e9429c" />
- <Reference Include="System" />
- <Reference Include="System.configuration" />
- <Reference Include="System.Data" />
- <Reference Include="System.Data.OracleClient" />
- <Reference Include="System.Web.Services" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="EntrepotActionEducative.cs" />
- <Compile Include="EntrepotATC.cs" />
- <Compile Include="EntrepotBase.cs" />
- <Compile Include="EntrepotBilinguisme.cs" />
- <Compile Include="EntrepotChiffresSignificatifs.cs" />
- <Compile Include="EntrepotClasseDecouverte.cs" />
- <Compile Include="EntrepotCommentaires.cs" />
- <Compile Include="EntrepotContact.cs" />
- <Compile Include="EntrepotContratAide.cs" />
- <Compile Include="EntrepotDotation.cs" />
- <Compile Include="EntrepotEffectifDetail.cs" />
- <Compile Include="EntrepotFichiersTravaux.cs" />
- <Compile Include="EntrepotInvestissementDCE.cs" />
- <Compile Include="EntrepotEtablissement.cs" />
- <Compile Include="EntrepotFactory.cs" />
- <Compile Include="EntrepotInvestissement.cs" />
- <Compile Include="EntrepotLogement.cs" />
- <Compile Include="EntrepotMCG.cs" />
- <Compile Include="EntrepotProgTravaux.cs" />
- <Compile Include="EntrepotProjetPilote.cs" />
- <Compile Include="EntrepotRestauration.cs" />
- <Compile Include="EntrepotRestaurationExterne.cs" />
- <Compile Include="EntrepotSoutienScolaireEnLigne.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\CG67.FicheCollege.Tools\CG67.FicheCollege.Tools.csproj">
- <Project>{6B4DE9CB-C532-4501-B626-F51663EC4E17}</Project>
- <Name>CG67.FicheCollege.Tools</Name>
- </ProjectReference>
- <ProjectReference Include="..\CG67.FicheCollege.Domaine\CG67.FicheCollege.Domaine.csproj">
- <Project>{EA9B4153-44A9-46AF-891B-8DFE604CF33F}</Project>
- <Name>CG67.FicheCollege.Domaine</Name>
- </ProjectReference>
- <ProjectReference Include="..\CG67.FicheCollege.Interface\CG67.FicheCollege.Interface.csproj">
- <Project>{6F721CCA-8B98-406A-A266-5D7D6264BCE6}</Project>
- <Name>CG67.FicheCollege.Interface</Name>
- </ProjectReference>
- </ItemGroup>
- <ItemGroup>
- <COMReference Include="ADODB">
- <Guid>{00000205-0000-0010-8000-00AA006D2EA4}</Guid>
- <VersionMajor>2</VersionMajor>
- <VersionMinor>5</VersionMinor>
- <Lcid>0</Lcid>
- <WrapperTool>primary</WrapperTool>
- <Isolated>False</Isolated>
- </COMReference>
- <COMReference Include="Microsoft.Office.Core">
- <Guid>{2DF8D04C-5BFA-101B-BDE5-00AA0044DE52}</Guid>
- <VersionMajor>2</VersionMajor>
- <VersionMinor>3</VersionMinor>
- <Lcid>0</Lcid>
- <WrapperTool>primary</WrapperTool>
- <Isolated>False</Isolated>
- </COMReference>
- <COMReference Include="VBIDE">
- <Guid>{0002E157-0000-0000-C000-000000000046}</Guid>
- <VersionMajor>5</VersionMajor>
- <VersionMinor>3</VersionMinor>
- <Lcid>0</Lcid>
- <WrapperTool>primary</WrapperTool>
- <Isolated>False</Isolated>
- </COMReference>
- </ItemGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.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>
|