<?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>{8C65D667-BA60-4810-927A-F8AFB55D55FE}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>GitCandy</RootNamespace>
<AssemblyName>GitCandy</AssemblyName>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<NuGetPackageImportStamp>
</NuGetPackageImportStamp>
</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>
</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>
</PropertyGroup>
<ItemGroup>
<Reference Include="NewLife.Core">
<HintPath>..\DLL\NewLife.Core.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Numerics" />
<Reference Include="System.Web" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Net.Http" />
<Reference Include="System.Xml" />
<Reference Include="XCode">
<HintPath>..\DLL\XCode.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="Base\FileHelper.cs" />
<Compile Include="Base\Pager.cs" />
<Compile Include="Base\Profiler.cs" />
<Compile Include="Base\RegularExpression.cs" />
<Compile Include="Base\StringLogicalComparer.cs" />
<Compile Include="Configuration\HostKey.cs" />
<Compile Include="Configuration\UserConfiguration.cs" />
<Compile Include="Entity\Entity\仓库.Biz.cs" />
<Compile Include="Entity\Entity\仓库.cs" />
<Compile Include="Entity\Entity\用户.Biz.cs" />
<Compile Include="Entity\Entity\用户.cs" />
<Compile Include="Entity\Entity\用户仓库.Biz.cs" />
<Compile Include="Entity\Entity\用户仓库.cs" />
<Compile Include="Entity\Entity\用户团队.Biz.cs" />
<Compile Include="Entity\Entity\用户团队.cs" />
<Compile Include="Entity\Entity\认证日志.Biz.cs" />
<Compile Include="Entity\Entity\认证日志.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Security\Token.cs" />
</ItemGroup>
<ItemGroup>
<Content Include="Entity\GitCandy数据字典.htm" />
<Content Include="Entity\NewLife.GitCandy.xml" />
<Content Include="Entity\XCoder.tt">
<Generator>TextTemplatingFileGenerator</Generator>
<LastGenOutput>XCoder.log</LastGenOutput>
</Content>
</ItemGroup>
<ItemGroup>
<None Include="Entity\XCoder.log">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>XCoder.tt</DependentUpon>
</None>
</ItemGroup>
<ItemGroup>
<Service Include="{508349B6-6B84-4DF5-91F0-309BEEBAD82D}" />
</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>
|