|
29 | 29 | <NoLogo>true</NoLogo> |
30 | 30 | <SuppressNETCoreSdkPreviewMessage>true</SuppressNETCoreSdkPreviewMessage> |
31 | 31 | <ArtifactsDir Condition="'$(ArtifactsDir)'==''">$(SolutionDir)_Build\</ArtifactsDir> |
32 | | - <BaseIntermediateOutputPath>$([System.IO.Path]::GetFullPath('$(ArtifactsDir)obj\$(Configuration)\$(MSBuildProjectName)'))\</BaseIntermediateOutputPath> |
33 | | - <BaseOutputPath >$([System.IO.Path]::GetFullPath('$(ArtifactsDir)bin\$(Configuration)'))\</BaseOutputPath> |
34 | | - <BaseOutputPath Condition="$(MSBuildProjectName.Contains('Tests'))">$([System.IO.Path]::GetFullPath('$(ArtifactsDir)tests'))\</BaseOutputPath> |
35 | | - <OutputPath>$(BaseOutputPath)</OutputPath> |
| 32 | + <BaseIntermediateOutputPath>$(ArtifactsDir)obj\$(MSBuildProjectName)\</BaseIntermediateOutputPath> |
| 33 | + <IntermediateOutputPath>$(BaseIntermediateOutputPath)$(Configuration)\</IntermediateOutputPath> |
| 34 | + <BaseOutputPath>$(ArtifactsDir)bin\$(Configuration)\</BaseOutputPath> |
| 35 | + <BaseOutputPath Condition="$(MSBuildProjectName.Contains('Tests')) |
| 36 | + OR $(MSBuildProjectName) == 'TestCommon' |
| 37 | + OR $(MSBuildProjectName) == 'Xtensive.Orm.Manual'">$(ArtifactsDir)tests\$(Configuration)\</BaseOutputPath> |
| 38 | + <OutputPath>$(BaseOutputPath)lib\</OutputPath> |
36 | 39 | <MSBuildProjectExtensionsPath>$(BaseIntermediateOutputPath)</MSBuildProjectExtensionsPath> |
37 | 40 | <ProjectAssetsFile>$(MSBuildProjectExtensionsPath)project.assets.json</ProjectAssetsFile> |
38 | 41 | <ProjectAssetsCacheFile>$(MSBuildProjectExtensionsPath)$(MSBuildProjectName).assets.cache</ProjectAssetsCacheFile> |
| 42 | + <OrmKeyFile>$(SolutionDir)Orm\Orm.snk</OrmKeyFile> |
39 | 43 | </PropertyGroup> |
40 | 44 |
|
41 | 45 | <PropertyGroup> |
|
69 | 73 | <PackageIcon>do-nuget.png</PackageIcon> |
70 | 74 | <PackageLicense>MIT</PackageLicense> |
71 | 75 | <PackageTags>DataObjects.Net ORM BLL Persistence</PackageTags> |
72 | | - <PackageOutputPath>$(MSBuildThisFileDirectory)_Build\$(Configuration)\packages</PackageOutputPath> |
| 76 | + <PackageOutputPath>$(BaseOutputPath)packages\</PackageOutputPath> |
73 | 77 | <RepositoryUrl>https://github.com/DataObjects-NET/dataobjects-net</RepositoryUrl> |
74 | 78 | <RepositoryType>git</RepositoryType> |
75 | 79 | </PropertyGroup> |
|
0 commit comments