LeaRun.Application.Cache.csproj 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="4.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>{73A55239-A22D-4AC9-B412-64EA83035A18}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>LeaRun.Application.Cache</RootNamespace>
  11. <AssemblyName>LeaRun.Application.Cache</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
  13. <FileAlignment>512</FileAlignment>
  14. <TargetFrameworkProfile />
  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. <Prefer32Bit>false</Prefer32Bit>
  29. </PropertyGroup>
  30. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  31. <DebugType>pdbonly</DebugType>
  32. <Optimize>true</Optimize>
  33. <OutputPath>bin\Release\</OutputPath>
  34. <DefineConstants>TRACE</DefineConstants>
  35. <ErrorReport>prompt</ErrorReport>
  36. <WarningLevel>4</WarningLevel>
  37. <Prefer32Bit>false</Prefer32Bit>
  38. </PropertyGroup>
  39. <ItemGroup>
  40. <Reference Include="LeaRun.Cache, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  41. <SpecificVersion>False</SpecificVersion>
  42. <HintPath>..\..\Lib\LeaRun.Cache.dll</HintPath>
  43. </Reference>
  44. <Reference Include="LeaRun.Cache.Factory, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  45. <SpecificVersion>False</SpecificVersion>
  46. <HintPath>..\..\Lib\LeaRun.Cache.Factory.dll</HintPath>
  47. </Reference>
  48. <Reference Include="System">
  49. <Private>True</Private>
  50. </Reference>
  51. <Reference Include="System.Core">
  52. <Private>True</Private>
  53. </Reference>
  54. <Reference Include="System.Xml.Linq">
  55. <Private>True</Private>
  56. </Reference>
  57. <Reference Include="System.Data.DataSetExtensions">
  58. <Private>True</Private>
  59. </Reference>
  60. <Reference Include="Microsoft.CSharp">
  61. <Private>True</Private>
  62. </Reference>
  63. <Reference Include="System.Data">
  64. <Private>True</Private>
  65. </Reference>
  66. <Reference Include="System.Xml">
  67. <Private>True</Private>
  68. </Reference>
  69. </ItemGroup>
  70. <ItemGroup>
  71. <Compile Include="DataItemCache.cs" />
  72. <Compile Include="DepartmentCache.cs" />
  73. <Compile Include="JobCache.cs" />
  74. <Compile Include="MeterListCache.cs" />
  75. <Compile Include="OrganizeCache.cs" />
  76. <Compile Include="PostCache.cs" />
  77. <Compile Include="Properties\AssemblyInfo.cs" />
  78. <Compile Include="RoleCache.cs" />
  79. <Compile Include="UserCache.cs" />
  80. <Compile Include="UserGroupCache.cs" />
  81. </ItemGroup>
  82. <ItemGroup>
  83. <ProjectReference Include="..\LeaRun.Application.Busines\LeaRun.Application.Busines.csproj">
  84. <Project>{21566527-8f54-4a8d-aa68-7662c2c31fb9}</Project>
  85. <Name>LeaRun.Application.Busines</Name>
  86. <Private>True</Private>
  87. </ProjectReference>
  88. <ProjectReference Include="..\LeaRun.Application.Code\LeaRun.Application.Code.csproj">
  89. <Project>{9b10db87-130c-41d3-8687-1fac877db74a}</Project>
  90. <Name>LeaRun.Application.Code</Name>
  91. <Private>True</Private>
  92. </ProjectReference>
  93. <ProjectReference Include="..\LeaRun.Application.Entity\LeaRun.Application.Entity.csproj">
  94. <Project>{c10920fe-8c74-4993-a7f4-1da189da842c}</Project>
  95. <Name>LeaRun.Application.Entity</Name>
  96. <Private>True</Private>
  97. </ProjectReference>
  98. </ItemGroup>
  99. <ItemGroup>
  100. <None Include="app.config" />
  101. </ItemGroup>
  102. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  103. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  104. Other similar extension points exist, see Microsoft.Common.targets.
  105. <Target Name="BeforeBuild">
  106. </Target>
  107. <Target Name="AfterBuild">
  108. </Target>
  109. -->
  110. </Project>