|
4 | 4 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 | 5 |
|
6 | 6 | <RepoRootPath>$(MSBuildThisFileDirectory)</RepoRootPath> |
7 | | - <RepoArtifactsPath>$(MSBuildThisFileDirectory)artifacts\</RepoArtifactsPath> |
| 7 | + <RepoArtifactsPath>$(RepoRootPath)artifacts\</RepoArtifactsPath> |
| 8 | + <RepoEnginePath>$(RepoRootPath)build\modules\</RepoEnginePath> |
8 | 9 |
|
9 | 10 | <BaseIntermediateOutputPath>$(RepoArtifactsPath)obj\$([MSBuild]::MakeRelative($(RepoRootPath), $(MSBuildProjectDirectory)))\</BaseIntermediateOutputPath> |
10 | 11 | <BaseOutputPath Condition=" '$(BaseOutputPath)' == '' ">$(RepoArtifactsPath)bin\$(MSBuildProjectName)\</BaseOutputPath> |
11 | 12 | <PublishDir>$(RepoArtifactsPath)publish\$(MSBuildProjectName)\$(Configuration)\$(TargetFramework)\$(RuntimeIdentifier)\</PublishDir> |
12 | 13 | <PackageOutputPath>$(RepoArtifactsPath)packages\$(Configuration)\</PackageOutputPath> |
13 | 14 | <LogPath>$(RepoArtifactsPath)logs\</LogPath> |
14 | | - |
15 | | - <!-- Customize as needed --> |
16 | | - <RepositoryUrl>https://github.com/SAPTeamDEV/CommonTK</RepositoryUrl> |
17 | | - <PublishRepositoryUrl>true</PublishRepositoryUrl> |
18 | | - <RepositoryType>git</RepositoryType> |
19 | | - <Authors>Alireza Poodineh</Authors> |
20 | | - <Company>SAP Team</Company> |
21 | | - <PackageLicenseExpression>MIT</PackageLicenseExpression> |
22 | | - <Copyright>Copyright (c) SAP Team</Copyright> |
23 | | - <AssemblyOriginatorKeyFile>$(MSBuildThisFileDirectory)CommonTK.snk</AssemblyOriginatorKeyFile> |
24 | | - |
25 | | - <LangVersion>latest</LangVersion> |
26 | | - <GenerateAssemblyInfo>True</GenerateAssemblyInfo> |
27 | | - <Nullable>enable</Nullable> |
28 | | - <ImplicitUsings>enable</ImplicitUsings> |
29 | | - <RestorePackagesWithLockFile>true</RestorePackagesWithLockFile> |
30 | | - <EnableNETAnalyzers>true</EnableNETAnalyzers> |
31 | | - |
32 | | - <EnableBuildServer>true</EnableBuildServer> |
33 | | - <UseSharedCompilation>true</UseSharedCompilation> |
34 | | - <UseMSBuildFileSystem>true</UseMSBuildFileSystem> |
35 | | - </PropertyGroup> |
36 | | - |
37 | | - <PropertyGroup Condition="'$(GITHUB_ACTIONS)' == 'true'"> |
38 | | - <ContinuousIntegrationBuild>true</ContinuousIntegrationBuild> |
39 | | - <RestoreLockedMode>true</RestoreLockedMode> |
40 | 15 | </PropertyGroup> |
41 | 16 |
|
42 | | - <PropertyGroup Condition="'$(Configuration)' == 'Debug'"> |
43 | | - <SignAssembly>false</SignAssembly> |
44 | | - <InvariantGlobalization>true</InvariantGlobalization> |
45 | | - <SatelliteResourceLanguages>en</SatelliteResourceLanguages> |
46 | | - </PropertyGroup> |
| 17 | + <Import Project="$(RepoEnginePath)*.common.props" /> |
47 | 18 |
|
48 | | - <PropertyGroup Condition="'$(Configuration)' != 'Debug'"> |
49 | | - <TreatWarningsAsErrors>true</TreatWarningsAsErrors> |
50 | | - <SignAssembly>true</SignAssembly> |
51 | | - <EnforceCodeStyleInBuild>true</EnforceCodeStyleInBuild> |
52 | | - </PropertyGroup> |
53 | | - |
54 | 19 | </Project> |
0 commit comments