1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 12.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 >{EDF5D964-4C0F-4F19-B674-58A38A5E5401}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >AbpZeroSample</RootNamespace >
11+ <AssemblyName >AbpZeroSample.Application</AssemblyName >
12+ <TargetFrameworkVersion >v4.5.1</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\</SolutionDir >
15+ <RestorePackages >true</RestorePackages >
16+ </PropertyGroup >
17+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18+ <DebugSymbols >true</DebugSymbols >
19+ <DebugType >full</DebugType >
20+ <Optimize >false</Optimize >
21+ <OutputPath >bin\Debug\</OutputPath >
22+ <DefineConstants >DEBUG;TRACE</DefineConstants >
23+ <ErrorReport >prompt</ErrorReport >
24+ <WarningLevel >4</WarningLevel >
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+ </PropertyGroup >
34+ <ItemGroup >
35+ <Reference Include =" Abp, Version=0.6.1.1, Culture=neutral, processorArchitecture=MSIL" >
36+ <HintPath >..\packages\Abp.0.6.1.1\lib\net451\Abp.dll</HintPath >
37+ <Private >True</Private >
38+ </Reference >
39+ <Reference Include =" Abp.AutoMapper, Version=0.6.1.1, Culture=neutral, processorArchitecture=MSIL" >
40+ <HintPath >..\packages\Abp.AutoMapper.0.6.1.1\lib\net451\Abp.AutoMapper.dll</HintPath >
41+ <Private >True</Private >
42+ </Reference >
43+ <Reference Include =" AutoMapper" >
44+ <HintPath >..\packages\AutoMapper.3.3.1\lib\net40\AutoMapper.dll</HintPath >
45+ </Reference >
46+ <Reference Include =" AutoMapper.Net4" >
47+ <HintPath >..\packages\AutoMapper.3.3.1\lib\net40\AutoMapper.Net4.dll</HintPath >
48+ </Reference >
49+ <Reference Include =" Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL" >
50+ <SpecificVersion >False</SpecificVersion >
51+ <HintPath >..\packages\Castle.Core.3.3.3\lib\net45\Castle.Core.dll</HintPath >
52+ </Reference >
53+ <Reference Include =" Castle.Facilities.Logging, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL" >
54+ <SpecificVersion >False</SpecificVersion >
55+ <HintPath >..\packages\Castle.LoggingFacility.3.3.0\lib\net45\Castle.Facilities.Logging.dll</HintPath >
56+ </Reference >
57+ <Reference Include =" Castle.Windsor, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL" >
58+ <SpecificVersion >False</SpecificVersion >
59+ <HintPath >..\packages\Castle.Windsor.3.3.0\lib\net45\Castle.Windsor.dll</HintPath >
60+ </Reference >
61+ <Reference Include =" Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
62+ <SpecificVersion >False</SpecificVersion >
63+ <HintPath >..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath >
64+ </Reference >
65+ <Reference Include =" Nito.AsyncEx" >
66+ <HintPath >..\packages\Nito.AsyncEx.3.0.0\lib\net45\Nito.AsyncEx.dll</HintPath >
67+ </Reference >
68+ <Reference Include =" Nito.AsyncEx.Concurrent" >
69+ <HintPath >..\packages\Nito.AsyncEx.3.0.0\lib\net45\Nito.AsyncEx.Concurrent.dll</HintPath >
70+ </Reference >
71+ <Reference Include =" Nito.AsyncEx.Enlightenment" >
72+ <HintPath >..\packages\Nito.AsyncEx.3.0.0\lib\net45\Nito.AsyncEx.Enlightenment.dll</HintPath >
73+ </Reference >
74+ <Reference Include =" System" />
75+ <Reference Include =" System.Collections.Immutable, Version=1.0.34.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
76+ <SpecificVersion >False</SpecificVersion >
77+ <HintPath >..\packages\Microsoft.Bcl.Immutable.1.0.34\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath >
78+ </Reference >
79+ <Reference Include =" System.ComponentModel.DataAnnotations" />
80+ <Reference Include =" System.Core" />
81+ <Reference Include =" System.Xml.Linq" />
82+ <Reference Include =" System.Data.DataSetExtensions" />
83+ <Reference Include =" Microsoft.CSharp" />
84+ <Reference Include =" System.Data" />
85+ <Reference Include =" System.Xml" />
86+ </ItemGroup >
87+ <ItemGroup >
88+ <Compile Include =" AbpZeroSampleApplicationModule.cs" />
89+ <Compile Include =" AbpZeroSampleAppServiceBase.cs" />
90+ <Compile Include =" Properties\AssemblyInfo.cs" />
91+ </ItemGroup >
92+ <ItemGroup >
93+ <None Include =" app.config" />
94+ <None Include =" packages.config" />
95+ </ItemGroup >
96+ <ItemGroup >
97+ <ProjectReference Include =" ..\AbpZeroSample.Core\AbpZeroSample.Core.csproj" >
98+ <Project >{17298EA0-AF73-4F30-B6F1-2066100D7D74}</Project >
99+ <Name >AbpZeroSample.Core</Name >
100+ </ProjectReference >
101+ </ItemGroup >
102+ <ItemGroup />
103+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
104+ <Import Project =" $(SolutionDir)\.nuget\NuGet.targets" Condition =" Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
105+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
106+ <PropertyGroup >
107+ <ErrorText >This project references NuGet package(s) that are missing on this computer. Enable NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText >
108+ </PropertyGroup >
109+ <Error Condition =" !Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text =" $([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
110+ </Target >
111+ <Import Project =" ..\packages\AutoMapper.3.3.1\tools\AutoMapper.targets" Condition =" Exists('..\packages\AutoMapper.3.3.1\tools\AutoMapper.targets')" />
112+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
113+ Other similar extension points exist, see Microsoft.Common.targets.
114+ <Target Name="BeforeBuild">
115+ </Target>
116+ <Target Name="AfterBuild">
117+ </Target>
118+ -->
119+ </Project >
0 commit comments