CD67.FicheCollege.Factory.csproj 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
  4. <PropertyGroup>
  5. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  6. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  7. <ProjectGuid>{6B7EF24A-1AF8-44FB-A290-E42F01FF8812}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>CD67.FicheCollege.Factory</RootNamespace>
  11. <AssemblyName>CD67.FicheCollege.Factory</AssemblyName>
  12. <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  15. </PropertyGroup>
  16. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  17. <DebugSymbols>true</DebugSymbols>
  18. <DebugType>full</DebugType>
  19. <Optimize>false</Optimize>
  20. <OutputPath>bin\Debug\</OutputPath>
  21. <DefineConstants>DEBUG;TRACE</DefineConstants>
  22. <ErrorReport>prompt</ErrorReport>
  23. <WarningLevel>4</WarningLevel>
  24. </PropertyGroup>
  25. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  26. <DebugType>pdbonly</DebugType>
  27. <Optimize>true</Optimize>
  28. <OutputPath>bin\Release\</OutputPath>
  29. <DefineConstants>TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <ItemGroup>
  34. <Reference Include="Devart.Data, Version=5.0.1926.0, Culture=neutral, PublicKeyToken=09af7300eec23701, processorArchitecture=MSIL">
  35. <HintPath>..\packages\dotConnect.Express.for.PostgreSQL.7.10.1134\lib\Devart.Data.dll</HintPath>
  36. <Private>True</Private>
  37. </Reference>
  38. <Reference Include="Devart.Data.PostgreSql, Version=7.10.1134.0, Culture=neutral, PublicKeyToken=09af7300eec23701, processorArchitecture=MSIL">
  39. <HintPath>..\packages\dotConnect.Express.for.PostgreSQL.7.10.1134\lib\Devart.Data.PostgreSql.dll</HintPath>
  40. <Private>True</Private>
  41. </Reference>
  42. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  43. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
  44. <Private>True</Private>
  45. </Reference>
  46. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  47. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  48. <Private>True</Private>
  49. </Reference>
  50. <Reference Include="System" />
  51. <Reference Include="System.ComponentModel.DataAnnotations" />
  52. <Reference Include="System.Core" />
  53. <Reference Include="System.EnterpriseServices" />
  54. <Reference Include="System.Linq.Dynamic, Version=1.0.6132.35681, Culture=neutral, processorArchitecture=MSIL">
  55. <HintPath>..\packages\System.Linq.Dynamic.1.0.7\lib\net40\System.Linq.Dynamic.dll</HintPath>
  56. <Private>True</Private>
  57. </Reference>
  58. <Reference Include="System.Runtime.Serialization" />
  59. <Reference Include="System.Web.Services" />
  60. <Reference Include="System.Xml.Linq" />
  61. <Reference Include="System.Data.DataSetExtensions" />
  62. <Reference Include="Microsoft.CSharp" />
  63. <Reference Include="System.Data" />
  64. <Reference Include="System.Xml" />
  65. </ItemGroup>
  66. <ItemGroup>
  67. <Compile Include="ActionEduFactory.cs" />
  68. <Compile Include="ActionEduThematiqueFactory.cs" />
  69. <Compile Include="AnneeFactory.cs" />
  70. <Compile Include="CollegeFactory.cs" />
  71. <Compile Include="Internal\ActionEduAxeFactory.cs">
  72. <DependentUpon>GenericFactories.tt</DependentUpon>
  73. </Compile>
  74. <Compile Include="Internal\ActionEduCollegeFactory.cs">
  75. <DependentUpon>GenericFactories.tt</DependentUpon>
  76. </Compile>
  77. <Compile Include="Internal\ActionEduFactory.cs">
  78. <DependentUpon>GenericFactories.tt</DependentUpon>
  79. </Compile>
  80. <Compile Include="Internal\ActionEduMissionFactory.cs">
  81. <DependentUpon>GenericFactories.tt</DependentUpon>
  82. </Compile>
  83. <Compile Include="Internal\ActionEduThematiqueFactory.cs">
  84. <DependentUpon>GenericFactories.tt</DependentUpon>
  85. </Compile>
  86. <Compile Include="Internal\AnneeFactory.cs">
  87. <DependentUpon>GenericFactories.tt</DependentUpon>
  88. </Compile>
  89. <Compile Include="Internal\CollegeFactory.cs">
  90. <DependentUpon>GenericFactories.tt</DependentUpon>
  91. </Compile>
  92. <Compile Include="Internal\GenericFactories.cs">
  93. <AutoGen>True</AutoGen>
  94. <DesignTime>True</DesignTime>
  95. <DependentUpon>GenericFactories.tt</DependentUpon>
  96. </Compile>
  97. <Compile Include="Internal\BaseFactory.cs" />
  98. <Compile Include="Internal\TerritoireFactory.cs">
  99. <DependentUpon>GenericFactories.tt</DependentUpon>
  100. </Compile>
  101. <Compile Include="Internal\TypeCollegeFactory.cs">
  102. <DependentUpon>GenericFactories.tt</DependentUpon>
  103. </Compile>
  104. <Compile Include="Properties\AssemblyInfo.cs" />
  105. <Compile Include="Properties\Settings.Designer.cs">
  106. <AutoGen>True</AutoGen>
  107. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  108. <DependentUpon>Settings.settings</DependentUpon>
  109. </Compile>
  110. <Compile Include="TerritoireFactory.cs" />
  111. <Compile Include="ActionEduAxeFactory.cs" />
  112. <Compile Include="TypeCollegeFactory.cs" />
  113. </ItemGroup>
  114. <ItemGroup>
  115. <None Include="App.config">
  116. <SubType>Designer</SubType>
  117. </None>
  118. <None Include="packages.config" />
  119. <None Include="Properties\Settings.settings">
  120. <Generator>SettingsSingleFileGenerator</Generator>
  121. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  122. </None>
  123. </ItemGroup>
  124. <ItemGroup>
  125. <ProjectReference Include="..\CD67.FicheCollege.Entity\CD67.FicheCollege.Entity.csproj">
  126. <Project>{5bdb34b4-4387-4af7-b388-37d4907dde39}</Project>
  127. <Name>CD67.FicheCollege.Entity</Name>
  128. </ProjectReference>
  129. </ItemGroup>
  130. <ItemGroup>
  131. <Content Include="Internal\GenericFactories.tt">
  132. <Generator>TextTemplatingFileGenerator</Generator>
  133. <LastGenOutput>GenericFactories.cs</LastGenOutput>
  134. </Content>
  135. </ItemGroup>
  136. <ItemGroup>
  137. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  138. </ItemGroup>
  139. <ItemGroup>
  140. <WCFMetadata Include="Service References\" />
  141. </ItemGroup>
  142. <ItemGroup>
  143. <WebReferences Include="Web References\" />
  144. </ItemGroup>
  145. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  146. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  147. Other similar extension points exist, see Microsoft.Common.targets.
  148. <Target Name="BeforeBuild">
  149. </Target>
  150. <Target Name="AfterBuild">
  151. </Target>
  152. -->
  153. </Project>