Skip to content

Commit

Permalink
Updated to Net Framework 4.5 and W10 fix
Browse files Browse the repository at this point in the history
Updated to Net Framework 4.5 and fixed a bug with windows 10 not geeting the ffxi process.
  • Loading branch information
KenshiDRK committed Dec 10, 2018
1 parent 2f56795 commit 103acc3
Show file tree
Hide file tree
Showing 13 changed files with 23 additions and 45 deletions.
2 changes: 1 addition & 1 deletion Clipper/App.config
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
<configuration>
<startup>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5"/>
</startup>
</configuration>
6 changes: 4 additions & 2 deletions Clipper/Clipper.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Clipper</RootNamespace>
<AssemblyName>Clipper</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
<PublishUrl>publish\</PublishUrl>
Expand All @@ -32,11 +32,12 @@
<PlatformTarget>AnyCPU</PlatformTarget>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<Optimize>true</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<PlatformTarget>AnyCPU</PlatformTarget>
Expand All @@ -46,6 +47,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>choco.ico</ApplicationIcon>
Expand Down
26 changes: 13 additions & 13 deletions Clipper/Properties/Resources.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 5 additions & 5 deletions Clipper/Properties/Settings.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 0 additions & 6 deletions Clipper/bin/Debug/Clipper.exe.config

This file was deleted.

Binary file removed Clipper/bin/Debug/Clipper.vshost.exe
Binary file not shown.
6 changes: 0 additions & 6 deletions Clipper/bin/Debug/Clipper.vshost.exe.config

This file was deleted.

11 changes: 0 additions & 11 deletions Clipper/bin/Debug/Clipper.vshost.exe.manifest

This file was deleted.

1 change: 0 additions & 1 deletion Clipper/obj/Debug/Clipper.csproj.FileListAbsolute.txt

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 103acc3

Please sign in to comment.