Lottomat.Application.Cache.csproj 4.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  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>Lottomat.Application.Cache</RootNamespace>
  11. <AssemblyName>Lottomat.Application.Cache</AssemblyName>
  12. <TargetFrameworkVersion>v4.5</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. <Prefer32Bit>false</Prefer32Bit>
  25. </PropertyGroup>
  26. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  27. <DebugType>pdbonly</DebugType>
  28. <Optimize>true</Optimize>
  29. <OutputPath>bin\Release\</OutputPath>
  30. <DefineConstants>TRACE</DefineConstants>
  31. <ErrorReport>prompt</ErrorReport>
  32. <WarningLevel>4</WarningLevel>
  33. <Prefer32Bit>false</Prefer32Bit>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="System" />
  37. <Reference Include="System.Core" />
  38. <Reference Include="System.Xml.Linq" />
  39. <Reference Include="System.Data.DataSetExtensions" />
  40. <Reference Include="Microsoft.CSharp" />
  41. <Reference Include="System.Data" />
  42. <Reference Include="System.Xml" />
  43. </ItemGroup>
  44. <ItemGroup>
  45. <Compile Include="DataItemCache.cs" />
  46. <Compile Include="DepartmentCache.cs" />
  47. <Compile Include="JobCache.cs" />
  48. <Compile Include="OrganizeCache.cs" />
  49. <Compile Include="PostCache.cs" />
  50. <Compile Include="Properties\AssemblyInfo.cs" />
  51. <Compile Include="RoleCache.cs" />
  52. <Compile Include="UserCache.cs" />
  53. <Compile Include="UserGroupCache.cs" />
  54. </ItemGroup>
  55. <ItemGroup>
  56. <ProjectReference Include="..\..\Lottomat.Cache\CP.Cache\CP.Cache.csproj">
  57. <Project>{0705ee97-087e-4801-b274-7082638a8954}</Project>
  58. <Name>CP.Cache</Name>
  59. </ProjectReference>
  60. <ProjectReference Include="..\..\Lottomat.Cache\Lottomat.Cache.Factory\Lottomat.Cache.Factory.csproj">
  61. <Project>{a68cdd21-2e12-4b11-95db-d0a0fced48b1}</Project>
  62. <Name>Lottomat.Cache.Factory</Name>
  63. </ProjectReference>
  64. <ProjectReference Include="..\..\Lottomat.Cache\Lottomat.Cache\Lottomat.Cache.csproj">
  65. <Project>{5af4997c-4395-48af-990c-932259111dff}</Project>
  66. <Name>Lottomat.Cache</Name>
  67. </ProjectReference>
  68. <ProjectReference Include="..\Lottomat.Application.Busines\Lottomat.Application.Busines.csproj">
  69. <Project>{21566527-8f54-4a8d-aa68-7662c2c31fb9}</Project>
  70. <Name>Lottomat.Application.Busines</Name>
  71. </ProjectReference>
  72. <ProjectReference Include="..\Lottomat.Application.Code\Lottomat.Application.Code.csproj">
  73. <Project>{9b10db87-130c-41d3-8687-1fac877db74a}</Project>
  74. <Name>Lottomat.Application.Code</Name>
  75. </ProjectReference>
  76. <ProjectReference Include="..\Lottomat.Application.Entity\Lottomat.Application.Entity.csproj">
  77. <Project>{c10920fe-8c74-4993-a7f4-1da189da842c}</Project>
  78. <Name>Lottomat.Application.Entity</Name>
  79. </ProjectReference>
  80. </ItemGroup>
  81. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  82. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  83. Other similar extension points exist, see Microsoft.Common.targets.
  84. <Target Name="BeforeBuild">
  85. </Target>
  86. <Target Name="AfterBuild">
  87. </Target>
  88. -->
  89. </Project>