Datei: NDODLL/NDO.csproj
Last Commit (16046d5)
| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project Sdk="Microsoft.NET.Sdk"> |
| 3 | ··<Import Project="SourceRevisionId.props" /> |
| 4 | ··<PropertyGroup> |
| 5 | ····<TargetFrameworks>netstandard2.0;net452</TargetFrameworks> |
| 6 | ····<GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
| 7 | ····<GenerateDocumentationFile>true</GenerateDocumentationFile> |
| 8 | ····<IncludeSymbols>True</IncludeSymbols> |
| 9 | ····<PackageId>NDO.dll</PackageId> |
| 10 | <Version>4. 0. 6</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 - 2021, 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>Support of Server Functions</PackageReleaseNotes> |
| 19 | <AssemblyVersion>4. 0. 6. 0</AssemblyVersion> |
| 20 | <FileVersion>4. 0. 6. 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="4.0.1" /> |
| 42 | ········<PackageReference Include="PatchProductVersion" Version="1.0.2"> |
| 43 | ············<PrivateAssets>all</PrivateAssets> |
| 44 | ········</PackageReference> |
| 45 | ··</ItemGroup> |
| 46 | ····<ItemGroup Condition="'$(TargetFramework)'=='net452'"> |
| 47 | ········<Reference Include="System.Transactions" /> |
| 48 | ····</ItemGroup>···· |
| 49 | ··<ItemGroup> |
| 50 | ····<Content Include="..\nuget\NDO.dll.targets"> |
| 51 | ······<Pack>true</Pack> |
| 52 | ······<PackageCopyToOutput>true</PackageCopyToOutput> |
| 53 | ······<PackagePath>build</PackagePath> |
| 54 | ····</Content> |
| 55 | ····<Content Include="..\nuget\NDOEnhancer.BuildTask.dll"> |
| 56 | ······<Pack>true</Pack> |
| 57 | ······<PackageCopyToOutput>true</PackageCopyToOutput> |
| 58 | ······<PackagePath>build</PackagePath> |
| 59 | ····</Content> |
| 60 | ····<Content Include="..\NDOEnhancer\bin\Release\NDOEnhancer.exe"> |
| 61 | ······<Pack>true</Pack> |
| 62 | ······<PackageCopyToOutput>true</PackageCopyToOutput> |
| 63 | ······<PackagePath>build</PackagePath> |
| 64 | ····</Content> |
| 65 | ····<Content Include="..\NDOEnhancer\bin\Release\Mono.Cecil.dll"> |
| 66 | ······<Pack>true</Pack> |
| 67 | ······<PackageCopyToOutput>true</PackageCopyToOutput> |
| 68 | ······<PackagePath>build</PackagePath> |
| 69 | ····</Content> |
| 70 | ····<Content Include="..\NDOEnhancer\bin\Release\NDOEnhancer.exe.config"> |
| 71 | ······<Pack>true</Pack> |
| 72 | ······<PackageCopyToOutput>true</PackageCopyToOutput> |
| 73 | ······<PackagePath>build</PackagePath> |
| 74 | ····</Content> |
| 75 | ····<Content Include="..\EnhancerX86Stub\EnhancerX86Stub\bin\Release\EnhancerX86Stub.exe"> |
| 76 | ······<Pack>true</Pack> |
| 77 | ······<PackageCopyToOutput>true</PackageCopyToOutput> |
| 78 | ······<PackagePath>build</PackagePath> |
| 79 | ····</Content> |
| 80 | ····<Content Include="bin/$(Configuration)/net452/NDO.dll"> |
| 81 | ······<Pack>true</Pack> |
| 82 | ······<PackageCopyToOutput>true</PackageCopyToOutput> |
| 83 | ······<PackagePath>build</PackagePath> |
| 84 | ····</Content> |
| 85 | ··</ItemGroup> |
| 86 | ··<Target Name="PostBuild" AfterTargets="Pack"> |
| 87 | ····<Exec Command="IF NOT EXIST ..\Nuget-Packages md ..\Nuget-Packages
echo Copy package
copy bin\$(Configuration)\NDO*.nupkg ..\Nuget-Packages /Y
" /> |
| 88 | ··</Target> |
| 89 | </Project> |
New Commit (43dcc14)
| 1 | <?xml version="1.0" encoding="utf-8"?> |
| 2 | <Project Sdk="Microsoft.NET.Sdk"> |
| 3 | ··<Import Project="SourceRevisionId.props" /> |
| 4 | ··<PropertyGroup> |
| 5 | ····<TargetFrameworks>netstandard2.0;net452</TargetFrameworks> |
| 6 | ····<GeneratePackageOnBuild>true</GeneratePackageOnBuild> |
| 7 | ····<GenerateDocumentationFile>true</GenerateDocumentationFile> |
| 8 | ····<IncludeSymbols>True</IncludeSymbols> |
| 9 | ····<PackageId>NDO.dll</PackageId> |
| 10 | <Version>4. 0. 7</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 - 2021, 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>Support of Server Functions</PackageReleaseNotes> |
| 19 | <AssemblyVersion>4. 0. 7. 0</AssemblyVersion> |
| 20 | <FileVersion>4. 0. 7. 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="4.0.1" /> |
| 42 | ········<PackageReference Include="PatchProductVersion" Version="1.0.2"> |
| 43 | ············<PrivateAssets>all</PrivateAssets> |
| 44 | ········</PackageReference> |
| 45 | ··</ItemGroup> |
| 46 | ····<ItemGroup Condition="'$(TargetFramework)'=='net452'"> |
| 47 | ········<Reference Include="System.Transactions" /> |
| 48 | ····</ItemGroup>···· |
| 49 | ··<ItemGroup> |
| 50 | ····<Content Include="..\nuget\NDO.dll.targets"> |
| 51 | ······<Pack>true</Pack> |
| 52 | ······<PackageCopyToOutput>true</PackageCopyToOutput> |
| 53 | ······<PackagePath>build</PackagePath> |
| 54 | ····</Content> |
| 55 | ····<Content Include="..\nuget\NDOEnhancer.BuildTask.dll"> |
| 56 | ······<Pack>true</Pack> |
| 57 | ······<PackageCopyToOutput>true</PackageCopyToOutput> |
| 58 | ······<PackagePath>build</PackagePath> |
| 59 | ····</Content> |
| 60 | ····<Content Include="..\NDOEnhancer\bin\Release\NDOEnhancer.exe"> |
| 61 | ······<Pack>true</Pack> |
| 62 | ······<PackageCopyToOutput>true</PackageCopyToOutput> |
| 63 | ······<PackagePath>build</PackagePath> |
| 64 | ····</Content> |
| 65 | ····<Content Include="..\NDOEnhancer\bin\Release\Mono.Cecil.dll"> |
| 66 | ······<Pack>true</Pack> |
| 67 | ······<PackageCopyToOutput>true</PackageCopyToOutput> |
| 68 | ······<PackagePath>build</PackagePath> |
| 69 | ····</Content> |
| 70 | ····<Content Include="..\NDOEnhancer\bin\Release\NDOEnhancer.exe.config"> |
| 71 | ······<Pack>true</Pack> |
| 72 | ······<PackageCopyToOutput>true</PackageCopyToOutput> |
| 73 | ······<PackagePath>build</PackagePath> |
| 74 | ····</Content> |
| 75 | ····<Content Include="..\EnhancerX86Stub\EnhancerX86Stub\bin\Release\EnhancerX86Stub.exe"> |
| 76 | ······<Pack>true</Pack> |
| 77 | ······<PackageCopyToOutput>true</PackageCopyToOutput> |
| 78 | ······<PackagePath>build</PackagePath> |
| 79 | ····</Content> |
| 80 | ····<Content Include="bin/$(Configuration)/net452/NDO.dll"> |
| 81 | ······<Pack>true</Pack> |
| 82 | ······<PackageCopyToOutput>true</PackageCopyToOutput> |
| 83 | ······<PackagePath>build</PackagePath> |
| 84 | ····</Content> |
| 85 | ··</ItemGroup> |
| 86 | ··<Target Name="PostBuild" AfterTargets="Pack"> |
| 87 | ····<Exec Command="IF NOT EXIST ..\Nuget-Packages md ..\Nuget-Packages
echo Copy package
copy bin\$(Configuration)\NDO*.nupkg ..\Nuget-Packages /Y
" /> |
| 88 | ··</Target> |
| 89 | </Project> |