PageRenderTime 28ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/DemoApp.BusinessModel.ImplCSLA/DemoApp.BusinessModel.ImplCSLA.csproj

http://entmodapp.codeplex.com
MSBuild | 235 lines | 228 code | 0 blank | 7 comment | 0 complexity | d5574c563742b210776894d7690d348f 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>{C5ABD163-3375-4E46-87A5-9C7C1B70BA6B}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>DemoApp.BusinessLayer</RootNamespace>
  12. <AssemblyName>DemoApp.BusinessModel.ImplCSLA</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  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="Csla">
  35. <HintPath>..\packages\CSLA-Core.4.3.10.0\lib\NET4.0\Csla.dll</HintPath>
  36. </Reference>
  37. <Reference Include="Csla.XmlSerializers">
  38. <HintPath>..\packages\CSLA-Core.4.3.10.0\lib\NET4.0\Csla.XmlSerializers.dll</HintPath>
  39. </Reference>
  40. <Reference Include="System" />
  41. <Reference Include="System.Core" />
  42. <Reference Include="System.Xml.Linq" />
  43. <Reference Include="System.Data.DataSetExtensions" />
  44. <Reference Include="Microsoft.CSharp" />
  45. <Reference Include="System.Data" />
  46. <Reference Include="System.Xml" />
  47. </ItemGroup>
  48. <ItemGroup>
  49. <Compile Include="DemoAppModelBusinessModelRepository.cs">
  50. <DependentUpon>BusinessObjectRepositoryTemplate.tt</DependentUpon>
  51. </Compile>
  52. <Compile Include="DemoAppModelBusinessModelRepositoryFactory.cs">
  53. <DependentUpon>BusinessObjectRepositoryTemplate.tt</DependentUpon>
  54. </Compile>
  55. <Compile Include="FavoriteDerivedEdit.cs">
  56. <DependentUpon>CSLABusinessObjectsTemplate.tt</DependentUpon>
  57. </Compile>
  58. <Compile Include="FavoriteDerivedEditCollection.cs">
  59. <DependentUpon>CSLABusinessObjectsTemplate.tt</DependentUpon>
  60. </Compile>
  61. <Compile Include="FavoriteDerivedInfo.cs">
  62. <DependentUpon>CSLABusinessObjectsTemplate.tt</DependentUpon>
  63. </Compile>
  64. <Compile Include="FavoriteDerivedInfoCollection.cs">
  65. <DependentUpon>CSLABusinessObjectsTemplate.tt</DependentUpon>
  66. </Compile>
  67. <Compile Include="FavoriteDerivedObjectRepository.cs">
  68. <DependentUpon>BusinessObjectRepositoryTemplate.tt</DependentUpon>
  69. </Compile>
  70. <Compile Include="FavoriteEdit.cs">
  71. <DependentUpon>CSLABusinessObjectsTemplate.tt</DependentUpon>
  72. </Compile>
  73. <Compile Include="FavoriteEditCollection.cs">
  74. <DependentUpon>CSLABusinessObjectsTemplate.tt</DependentUpon>
  75. </Compile>
  76. <Compile Include="FavoriteInfo.cs">
  77. <DependentUpon>CSLABusinessObjectsTemplate.tt</DependentUpon>
  78. </Compile>
  79. <Compile Include="FavoriteInfoCollection.cs">
  80. <DependentUpon>CSLABusinessObjectsTemplate.tt</DependentUpon>
  81. </Compile>
  82. <Compile Include="FavoriteObjectRepository.cs">
  83. <DependentUpon>BusinessObjectRepositoryTemplate.tt</DependentUpon>
  84. </Compile>
  85. <Compile Include="GroupEdit.cs">
  86. <DependentUpon>CSLABusinessObjectsTemplate.tt</DependentUpon>
  87. </Compile>
  88. <Compile Include="GroupEditCollection.cs">
  89. <DependentUpon>CSLABusinessObjectsTemplate.tt</DependentUpon>
  90. </Compile>
  91. <Compile Include="GroupInfo.cs">
  92. <DependentUpon>CSLABusinessObjectsTemplate.tt</DependentUpon>
  93. </Compile>
  94. <Compile Include="GroupInfoCollection.cs">
  95. <DependentUpon>CSLABusinessObjectsTemplate.tt</DependentUpon>
  96. </Compile>
  97. <Compile Include="GroupObjectRepository.cs">
  98. <DependentUpon>BusinessObjectRepositoryTemplate.tt</DependentUpon>
  99. </Compile>
  100. <Compile Include="PersonEdit.cs">
  101. <DependentUpon>CSLABusinessObjectsTemplate.tt</DependentUpon>
  102. </Compile>
  103. <Compile Include="PersonEditCollection.cs">
  104. <DependentUpon>CSLABusinessObjectsTemplate.tt</DependentUpon>
  105. </Compile>
  106. <Compile Include="PersonInfo.cs">
  107. <DependentUpon>CSLABusinessObjectsTemplate.tt</DependentUpon>
  108. </Compile>
  109. <Compile Include="PersonInfoCollection.cs">
  110. <DependentUpon>CSLABusinessObjectsTemplate.tt</DependentUpon>
  111. </Compile>
  112. <Compile Include="PersonObjectRepository.cs">
  113. <DependentUpon>BusinessObjectRepositoryTemplate.tt</DependentUpon>
  114. </Compile>
  115. <Compile Include="Properties\AssemblyInfo.cs" />
  116. <Compile Include="RoleEdit.cs">
  117. <DependentUpon>CSLABusinessObjectsTemplate.tt</DependentUpon>
  118. </Compile>
  119. <Compile Include="RoleEditCollection.cs">
  120. <DependentUpon>CSLABusinessObjectsTemplate.tt</DependentUpon>
  121. </Compile>
  122. <Compile Include="RoleInfo.cs">
  123. <DependentUpon>CSLABusinessObjectsTemplate.tt</DependentUpon>
  124. </Compile>
  125. <Compile Include="RoleInfoCollection.cs">
  126. <DependentUpon>CSLABusinessObjectsTemplate.tt</DependentUpon>
  127. </Compile>
  128. <Compile Include="RoleObjectRepository.cs">
  129. <DependentUpon>BusinessObjectRepositoryTemplate.tt</DependentUpon>
  130. </Compile>
  131. <Compile Include="SecurableActionEdit.cs">
  132. <DependentUpon>CSLABusinessObjectsTemplate.tt</DependentUpon>
  133. </Compile>
  134. <Compile Include="SecurableActionEditCollection.cs">
  135. <DependentUpon>CSLABusinessObjectsTemplate.tt</DependentUpon>
  136. </Compile>
  137. <Compile Include="SecurableActionInfo.cs">
  138. <DependentUpon>CSLABusinessObjectsTemplate.tt</DependentUpon>
  139. </Compile>
  140. <Compile Include="SecurableActionInfoCollection.cs">
  141. <DependentUpon>CSLABusinessObjectsTemplate.tt</DependentUpon>
  142. </Compile>
  143. <Compile Include="SecurableActionObjectRepository.cs">
  144. <DependentUpon>BusinessObjectRepositoryTemplate.tt</DependentUpon>
  145. </Compile>
  146. <Compile Include="SubjectEdit.cs">
  147. <DependentUpon>CSLABusinessObjectsTemplate.tt</DependentUpon>
  148. </Compile>
  149. <Compile Include="SubjectEditCollection.cs">
  150. <DependentUpon>CSLABusinessObjectsTemplate.tt</DependentUpon>
  151. </Compile>
  152. <Compile Include="SubjectInfo.cs">
  153. <DependentUpon>CSLABusinessObjectsTemplate.tt</DependentUpon>
  154. </Compile>
  155. <Compile Include="SubjectInfoCollection.cs">
  156. <DependentUpon>CSLABusinessObjectsTemplate.tt</DependentUpon>
  157. </Compile>
  158. <Compile Include="SubjectObjectRepository.cs">
  159. <DependentUpon>BusinessObjectRepositoryTemplate.tt</DependentUpon>
  160. </Compile>
  161. <Compile Include="UserEdit.cs">
  162. <DependentUpon>CSLABusinessObjectsTemplate.tt</DependentUpon>
  163. </Compile>
  164. <Compile Include="UserEditCollection.cs">
  165. <DependentUpon>CSLABusinessObjectsTemplate.tt</DependentUpon>
  166. </Compile>
  167. <Compile Include="UserInfo.cs">
  168. <DependentUpon>CSLABusinessObjectsTemplate.tt</DependentUpon>
  169. </Compile>
  170. <Compile Include="UserInfoCollection.cs">
  171. <DependentUpon>CSLABusinessObjectsTemplate.tt</DependentUpon>
  172. </Compile>
  173. <Compile Include="UserObjectRepository.cs">
  174. <DependentUpon>BusinessObjectRepositoryTemplate.tt</DependentUpon>
  175. </Compile>
  176. </ItemGroup>
  177. <ItemGroup>
  178. <Content Include="ModelLocation.txt" />
  179. </ItemGroup>
  180. <ItemGroup>
  181. <None Include="BusinessObjectRepositoryTemplate.log">
  182. <AutoGen>True</AutoGen>
  183. <DesignTime>True</DesignTime>
  184. <DependentUpon>BusinessObjectRepositoryTemplate.tt</DependentUpon>
  185. </None>
  186. <None Include="BusinessObjectRepositoryTemplate.tt">
  187. <Generator>TextTemplatingFileGenerator</Generator>
  188. <LastGenOutput>BusinessObjectRepositoryTemplate.log</LastGenOutput>
  189. </None>
  190. <None Include="BusinessObjectsTemplate.log">
  191. <AutoGen>True</AutoGen>
  192. <DesignTime>True</DesignTime>
  193. <DependentUpon>BusinessObjectsTemplate.tt</DependentUpon>
  194. </None>
  195. <None Include="BusinessObjectsTemplate.tt">
  196. <Generator>TextTemplatingFileGenerator</Generator>
  197. <LastGenOutput>BusinessObjectsTemplate.log</LastGenOutput>
  198. </None>
  199. <None Include="CSLABusinessObjectsTemplate.log">
  200. <AutoGen>True</AutoGen>
  201. <DesignTime>True</DesignTime>
  202. <DependentUpon>CSLABusinessObjectsTemplate.tt</DependentUpon>
  203. </None>
  204. <None Include="CSLABusinessObjectsTemplate.tt">
  205. <Generator>TextTemplatingFileGenerator</Generator>
  206. <LastGenOutput>CSLABusinessObjectsTemplate.log</LastGenOutput>
  207. </None>
  208. <None Include="packages.config" />
  209. </ItemGroup>
  210. <ItemGroup>
  211. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  212. </ItemGroup>
  213. <ItemGroup>
  214. <ProjectReference Include="..\DemoApp.BusinessModel\DemoApp.BusinessModel.csproj">
  215. <Project>{B86DF132-8E1E-431C-9E2E-A67A92F92477}</Project>
  216. <Name>DemoApp.BusinessModel</Name>
  217. </ProjectReference>
  218. <ProjectReference Include="..\DemoApp.DataModel\DemoApp.DataModel.csproj">
  219. <Project>{4B51ABAE-5C63-48AD-9A72-54D82F9933D2}</Project>
  220. <Name>DemoApp.DataModel</Name>
  221. </ProjectReference>
  222. <ProjectReference Include="..\EntModApp.EntServices.Infrastructure\EntModApp.EntServices.Infrastructure.csproj">
  223. <Project>{D195A3A6-F71F-4783-9A4F-B73C648A1987}</Project>
  224. <Name>EntModApp.EntServices.Infrastructure</Name>
  225. </ProjectReference>
  226. </ItemGroup>
  227. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  228. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  229. Other similar extension points exist, see Microsoft.Common.targets.
  230. <Target Name="BeforeBuild">
  231. </Target>
  232. <Target Name="AfterBuild">
  233. </Target>
  234. -->
  235. </Project>