Skip to content

Commit 9abc890

Browse files
committed
Migrated from .NET Framework version 2.0 to .NET Framework version 4.5.
1 parent 0f6932a commit 9abc890

19 files changed

Lines changed: 110 additions & 3201 deletions

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
*.user
22
*.suo
3-
/Bin
4-
/Obj
5-
/.vs
3+
Bin/
4+
Obj/
5+
.vs/

App.config

Lines changed: 0 additions & 7 deletions
This file was deleted.

External/Aga.Controls.dll

-142 KB
Binary file not shown.

External/Aga.Controls/Aga.Controls.csproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<OldToolsVersion>3.5</OldToolsVersion>
2727
<UpgradeBackupLocation>
2828
</UpgradeBackupLocation>
29-
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
29+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
3030
<PublishUrl>publish\</PublishUrl>
3131
<Install>true</Install>
3232
<InstallFrom>Disk</InstallFrom>
@@ -42,6 +42,7 @@
4242
<IsWebBootstrapper>false</IsWebBootstrapper>
4343
<UseApplicationTrust>false</UseApplicationTrust>
4444
<BootstrapperEnabled>true</BootstrapperEnabled>
45+
<TargetFrameworkProfile />
4546
</PropertyGroup>
4647
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
4748
<DebugSymbols>true</DebugSymbols>
@@ -54,17 +55,18 @@
5455
<CodeAnalysisRules>
5556
</CodeAnalysisRules>
5657
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
57-
<CodeAnalysisRuleSet>Migrated rules for Aga.Controls.ruleset</CodeAnalysisRuleSet>
58+
<Prefer32Bit>false</Prefer32Bit>
5859
</PropertyGroup>
5960
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
60-
<DebugType>pdbonly</DebugType>
61+
<DebugType>none</DebugType>
6162
<Optimize>true</Optimize>
6263
<OutputPath>Bin\Release\</OutputPath>
6364
<DefineConstants>TRACE</DefineConstants>
6465
<ErrorReport>prompt</ErrorReport>
6566
<WarningLevel>4</WarningLevel>
6667
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
6768
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
69+
<Prefer32Bit>false</Prefer32Bit>
6870
</PropertyGroup>
6971
<ItemGroup>
7072
<Reference Include="System" />

External/Aga.Controls/Aga.Controls.sln

Lines changed: 0 additions & 20 deletions
This file was deleted.

External/Aga.Controls/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66

77
[assembly: ComVisible(false)]
88
[assembly: CLSCompliant(false)]
9-
[assembly: SecurityPermission(SecurityAction.RequestMinimum, Execution = true)]
109

1110
[assembly: AssemblyTitle("Aga.Controls")]
1211
[assembly: AssemblyCopyright("Copyright © Andrey Gliznetsov 2006 - 2009")]
1312
[assembly: AssemblyDescription("http://sourceforge.net/projects/treeviewadv/")]
1413

1514
[assembly: AssemblyVersion("1.7.0.0")]
15+
16+
[assembly: DefaultDllImportSearchPaths(DllImportSearchPath.System32)]

External/Aga.Controls/Properties/Resources.Designer.cs

Lines changed: 32 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

External/OxyPlot.WindowsForms.dll

-21.5 KB
Binary file not shown.

External/OxyPlot.dll

-365 KB
Binary file not shown.

External/OxyPlot/OxyPlot.WindowsForms/OxyPlot.WindowsForms.csproj

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<AppDesignerFolder>Properties</AppDesignerFolder>
1010
<RootNamespace>OxyPlot.WindowsForms</RootNamespace>
1111
<AssemblyName>OxyPlot.WindowsForms</AssemblyName>
12-
<TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
12+
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
1313
<TargetFrameworkProfile>
1414
</TargetFrameworkProfile>
1515
<FileAlignment>512</FileAlignment>
@@ -23,9 +23,10 @@
2323
<DefineConstants>TRACE;DEBUG</DefineConstants>
2424
<ErrorReport>prompt</ErrorReport>
2525
<WarningLevel>4</WarningLevel>
26+
<Prefer32Bit>false</Prefer32Bit>
2627
</PropertyGroup>
2728
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28-
<DebugType>pdbonly</DebugType>
29+
<DebugType>none</DebugType>
2930
<Optimize>true</Optimize>
3031
<OutputPath>Bin\Release\</OutputPath>
3132
<IntermediateOutputPath>obj\Release\NET40\</IntermediateOutputPath>
@@ -34,6 +35,7 @@
3435
<WarningLevel>4</WarningLevel>
3536
<DocumentationFile>
3637
</DocumentationFile>
38+
<Prefer32Bit>false</Prefer32Bit>
3739
</PropertyGroup>
3840
<PropertyGroup>
3941
<SignAssembly>true</SignAssembly>

0 commit comments

Comments
 (0)