From 47ef6f10554033e36fa37dfa5006d33af2391376 Mon Sep 17 00:00:00 2001 From: lidgren Date: Sat, 7 Jan 2012 11:01:32 +0000 Subject: [PATCH] All projects converted to .Net 4.0 and VS2010 --- Lidgren.Network.sln | 40 ++++-- Lidgren.Network/Lidgren.Network.csproj | 81 ++++++++----- Lidgren.Network/Properties/AssemblyInfo.cs | 10 +- Samples/Chat/Chat.sln | 72 +++++++---- Samples/Chat/ChatClient/ChatClient.csproj | 39 +++--- .../ChatClient/Properties/AssemblyInfo.cs | 6 +- .../Properties/Resources.Designer.cs | 4 +- .../Properties/Settings.Designer.cs | 4 +- Samples/Chat/ChatServer/ChatServer.csproj | 39 +++--- .../ChatServer/Properties/AssemblyInfo.cs | 6 +- .../Properties/Resources.Designer.cs | 4 +- .../Properties/Settings.Designer.cs | 4 +- .../FileStreamClient/FileStreamClient.csproj | 34 +++--- .../FileStreamClient/Form1.cs | 6 - .../Properties/AssemblyInfo.cs | 6 +- .../Properties/Resources.Designer.cs | 4 +- .../Properties/Settings.Designer.cs | 4 +- .../FileStreamServer/FileStreamServer.csproj | 36 +++--- .../FileStreamServer/Form1.cs | 6 - .../Properties/AssemblyInfo.cs | 6 +- .../Properties/Resources.Designer.cs | 4 +- .../Properties/Settings.Designer.cs | 4 +- Samples/ImageSample/ImageClient/Form1.cs | 1 - .../ImageClient/ImageClient.csproj | 34 +++--- .../ImageSample/ImageClient/ImageGetter.cs | 1 - .../ImageClient/Properties/AssemblyInfo.cs | 6 +- .../Properties/Resources.Designer.cs | 4 +- .../Properties/Settings.Designer.cs | 4 +- Samples/ImageSample/ImageSample.sln | 72 +++++++---- Samples/ImageSample/ImageServer/Form1.cs | 1 - .../ImageServer/ImageServer.csproj | 33 +++-- .../ImageServer/Properties/AssemblyInfo.cs | 6 +- .../Properties/Resources.Designer.cs | 4 +- .../Properties/Settings.Designer.cs | 4 +- .../DurableClient/DurableClient.csproj | 34 +++--- .../DurableSample/DurableClient/Form1.cs | 7 +- .../DurableClient/Properties/AssemblyInfo.cs | 6 +- .../Properties/Resources.Designer.cs | 4 +- .../Properties/Settings.Designer.cs | 4 +- .../DurableSample/DurableSample.sln | 72 +++++++---- .../DurableSample/DurableSample.suo | Bin 41472 -> 47104 bytes .../DurableServer/DurableServer.csproj | 34 +++--- .../DurableSample/DurableServer/Form1.cs | 7 +- .../DurableServer/Properties/AssemblyInfo.cs | 6 +- .../Properties/Resources.Designer.cs | 4 +- .../Properties/Settings.Designer.cs | 4 +- .../ManySample/ManySample.sln | 72 +++++++---- .../ManySample/ManyServer/Form1.cs | 9 +- .../ManySample/ManyServer/ManyServer.csproj | 31 +++-- .../ManyServer/Properties/AssemblyInfo.cs | 6 +- .../Properties/Resources.Designer.cs | 4 +- .../Properties/Settings.Designer.cs | 4 +- .../SpeedClient/Properties/AssemblyInfo.cs | 10 +- .../Properties/Resources.Designer.cs | 8 +- .../Properties/Settings.Designer.cs | 6 +- .../SpeedSample/SpeedSample.sln | 72 +++++++---- .../SpeedServer/Properties/AssemblyInfo.cs | 10 +- .../Properties/Resources.Designer.cs | 8 +- .../Properties/Settings.Designer.cs | 6 +- .../UnconnectedSample/UnconnectedSample.sln | 56 ++++++--- .../UnconnectedSample/Form1.cs | 6 - .../Properties/AssemblyInfo.cs | 6 +- .../Properties/Resources.Designer.cs | 4 +- .../Properties/Settings.Designer.cs | 4 +- .../UnconnectedSample.csproj | 33 +++-- .../MSClient/MSClient.csproj | 47 +++++++- .../MSClient/Properties/Resources.Designer.cs | 114 ++++++++---------- .../MSClient/Properties/Settings.Designer.cs | 36 +++--- .../MSCommon/MSCommon.csproj | 49 +++++++- .../MSServer/MSServer.csproj | 48 +++++++- .../MasterServer/MasterServer.csproj | 48 +++++++- .../MasterServerSample/MasterServerSample.sln | 16 +-- UnitTests/Properties/AssemblyInfo.cs | 6 +- UnitTests/UnitTests.csproj | 33 ++--- lidgren-network-gen3-backup.7z | Bin 152662 -> 0 bytes 75 files changed, 884 insertions(+), 639 deletions(-) delete mode 100644 lidgren-network-gen3-backup.7z diff --git a/Lidgren.Network.sln b/Lidgren.Network.sln index 3384fb7..58670a5 100644 --- a/Lidgren.Network.sln +++ b/Lidgren.Network.sln @@ -1,24 +1,40 @@  -Microsoft Visual Studio Solution File, Format Version 10.00 -# Visual Studio 2008 -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lidgren.Network", "Lidgren.Network\Lidgren.Network.csproj", "{AE483C29-042E-4226-BA52-D247CE7676DA}" +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Lidgren.Network", "Lidgren.Network\Lidgren.Network.csproj", "{49BA1C69-6104-41AC-A5D8-B54FA9F696E8}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{1515E834-F71E-4D9C-B601-74C709D3A0AE}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{6691874A-1766-4A08-A72A-B1132FAB8E58}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU + Debug|Mixed Platforms = Debug|Mixed Platforms + Debug|x86 = Debug|x86 Release|Any CPU = Release|Any CPU + Release|Mixed Platforms = Release|Mixed Platforms + Release|x86 = Release|x86 EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {AE483C29-042E-4226-BA52-D247CE7676DA}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {AE483C29-042E-4226-BA52-D247CE7676DA}.Debug|Any CPU.Build.0 = Debug|Any CPU - {AE483C29-042E-4226-BA52-D247CE7676DA}.Release|Any CPU.ActiveCfg = Release|Any CPU - {AE483C29-042E-4226-BA52-D247CE7676DA}.Release|Any CPU.Build.0 = Release|Any CPU - {1515E834-F71E-4D9C-B601-74C709D3A0AE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {1515E834-F71E-4D9C-B601-74C709D3A0AE}.Debug|Any CPU.Build.0 = Debug|Any CPU - {1515E834-F71E-4D9C-B601-74C709D3A0AE}.Release|Any CPU.ActiveCfg = Release|Any CPU - {1515E834-F71E-4D9C-B601-74C709D3A0AE}.Release|Any CPU.Build.0 = Release|Any CPU + {49BA1C69-6104-41AC-A5D8-B54FA9F696E8}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {49BA1C69-6104-41AC-A5D8-B54FA9F696E8}.Debug|Any CPU.Build.0 = Debug|Any CPU + {49BA1C69-6104-41AC-A5D8-B54FA9F696E8}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU + {49BA1C69-6104-41AC-A5D8-B54FA9F696E8}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU + {49BA1C69-6104-41AC-A5D8-B54FA9F696E8}.Debug|x86.ActiveCfg = Debug|Any CPU + {49BA1C69-6104-41AC-A5D8-B54FA9F696E8}.Release|Any CPU.ActiveCfg = Release|Any CPU + {49BA1C69-6104-41AC-A5D8-B54FA9F696E8}.Release|Any CPU.Build.0 = Release|Any CPU + {49BA1C69-6104-41AC-A5D8-B54FA9F696E8}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU + {49BA1C69-6104-41AC-A5D8-B54FA9F696E8}.Release|Mixed Platforms.Build.0 = Release|Any CPU + {49BA1C69-6104-41AC-A5D8-B54FA9F696E8}.Release|x86.ActiveCfg = Release|Any CPU + {6691874A-1766-4A08-A72A-B1132FAB8E58}.Debug|Any CPU.ActiveCfg = Debug|x86 + {6691874A-1766-4A08-A72A-B1132FAB8E58}.Debug|Mixed Platforms.ActiveCfg = Debug|x86 + {6691874A-1766-4A08-A72A-B1132FAB8E58}.Debug|Mixed Platforms.Build.0 = Debug|x86 + {6691874A-1766-4A08-A72A-B1132FAB8E58}.Debug|x86.ActiveCfg = Debug|x86 + {6691874A-1766-4A08-A72A-B1132FAB8E58}.Debug|x86.Build.0 = Debug|x86 + {6691874A-1766-4A08-A72A-B1132FAB8E58}.Release|Any CPU.ActiveCfg = Release|x86 + {6691874A-1766-4A08-A72A-B1132FAB8E58}.Release|Mixed Platforms.ActiveCfg = Release|x86 + {6691874A-1766-4A08-A72A-B1132FAB8E58}.Release|Mixed Platforms.Build.0 = Release|x86 + {6691874A-1766-4A08-A72A-B1132FAB8E58}.Release|x86.ActiveCfg = Release|x86 + {6691874A-1766-4A08-A72A-B1132FAB8E58}.Release|x86.Build.0 = Release|x86 EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/Lidgren.Network/Lidgren.Network.csproj b/Lidgren.Network/Lidgren.Network.csproj index c413aee..2efa7db 100644 --- a/Lidgren.Network/Lidgren.Network.csproj +++ b/Lidgren.Network/Lidgren.Network.csproj @@ -3,29 +3,31 @@ Debug AnyCPU - 9.0.30729 + 8.0.30703 2.0 - {AE483C29-042E-4226-BA52-D247CE7676DA} + {49BA1C69-6104-41AC-A5D8-B54FA9F696E8} Library Properties Lidgren.Network Lidgren.Network - v3.5 + v4.0 512 - - - - - - - - - - - - - 3.5 - + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + false + true + true full @@ -34,7 +36,7 @@ DEBUG;TRACE prompt 4 - bin\Debug\Lidgren.Network.XML + AllRules.ruleset pdbonly @@ -43,42 +45,39 @@ TRACE prompt 4 - bin\Release\Lidgren.Network.XML + AllRules.ruleset - - 3.5 - + + + + + + - - Code - + + - - - - - @@ -123,6 +122,28 @@ + + + False + Microsoft .NET Framework 4 %28x86 and x64%29 + true + + + False + .NET Framework 3.5 SP1 Client Profile + false + + + False + .NET Framework 3.5 SP1 + false + + + False + Windows Installer 3.1 + true + +