1
1
<Project Sdk =" Microsoft.NET.Sdk" >
2
-
3
- < PropertyGroup >
4
- < TargetFramework >netstandard2.0</ TargetFramework >
5
- < GeneratePackageOnBuild >True</ GeneratePackageOnBuild >
6
- < PackageId >Delegate.XrmPluginCore.Abstractions</PackageId >
7
- < Title >Delegate.XrmPluginCore.Abstractions</ Title >
8
- < Company > Delegate A/S</Company >
9
- < Copyright >2025 Delegate A/S</ Copyright >
10
- < PackageProjectUrl >https://github.com/delegateas/ XrmPluginCore</ PackageProjectUrl >
11
- < Description >Abstractions and shared Enums for the DG.XrmPluginCore package</ Description >
12
- < PackageReadmeFile >README.md</ PackageReadmeFile >
13
- < RepositoryUrl >https://github.com/delegateas/XrmPluginCore</ RepositoryUrl >
14
- < RepositoryType >git</ RepositoryType >
15
- < PackageTags >xrm,crm,dataverse,daxif,delegate,xrmmockup</ PackageTags >
16
- < PackageLicenseFile >LICENSE</ PackageLicenseFile >
17
- < IncludeSymbols >True</ IncludeSymbols >
18
- < SymbolPackageFormat >snupkg</ SymbolPackageFormat >
19
- < RootNamespace >DG.XrmPluginCore</ RootNamespace >
20
- < SignAssembly >True</ SignAssembly >
21
- < AssemblyOriginatorKeyFile >../resources/ delegate.snk</ AssemblyOriginatorKeyFile >
22
- < PackageIcon >delegate.png</ PackageIcon >
23
- </PropertyGroup >
24
- <ItemGroup >
25
- <None Include =" ..\LICENSE" >
26
- <Pack >True</Pack >
27
- <PackagePath >\</PackagePath >
28
- </None >
29
- <None Include =" ..\README.md" >
30
- <Pack >True</Pack >
31
- <PackagePath >\</PackagePath >
32
- </None >
33
- <None Include =" ..\resources\delegate.png" >
34
- <Pack >True</Pack >
35
- <PackagePath >\</PackagePath >
36
- </None >
37
- </ItemGroup >
38
- </Project >
2
+ < PropertyGroup >
3
+ < TargetFramework >netstandard2.0</ TargetFramework >
4
+ < GeneratePackageOnBuild >True</ GeneratePackageOnBuild >
5
+ < PackageId >Delegate.XrmPluginCore.Abstractions</ PackageId >
6
+ < Title >Delegate.XrmPluginCore.Abstractions</Title >
7
+ < Company >Delegate A/S</ Company >
8
+ < Copyright >2025 Delegate A/S</Copyright >
9
+ < PackageProjectUrl >https://github.com/delegateas/XrmPluginCore</ PackageProjectUrl >
10
+ < Description >Abstractions and shared Enums for the DG. XrmPluginCore package</ Description >
11
+ < PackageReadmeFile >README.md</ PackageReadmeFile >
12
+ < RepositoryUrl >https://github.com/delegateas/XrmPluginCore</ RepositoryUrl >
13
+ < RepositoryType >git</ RepositoryType >
14
+ < PackageTags >xrm,crm,dataverse,daxif,delegate,xrmmockup</ PackageTags >
15
+ < PackageLicenseFile >LICENSE</ PackageLicenseFile >
16
+ < IncludeSymbols >True</ IncludeSymbols >
17
+ < SymbolPackageFormat >snupkg</ SymbolPackageFormat >
18
+ < RootNamespace >DG.XrmPluginCore</ RootNamespace >
19
+ < SignAssembly >True</ SignAssembly >
20
+ < AssemblyOriginatorKeyFile >../resources/delegate.snk</ AssemblyOriginatorKeyFile >
21
+ < PackageIcon > delegate.png</ PackageIcon >
22
+ < Version >1.0.0-local</ Version >
23
+ </PropertyGroup >
24
+ <ItemGroup >
25
+ <None Include =" ..\LICENSE" >
26
+ <Pack >True</Pack >
27
+ <PackagePath >\</PackagePath >
28
+ </None >
29
+ <None Include =" ..\README.md" >
30
+ <Pack >True</Pack >
31
+ <PackagePath >\</PackagePath >
32
+ </None >
33
+ <None Include =" ..\resources\delegate.png" >
34
+ <Pack >True</Pack >
35
+ <PackagePath >\</PackagePath >
36
+ </None >
37
+ </ItemGroup >
38
+ </Project >
0 commit comments