Skip to content
This repository was archived by the owner on Apr 19, 2024. It is now read-only.

Commit 31523b2

Browse files
committed
add comment and downgrade to 4.5, also remove packages
1 parent 584a55c commit 31523b2

3 files changed

Lines changed: 8 additions & 12 deletions

File tree

ProjectStarlight.Interchange.csproj

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>ProjectStarlight.Interchange</RootNamespace>
1111
<AssemblyName>ProjectStarlight.Interchange</AssemblyName>
12-
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<Deterministic>true</Deterministic>
1515
<NuGetPackageImportStamp>
1616
</NuGetPackageImportStamp>
17+
<TargetFrameworkProfile />
1718
</PropertyGroup>
1819
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1920
<DebugSymbols>true</DebugSymbols>
@@ -33,6 +34,9 @@
3334
<WarningLevel>4</WarningLevel>
3435
<DocumentationFile>bin\Release\ProjectStarlight.Interchange.xml</DocumentationFile>
3536
</PropertyGroup>
37+
<PropertyGroup>
38+
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
39+
</PropertyGroup>
3640
<ItemGroup>
3741
<Reference Include="Microsoft.Xna.Framework, Version=4.0.0.0, Culture=neutral, PublicKeyToken=842cf8be1de50553, processorArchitecture=x86">
3842
<SpecificVersion>False</SpecificVersion>
@@ -45,9 +49,6 @@
4549
<Reference Include="System" />
4650
<Reference Include="System.Core" />
4751
<Reference Include="System.Drawing" />
48-
<Reference Include="System.ValueTuple, Version=4.0.3.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
49-
<HintPath>packages\System.ValueTuple.4.5.0\lib\net47\System.ValueTuple.dll</HintPath>
50-
</Reference>
5152
</ItemGroup>
5253
<ItemGroup>
5354
<Compile Include="TextureGIF.cs" />
@@ -56,8 +57,5 @@
5657
<Compile Include="Utilities\GIFBuilder.cs" />
5758
</ItemGroup>
5859
<ItemGroup />
59-
<ItemGroup>
60-
<None Include="packages.config" />
61-
</ItemGroup>
6260
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6361
</Project>

Utilities/FrameUtilities.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44

55
namespace ProjectStarlight.Interchange.Utilities
66
{
7+
/// <summary>
8+
/// Simple class providing small, useful methods for some common tasks.
9+
/// </summary>
710
public static class FrameUtilities
811
{
912
/// <summary>

packages.config

Lines changed: 0 additions & 5 deletions
This file was deleted.

0 commit comments

Comments
 (0)