CD67.FicheCollege.Factory.csproj 8.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175
  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="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  35. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
  36. <Private>True</Private>
  37. </Reference>
  38. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  39. <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
  40. <Private>True</Private>
  41. </Reference>
  42. <Reference Include="EntityFramework6.Npgsql, Version=3.1.1.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
  43. <HintPath>..\packages\EntityFramework6.Npgsql.3.1.1\lib\net45\EntityFramework6.Npgsql.dll</HintPath>
  44. <Private>True</Private>
  45. </Reference>
  46. <Reference Include="Npgsql, Version=4.0.0.0, Culture=neutral, PublicKeyToken=5d8b90d52f46fda7, processorArchitecture=MSIL">
  47. <HintPath>..\packages\Npgsql.4.0.0\lib\net451\Npgsql.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.CompilerServices.Unsafe, Version=4.0.4.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
  59. <HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.0\lib\netstandard1.0\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
  60. <Private>True</Private>
  61. </Reference>
  62. <Reference Include="System.Runtime.Serialization" />
  63. <Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  64. <HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.0\lib\portable-net45+win8+wp8+wpa81\System.Threading.Tasks.Extensions.dll</HintPath>
  65. <Private>True</Private>
  66. </Reference>
  67. <Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
  68. <HintPath>..\packages\System.ValueTuple.4.5.0\lib\net461\System.ValueTuple.dll</HintPath>
  69. <Private>True</Private>
  70. </Reference>
  71. <Reference Include="System.Web.Services" />
  72. <Reference Include="System.Xml.Linq" />
  73. <Reference Include="System.Data.DataSetExtensions" />
  74. <Reference Include="Microsoft.CSharp" />
  75. <Reference Include="System.Data" />
  76. <Reference Include="System.Xml" />
  77. </ItemGroup>
  78. <ItemGroup>
  79. <Compile Include="EducfEtablissementFactory.cs" />
  80. <Compile Include="ActionEduFactory.cs" />
  81. <Compile Include="ActionEduThematiqueFactory.cs" />
  82. <Compile Include="AnneeFactory.cs" />
  83. <Compile Include="CollegeFactory.cs" />
  84. <Compile Include="Internal\ActionEduActeurFactory.cs">
  85. <DependentUpon>GenericFactories.tt</DependentUpon>
  86. </Compile>
  87. <Compile Include="Internal\ActionEduActeurRoleFactory.cs">
  88. <DependentUpon>GenericFactories.tt</DependentUpon>
  89. </Compile>
  90. <Compile Include="Internal\ActionEduAxeFactory.cs">
  91. <DependentUpon>GenericFactories.tt</DependentUpon>
  92. </Compile>
  93. <Compile Include="Internal\ActionEduCollegeFactory.cs">
  94. <DependentUpon>GenericFactories.tt</DependentUpon>
  95. </Compile>
  96. <Compile Include="Internal\ActionEduFactory.cs">
  97. <DependentUpon>GenericFactories.tt</DependentUpon>
  98. </Compile>
  99. <Compile Include="Internal\ActionEduMissionFactory.cs">
  100. <DependentUpon>GenericFactories.tt</DependentUpon>
  101. </Compile>
  102. <Compile Include="Internal\ActionEduStatutFactory.cs">
  103. <DependentUpon>GenericFactories.tt</DependentUpon>
  104. </Compile>
  105. <Compile Include="Internal\ActionEduThematiqueFactory.cs">
  106. <DependentUpon>GenericFactories.tt</DependentUpon>
  107. </Compile>
  108. <Compile Include="Internal\AnneeFactory.cs">
  109. <DependentUpon>GenericFactories.tt</DependentUpon>
  110. </Compile>
  111. <Compile Include="Internal\CollegeFactory.cs">
  112. <DependentUpon>GenericFactories.tt</DependentUpon>
  113. </Compile>
  114. <Compile Include="Internal\GenericFactories.cs">
  115. <AutoGen>True</AutoGen>
  116. <DesignTime>True</DesignTime>
  117. <DependentUpon>GenericFactories.tt</DependentUpon>
  118. </Compile>
  119. <Compile Include="Internal\BaseFactory.cs" />
  120. <Compile Include="Internal\TerritoireFactory.cs">
  121. <DependentUpon>GenericFactories.tt</DependentUpon>
  122. </Compile>
  123. <Compile Include="Internal\TypeCollegeFactory.cs">
  124. <DependentUpon>GenericFactories.tt</DependentUpon>
  125. </Compile>
  126. <Compile Include="Properties\AssemblyInfo.cs" />
  127. <Compile Include="Properties\Settings.Designer.cs">
  128. <AutoGen>True</AutoGen>
  129. <DesignTimeSharedInput>True</DesignTimeSharedInput>
  130. <DependentUpon>Settings.settings</DependentUpon>
  131. </Compile>
  132. <Compile Include="TerritoireFactory.cs" />
  133. <Compile Include="ActionEduAxeFactory.cs" />
  134. <Compile Include="TypeCollegeFactory.cs" />
  135. </ItemGroup>
  136. <ItemGroup>
  137. <None Include="App.config">
  138. <SubType>Designer</SubType>
  139. </None>
  140. <None Include="packages.config" />
  141. <None Include="Properties\Settings.settings">
  142. <Generator>SettingsSingleFileGenerator</Generator>
  143. <LastGenOutput>Settings.Designer.cs</LastGenOutput>
  144. </None>
  145. </ItemGroup>
  146. <ItemGroup>
  147. <ProjectReference Include="..\CD67.FicheCollege.Entity\CD67.FicheCollege.Entity.csproj">
  148. <Project>{5bdb34b4-4387-4af7-b388-37d4907dde39}</Project>
  149. <Name>CD67.FicheCollege.Entity</Name>
  150. </ProjectReference>
  151. </ItemGroup>
  152. <ItemGroup>
  153. <Content Include="Internal\GenericFactories.tt">
  154. <Generator>TextTemplatingFileGenerator</Generator>
  155. <LastGenOutput>GenericFactories.cs</LastGenOutput>
  156. </Content>
  157. </ItemGroup>
  158. <ItemGroup>
  159. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  160. </ItemGroup>
  161. <ItemGroup>
  162. <WCFMetadata Include="Service References\" />
  163. </ItemGroup>
  164. <ItemGroup>
  165. <WebReferences Include="Web References\" />
  166. </ItemGroup>
  167. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  168. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  169. Other similar extension points exist, see Microsoft.Common.targets.
  170. <Target Name="BeforeBuild">
  171. </Target>
  172. <Target Name="AfterBuild">
  173. </Target>
  174. -->
  175. </Project>