diff --git a/.gitignore b/.gitignore index 77f64d0..7909218 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ -Builds bin obj Debug +Release *.ncb *.suo *.user @@ -10,3 +10,7 @@ *.xml *.nupkg *.svn +*.opensdf +*.sdf +*.vcxproj +*.vcxproj.filters \ No newline at end of file diff --git a/CustomDevice/CustomDevice.csproj b/CustomDevice/CustomDevice.csproj index 5633e6a..29139a9 100644 --- a/CustomDevice/CustomDevice.csproj +++ b/CustomDevice/CustomDevice.csproj @@ -1,4 +1,5 @@ - + + Debug AnyCPU @@ -13,7 +14,9 @@ - 2.0 + 3.5 + false + v2.0 publish\ true Disk @@ -26,7 +29,6 @@ true 0 1.0.0.%2a - false false true @@ -39,6 +41,7 @@ prompt 4 512 + AllRules.ruleset pdbonly @@ -48,6 +51,7 @@ prompt 4 512 + AllRules.ruleset @@ -67,7 +71,7 @@ False - .NET Framework Client Profile + .NET Framework 3.5 SP1 Client Profile false diff --git a/Managed.sln b/Managed.sln index 719c666..ae129f9 100644 --- a/Managed.sln +++ b/Managed.sln @@ -1,6 +1,6 @@  -Microsoft Visual Studio Solution File, Format Version 10.00 -# Visual Studio 2008 +Microsoft Visual Studio Solution File, Format Version 12.00 +# Visual Studio 11 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "corlib", "corlib\corlib.csproj", "{6A77A7C0-FB66-4CAA-94EE-142DBA20655D}" EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Drawing", "System.Drawing\System.Drawing.csproj", "{0F7F935F-E3F5-40AD-BD22-0BA43721560F}" @@ -11,7 +11,7 @@ EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CustomDevice", "CustomDevice\CustomDevice.csproj", "{43619745-0A80-499E-907C-E733FF3DA2BE}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Core", "System.Core\System.Core.csproj", "{2D656D44-7857-4A48-A46D-0DB5EFBC3A46}" +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System.Core", "System.Core\System.Core.csproj", "{429C3225-3A36-427A-A44E-2AA3563FCD6D}" EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution @@ -20,12 +20,6 @@ Release|Any CPU = Release|Any CPU EndGlobalSection GlobalSection(ProjectConfigurationPlatforms) = postSolution - {6A77A7C0-FB66-4CAA-94EE-142DBA20655D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {6A77A7C0-FB66-4CAA-94EE-142DBA20655D}.Debug|Any CPU.Build.0 = Debug|Any CPU - {6A77A7C0-FB66-4CAA-94EE-142DBA20655D}.LocalTest|Any CPU.ActiveCfg = LocalTest|Any CPU - {6A77A7C0-FB66-4CAA-94EE-142DBA20655D}.LocalTest|Any CPU.Build.0 = LocalTest|Any CPU - {6A77A7C0-FB66-4CAA-94EE-142DBA20655D}.Release|Any CPU.ActiveCfg = Release|Any CPU - {6A77A7C0-FB66-4CAA-94EE-142DBA20655D}.Release|Any CPU.Build.0 = Release|Any CPU {0F7F935F-E3F5-40AD-BD22-0BA43721560F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {0F7F935F-E3F5-40AD-BD22-0BA43721560F}.Debug|Any CPU.Build.0 = Debug|Any CPU {0F7F935F-E3F5-40AD-BD22-0BA43721560F}.LocalTest|Any CPU.ActiveCfg = Release|Any CPU @@ -38,24 +32,30 @@ {388F5D73-0211-4A64-B501-92CDC4E32ACF}.LocalTest|Any CPU.Build.0 = Release|Any CPU {388F5D73-0211-4A64-B501-92CDC4E32ACF}.Release|Any CPU.ActiveCfg = Release|Any CPU {388F5D73-0211-4A64-B501-92CDC4E32ACF}.Release|Any CPU.Build.0 = Release|Any CPU - {C26A3309-7A61-40B6-9998-69B78CF226C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {C26A3309-7A61-40B6-9998-69B78CF226C1}.Debug|Any CPU.Build.0 = Debug|Any CPU - {C26A3309-7A61-40B6-9998-69B78CF226C1}.LocalTest|Any CPU.ActiveCfg = Release|Any CPU - {C26A3309-7A61-40B6-9998-69B78CF226C1}.LocalTest|Any CPU.Build.0 = Release|Any CPU - {C26A3309-7A61-40B6-9998-69B78CF226C1}.Release|Any CPU.ActiveCfg = Release|Any CPU - {C26A3309-7A61-40B6-9998-69B78CF226C1}.Release|Any CPU.Build.0 = Release|Any CPU + {429C3225-3A36-427A-A44E-2AA3563FCD6D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {429C3225-3A36-427A-A44E-2AA3563FCD6D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {429C3225-3A36-427A-A44E-2AA3563FCD6D}.LocalTest|Any CPU.ActiveCfg = Release|Any CPU + {429C3225-3A36-427A-A44E-2AA3563FCD6D}.LocalTest|Any CPU.Build.0 = Release|Any CPU + {429C3225-3A36-427A-A44E-2AA3563FCD6D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {429C3225-3A36-427A-A44E-2AA3563FCD6D}.Release|Any CPU.Build.0 = Release|Any CPU {43619745-0A80-499E-907C-E733FF3DA2BE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU {43619745-0A80-499E-907C-E733FF3DA2BE}.Debug|Any CPU.Build.0 = Debug|Any CPU {43619745-0A80-499E-907C-E733FF3DA2BE}.LocalTest|Any CPU.ActiveCfg = Release|Any CPU {43619745-0A80-499E-907C-E733FF3DA2BE}.LocalTest|Any CPU.Build.0 = Release|Any CPU {43619745-0A80-499E-907C-E733FF3DA2BE}.Release|Any CPU.ActiveCfg = Release|Any CPU {43619745-0A80-499E-907C-E733FF3DA2BE}.Release|Any CPU.Build.0 = Release|Any CPU - {2D656D44-7857-4A48-A46D-0DB5EFBC3A46}.Debug|Any CPU.ActiveCfg = Debug|Any CPU - {2D656D44-7857-4A48-A46D-0DB5EFBC3A46}.Debug|Any CPU.Build.0 = Debug|Any CPU - {2D656D44-7857-4A48-A46D-0DB5EFBC3A46}.LocalTest|Any CPU.ActiveCfg = Release|Any CPU - {2D656D44-7857-4A48-A46D-0DB5EFBC3A46}.LocalTest|Any CPU.Build.0 = Release|Any CPU - {2D656D44-7857-4A48-A46D-0DB5EFBC3A46}.Release|Any CPU.ActiveCfg = Release|Any CPU - {2D656D44-7857-4A48-A46D-0DB5EFBC3A46}.Release|Any CPU.Build.0 = Release|Any CPU + {6A77A7C0-FB66-4CAA-94EE-142DBA20655D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {6A77A7C0-FB66-4CAA-94EE-142DBA20655D}.Debug|Any CPU.Build.0 = Debug|Any CPU + {6A77A7C0-FB66-4CAA-94EE-142DBA20655D}.LocalTest|Any CPU.ActiveCfg = LocalTest|Any CPU + {6A77A7C0-FB66-4CAA-94EE-142DBA20655D}.LocalTest|Any CPU.Build.0 = LocalTest|Any CPU + {6A77A7C0-FB66-4CAA-94EE-142DBA20655D}.Release|Any CPU.ActiveCfg = Release|Any CPU + {6A77A7C0-FB66-4CAA-94EE-142DBA20655D}.Release|Any CPU.Build.0 = Release|Any CPU + {C26A3309-7A61-40B6-9998-69B78CF226C1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {C26A3309-7A61-40B6-9998-69B78CF226C1}.Debug|Any CPU.Build.0 = Debug|Any CPU + {C26A3309-7A61-40B6-9998-69B78CF226C1}.LocalTest|Any CPU.ActiveCfg = Release|Any CPU + {C26A3309-7A61-40B6-9998-69B78CF226C1}.LocalTest|Any CPU.Build.0 = Release|Any CPU + {C26A3309-7A61-40B6-9998-69B78CF226C1}.Release|Any CPU.ActiveCfg = Release|Any CPU + {C26A3309-7A61-40B6-9998-69B78CF226C1}.Release|Any CPU.Build.0 = Release|Any CPU EndGlobalSection GlobalSection(SolutionProperties) = preSolution HideSolutionNode = FALSE diff --git a/Snake/Snake.csproj b/Snake/Snake.csproj index 473c4d1..b87f9ba 100644 --- a/Snake/Snake.csproj +++ b/Snake/Snake.csproj @@ -1,4 +1,5 @@ - + + Debug AnyCPU @@ -13,7 +14,9 @@ - 2.0 + 3.5 + false + v2.0 publish\ true Disk @@ -26,7 +29,6 @@ true 0 1.0.0.%2a - false false true @@ -38,6 +40,7 @@ DEBUG;TRACE prompt 4 + AllRules.ruleset pdbonly @@ -47,6 +50,7 @@ prompt 4 512 + AllRules.ruleset @@ -70,7 +74,7 @@ False - .NET Framework Client Profile + .NET Framework 3.5 SP1 Client Profile false diff --git a/System.Core/Properties/AssemblyInfo.cs b/System.Core/Properties/AssemblyInfo.cs index 4ae1f29..bf27aea 100644 --- a/System.Core/Properties/AssemblyInfo.cs +++ b/System.Core/Properties/AssemblyInfo.cs @@ -1,36 +1,36 @@ -using System.Reflection; -using System.Runtime.CompilerServices; -using System.Runtime.InteropServices; +//using System.Reflection; +//using System.Runtime.CompilerServices; +//using System.Runtime.InteropServices; -// General Information about an assembly is controlled through the following -// set of attributes. Change these attribute values to modify the information -// associated with an assembly. -[assembly: AssemblyTitle("System.Core")] -[assembly: AssemblyDescription("")] -[assembly: AssemblyConfiguration("")] -[assembly: AssemblyCompany("EnviroMotive")] -[assembly: AssemblyProduct("System.Core")] -[assembly: AssemblyCopyright("Copyright © EnviroMotive 2009")] -[assembly: AssemblyTrademark("")] -[assembly: AssemblyCulture("")] +//// General Information about an assembly is controlled through the following +//// set of attributes. Change these attribute values to modify the information +//// associated with an assembly. +//[assembly: AssemblyTitle("System.Core")] +//[assembly: AssemblyDescription("")] +//[assembly: AssemblyConfiguration("")] +//[assembly: AssemblyCompany("")] +//[assembly: AssemblyProduct("System.Core")] +//[assembly: AssemblyCopyright("Copyright © 2012")] +//[assembly: AssemblyTrademark("")] +//[assembly: AssemblyCulture("")] -// Setting ComVisible to false makes the types in this assembly not visible -// to COM components. If you need to access a type in this assembly from -// COM, set the ComVisible attribute to true on that type. -[assembly: ComVisible(false)] +//// Setting ComVisible to false makes the types in this assembly not visible +//// to COM components. If you need to access a type in this assembly from +//// COM, set the ComVisible attribute to true on that type. +//[assembly: ComVisible(false)] -// The following GUID is for the ID of the typelib if this project is exposed to COM -[assembly: Guid("526d494e-2534-46ed-aa0a-4f4b4b3132e8")] +//// The following GUID is for the ID of the typelib if this project is exposed to COM +//[assembly: Guid("60bd1f97-8a45-4bdb-9b4e-344f479dd643")] -// Version information for an assembly consists of the following four values: -// -// Major Version -// Minor Version -// Build Number -// Revision -// -// You can specify all the values or you can default the Build and Revision Numbers -// by using the '*' as shown below: -// [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.0.0.0")] -[assembly: AssemblyFileVersion("1.0.0.0")] +//// Version information for an assembly consists of the following four values: +//// +//// Major Version +//// Minor Version +//// Build Number +//// Revision +//// +//// You can specify all the values or you can default the Build and Revision Numbers +//// by using the '*' as shown below: +//// [assembly: AssemblyVersion("1.0.*")] +//[assembly: AssemblyVersion("1.0.0.0")] +//[assembly: AssemblyFileVersion("1.0.0.0")] diff --git a/System.Core/System.Core.csproj b/System.Core/System.Core.csproj index c1bb441..6459609 100644 --- a/System.Core/System.Core.csproj +++ b/System.Core/System.Core.csproj @@ -1,17 +1,16 @@  - + Debug AnyCPU - 9.0.30729 - 2.0 - {2D656D44-7857-4A48-A46D-0DB5EFBC3A46} + {429C3225-3A36-427A-A44E-2AA3563FCD6D} Library Properties System.Core System.Core - v3.5 + v2.0 512 + true @@ -21,6 +20,8 @@ DEBUG;TRACE prompt 4 + 512 + true pdbonly @@ -29,13 +30,10 @@ TRACE prompt 4 + 512 + true - - - - - @@ -49,7 +47,20 @@ + + + {6a77a7c0-fb66-4caa-94ee-142dba20655d} + corlib + + + {388f5d73-0211-4a64-b501-92cdc4e32acf} + System + + + + copy $(TargetPath) $(SolutionDir)\Builds\$(ConfigurationName)\ + - - copy $(TargetPath) $(SolutionDir)\Builds\$(ConfigurationName)\ - \ No newline at end of file diff --git a/System.Drawing/Properties/AssemblyInfo.cs b/System.Drawing/Properties/AssemblyInfo.cs index 07406ef..d92f6ff 100644 --- a/System.Drawing/Properties/AssemblyInfo.cs +++ b/System.Drawing/Properties/AssemblyInfo.cs @@ -1,4 +1,4 @@ -using System.Reflection; +/*using System.Reflection; using System.Runtime.CompilerServices; using System.Runtime.InteropServices; @@ -33,3 +33,4 @@ // by using the '*' as shown below: [assembly: AssemblyVersion("1.0.0.0")] [assembly: AssemblyFileVersion("1.0.0.0")] +*/ \ No newline at end of file diff --git a/System.Drawing/System.Drawing.csproj b/System.Drawing/System.Drawing.csproj index 2b03d24..a719dae 100644 --- a/System.Drawing/System.Drawing.csproj +++ b/System.Drawing/System.Drawing.csproj @@ -1,4 +1,5 @@ - + + Debug AnyCPU @@ -13,7 +14,9 @@ - 2.0 + 3.5 + false + v2.0 publish\ true Disk @@ -26,7 +29,6 @@ true 0 1.0.0.%2a - false false true @@ -39,6 +41,8 @@ prompt 4 512 + true + AllRules.ruleset pdbonly @@ -48,6 +52,8 @@ prompt 4 512 + true + AllRules.ruleset @@ -85,14 +91,9 @@ - - - - - False - .NET Framework Client Profile + .NET Framework 3.5 SP1 Client Profile false @@ -116,6 +117,12 @@ false + + + {6a77a7c0-fb66-4caa-94ee-142dba20655d} + corlib + +