123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProjectGuid>{9B10DB87-130C-41D3-8687-1FAC877DB74A}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>LeaRun.Application.Code</RootNamespace>
- <AssemblyName>LeaRun.Application.Code</AssemblyName>
- <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <TargetFrameworkProfile />
- <SccProjectName>SAK</SccProjectName>
- <SccLocalPath>SAK</SccLocalPath>
- <SccAuxPath>SAK</SccAuxPath>
- <SccProvider>SAK</SccProvider>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- <Prefer32Bit>false</Prefer32Bit>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="LeaRun.Cache, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\Lib\LeaRun.Cache.dll</HintPath>
- </Reference>
- <Reference Include="LeaRun.Cache.Factory, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\Lib\LeaRun.Cache.Factory.dll</HintPath>
- </Reference>
- <Reference Include="System">
- <Private>True</Private>
- </Reference>
- <Reference Include="System.Core">
- <Private>True</Private>
- </Reference>
- <Reference Include="System.Drawing">
- <Private>True</Private>
- </Reference>
- <Reference Include="System.Web">
- <Private>True</Private>
- </Reference>
- <Reference Include="System.Web.Mvc, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\Lib\System.Web.Mvc.dll</HintPath>
- <Private>True</Private>
- </Reference>
- <Reference Include="System.Xml.Linq">
- <Private>True</Private>
- </Reference>
- <Reference Include="System.Data.DataSetExtensions">
- <Private>True</Private>
- </Reference>
- <Reference Include="Microsoft.CSharp">
- <Private>True</Private>
- </Reference>
- <Reference Include="System.Data">
- <Private>True</Private>
- </Reference>
- <Reference Include="System.Xml">
- <Private>True</Private>
- </Reference>
- </ItemGroup>
- <ItemGroup>
- <Compile Include="AuthorizeExtensions.cs" />
- <Compile Include="AuthorizeTypeEnum.cs" />
- <Compile Include="CodeRuleEnum.cs" />
- <Compile Include="AuthorizeDataModel.cs" />
- <Compile Include="LoginMode.cs" />
- <Compile Include="OperationType.cs" />
- <Compile Include="Operator\Operator.cs" />
- <Compile Include="Operator\OperatorIProvider.cs" />
- <Compile Include="Operator\OperatorProvider.cs" />
- <Compile Include="PermissionMode.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="SystemInfo.cs" />
- <Compile Include="VerifyCode.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\..\LeaRun.Util\LeaRun.Util.Extension\LeaRun.Util.Extension.csproj">
- <Project>{4b7dde80-dfa1-4938-93f8-3721e2c592b9}</Project>
- <Name>LeaRun.Util.Extension</Name>
- </ProjectReference>
- <ProjectReference Include="..\..\LeaRun.Util\LeaRun.Util\LeaRun.Util.csproj">
- <Project>{07aa2566-d0e5-47af-a17d-3b1c6aee598d}</Project>
- <Name>LeaRun.Util</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>
|