LeaRun.Application.Code.csproj 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  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>LeaRun.Application.Code</RootNamespace>
  11. <AssemblyName>LeaRun.Application.Code</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.Drawing">
  55. <Private>True</Private>
  56. </Reference>
  57. <Reference Include="System.Web">
  58. <Private>True</Private>
  59. </Reference>
  60. <Reference Include="System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
  61. <SpecificVersion>False</SpecificVersion>
  62. <HintPath>..\..\Lib\System.Web.Mvc.dll</HintPath>
  63. <Private>True</Private>
  64. </Reference>
  65. <Reference Include="System.Xml.Linq">
  66. <Private>True</Private>
  67. </Reference>
  68. <Reference Include="System.Data.DataSetExtensions">
  69. <Private>True</Private>
  70. </Reference>
  71. <Reference Include="Microsoft.CSharp">
  72. <Private>True</Private>
  73. </Reference>
  74. <Reference Include="System.Data">
  75. <Private>True</Private>
  76. </Reference>
  77. <Reference Include="System.Xml">
  78. <Private>True</Private>
  79. </Reference>
  80. </ItemGroup>
  81. <ItemGroup>
  82. <Compile Include="AuthorizeExtensions.cs" />
  83. <Compile Include="AuthorizeTypeEnum.cs" />
  84. <Compile Include="CodeRuleEnum.cs" />
  85. <Compile Include="AuthorizeDataModel.cs" />
  86. <Compile Include="LoginMode.cs" />
  87. <Compile Include="OperationType.cs" />
  88. <Compile Include="Operator\Operator.cs" />
  89. <Compile Include="Operator\OperatorIProvider.cs" />
  90. <Compile Include="Operator\OperatorProvider.cs" />
  91. <Compile Include="PermissionMode.cs" />
  92. <Compile Include="Properties\AssemblyInfo.cs" />
  93. <Compile Include="SystemInfo.cs" />
  94. <Compile Include="VerifyCode.cs" />
  95. </ItemGroup>
  96. <ItemGroup>
  97. <ProjectReference Include="..\..\LeaRun.Util\LeaRun.Util.Extension\LeaRun.Util.Extension.csproj">
  98. <Project>{4b7dde80-dfa1-4938-93f8-3721e2c592b9}</Project>
  99. <Name>LeaRun.Util.Extension</Name>
  100. </ProjectReference>
  101. <ProjectReference Include="..\..\LeaRun.Util\LeaRun.Util\LeaRun.Util.csproj">
  102. <Project>{07aa2566-d0e5-47af-a17d-3b1c6aee598d}</Project>
  103. <Name>LeaRun.Util</Name>
  104. </ProjectReference>
  105. </ItemGroup>
  106. <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
  107. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  108. Other similar extension points exist, see Microsoft.Common.targets.
  109. <Target Name="BeforeBuild">
  110. </Target>
  111. <Target Name="AfterBuild">
  112. </Target>
  113. -->
  114. </Project>