Datei: NDODLL/NDO.csproj
Last Commit (f707e1c)
| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project Sdk="Microsoft.NET.Sdk"> |
| 3 | ··<PropertyGroup> |
| 4 | ····<TargetFrameworks>netstandard2.0;netstandard2.1;net8.0;net6.0</TargetFrameworks> |
| 5 | ····<GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
| 6 | ····<GenerateDocumentationFile>true</GenerateDocumentationFile> |
| 7 | ····<IncludeSymbols>True</IncludeSymbols> |
| 8 | ····<PackageId>NDO.dll</PackageId> |
| 9 | ····<Version>5.0.0</Version> |
| 10 | ····<Authors>Mirko Matytschak</Authors> |
| 11 | ····<Company>Mirko Matytschak</Company> |
| 12 | ····<Description>Package to enable VS Solutions to compile and enhance persistent classes.</Description> |
| 13 | ····<Copyright>(c) 2002 - 2024, Mirko Matytschak, Velden, Germany</Copyright> |
| 14 | ····<PackageLicenseExpression>MIT</PackageLicenseExpression> |
| 15 | ····<PackageProjectUrl>https://www.netdataobjects.de</PackageProjectUrl> |
| 16 | ····<PackageTags>NDO .NET Data Objects Persistence</PackageTags> |
| 17 | ····<PackageReleaseNotes>NDO Enhancer Fix.</PackageReleaseNotes> |
| 18 | ····<AssemblyVersion>5.0.0.0</AssemblyVersion> |
| 19 | ····<FileVersion>5.0.0.0</FileVersion> |
| 20 | ····<SignAssembly>true</SignAssembly> |
| 21 | ····<AssemblyOriginatorKeyFile>ndo_ent.snk</AssemblyOriginatorKeyFile> |
| 22 | ··</PropertyGroup> |
| 23 | ··<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
| 24 | ····<DefineConstants>TRACE;DEBUG;</DefineConstants> |
| 25 | ··</PropertyGroup> |
| 26 | ··<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
| 27 | ····<DefineConstants>TRACE;RELEASE;</DefineConstants> |
| 28 | ··</PropertyGroup> |
| 29 | ··<ItemGroup> |
| 30 | ····<Compile Remove="packages\**" /> |
| 31 | ····<Compile Remove="TestRunner\**" /> |
| 32 | ····<EmbeddedResource Remove="packages\**" /> |
| 33 | ····<EmbeddedResource Remove="TestRunner\**" /> |
| 34 | ····<None Remove="packages\**" /> |
| 35 | ····<None Remove="TestRunner\**" /> |
| 36 | ····<None Remove="NDO.v12.suo" /> |
| 37 | ····<None Remove="packages.config" /> |
| 38 | ··</ItemGroup> |
| 39 | ··<ItemGroup> |
| 40 | ····<PackageReference Include="NDOInterfaces" Version="5.0.0" /> |
| 41 | ····<PackageReference Include="PatchProductVersion" Version="1.0.3" Condition="'$(TargetFramework)'=='netstandard2.0'"> |
| 42 | ········<PrivateAssets>all</PrivateAssets> |
| 43 | ····</PackageReference> |
| 44 | ··</ItemGroup> |
| 45 | ····<ItemGroup> |
| 46 | ····<Content Include="..\nuget\NDO.dll.targets"> |
| 47 | ······<Pack>true</Pack> |
| 48 | ······<PackageCopyToOutput>true</PackageCopyToOutput> |
| 49 | ······<PackagePath>build</PackagePath> |
| 50 | ····</Content> |
| 51 | ····<Content Include="..\NDOEnhancer.BuildTask\NDOEnhancer.BuildTask\bin\Release\NdoEnhancer.BuildTask.dll"> |
| 52 | ······<Pack>true</Pack> |
| 53 | ······<PackageCopyToOutput>true</PackageCopyToOutput> |
| 54 | ······<PackagePath>build</PackagePath> |
| 55 | ····</Content> |
| 56 | ····<Content Include="..\NDOEnhancer\NDOEnhancer\bin\Release\net8.0\**"> |
| 57 | ······<Pack>true</Pack> |
| 58 | ······<PackageCopyToOutput>true</PackageCopyToOutput> |
| 59 | ······<PackagePath>build</PackagePath> |
| 60 | ····</Content> |
| 61 | ····<Content Include="..\NDOEnhancer\NDOEnhancer\ILDAsm\ILDasm.exe.*"> |
| 62 | ······<Pack>true</Pack> |
| 63 | ······<PackageCopyToOutput>true</PackageCopyToOutput> |
| 64 | ······<PackagePath>build\runtimes\win-x64\native</PackagePath> |
| 65 | ····</Content>···· |
| 66 | ··</ItemGroup> |
| 67 | ··<Target Name="PostBuild" AfterTargets="Pack"> |
| 68 | ····<Exec Command="IF NOT EXIST ..\Nuget-Packages md ..\Nuget-Packages
echo Copy package
copy bin\$(Configuration)\NDO*.nupkg ..\Nuget-Packages /Y
" /> |
| 69 | ··</Target> |
| 70 | </Project> |
New Commit (259cc0c)
| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project Sdk="Microsoft.NET.Sdk"> |
| 3 | ··<Import Project="SourceRevisionId.props" Condition="Exists('SourceRevisionId.props')" /> |
| 4 | ··<PropertyGroup> |
| 5 | ····<TargetFrameworks>netstandard2.0;netstandard2.1;net8.0;net6.0</TargetFrameworks> |
| 6 | ····<GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
| 7 | ····<GenerateDocumentationFile>true</GenerateDocumentationFile> |
| 8 | ····<IncludeSymbols>True</IncludeSymbols> |
| 9 | ····<PackageId>NDO.dll</PackageId> |
| 10 | ····<Version>5.0.0</Version> |
| 11 | ····<Authors>Mirko Matytschak</Authors> |
| 12 | ····<Company>Mirko Matytschak</Company> |
| 13 | ····<Description>Package to enable VS Solutions to compile and enhance persistent classes.</Description> |
| 14 | ····<Copyright>(c) 2002 - 2024, Mirko Matytschak, Velden, Germany</Copyright> |
| 15 | ····<PackageLicenseExpression>MIT</PackageLicenseExpression> |
| 16 | ····<PackageProjectUrl>https://www.netdataobjects.de</PackageProjectUrl> |
| 17 | ····<PackageTags>NDO .NET Data Objects Persistence</PackageTags> |
| 18 | ····<PackageReleaseNotes>NDO Enhancer Fix.</PackageReleaseNotes> |
| 19 | ····<AssemblyVersion>5.0.0.0</AssemblyVersion> |
| 20 | ····<FileVersion>5.0.0.0</FileVersion> |
| 21 | ····<SignAssembly>true</SignAssembly> |
| 22 | ····<AssemblyOriginatorKeyFile>ndo_ent.snk</AssemblyOriginatorKeyFile> |
| 23 | ··</PropertyGroup> |
| 24 | ··<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|AnyCPU'"> |
| 25 | ····<DefineConstants>TRACE;DEBUG;</DefineConstants> |
| 26 | ··</PropertyGroup> |
| 27 | ··<PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|AnyCPU'"> |
| 28 | ····<DefineConstants>TRACE;RELEASE;</DefineConstants> |
| 29 | ··</PropertyGroup> |
| 30 | ··<ItemGroup> |
| 31 | ····<Compile Remove="packages\**" /> |
| 32 | ····<Compile Remove="TestRunner\**" /> |
| 33 | ····<EmbeddedResource Remove="packages\**" /> |
| 34 | ····<EmbeddedResource Remove="TestRunner\**" /> |
| 35 | ····<None Remove="packages\**" /> |
| 36 | ····<None Remove="TestRunner\**" /> |
| 37 | ····<None Remove="NDO.v12.suo" /> |
| 38 | ····<None Remove="packages.config" /> |
| 39 | ··</ItemGroup> |
| 40 | ··<ItemGroup> |
| 41 | ····<PackageReference Include="NDOInterfaces" Version="5.0.0" /> |
| 42 | ····<PackageReference Include="PatchProductVersion" Version="1.0.3" Condition="'$(TargetFramework)'=='netstandard2.0'"> |
| 43 | ······<PrivateAssets>all</PrivateAssets> |
| 44 | ····</PackageReference> |
| 45 | ··</ItemGroup> |
| 46 | ··<ItemGroup> |
| 47 | ····<Content Include="..\nuget\NDO.dll.targets"> |
| 48 | ······<Pack>true</Pack> |
| 49 | ······<PackageCopyToOutput>true</PackageCopyToOutput> |
| 50 | ······<PackagePath>build</PackagePath> |
| 51 | ····</Content> |
| 52 | ····<Content Include="..\NDOEnhancer.BuildTask\NDOEnhancer.BuildTask\bin\Release\NdoEnhancer.BuildTask.dll"> |
| 53 | ······<Pack>true</Pack> |
| 54 | ······<PackageCopyToOutput>true</PackageCopyToOutput> |
| 55 | ······<PackagePath>build</PackagePath> |
| 56 | ····</Content> |
| 57 | ····<Content Include="..\NDOEnhancer\NDOEnhancer\bin\Release\net8.0\**"> |
| 58 | ······<Pack>true</Pack> |
| 59 | ······<PackageCopyToOutput>true</PackageCopyToOutput> |
| 60 | ······<PackagePath>build</PackagePath> |
| 61 | ····</Content> |
| 62 | ····<Content Include="..\NDOEnhancer\NDOEnhancer\ILDAsm\ILDasm.exe.*"> |
| 63 | ······<Pack>true</Pack> |
| 64 | ······<PackageCopyToOutput>true</PackageCopyToOutput> |
| 65 | ······<PackagePath>build\runtimes\win-x64\native</PackagePath> |
| 66 | ····</Content> |
| 67 | ··</ItemGroup> |
| 68 | ··<Target Name="PostBuild" AfterTargets="Pack"> |
| 69 | ····<Exec Command="IF NOT EXIST ..\Nuget-Packages md ..\Nuget-Packages
echo Copy package
copy bin\$(Configuration)\NDO*.nupkg ..\Nuget-Packages /Y
" /> |
| 70 | ··</Target> |
| 71 | </Project> |