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 >AbpCompanyName.AbpProjectName</RootNamespace >
11
- <AssemblyName >AbpCompanyName.AbpProjectName.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.4.1, Culture=neutral, processorArchitecture=MSIL" >
36
- <SpecificVersion >False</SpecificVersion >
37
- <HintPath >..\packages\Abp.0.6.4.1\lib\net451\Abp.dll</HintPath >
38
- </Reference >
39
- <Reference Include =" Abp.AutoMapper, Version=0.6.4.0, Culture=neutral, processorArchitecture=MSIL" >
40
- <SpecificVersion >False</SpecificVersion >
41
- <HintPath >..\packages\Abp.AutoMapper.0.6.4.0\lib\net451\Abp.AutoMapper.dll</HintPath >
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=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
62
- <SpecificVersion >False</SpecificVersion >
63
- <HintPath >..\packages\Newtonsoft.Json.7.0.1\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 =" AbpProjectNameApplicationModule.cs" />
89
- <Compile Include =" AbpProjectNameAppServiceBase.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 =" ..\AbpCompanyName.AbpProjectName.Core\AbpCompanyName.AbpProjectName.Core.csproj" >
98
- <Project >{17298ea0-af73-4f30-b6f1-2066100d7d74}</Project >
99
- <Name >AbpCompanyName.AbpProjectName.Core</Name >
100
- </ProjectReference >
101
- </ItemGroup >
102
- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
103
- <Import Project =" $(SolutionDir)\.nuget\NuGet.targets" Condition =" Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
104
- <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
105
- <PropertyGroup >
106
- <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 >
107
- </PropertyGroup >
108
- <Error Condition =" !Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text =" $([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
109
- </Target >
110
- <Import Project =" ..\packages\AutoMapper.3.3.1\tools\AutoMapper.targets" Condition =" Exists('..\packages\AutoMapper.3.3.1\tools\AutoMapper.targets')" />
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 >AbpCompanyName.AbpProjectName</RootNamespace >
11
+ <AssemblyName >AbpCompanyName.AbpProjectName.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.7.0, Culture=neutral, processorArchitecture=MSIL" >
36
+ <HintPath >..\packages\Abp.0.6.7.0\lib\net451\Abp.dll</HintPath >
37
+ <Private >True</Private >
38
+ </Reference >
39
+ <Reference Include =" Abp.AutoMapper, Version=0.6.7.0, Culture=neutral, processorArchitecture=MSIL" >
40
+ <HintPath >..\packages\Abp.AutoMapper.0.6.7.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" >
64
+ <HintPath >..\packages\Nito.AsyncEx.3.0.0\lib\net45\Nito.AsyncEx.dll</HintPath >
65
+ </Reference >
66
+ <Reference Include =" Nito.AsyncEx.Concurrent" >
67
+ <HintPath >..\packages\Nito.AsyncEx.3.0.0\lib\net45\Nito.AsyncEx.Concurrent.dll</HintPath >
68
+ </Reference >
69
+ <Reference Include =" Nito.AsyncEx.Enlightenment" >
70
+ <HintPath >..\packages\Nito.AsyncEx.3.0.0\lib\net45\Nito.AsyncEx.Enlightenment.dll</HintPath >
71
+ </Reference >
72
+ <Reference Include =" System" />
73
+ <Reference Include =" System.Collections.Immutable, Version=1.0.34.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
74
+ <SpecificVersion >False</SpecificVersion >
75
+ <HintPath >..\packages\Microsoft.Bcl.Immutable.1.0.34\lib\portable-net45+win8+wp8+wpa81\System.Collections.Immutable.dll</HintPath >
76
+ </Reference >
77
+ <Reference Include =" System.ComponentModel.DataAnnotations" />
78
+ <Reference Include =" System.Core" />
79
+ <Reference Include =" System.Xml.Linq" />
80
+ <Reference Include =" System.Data.DataSetExtensions" />
81
+ <Reference Include =" Microsoft.CSharp" />
82
+ <Reference Include =" System.Data" />
83
+ <Reference Include =" System.Xml" />
84
+ </ItemGroup >
85
+ <ItemGroup >
86
+ <Compile Include =" AbpProjectNameApplicationModule.cs" />
87
+ <Compile Include =" AbpProjectNameAppServiceBase.cs" />
88
+ <Compile Include =" Properties\AssemblyInfo.cs" />
89
+ </ItemGroup >
90
+ <ItemGroup >
91
+ <None Include =" app.config" />
92
+ <None Include =" packages.config" />
93
+ </ItemGroup >
94
+ <ItemGroup >
95
+ <ProjectReference Include =" ..\AbpCompanyName.AbpProjectName.Core\AbpCompanyName.AbpProjectName.Core.csproj" >
96
+ <Project >{17298ea0-af73-4f30-b6f1-2066100d7d74}</Project >
97
+ <Name >AbpCompanyName.AbpProjectName.Core</Name >
98
+ </ProjectReference >
99
+ </ItemGroup >
100
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
101
+ <Import Project =" $(SolutionDir)\.nuget\NuGet.targets" Condition =" Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
102
+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
103
+ <PropertyGroup >
104
+ <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 >
105
+ </PropertyGroup >
106
+ <Error Condition =" !Exists('$(SolutionDir)\.nuget\NuGet.targets')" Text =" $([System.String]::Format('$(ErrorText)', '$(SolutionDir)\.nuget\NuGet.targets'))" />
107
+ </Target >
111
108
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
112
109
Other similar extension points exist, see Microsoft.Common.targets.
113
110
<Target Name="BeforeBuild">
114
111
</Target>
115
112
<Target Name="AfterBuild">
116
113
</Target>
117
- -->
114
+ -->
118
115
</Project >
0 commit comments