aboutsummaryrefslogtreecommitdiff
path: root/PortEngine/PortEngine.csproj
diff options
context:
space:
mode:
authorAlee <Alee14498@gmail.com>2019-04-07 13:53:40 -0400
committerAlee <Alee14498@gmail.com>2019-04-07 13:53:40 -0400
commitdd68dd5b228197256c15404cde98fbfbb9c7bfdb (patch)
tree1ef4c84f1bf1ce19e34acc5ab8138e1882685508 /PortEngine/PortEngine.csproj
parentcf2a8c0f2b052ed8a7e32aa31af4401e642e99bf (diff)
downloadProject-Silicon-dd68dd5b228197256c15404cde98fbfbb9c7bfdb.tar.gz
Project-Silicon-dd68dd5b228197256c15404cde98fbfbb9c7bfdb.tar.bz2
Project-Silicon-dd68dd5b228197256c15404cde98fbfbb9c7bfdb.zip
Ported to .NET Framework 4.7.2 ~~why is this project still in winforms~~
Diffstat (limited to 'PortEngine/PortEngine.csproj')
-rw-r--r--PortEngine/PortEngine.csproj3
1 files changed, 2 insertions, 1 deletions
diff --git a/PortEngine/PortEngine.csproj b/PortEngine/PortEngine.csproj
index 9cf3fbf..0d280f1 100644
--- a/PortEngine/PortEngine.csproj
+++ b/PortEngine/PortEngine.csproj
@@ -9,8 +9,9 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>PortEngine</RootNamespace>
<AssemblyName>PortEngine</AssemblyName>
- <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
+ <TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
+ <TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>