Skip to content

Commit a172983

Browse files
EspenEspen
authored andcommitted
Changed project settings to use .Net framwork 4.0 instead of 4.5
1 parent 99d3f46 commit a172983

28 files changed

+583
-12
lines changed

.vs/RabbitHole/v14/.suo

14.5 KB
Binary file not shown.

RabbitHole/App.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?xml version="1.0" encoding="utf-8" ?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<startup>
4-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
55
</startup>
6-
</configuration>
6+
</configuration>

RabbitHole/RabbitHole.csproj

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>RabbitHole</RootNamespace>
1111
<AssemblyName>RabbitHole</AssemblyName>
12-
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
1515
<PublishUrl>publish\</PublishUrl>
@@ -27,6 +27,7 @@
2727
<IsWebBootstrapper>false</IsWebBootstrapper>
2828
<UseApplicationTrust>false</UseApplicationTrust>
2929
<BootstrapperEnabled>true</BootstrapperEnabled>
30+
<TargetFrameworkProfile />
3031
</PropertyGroup>
3132
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
3233
<PlatformTarget>AnyCPU</PlatformTarget>
0 Bytes
Binary file not shown.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?xml version="1.0" encoding="utf-8" ?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<startup>
4-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
55
</startup>
6-
</configuration>
6+
</configuration>
0 Bytes
Binary file not shown.
-8 Bytes
Binary file not shown.
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<?xml version="1.0" encoding="utf-8" ?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<startup>
4-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2" />
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/>
55
</startup>
6-
</configuration>
6+
</configuration>
-243 Bytes
Binary file not shown.

RabbitHole/obj/Release/RabbitHole.csproj.FileListAbsolute.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,5 @@ C:\Google Drive\develop\GitRepos\RabbitHole\RabbitHole\bin\Release\RabbitHole.ex
88
C:\Google Drive\develop\GitRepos\RabbitHole\RabbitHole\bin\Release\RabbitHole.exe
99
C:\Google Drive\develop\GitRepos\RabbitHole\RabbitHole\bin\Release\RabbitHole.pdb
1010
C:\Google Drive\develop\GitRepos\RabbitHole\RabbitHole\bin\Release\BouncyCastle.Crypto.dll
11-
C:\Google Drive\develop\GitRepos\RabbitHole\RabbitHole\obj\Release\RabbitHole.csprojResolveAssemblyReference.cache
1211
C:\Google Drive\develop\GitRepos\RabbitHole\RabbitHole\obj\Release\RabbitHole.exe
1312
C:\Google Drive\develop\GitRepos\RabbitHole\RabbitHole\obj\Release\RabbitHole.pdb

0 commit comments

Comments
 (0)