Add net40 amalgamated build and refresh amalgamation
This commit is contained in:
File diff suppressed because it is too large
Load Diff
29
DynamORM.Net40.csproj
Normal file
29
DynamORM.Net40.csproj
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
<Project Sdk="Microsoft.NET.Sdk">
|
||||||
|
<PropertyGroup>
|
||||||
|
<TargetFramework>net40</TargetFramework>
|
||||||
|
<Description>Dynamic Object-Relational Mapping library (amalgamated for .NET 4.0).</Description>
|
||||||
|
<Copyright>Copyright © RUSSEK Software 2012-2026</Copyright>
|
||||||
|
<Company>RUSSEK Software</Company>
|
||||||
|
<Authors>Grzegorz Russek</Authors>
|
||||||
|
<VersionPrefix>1.9</VersionPrefix>
|
||||||
|
<Product>DynamORM</Product>
|
||||||
|
<PackageLicenseExpression>MIT</PackageLicenseExpression>
|
||||||
|
<GenerateAssemblyInfo>false</GenerateAssemblyInfo>
|
||||||
|
<EnableDefaultCompileItems>false</EnableDefaultCompileItems>
|
||||||
|
</PropertyGroup>
|
||||||
|
|
||||||
|
<ItemGroup Condition="'$(TargetFramework)' == 'net40'">
|
||||||
|
<Reference Include="System" />
|
||||||
|
<Reference Include="System.Core" />
|
||||||
|
<Reference Include="System.Data" />
|
||||||
|
<Reference Include="Microsoft.CSharp" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup Condition="$(TargetFramework.StartsWith('net4')) AND '$(MSBuildRuntimeType)' == 'Core' AND '$(OS)' != 'Windows_NT'">
|
||||||
|
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.3" PrivateAssets="All" />
|
||||||
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<Compile Include="AmalgamationTool/DynamORM.Amalgamation.cs" />
|
||||||
|
</ItemGroup>
|
||||||
|
</Project>
|
||||||
Reference in New Issue
Block a user