PageRenderTime 45ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/V1/CORE-APPFABRIC/Infrastructure.Data.MainModule/Infrastructure.Data.MainModule.csproj

#
MSBuild | 160 lines | 153 code | 0 blank | 7 comment | 0 complexity | dac25cfee0d4b636eec30c1ebe1c2ac0 MD5 | raw file
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.30703</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{F0CA02B9-6921-427D-85CB-A164C4939E82}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>Microsoft.Samples.NLayerApp.Infrastructure.Data.MainModule</RootNamespace>
  12. <AssemblyName>NLayerApp.Infrastructure.Data.MainModule</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SccProjectName>SAK</SccProjectName>
  16. <SccLocalPath>SAK</SccLocalPath>
  17. <SccAuxPath>SAK</SccAuxPath>
  18. <SccProvider>SAK</SccProvider>
  19. </PropertyGroup>
  20. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  21. <DebugSymbols>true</DebugSymbols>
  22. <DebugType>full</DebugType>
  23. <Optimize>false</Optimize>
  24. <OutputPath>bin\Debug\</OutputPath>
  25. <DefineConstants>DEBUG;TRACE</DefineConstants>
  26. <ErrorReport>prompt</ErrorReport>
  27. <WarningLevel>4</WarningLevel>
  28. <CodeAnalysisRuleSet>..\NLayer.CodeAnaysisRules.ruleset</CodeAnalysisRuleSet>
  29. <RunCodeAnalysis>true</RunCodeAnalysis>
  30. <DocumentationFile>bin\Debug\NLayerApp.Infrastructure.Data.MainModule.XML</DocumentationFile>
  31. </PropertyGroup>
  32. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  33. <DebugType>pdbonly</DebugType>
  34. <Optimize>true</Optimize>
  35. <OutputPath>bin\Release\</OutputPath>
  36. <DefineConstants>TRACE</DefineConstants>
  37. <ErrorReport>prompt</ErrorReport>
  38. <WarningLevel>4</WarningLevel>
  39. <DocumentationFile>
  40. </DocumentationFile>
  41. </PropertyGroup>
  42. <ItemGroup>
  43. <Reference Include="System" />
  44. <Reference Include="System.Core" />
  45. <Reference Include="System.Data.Entity" />
  46. <Reference Include="System.Runtime.Serialization" />
  47. <Reference Include="System.Security" />
  48. <Reference Include="System.Xml.Linq" />
  49. <Reference Include="System.Data.DataSetExtensions" />
  50. <Reference Include="Microsoft.CSharp" />
  51. <Reference Include="System.Data" />
  52. <Reference Include="System.Xml" />
  53. </ItemGroup>
  54. <ItemGroup>
  55. <Compile Include="GlobalSuppressions.cs" />
  56. <Compile Include="UnitOfWork\IMainModuleUnitOfWork.cs">
  57. <AutoGen>True</AutoGen>
  58. <DesignTime>True</DesignTime>
  59. <DependentUpon>IMainModuleUnitOfWork.tt</DependentUpon>
  60. </Compile>
  61. <Compile Include="Model\MainModuleDataModel.Views.cs">
  62. <AutoGen>True</AutoGen>
  63. <DesignTime>True</DesignTime>
  64. <DependentUpon>MainModuleDataModel.Views.tt</DependentUpon>
  65. </Compile>
  66. <Compile Include="Properties\GlobalSuppressions.cs" />
  67. <Compile Include="Model\MainModuleDataModel.Designer.cs">
  68. <AutoGen>True</AutoGen>
  69. <DesignTime>True</DesignTime>
  70. <DependentUpon>MainModuleDataModel.edmx</DependentUpon>
  71. </Compile>
  72. <Compile Include="Properties\AssemblyInfo.cs" />
  73. <Compile Include="Repositories\BankAccountRepository.cs" />
  74. <Compile Include="Repositories\CountryRepository.cs" />
  75. <Compile Include="Repositories\CustomerRepository.cs" />
  76. <Compile Include="Repositories\OrderRepository.cs" />
  77. <Compile Include="Repositories\ProductRepository.cs" />
  78. <Compile Include="Resources\Messages.Designer.cs">
  79. <AutoGen>True</AutoGen>
  80. <DesignTime>True</DesignTime>
  81. <DependentUpon>Messages.resx</DependentUpon>
  82. </Compile>
  83. <Compile Include="UnitOfWork\MainModuleUnitOfWork.Context.cs">
  84. <AutoGen>True</AutoGen>
  85. <DesignTime>True</DesignTime>
  86. <DependentUpon>MainModuleUnitOfWork.Context.tt</DependentUpon>
  87. </Compile>
  88. <Compile Include="UnitOfWork\MainModuleUnitOfWork.Context.Extensions.cs">
  89. <DependentUpon>MainModuleUnitOfWork.Context.tt</DependentUpon>
  90. </Compile>
  91. </ItemGroup>
  92. <ItemGroup>
  93. <EntityDeploy Include="Model\MainModuleDataModel.edmx">
  94. <Generator>EntityModelCodeGenerator</Generator>
  95. <LastGenOutput>MainModuleDataModel.Designer.cs</LastGenOutput>
  96. </EntityDeploy>
  97. </ItemGroup>
  98. <ItemGroup>
  99. <None Include="App.Config" />
  100. <None Include="UnitOfWork\IMainModuleUnitOfWork.tt">
  101. <Generator>TextTemplatingFileGenerator</Generator>
  102. <LastGenOutput>IMainModuleUnitOfWork.cs</LastGenOutput>
  103. </None>
  104. <None Include="UnitOfWork\MainModuleUnitOfWork.Context.tt">
  105. <Generator>TextTemplatingFileGenerator</Generator>
  106. <LastGenOutput>MainModuleUnitOfWork.Context.cs</LastGenOutput>
  107. </None>
  108. <None Include="Model\MainModuleDataModel.Views.tt">
  109. <Generator>TextTemplatingFileGenerator</Generator>
  110. <LastGenOutput>MainModuleDataModel.Views.cs</LastGenOutput>
  111. </None>
  112. </ItemGroup>
  113. <ItemGroup>
  114. <Content Include="AuthorNotes.txt" />
  115. </ItemGroup>
  116. <ItemGroup>
  117. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  118. </ItemGroup>
  119. <ItemGroup>
  120. <ProjectReference Include="..\Domain.Core.Entities\Domain.Core.Entities.csproj">
  121. <Project>{5A3A2291-4220-4BDC-94C0-F48AB18ED0BD}</Project>
  122. <Name>Domain.Core.Entities</Name>
  123. </ProjectReference>
  124. <ProjectReference Include="..\Domain.Core\Domain.Core.csproj">
  125. <Project>{D7E981BB-19E7-4D85-A24B-D4295BAF87CD}</Project>
  126. <Name>Domain.Core</Name>
  127. </ProjectReference>
  128. <ProjectReference Include="..\Domain.MainModule.Entities\Domain.MainModule.Entities.csproj">
  129. <Project>{6F82F34C-72F8-4C1F-9B41-2EE88C54AB01}</Project>
  130. <Name>Domain.MainModule.Entities</Name>
  131. </ProjectReference>
  132. <ProjectReference Include="..\Domain.MainModule\Domain.MainModule.csproj">
  133. <Project>{D42B62E5-91EE-40F3-B68D-FE2D0AFC0AEE}</Project>
  134. <Name>Domain.MainModule</Name>
  135. </ProjectReference>
  136. <ProjectReference Include="..\Infrastructure.CrossCutting\Infrastructure.CrossCutting.csproj">
  137. <Project>{74F0E6EA-1810-4088-B4C5-3941A739D640}</Project>
  138. <Name>Infrastructure.CrossCutting</Name>
  139. </ProjectReference>
  140. <ProjectReference Include="..\Infrastructure.Data.Core\Infrastructure.Data.Core.csproj">
  141. <Project>{98150D03-B191-476D-B192-B5B755E26E8E}</Project>
  142. <Name>Infrastructure.Data.Core</Name>
  143. </ProjectReference>
  144. </ItemGroup>
  145. <ItemGroup />
  146. <ItemGroup>
  147. <EmbeddedResource Include="Resources\Messages.resx">
  148. <Generator>ResXFileCodeGenerator</Generator>
  149. <LastGenOutput>Messages.Designer.cs</LastGenOutput>
  150. </EmbeddedResource>
  151. </ItemGroup>
  152. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  153. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  154. Other similar extension points exist, see Microsoft.Common.targets.
  155. <Target Name="BeforeBuild">
  156. </Target>
  157. <Target Name="AfterBuild">
  158. </Target>
  159. -->
  160. </Project>