12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.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>{93F81DF7-5A0B-4A13-A90E-8CF7C41955C3}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>LeaRun.Util.WebControl</RootNamespace>
- <AssemblyName>LeaRun.Util.WebControl</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="System">
- <Private>True</Private>
- </Reference>
- <Reference Include="System.Core">
- <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="AjaxResult.cs" />
- <Compile Include="Grid\GridColumnModel.cs" />
- <Compile Include="GridTree\TreeGridEntity.cs" />
- <Compile Include="GridTree\TreeGridJson.cs" />
- <Compile Include="Pagination.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="QueryTree.cs" />
- <Compile Include="Tree\TreeEntity.cs" />
- <Compile Include="Tree\TreeJson.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\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.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>
|