Skip to content

Commit 67425eb

Browse files
committed
Convert to 4.5.2
So I can work on this from my backup development environtment without updating Visual Studio
1 parent c9a7825 commit 67425eb

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

ColorCat/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.6.1" />
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5.2"/>
55
</startup>
6-
</configuration>
6+
</configuration>

ColorCat/ColorCat.csproj

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,10 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>ColorCat</RootNamespace>
1111
<AssemblyName>ColorCat</AssemblyName>
12-
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
15+
<TargetFrameworkProfile />
1516
</PropertyGroup>
1617
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1718
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -47,7 +48,9 @@
4748
<Compile Include="Properties\AssemblyInfo.cs" />
4849
</ItemGroup>
4950
<ItemGroup>
50-
<None Include="App.config" />
51+
<None Include="App.config">
52+
<SubType>Designer</SubType>
53+
</None>
5154
</ItemGroup>
5255
<ItemGroup>
5356
<Content Include="SampleLog.txt">

0 commit comments

Comments
 (0)