diff --git a/Bwg.Hardware/Bwg.Hardware.csproj b/Bwg.Hardware/Bwg.Hardware.csproj index aba4736..9b0031e 100644 --- a/Bwg.Hardware/Bwg.Hardware.csproj +++ b/Bwg.Hardware/Bwg.Hardware.csproj @@ -1,4 +1,5 @@ - + + Debug AnyCPU @@ -19,12 +20,11 @@ - 2.0 + 3.5 v2.0 - - + false publish\ true Disk @@ -37,7 +37,6 @@ true 0 1.0.0.%2a - false false true @@ -51,6 +50,7 @@ 4 bin\Debug\Bwg.Hardware.XML true + AllRules.ruleset pdbonly @@ -59,6 +59,7 @@ TRACE prompt 4 + AllRules.ruleset @@ -76,7 +77,7 @@ False - .NET Framework Client Profile + .NET Framework 3.5 SP1 Client Profile false diff --git a/Bwg.Hardware/app.config b/Bwg.Hardware/app.config index b7db281..73859b0 100644 --- a/Bwg.Hardware/app.config +++ b/Bwg.Hardware/app.config @@ -1,3 +1,3 @@ - + - + diff --git a/Bwg.Logging/Bwg.Logging.csproj b/Bwg.Logging/Bwg.Logging.csproj index b6676d6..c9c96b7 100644 --- a/Bwg.Logging/Bwg.Logging.csproj +++ b/Bwg.Logging/Bwg.Logging.csproj @@ -1,4 +1,5 @@ - + + Debug AnyCPU @@ -19,12 +20,11 @@ - 2.0 + 3.5 v2.0 - - + false publish\ true Disk @@ -37,7 +37,6 @@ true 0 1.0.0.%2a - false false true @@ -51,6 +50,7 @@ 4 bin\Debug\Bwg.Logging.XML true + AllRules.ruleset pdbonly @@ -61,6 +61,7 @@ 4 + AllRules.ruleset @@ -84,7 +85,7 @@ False - .NET Framework Client Profile + .NET Framework 3.5 SP1 Client Profile false diff --git a/Bwg.Logging/app.config b/Bwg.Logging/app.config index b7db281..73859b0 100644 --- a/Bwg.Logging/app.config +++ b/Bwg.Logging/app.config @@ -1,3 +1,3 @@ - + - + diff --git a/Bwg.Scsi/Bwg.Scsi.csproj b/Bwg.Scsi/Bwg.Scsi.csproj index 1323b46..f625170 100644 --- a/Bwg.Scsi/Bwg.Scsi.csproj +++ b/Bwg.Scsi/Bwg.Scsi.csproj @@ -1,4 +1,5 @@ - + + Debug AnyCPU @@ -19,12 +20,11 @@ - 2.0 + 3.5 v2.0 - - + false publish\ true Disk @@ -37,7 +37,6 @@ true 0 1.0.0.%2a - false false true @@ -52,6 +51,7 @@ true bin\Debug\Bwg.Scsi.XML true + AllRules.ruleset pdbonly @@ -63,6 +63,7 @@ true + AllRules.ruleset @@ -116,7 +117,7 @@ False - .NET Framework Client Profile + .NET Framework 3.5 SP1 Client Profile false diff --git a/Bwg.Scsi/Device.cs b/Bwg.Scsi/Device.cs index a0b492e..3793fe7 100644 --- a/Bwg.Scsi/Device.cs +++ b/Bwg.Scsi/Device.cs @@ -690,6 +690,10 @@ namespace Bwg.Scsi #region Private Functions + /// + /// Format error message using sense code. + /// + /// public string GetErrorString() { string res = messages.GetString(string.Format("SCSISenseKey_{0:X2}", (int)this.GetSenseKey())) ?? this.GetSenseKey().ToString(); diff --git a/Bwg.Scsi/app.config b/Bwg.Scsi/app.config index b7db281..73859b0 100644 --- a/Bwg.Scsi/app.config +++ b/Bwg.Scsi/app.config @@ -1,3 +1,3 @@ - + - + diff --git a/CUEControls/CUEControls.csproj b/CUEControls/CUEControls.csproj index 5b372e4..f9d2ead 100644 --- a/CUEControls/CUEControls.csproj +++ b/CUEControls/CUEControls.csproj @@ -1,4 +1,5 @@ - + + Debug AnyCPU @@ -11,9 +12,25 @@ CUEControls - 2.0 + 3.5 + v2.0 + publish\ + true + Disk + false + Foreground + 7 + Days + false + false + true + 0 + 1.0.0.%2a + false + false + true true @@ -24,6 +41,7 @@ prompt 4 true + AllRules.ruleset pdbonly @@ -33,6 +51,7 @@ prompt 4 true + AllRules.ruleset @@ -84,6 +103,23 @@ + + + False + .NET Framework 3.5 SP1 Client Profile + false + + + False + .NET Framework 3.5 SP1 + true + + + False + Windows Installer 3.1 + true + +