Skip to content

Commit f3bfbee

Browse files
committed
[Branches/1.0]
- Set TargetFramework to .Net40-Client git-tfs-id: [https://tfs.codeplex.com/tfs/TFS01]$/SharpMap/Branches/1.0;C107141
1 parent 44aa45f commit f3bfbee

63 files changed

Lines changed: 229 additions & 192 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

Examples/DemoWebSite/HtmlPage.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<!DOCTYPE html>
2+
<html xmlns="http://www.w3.org/1999/xhtml">
3+
<head>
4+
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
5+
<title></title>
6+
</head>
7+
<body>
8+
9+
</body>
10+
</html>

Examples/DemoWinForm/DemoWinForm.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<OldToolsVersion>3.5</OldToolsVersion>
2020
<UpgradeBackupLocation>
2121
</UpgradeBackupLocation>
22-
<TargetFrameworkVersion>v4.0.3</TargetFrameworkVersion>
22+
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
2323
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
2424
<SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\..\</SolutionDir>
2525
<RestorePackages>true</RestorePackages>

Examples/DemoWinForm/Properties/Resources.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/DemoWinForm/Properties/Settings.Designer.cs

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Examples/DemoWinForm/app.config

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0"?>
22
<configuration>
33
<startup>
4-
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0.3,Profile=Client" />
4+
<supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client"/>
55
</startup>
66
<runtime>
77
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
88
<dependentAssembly>
9-
<assemblyIdentity name="DotSpatial.Projections" publicKeyToken="272632bddd08a38b" culture="neutral" />
10-
<bindingRedirect oldVersion="0.0.0.0-1.0.2011.52" newVersion="1.0.2011.52" />
9+
<assemblyIdentity name="DotSpatial.Projections" publicKeyToken="272632bddd08a38b" culture="neutral"/>
10+
<bindingRedirect oldVersion="0.0.0.0-1.0.2011.52" newVersion="1.0.2011.52"/>
1111
</dependentAssembly>
1212
<dependentAssembly>
13-
<assemblyIdentity name="System.Data.SQLite" publicKeyToken="db937bc2d44ff139" culture="neutral" />
14-
<bindingRedirect oldVersion="0.0.0.0-1.0.86.0" newVersion="1.0.86.0" />
13+
<assemblyIdentity name="System.Data.SQLite" publicKeyToken="db937bc2d44ff139" culture="neutral"/>
14+
<bindingRedirect oldVersion="0.0.0.0-1.0.86.0" newVersion="1.0.86.0"/>
1515
</dependentAssembly>
1616
</assemblyBinding>
1717
</runtime>
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="utf-8"?>
22
<packages>
3-
<package id="GeoAPI" version="1.7.2" targetFramework="net40" requireReinstallation="True" />
4-
<package id="NetTopologySuite" version="1.13.2" targetFramework="net40" requireReinstallation="True" />
3+
<package id="GeoAPI" version="1.7.2" targetFramework="net40" />
4+
<package id="NetTopologySuite" version="1.13.2" targetFramework="net40" />
55
</packages>

Examples/ExampleCodeSnippets/ExampleCodeSnippets.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</FileUpgradeFlags>
1616
<OldToolsVersion>3.5</OldToolsVersion>
1717
<UpgradeBackupLocation />
18-
<TargetFrameworkVersion>v4.0.3</TargetFrameworkVersion>
18+
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
1919
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
2020
<SccProjectName>Svn</SccProjectName>
2121
<SccLocalPath>Svn</SccLocalPath>

Examples/ExampleCodeSnippets/app.config

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0"?>
22
<configuration>
3-
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0.3,Profile=Client" /></startup>
3+
<startup><supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0,Profile=Client"/></startup>
44
<runtime>
55
<assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
66
<dependentAssembly>
7-
<assemblyIdentity name="System.Data.SQLite" publicKeyToken="db937bc2d44ff139" culture="neutral" />
8-
<bindingRedirect oldVersion="0.0.0.0-1.0.86.0" newVersion="1.0.86.0" />
7+
<assemblyIdentity name="System.Data.SQLite" publicKeyToken="db937bc2d44ff139" culture="neutral"/>
8+
<bindingRedirect oldVersion="0.0.0.0-1.0.86.0" newVersion="1.0.86.0"/>
99
</dependentAssembly>
1010
</assemblyBinding>
1111
</runtime>

Examples/ExampleCodeSnippets/packages.config

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@
44
<package id="DotSpatial.Projections" version="1.2" requireReinstallation="True" />
55
<package id="GDAL.Native" version="1.9.2" targetFramework="net40-Client" />
66
<package id="GDAL.Plugins" version="1.9.2" targetFramework="net40-Client" />
7-
<package id="GeoAPI" version="1.7.2" targetFramework="net40-Client" requireReinstallation="True" />
8-
<package id="NetTopologySuite" version="1.13.2" targetFramework="net40-Client" requireReinstallation="True" />
9-
<package id="ProjNET4GeoAPI" version="1.3.0.3" targetFramework="net40-Client" requireReinstallation="True" />
7+
<package id="GeoAPI" version="1.7.2" targetFramework="net40-Client" />
8+
<package id="NetTopologySuite" version="1.13.2" targetFramework="net40-Client" />
9+
<package id="ProjNET4GeoAPI" version="1.3.0.3" targetFramework="net40-Client" />
1010
<package id="System.Data.SQLite" version="1.0.86.0" targetFramework="net40-Client" />
1111
</packages>

Examples/WPFSamples/Properties/Resources.Designer.cs

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

0 commit comments

Comments
 (0)