Lottomat.Application.Code.csproj 4.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project ToolsVersion="14.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>{9B10DB87-130C-41D3-8687-1FAC877DB74A}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Lottomat.Application.Code</RootNamespace>
  11. <AssemblyName>Lottomat.Application.Code</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.Drawing" />
  39. <Reference Include="System.Web" />
  40. <Reference Include="System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
  41. <Reference Include="System.Xml.Linq" />
  42. <Reference Include="System.Data.DataSetExtensions" />
  43. <Reference Include="Microsoft.CSharp" />
  44. <Reference Include="System.Data" />
  45. <Reference Include="System.Xml" />
  46. </ItemGroup>
  47. <ItemGroup>
  48. <Compile Include="Authorize\AuthorizeExtensions.cs" />
  49. <Compile Include="Authorize\AuthorizeTypeEnum.cs" />
  50. <Compile Include="CacheKeyEnum.cs" />
  51. <Compile Include="CategoryType.cs" />
  52. <Compile Include="Authorize\AuthorizeDataModel.cs" />
  53. <Compile Include="DatabaseLinksEnum.cs" />
  54. <Compile Include="DeleteMarkEnum.cs" />
  55. <Compile Include="EnabledMarkEnum.cs" />
  56. <Compile Include="InitLotteryConfig.cs" />
  57. <Compile Include="JsonObjectStatus.cs" />
  58. <Compile Include="LoginMode.cs" />
  59. <Compile Include="LotterySkillType.cs" />
  60. <Compile Include="Operator\OperationType.cs" />
  61. <Compile Include="Operator\Operator.cs" />
  62. <Compile Include="Operator\IOperatorIProvider.cs" />
  63. <Compile Include="Operator\OperatorProvider.cs" />
  64. <Compile Include="PermissionMode.cs" />
  65. <Compile Include="Properties\AssemblyInfo.cs" />
  66. <Compile Include="SCCConfig.cs" />
  67. <Compile Include="SCCEnum.cs" />
  68. <Compile Include="SystemInfo.cs" />
  69. <Compile Include="VerifyCode.cs" />
  70. </ItemGroup>
  71. <ItemGroup>
  72. <ProjectReference Include="..\..\Lottomat.Cache\Lottomat.Cache.Factory\Lottomat.Cache.Factory.csproj">
  73. <Project>{a68cdd21-2e12-4b11-95db-d0a0fced48b1}</Project>
  74. <Name>Lottomat.Cache.Factory</Name>
  75. </ProjectReference>
  76. <ProjectReference Include="..\..\Lottomat.Cache\Lottomat.Cache\Lottomat.Cache.csproj">
  77. <Project>{5af4997c-4395-48af-990c-932259111dff}</Project>
  78. <Name>Lottomat.Cache</Name>
  79. </ProjectReference>
  80. <ProjectReference Include="..\..\Lottomat.Util\Lottomat.Util.Extension\Lottomat.Util.Extension.csproj">
  81. <Project>{4b7dde80-dfa1-4938-93f8-3721e2c592b9}</Project>
  82. <Name>Lottomat.Util.Extension</Name>
  83. </ProjectReference>
  84. <ProjectReference Include="..\..\Lottomat.Util\Lottomat.Util\Lottomat.Utils.csproj">
  85. <Project>{07aa2566-d0e5-47af-a17d-3b1c6aee598d}</Project>
  86. <Name>Lottomat.Utils</Name>
  87. </ProjectReference>
  88. </ItemGroup>
  89. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  90. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  91. Other similar extension points exist, see Microsoft.Common.targets.
  92. <Target Name="BeforeBuild">
  93. </Target>
  94. <Target Name="AfterBuild">
  95. </Target>
  96. -->
  97. </Project>