[Pkg-cli-apps-commits] [openbve] 01/03: Force TargetFrameworkVersion 4.5 instead (Closes: #809587)

Jo Shields directhex at moszumanska.debian.org
Sun Jan 3 14:43:26 UTC 2016


This is an automated email from the git hooks/post-receive script.

directhex pushed a commit to annotated tag debian/1.4.0.10-3
in repository openbve.

commit 7a396d54860c675e9fa99ecb3561f128441cc83b
Author: Jo Shields <directhex at apebox.org>
Date:   Sun Jan 3 14:36:44 2016 +0000

    Force TargetFrameworkVersion 4.5 instead (Closes: #809587)
---
 openBVE/OpenBve/OpenBve.csproj                                     | 2 +-
 openBVE/OpenBveApi/OpenBveApi.csproj                               | 2 +-
 openBVE/OpenBveAts/OpenBveAts.csproj                               | 2 +-
 openBVE/Sound.Flac/Sound.Flac.csproj                               | 2 +-
 openBVE/Sound.RiffWave/Sound.RiffWave.csproj                       | 2 +-
 openBVE/Texture.Ace/Texture.Ace.csproj                             | 2 +-
 openBVE/Texture.BmpGifJpegPngTiff/Texture.BmpGifJpegPngTiff.csproj | 2 +-
 7 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/openBVE/OpenBve/OpenBve.csproj b/openBVE/OpenBve/OpenBve.csproj
index daff86c..c7a09a5 100644
--- a/openBVE/OpenBve/OpenBve.csproj
+++ b/openBVE/OpenBve/OpenBve.csproj
@@ -20,7 +20,7 @@
     <RunCodeAnalysis>False</RunCodeAnalysis>
     <RunSourceAnalysis>False</RunSourceAnalysis>
     <ApplicationIcon>..\icon.ico</ApplicationIcon>
-    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>
diff --git a/openBVE/OpenBveApi/OpenBveApi.csproj b/openBVE/OpenBveApi/OpenBveApi.csproj
index d7a132b..89292cc 100644
--- a/openBVE/OpenBveApi/OpenBveApi.csproj
+++ b/openBVE/OpenBveApi/OpenBveApi.csproj
@@ -7,7 +7,7 @@
     <OutputType>Library</OutputType>
     <RootNamespace>OpenBveApi</RootNamespace>
     <AssemblyName>OpenBveApi</AssemblyName>
-    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     <AppDesignerFolder>Properties</AppDesignerFolder>
     <SourceAnalysisOverrideSettingsFile>C:\Documents and Settings\Administrator\Application Data\ICSharpCode/SharpDevelop3.0\Settings.SourceAnalysis</SourceAnalysisOverrideSettingsFile>
     <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
diff --git a/openBVE/OpenBveAts/OpenBveAts.csproj b/openBVE/OpenBveAts/OpenBveAts.csproj
index eedca63..e27b123 100644
--- a/openBVE/OpenBveAts/OpenBveAts.csproj
+++ b/openBVE/OpenBveAts/OpenBveAts.csproj
@@ -7,7 +7,7 @@
     <OutputType>Library</OutputType>
     <RootNamespace>OpenBveAts</RootNamespace>
     <AssemblyName>OpenBveAts</AssemblyName>
-    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     <AppDesignerFolder>Properties</AppDesignerFolder>
     <SourceAnalysisOverrideSettingsFile>C:\Documents and Settings\Administrator\Application Data\ICSharpCode/SharpDevelop3.0\Settings.SourceAnalysis</SourceAnalysisOverrideSettingsFile>
     <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
diff --git a/openBVE/Sound.Flac/Sound.Flac.csproj b/openBVE/Sound.Flac/Sound.Flac.csproj
index 7c8c412..81b345d 100644
--- a/openBVE/Sound.Flac/Sound.Flac.csproj
+++ b/openBVE/Sound.Flac/Sound.Flac.csproj
@@ -7,7 +7,7 @@
     <OutputType>Library</OutputType>
     <RootNamespace>Sound.Flac</RootNamespace>
     <AssemblyName>Sound.Flac</AssemblyName>
-    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     <AppDesignerFolder>Properties</AppDesignerFolder>
     <SourceAnalysisOverrideSettingsFile>C:\Documents and Settings\Administrator\Application Data\ICSharpCode/SharpDevelop3.0\Settings.SourceAnalysis</SourceAnalysisOverrideSettingsFile>
     <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
diff --git a/openBVE/Sound.RiffWave/Sound.RiffWave.csproj b/openBVE/Sound.RiffWave/Sound.RiffWave.csproj
index 0031f1f..975a00d 100644
--- a/openBVE/Sound.RiffWave/Sound.RiffWave.csproj
+++ b/openBVE/Sound.RiffWave/Sound.RiffWave.csproj
@@ -7,7 +7,7 @@
     <OutputType>Library</OutputType>
     <RootNamespace>Plugin</RootNamespace>
     <AssemblyName>Sound.RiffWave</AssemblyName>
-    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     <AppDesignerFolder>Properties</AppDesignerFolder>
     <SourceAnalysisOverrideSettingsFile>C:\Documents and Settings\Administrator\Application Data\ICSharpCode/SharpDevelop3.0\Settings.SourceAnalysis</SourceAnalysisOverrideSettingsFile>
     <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
diff --git a/openBVE/Texture.Ace/Texture.Ace.csproj b/openBVE/Texture.Ace/Texture.Ace.csproj
index 8566d37..a597227 100644
--- a/openBVE/Texture.Ace/Texture.Ace.csproj
+++ b/openBVE/Texture.Ace/Texture.Ace.csproj
@@ -7,7 +7,7 @@
     <OutputType>Library</OutputType>
     <RootNamespace>Texture.Ace</RootNamespace>
     <AssemblyName>Texture.Ace</AssemblyName>
-    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     <AppDesignerFolder>Properties</AppDesignerFolder>
     <SourceAnalysisOverrideSettingsFile>C:\Documents and Settings\Administrator\Application Data\ICSharpCode/SharpDevelop3.0\Settings.SourceAnalysis</SourceAnalysisOverrideSettingsFile>
     <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
diff --git a/openBVE/Texture.BmpGifJpegPngTiff/Texture.BmpGifJpegPngTiff.csproj b/openBVE/Texture.BmpGifJpegPngTiff/Texture.BmpGifJpegPngTiff.csproj
index 8882ce6..619ddf3 100644
--- a/openBVE/Texture.BmpGifJpegPngTiff/Texture.BmpGifJpegPngTiff.csproj
+++ b/openBVE/Texture.BmpGifJpegPngTiff/Texture.BmpGifJpegPngTiff.csproj
@@ -7,7 +7,7 @@
     <OutputType>Library</OutputType>
     <RootNamespace>Plugin</RootNamespace>
     <AssemblyName>Texture.BmpGifJpegPngTiff</AssemblyName>
-    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     <AppDesignerFolder>Properties</AppDesignerFolder>
     <SourceAnalysisOverrideSettingsFile>C:\Documents and Settings\Administrator\Application Data\ICSharpCode/SharpDevelop3.0\Settings.SourceAnalysis</SourceAnalysisOverrideSettingsFile>
     <AllowUnsafeBlocks>False</AllowUnsafeBlocks>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-cli-apps/packages/openbve.git



More information about the Pkg-cli-apps-commits mailing list