Merge pull request #2649 from brogan89/4.2

[csharp] Update csproj to Framework 4.8 and fix missing files
This commit is contained in:
Harald Csaszar 2024-11-22 17:25:44 +01:00 committed by GitHub
commit 335a8b780e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -10,7 +10,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder> <AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Spine</RootNamespace> <RootNamespace>Spine</RootNamespace>
<AssemblyName>spine-csharp</AssemblyName> <AssemblyName>spine-csharp</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<TargetFrameworkProfile> <TargetFrameworkProfile>
</TargetFrameworkProfile> </TargetFrameworkProfile>
<XnaFrameworkVersion>v4.0</XnaFrameworkVersion> <XnaFrameworkVersion>v4.0</XnaFrameworkVersion>
@ -63,16 +63,21 @@
<Compile Include="src\Attachments\AttachmentType.cs" /> <Compile Include="src\Attachments\AttachmentType.cs" />
<Compile Include="src\Attachments\BoundingBoxAttachment.cs" /> <Compile Include="src\Attachments\BoundingBoxAttachment.cs" />
<Compile Include="src\Attachments\ClippingAttachment.cs" /> <Compile Include="src\Attachments\ClippingAttachment.cs" />
<Compile Include="src\Attachments\IHasTextureRegion.cs" />
<Compile Include="src\Attachments\MeshAttachment.cs" /> <Compile Include="src\Attachments\MeshAttachment.cs" />
<Compile Include="src\Attachments\PathAttachment.cs" /> <Compile Include="src\Attachments\PathAttachment.cs" />
<Compile Include="src\Attachments\PointAttachment.cs" /> <Compile Include="src\Attachments\PointAttachment.cs" />
<Compile Include="src\Attachments\RegionAttachment.cs" /> <Compile Include="src\Attachments\RegionAttachment.cs" />
<Compile Include="src\Attachments\Sequence.cs" />
<Compile Include="src\Attachments\VertexAttachment.cs" /> <Compile Include="src\Attachments\VertexAttachment.cs" />
<Compile Include="src\BlendMode.cs" /> <Compile Include="src\BlendMode.cs" />
<Compile Include="src\Bone.cs" /> <Compile Include="src\Bone.cs" />
<Compile Include="src\BoneData.cs" /> <Compile Include="src\BoneData.cs" />
<Compile Include="src\ConstraintData.cs" /> <Compile Include="src\ConstraintData.cs" />
<Compile Include="src\PhysicsConstraint.cs" />
<Compile Include="src\PhysicsConstraintData.cs" />
<Compile Include="src\SkeletonLoader.cs" /> <Compile Include="src\SkeletonLoader.cs" />
<Compile Include="src\TextureRegion.cs" />
<Compile Include="src\Triangulator.cs" /> <Compile Include="src\Triangulator.cs" />
<Compile Include="src\Event.cs" /> <Compile Include="src\Event.cs" />
<Compile Include="src\EventData.cs" /> <Compile Include="src\EventData.cs" />
@ -96,7 +101,6 @@
<Compile Include="src\TransformConstraint.cs" /> <Compile Include="src\TransformConstraint.cs" />
<Compile Include="src\TransformConstraintData.cs" /> <Compile Include="src\TransformConstraintData.cs" />
</ItemGroup> </ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- <!--
To modify your build process, add your task inside one of the targets below and uncomment it. To modify your build process, add your task inside one of the targets below and uncomment it.