EMIS.SSDataLogic.csproj 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  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>{8DB617C5-6DB3-4BCE-B5F0-028CFB0AB833}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <AppDesignerFolder>Properties</AppDesignerFolder>
  11. <RootNamespace>EMIS.SSDataLogic</RootNamespace>
  12. <AssemblyName>EMIS.SSDataLogic</AssemblyName>
  13. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  14. <FileAlignment>512</FileAlignment>
  15. <SccProjectName>
  16. </SccProjectName>
  17. <SccLocalPath>
  18. </SccLocalPath>
  19. <SccAuxPath>
  20. </SccAuxPath>
  21. <SccProvider>
  22. </SccProvider>
  23. </PropertyGroup>
  24. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  25. <DebugSymbols>true</DebugSymbols>
  26. <DebugType>full</DebugType>
  27. <Optimize>false</Optimize>
  28. <OutputPath>bin\Debug\</OutputPath>
  29. <DefineConstants>DEBUG;TRACE</DefineConstants>
  30. <ErrorReport>prompt</ErrorReport>
  31. <WarningLevel>4</WarningLevel>
  32. </PropertyGroup>
  33. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  34. <DebugType>pdbonly</DebugType>
  35. <Optimize>true</Optimize>
  36. <OutputPath>bin\Release\</OutputPath>
  37. <DefineConstants>TRACE</DefineConstants>
  38. <ErrorReport>prompt</ErrorReport>
  39. <WarningLevel>4</WarningLevel>
  40. </PropertyGroup>
  41. <ItemGroup>
  42. <Reference Include="Bowin.Common">
  43. <HintPath>..\Lib\Bowin.Common.dll</HintPath>
  44. </Reference>
  45. <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  46. <HintPath>..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.dll</HintPath>
  47. <Private>True</Private>
  48. </Reference>
  49. <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
  50. <HintPath>..\packages\EntityFramework.6.1.3\lib\net40\EntityFramework.SqlServer.dll</HintPath>
  51. <Private>True</Private>
  52. </Reference>
  53. <Reference Include="System" />
  54. <Reference Include="System.ComponentModel.DataAnnotations" />
  55. <Reference Include="System.Core" />
  56. <Reference Include="System.Xml.Linq" />
  57. <Reference Include="System.Data.DataSetExtensions" />
  58. <Reference Include="Microsoft.CSharp" />
  59. <Reference Include="System.Data" />
  60. <Reference Include="System.Xml" />
  61. </ItemGroup>
  62. <ItemGroup>
  63. <Compile Include="Properties\AssemblyInfo.cs" />
  64. <Compile Include="Repositories\RepositoryGenerator.cs">
  65. <DependentUpon>RepositoryGenerator.tt</DependentUpon>
  66. <AutoGen>True</AutoGen>
  67. <DesignTime>True</DesignTime>
  68. </Compile>
  69. </ItemGroup>
  70. <ItemGroup>
  71. <ProjectReference Include="..\EMiS.DataLogic\EMIS.DataLogic.csproj">
  72. <Project>{D9B77877-BBB9-4E90-96B6-32AA6C43C3A1}</Project>
  73. <Name>EMIS.DataLogic</Name>
  74. </ProjectReference>
  75. <ProjectReference Include="..\EMIS.Entities\EMIS.Entities.csproj">
  76. <Project>{37E0EAA8-4A6E-46C4-86EF-0745373B1080}</Project>
  77. <Name>EMIS.Entities</Name>
  78. </ProjectReference>
  79. <ProjectReference Include="..\EMIS.ViewModel\EMIS.ViewModel.csproj">
  80. <Project>{885CA886-40C2-480E-9576-E771C8F6032E}</Project>
  81. <Name>EMIS.ViewModel</Name>
  82. </ProjectReference>
  83. </ItemGroup>
  84. <ItemGroup>
  85. <None Include="App.config" />
  86. <None Include="packages.config" />
  87. </ItemGroup>
  88. <ItemGroup>
  89. <Folder Include="EducationItems\" />
  90. </ItemGroup>
  91. <ItemGroup>
  92. <Content Include="Repositories\RepositoryGenerator.tt">
  93. <Generator>TextTemplatingFileGenerator</Generator>
  94. <LastGenOutput>RepositoryGenerator.cs</LastGenOutput>
  95. </Content>
  96. </ItemGroup>
  97. <ItemGroup>
  98. <Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
  99. </ItemGroup>
  100. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  101. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  102. Other similar extension points exist, see Microsoft.Common.targets.
  103. <Target Name="BeforeBuild">
  104. </Target>
  105. <Target Name="AfterBuild">
  106. </Target>
  107. -->
  108. </Project>