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 >AbpODataDemo</RootNamespace >
11+ <AssemblyName >AbpODataDemo.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.7.3.0, Culture=neutral, processorArchitecture=MSIL" >
36+ <HintPath >..\packages\Abp.0.7.3.0\lib\net451\Abp.dll</HintPath >
37+ <Private >True</Private >
38+ </Reference >
39+ <Reference Include =" Abp.AutoMapper, Version=0.7.2.0, Culture=neutral, processorArchitecture=MSIL" >
40+ <HintPath >..\packages\Abp.AutoMapper.0.7.2.0\lib\net451\Abp.AutoMapper.dll</HintPath >
41+ <Private >True</Private >
42+ </Reference >
43+ <Reference Include =" AutoMapper, Version=4.0.4.0, Culture=neutral, PublicKeyToken=be96cd2c38ef1005, processorArchitecture=MSIL" >
44+ <HintPath >..\packages\AutoMapper.4.0.4\lib\net45\AutoMapper.dll</HintPath >
45+ <Private >True</Private >
46+ </Reference >
47+ <Reference Include =" Castle.Core, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL" >
48+ <SpecificVersion >False</SpecificVersion >
49+ <HintPath >..\packages\Castle.Core.3.3.3\lib\net45\Castle.Core.dll</HintPath >
50+ </Reference >
51+ <Reference Include =" Castle.Facilities.Logging, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL" >
52+ <SpecificVersion >False</SpecificVersion >
53+ <HintPath >..\packages\Castle.LoggingFacility.3.3.0\lib\net45\Castle.Facilities.Logging.dll</HintPath >
54+ </Reference >
55+ <Reference Include =" Castle.Windsor, Version=3.3.0.0, Culture=neutral, PublicKeyToken=407dd0808d44fbdc, processorArchitecture=MSIL" >
56+ <SpecificVersion >False</SpecificVersion >
57+ <HintPath >..\packages\Castle.Windsor.3.3.0\lib\net45\Castle.Windsor.dll</HintPath >
58+ </Reference >
59+ <Reference Include =" Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
60+ <SpecificVersion >False</SpecificVersion >
61+ <HintPath >..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath >
62+ </Reference >
63+ <Reference Include =" Nito.AsyncEx, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL" >
64+ <HintPath >..\packages\Nito.AsyncEx.3.0.1\lib\net45\Nito.AsyncEx.dll</HintPath >
65+ <Private >True</Private >
66+ </Reference >
67+ <Reference Include =" Nito.AsyncEx.Concurrent, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL" >
68+ <HintPath >..\packages\Nito.AsyncEx.3.0.1\lib\net45\Nito.AsyncEx.Concurrent.dll</HintPath >
69+ <Private >True</Private >
70+ </Reference >
71+ <Reference Include =" Nito.AsyncEx.Enlightenment, Version=3.0.1.0, Culture=neutral, processorArchitecture=MSIL" >
72+ <HintPath >..\packages\Nito.AsyncEx.3.0.1\lib\net45\Nito.AsyncEx.Enlightenment.dll</HintPath >
73+ <Private >True</Private >
74+ </Reference >
75+ <Reference Include =" System" />
76+ <Reference Include =" System.Collections.Immutable, Version=1.0.34.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
77+ <SpecificVersion >False</SpecificVersion >
78+ <HintPath >..\packages\Microsoft.Bcl.Immutable.1.0.34\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath >
79+ </Reference >
80+ <Reference Include =" System.ComponentModel.DataAnnotations" />
81+ <Reference Include =" System.Core" />
82+ <Reference Include =" System.Xml.Linq" />
83+ <Reference Include =" System.Data.DataSetExtensions" />
84+ <Reference Include =" Microsoft.CSharp" />
85+ <Reference Include =" System.Data" />
86+ <Reference Include =" System.Xml" />
87+ </ItemGroup >
88+ <ItemGroup >
89+ <Compile Include =" AbpODataDemoApplicationModule.cs" />
90+ <Compile Include =" AbpODataDemoAppServiceBase.cs" />
91+ <Compile Include =" Properties\AssemblyInfo.cs" />
92+ </ItemGroup >
93+ <ItemGroup >
94+ <None Include =" app.config" />
95+ <None Include =" packages.config" />
96+ </ItemGroup >
97+ <ItemGroup >
98+ <ProjectReference Include =" ..\AbpODataDemo.Core\AbpODataDemo.Core.csproj" >
99+ <Project >{17298ea0-af73-4f30-b6f1-2066100d7d74}</Project >
100+ <Name >AbpODataDemo.Core</Name >
101+ </ProjectReference >
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+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
112+ Other similar extension points exist, see Microsoft.Common.targets.
113+ <Target Name="BeforeBuild">
114+ </Target>
115+ <Target Name="AfterBuild">
116+ </Target>
117+ -->
118+ </Project >
0 commit comments