Skip to content

Commit 85388d3

Browse files
committed
Use alternative build folders of nuget package
- buildMultitargeting folder is used when referencing project uses multiple targets - buildTransitive folder allows to install only provider package and targets will be introduced to build process transitively build folder remains for backwards compatibility
1 parent 5e73803 commit 85388d3

6 files changed

Lines changed: 78 additions & 0 deletions

File tree

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
3+
<!--
4+
Copyright (C) 2011-2013 Xtensive LLC.
5+
All rights reserved.
6+
For conditions of distribution and use, see license.
7+
-->
8+
9+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
10+
11+
<Import Project="$(MSBuildThisFileDirectory)..\..\DataObjects.Net.targets" />
12+
13+
</Project>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
3+
<!--
4+
Copyright (C) 2011-2013 Xtensive LLC.
5+
All rights reserved.
6+
For conditions of distribution and use, see license.
7+
-->
8+
9+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
10+
11+
<Import Project="$(MSBuildThisFileDirectory)..\..\DataObjects.Net.targets" />
12+
13+
</Project>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
3+
<!--
4+
Copyright (C) 2011-2013 Xtensive LLC.
5+
All rights reserved.
6+
For conditions of distribution and use, see license.
7+
-->
8+
9+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
10+
11+
<Import Project="$(MSBuildThisFileDirectory)..\..\DataObjects.Net.targets" />
12+
13+
</Project>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
3+
<!--
4+
Copyright (C) 2011-2013 Xtensive LLC.
5+
All rights reserved.
6+
For conditions of distribution and use, see license.
7+
-->
8+
9+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
10+
11+
<Import Project="$(MSBuildThisFileDirectory)..\..\DataObjects.Net.targets" />
12+
13+
</Project>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
3+
<!--
4+
Copyright (C) 2011-2013 Xtensive LLC.
5+
All rights reserved.
6+
For conditions of distribution and use, see license.
7+
-->
8+
9+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
10+
11+
<Import Project="$(MSBuildThisFileDirectory)..\..\DataObjects.Net.targets" />
12+
13+
</Project>
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
3+
<!--
4+
Copyright (C) 2011-2013 Xtensive LLC.
5+
All rights reserved.
6+
For conditions of distribution and use, see license.
7+
-->
8+
9+
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
10+
11+
<Import Project="$(MSBuildThisFileDirectory)..\..\DataObjects.Net.targets" />
12+
13+
</Project>

0 commit comments

Comments
 (0)