Skip to content

Commit ef88d39

Browse files
Changing target framework
1 parent b9f2e74 commit ef88d39

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed
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.5"/>
55
</startup>
6-
</configuration>
6+
</configuration>

ArcanumTextureSlicer/ArcanumTextureSlicer/ArcanumTextureSlicer.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>ArcanumTextureSlicer</RootNamespace>
1111
<AssemblyName>ArcanumTextureSlicer</AssemblyName>
12-
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<FileAlignment>512</FileAlignment>
1414
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
15+
<TargetFrameworkProfile />
1516
</PropertyGroup>
1617
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
1718
<PlatformTarget>AnyCPU</PlatformTarget>
@@ -49,7 +50,9 @@
4950
<Compile Include="Properties\AssemblyInfo.cs" />
5051
</ItemGroup>
5152
<ItemGroup>
52-
<None Include="App.config" />
53+
<None Include="App.config">
54+
<SubType>Designer</SubType>
55+
</None>
5356
</ItemGroup>
5457
<ItemGroup>
5558
<EmbeddedResource Include="Resources\SampleTile.png" />

0 commit comments

Comments
 (0)