Skip to content

Commit 79384d0

Browse files
authored
Merge pull request #2 from servicetitan/fix-targets-filename
Rename .targets file
2 parents 4bb1cb4 + e20f63e commit 79384d0

1 file changed

Lines changed: 13 additions & 13 deletions

File tree

Orm/Xtensive.Orm/NuGetContent/build/netstandard2.0/Xtensive.Orm.Core.targets renamed to Orm/Xtensive.Orm/NuGetContent/build/netstandard2.0/Xtensive.Orm.targets

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +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>
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)