From 69db6df25f5e855084204974554856e4041022ed Mon Sep 17 00:00:00 2001 From: yibo <361071264@qq.com> Date: Thu, 17 May 2018 14:33:52 +0800 Subject: [PATCH] trim error weight --- .../CarcassInStore_/CarcassInStoreForm.cs | 12 +- .../ButcherFactorySolution.vdproj | 370 +++++++++--------- 2 files changed, 187 insertions(+), 195 deletions(-) diff --git a/ButcherFactory.Form/CarcassInStore_/CarcassInStoreForm.cs b/ButcherFactory.Form/CarcassInStore_/CarcassInStoreForm.cs index c8eab4f..c601f19 100644 --- a/ButcherFactory.Form/CarcassInStore_/CarcassInStoreForm.cs +++ b/ButcherFactory.Form/CarcassInStore_/CarcassInStoreForm.cs @@ -94,22 +94,14 @@ namespace ButcherFactory.CarcassInStore_ { this.Invoke(new Action(() => { - SaveWeightToFile(weight); + if (weight <= 0 || weight >= 300) + return; Insert(weight); checkWeight = new Thread(new ParameterizedThreadStart(CheckWeight)); checkWeight.Start(weight); })); } - private void SaveWeightToFile(decimal weight) - { - if (weight <= 30 || weight >= 200) - { - var content = string.Format("{0:yyyy/MM/dd HH:mm:ss} --- {1}{2}", DateTime.Now, weight, Environment.NewLine); - System.IO.File.AppendAllText(fileName, content, Encoding.UTF8); - } - } - void CheckWeight(object objWeight) { decimal weight = (decimal)objWeight; diff --git a/ButcherFactorySolution/ButcherFactorySolution.vdproj b/ButcherFactorySolution/ButcherFactorySolution.vdproj index 9c80ebe..2dd6b58 100644 --- a/ButcherFactorySolution/ButcherFactorySolution.vdproj +++ b/ButcherFactorySolution/ButcherFactorySolution.vdproj @@ -93,30 +93,48 @@ } "Entry" { - "MsmKey" = "8:_522FFC69C80F4D5DA4C9B348F8590C61" - "OwnerKey" = "8:_UNDEFINED" + "MsmKey" = "8:_45A67B7D2502BF76FA9795FF8899DE9E" + "OwnerKey" = "8:_C1BAA40E3F5E065EA88D97DA96D5992D" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_60407C93181F42DFB15499FA85D78DE3" - "OwnerKey" = "8:_UNDEFINED" + "MsmKey" = "8:_45A67B7D2502BF76FA9795FF8899DE9E" + "OwnerKey" = "8:_7BC73039AAAE423AB1ADC71EDB603430" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_45A67B7D2502BF76FA9795FF8899DE9E" + "OwnerKey" = "8:_9FC311468D3F37CF5966009732A129CC" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_70C18C0E0DFD66B15418411D1857F74B" - "OwnerKey" = "8:_9F705636DF3FC7591C089E51A914B437" + "MsmKey" = "8:_4D70C75DA5B25015E8DDBF829D234FE8" + "OwnerKey" = "8:_4083346C24A7D8470DB4B61D58809784" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_70C18C0E0DFD66B15418411D1857F74B" + "MsmKey" = "8:_4D70C75DA5B25015E8DDBF829D234FE8" "OwnerKey" = "8:_7BC73039AAAE423AB1ADC71EDB603430" "MsmSig" = "8:_UNDEFINED" } "Entry" { + "MsmKey" = "8:_522FFC69C80F4D5DA4C9B348F8590C61" + "OwnerKey" = "8:_UNDEFINED" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { + "MsmKey" = "8:_60407C93181F42DFB15499FA85D78DE3" + "OwnerKey" = "8:_UNDEFINED" + "MsmSig" = "8:_UNDEFINED" + } + "Entry" + { "MsmKey" = "8:_748F78F338674C3884B702673BEDE665" "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" @@ -141,20 +159,20 @@ } "Entry" { - "MsmKey" = "8:_7D717FB201604CFA7400BFF79560F461" - "OwnerKey" = "8:_9F705636DF3FC7591C089E51A914B437" + "MsmKey" = "8:_8D58B6FD6249E85E930D55CCE736855E" + "OwnerKey" = "8:_C1BAA40E3F5E065EA88D97DA96D5992D" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_7D717FB201604CFA7400BFF79560F461" - "OwnerKey" = "8:_7BC73039AAAE423AB1ADC71EDB603430" + "MsmKey" = "8:_8D58B6FD6249E85E930D55CCE736855E" + "OwnerKey" = "8:_4083346C24A7D8470DB4B61D58809784" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_7D717FB201604CFA7400BFF79560F461" - "OwnerKey" = "8:_AED9467B5BDCD87EC2746DB4EF7A24D2" + "MsmKey" = "8:_8D58B6FD6249E85E930D55CCE736855E" + "OwnerKey" = "8:_7BC73039AAAE423AB1ADC71EDB603430" "MsmSig" = "8:_UNDEFINED" } "Entry" @@ -171,13 +189,13 @@ } "Entry" { - "MsmKey" = "8:_9F705636DF3FC7591C089E51A914B437" - "OwnerKey" = "8:_4083346C24A7D8470DB4B61D58809784" + "MsmKey" = "8:_9FC311468D3F37CF5966009732A129CC" + "OwnerKey" = "8:_C1BAA40E3F5E065EA88D97DA96D5992D" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_9F705636DF3FC7591C089E51A914B437" + "MsmKey" = "8:_9FC311468D3F37CF5966009732A129CC" "OwnerKey" = "8:_7BC73039AAAE423AB1ADC71EDB603430" "MsmSig" = "8:_UNDEFINED" } @@ -189,74 +207,68 @@ } "Entry" { - "MsmKey" = "8:_AED9467B5BDCD87EC2746DB4EF7A24D2" - "OwnerKey" = "8:_4083346C24A7D8470DB4B61D58809784" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_AED9467B5BDCD87EC2746DB4EF7A24D2" - "OwnerKey" = "8:_7BC73039AAAE423AB1ADC71EDB603430" + "MsmKey" = "8:_B24BD1F54711439BA132ABC05EC82AF6" + "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_B027E23B6E431EA7A5006FCB5BB20236" - "OwnerKey" = "8:_9F705636DF3FC7591C089E51A914B437" + "MsmKey" = "8:_BF905506D35441369705E8C12149682E" + "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_B027E23B6E431EA7A5006FCB5BB20236" - "OwnerKey" = "8:_7BC73039AAAE423AB1ADC71EDB603430" + "MsmKey" = "8:_C05D1B3E0BB241258C4AACD21FAB6E72" + "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_B027E23B6E431EA7A5006FCB5BB20236" - "OwnerKey" = "8:_70C18C0E0DFD66B15418411D1857F74B" + "MsmKey" = "8:_C1BAA40E3F5E065EA88D97DA96D5992D" + "OwnerKey" = "8:_4083346C24A7D8470DB4B61D58809784" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_B24BD1F54711439BA132ABC05EC82AF6" - "OwnerKey" = "8:_UNDEFINED" + "MsmKey" = "8:_C1BAA40E3F5E065EA88D97DA96D5992D" + "OwnerKey" = "8:_7BC73039AAAE423AB1ADC71EDB603430" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_BF905506D35441369705E8C12149682E" - "OwnerKey" = "8:_UNDEFINED" + "MsmKey" = "8:_D32656229814B10B3981022C6BAE7B85" + "OwnerKey" = "8:_C1BAA40E3F5E065EA88D97DA96D5992D" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_C05D1B3E0BB241258C4AACD21FAB6E72" - "OwnerKey" = "8:_UNDEFINED" + "MsmKey" = "8:_D32656229814B10B3981022C6BAE7B85" + "OwnerKey" = "8:_7BC73039AAAE423AB1ADC71EDB603430" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_DD91DACD7A0B48CE8926B0CA4EAB5E50" - "OwnerKey" = "8:_UNDEFINED" + "MsmKey" = "8:_D32656229814B10B3981022C6BAE7B85" + "OwnerKey" = "8:_4D70C75DA5B25015E8DDBF829D234FE8" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_DE32A8488C67365FC9BBB4CAF2E074E2" - "OwnerKey" = "8:_9F705636DF3FC7591C089E51A914B437" + "MsmKey" = "8:_D75F76D9C28EDCFD7454D52CBB18C6E9" + "OwnerKey" = "8:_4083346C24A7D8470DB4B61D58809784" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_DE32A8488C67365FC9BBB4CAF2E074E2" + "MsmKey" = "8:_D75F76D9C28EDCFD7454D52CBB18C6E9" "OwnerKey" = "8:_7BC73039AAAE423AB1ADC71EDB603430" "MsmSig" = "8:_UNDEFINED" } "Entry" { - "MsmKey" = "8:_DE32A8488C67365FC9BBB4CAF2E074E2" - "OwnerKey" = "8:_4083346C24A7D8470DB4B61D58809784" + "MsmKey" = "8:_DD91DACD7A0B48CE8926B0CA4EAB5E50" + "OwnerKey" = "8:_UNDEFINED" "MsmSig" = "8:_UNDEFINED" } "Entry" @@ -279,20 +291,14 @@ } "Entry" { - "MsmKey" = "8:_FD82AF7F959387F3F4C23A0EB1AC0E35" - "OwnerKey" = "8:_4083346C24A7D8470DB4B61D58809784" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_FD82AF7F959387F3F4C23A0EB1AC0E35" - "OwnerKey" = "8:_7BC73039AAAE423AB1ADC71EDB603430" + "MsmKey" = "8:_UNDEFINED" + "OwnerKey" = "8:_BF905506D35441369705E8C12149682E" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_BF905506D35441369705E8C12149682E" + "OwnerKey" = "8:_4083346C24A7D8470DB4B61D58809784" "MsmSig" = "8:_UNDEFINED" } "Entry" @@ -328,49 +334,43 @@ "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_4083346C24A7D8470DB4B61D58809784" - "MsmSig" = "8:_UNDEFINED" - } - "Entry" - { - "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_FD82AF7F959387F3F4C23A0EB1AC0E35" + "OwnerKey" = "8:_D75F76D9C28EDCFD7454D52CBB18C6E9" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_AED9467B5BDCD87EC2746DB4EF7A24D2" + "OwnerKey" = "8:_4D70C75DA5B25015E8DDBF829D234FE8" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_9F705636DF3FC7591C089E51A914B437" + "OwnerKey" = "8:_C1BAA40E3F5E065EA88D97DA96D5992D" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_70C18C0E0DFD66B15418411D1857F74B" + "OwnerKey" = "8:_9FC311468D3F37CF5966009732A129CC" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_B027E23B6E431EA7A5006FCB5BB20236" + "OwnerKey" = "8:_45A67B7D2502BF76FA9795FF8899DE9E" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_DE32A8488C67365FC9BBB4CAF2E074E2" + "OwnerKey" = "8:_8D58B6FD6249E85E930D55CCE736855E" "MsmSig" = "8:_UNDEFINED" } "Entry" { "MsmKey" = "8:_UNDEFINED" - "OwnerKey" = "8:_7D717FB201604CFA7400BFF79560F461" + "OwnerKey" = "8:_D32656229814B10B3981022C6BAE7B85" "MsmSig" = "8:_UNDEFINED" } } @@ -681,12 +681,23 @@ "IsDependency" = "11:FALSE" "IsolateTo" = "8:" } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_522FFC69C80F4D5DA4C9B348F8590C61" + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_45A67B7D2502BF76FA9795FF8899DE9E" { - "SourcePath" = "8:..\\..\\WinFormControl\\WinFormControl\\Sounds\\error.wav" - "TargetName" = "8:error.wav" + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:MongoDB.Bson, Version=1.4.0.4468, Culture=neutral, PublicKeyToken=f686731cfb9cc103, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_45A67B7D2502BF76FA9795FF8899DE9E" + { + "Name" = "8:MongoDB.Bson.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:MongoDB.Bson.dll" + "TargetName" = "8:" "Tag" = "8:" - "Folder" = "8:_6866532246094A308566729453EB35CA" + "Folder" = "8:_A4535DAA71C54DC088A3FA09FCED8C88" "Condition" = "8:" "Transitive" = "11:FALSE" "Vital" = "11:TRUE" @@ -697,24 +708,24 @@ "SharedLegacy" = "11:FALSE" "PackageAs" = "3:1" "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" + "Exclude" = "11:TRUE" + "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_60407C93181F42DFB15499FA85D78DE3" + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_4D70C75DA5B25015E8DDBF829D234FE8" { "AssemblyRegister" = "3:1" "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:ButcherFactory.Tools, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" + "AssemblyAsmDisplayName" = "8:Forks.JsonRpc.Client, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7254430f49d10aae, processorArchitecture=MSIL" "ScatterAssemblies" { - "_60407C93181F42DFB15499FA85D78DE3" + "_4D70C75DA5B25015E8DDBF829D234FE8" { - "Name" = "8:ButcherFactory.Tools.exe" + "Name" = "8:Forks.JsonRpc.Client.dll" "Attributes" = "3:512" } } - "SourcePath" = "8:..\\ButcherFactory.Tools\\bin\\Release\\ButcherFactory.Tools.exe" + "SourcePath" = "8:Forks.JsonRpc.Client.dll" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_A4535DAA71C54DC088A3FA09FCED8C88" @@ -729,23 +740,43 @@ "PackageAs" = "3:1" "Register" = "3:1" "Exclude" = "11:FALSE" + "IsDependency" = "11:TRUE" + "IsolateTo" = "8:" + } + "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_522FFC69C80F4D5DA4C9B348F8590C61" + { + "SourcePath" = "8:..\\..\\WinFormControl\\WinFormControl\\Sounds\\error.wav" + "TargetName" = "8:error.wav" + "Tag" = "8:" + "Folder" = "8:_6866532246094A308566729453EB35CA" + "Condition" = "8:" + "Transitive" = "11:FALSE" + "Vital" = "11:TRUE" + "ReadOnly" = "11:FALSE" + "Hidden" = "11:FALSE" + "System" = "11:FALSE" + "Permanent" = "11:FALSE" + "SharedLegacy" = "11:FALSE" + "PackageAs" = "3:1" + "Register" = "3:1" + "Exclude" = "11:FALSE" "IsDependency" = "11:FALSE" "IsolateTo" = "8:" } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_70C18C0E0DFD66B15418411D1857F74B" + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_60407C93181F42DFB15499FA85D78DE3" { "AssemblyRegister" = "3:1" "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:MongoDB.Driver, Version=1.4.0.4468, Culture=neutral, PublicKeyToken=f686731cfb9cc103, processorArchitecture=MSIL" + "AssemblyAsmDisplayName" = "8:ButcherFactory.Tools, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" "ScatterAssemblies" { - "_70C18C0E0DFD66B15418411D1857F74B" + "_60407C93181F42DFB15499FA85D78DE3" { - "Name" = "8:MongoDB.Driver.dll" + "Name" = "8:ButcherFactory.Tools.exe" "Attributes" = "3:512" } } - "SourcePath" = "8:MongoDB.Driver.dll" + "SourcePath" = "8:..\\ButcherFactory.Tools\\bin\\Release\\ButcherFactory.Tools.exe" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_A4535DAA71C54DC088A3FA09FCED8C88" @@ -759,8 +790,8 @@ "SharedLegacy" = "11:FALSE" "PackageAs" = "3:1" "Register" = "3:1" - "Exclude" = "11:TRUE" - "IsDependency" = "11:TRUE" + "Exclude" = "11:FALSE" + "IsDependency" = "11:FALSE" "IsolateTo" = "8:" } "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_748F78F338674C3884B702673BEDE665" @@ -823,20 +854,20 @@ "IsDependency" = "11:FALSE" "IsolateTo" = "8:" } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_7D717FB201604CFA7400BFF79560F461" + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_8D58B6FD6249E85E930D55CCE736855E" { "AssemblyRegister" = "3:1" "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Forks.Json, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7254430f49d10aae, processorArchitecture=MSIL" + "AssemblyAsmDisplayName" = "8:Forks.Utils, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7254430f49d10aae, processorArchitecture=MSIL" "ScatterAssemblies" { - "_7D717FB201604CFA7400BFF79560F461" + "_8D58B6FD6249E85E930D55CCE736855E" { - "Name" = "8:Forks.Json.dll" + "Name" = "8:Forks.Utils.dll" "Attributes" = "3:512" } } - "SourcePath" = "8:Forks.Json.dll" + "SourcePath" = "8:Forks.Utils.dll" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_A4535DAA71C54DC088A3FA09FCED8C88" @@ -894,20 +925,20 @@ "IsDependency" = "11:FALSE" "IsolateTo" = "8:" } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9F705636DF3FC7591C089E51A914B437" + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_9FC311468D3F37CF5966009732A129CC" { "AssemblyRegister" = "3:1" "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Forks.EnterpriseServices, Version=3.1.0.0, Culture=neutral, PublicKeyToken=7254430f49d10aae, processorArchitecture=MSIL" + "AssemblyAsmDisplayName" = "8:MongoDB.Driver, Version=1.4.0.4468, Culture=neutral, PublicKeyToken=f686731cfb9cc103, processorArchitecture=MSIL" "ScatterAssemblies" { - "_9F705636DF3FC7591C089E51A914B437" + "_9FC311468D3F37CF5966009732A129CC" { - "Name" = "8:Forks.EnterpriseServices.dll" + "Name" = "8:MongoDB.Driver.dll" "Attributes" = "3:512" } } - "SourcePath" = "8:Forks.EnterpriseServices.dll" + "SourcePath" = "8:MongoDB.Driver.dll" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_A4535DAA71C54DC088A3FA09FCED8C88" @@ -921,7 +952,7 @@ "SharedLegacy" = "11:FALSE" "PackageAs" = "3:1" "Register" = "3:1" - "Exclude" = "11:FALSE" + "Exclude" = "11:TRUE" "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } @@ -956,23 +987,12 @@ "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_AED9467B5BDCD87EC2746DB4EF7A24D2" + "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_B24BD1F54711439BA132ABC05EC82AF6" { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Forks.JsonRpc.Client, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7254430f49d10aae, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_AED9467B5BDCD87EC2746DB4EF7A24D2" - { - "Name" = "8:Forks.JsonRpc.Client.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:Forks.JsonRpc.Client.dll" - "TargetName" = "8:" + "SourcePath" = "8:..\\ButcherFactory.Login\\bin\\Debug\\Sounds\\l55.wav" + "TargetName" = "8:l55.wav" "Tag" = "8:" - "Folder" = "8:_A4535DAA71C54DC088A3FA09FCED8C88" + "Folder" = "8:_6866532246094A308566729453EB35CA" "Condition" = "8:" "Transitive" = "11:FALSE" "Vital" = "11:TRUE" @@ -984,23 +1004,23 @@ "PackageAs" = "3:1" "Register" = "3:1" "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" + "IsDependency" = "11:FALSE" "IsolateTo" = "8:" } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_B027E23B6E431EA7A5006FCB5BB20236" + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_BF905506D35441369705E8C12149682E" { "AssemblyRegister" = "3:1" "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:MongoDB.Bson, Version=1.4.0.4468, Culture=neutral, PublicKeyToken=f686731cfb9cc103, processorArchitecture=MSIL" + "AssemblyAsmDisplayName" = "8:ButcherFactory.Form, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" "ScatterAssemblies" { - "_B027E23B6E431EA7A5006FCB5BB20236" + "_BF905506D35441369705E8C12149682E" { - "Name" = "8:MongoDB.Bson.dll" + "Name" = "8:ButcherFactory.Form.dll" "Attributes" = "3:512" } } - "SourcePath" = "8:MongoDB.Bson.dll" + "SourcePath" = "8:..\\ButcherFactory.Form\\bin\\Debug\\ButcherFactory.Form.dll" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_A4535DAA71C54DC088A3FA09FCED8C88" @@ -1014,16 +1034,16 @@ "SharedLegacy" = "11:FALSE" "PackageAs" = "3:1" "Register" = "3:1" - "Exclude" = "11:TRUE" - "IsDependency" = "11:TRUE" + "Exclude" = "11:FALSE" + "IsDependency" = "11:FALSE" "IsolateTo" = "8:" } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_B24BD1F54711439BA132ABC05EC82AF6" + "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C05D1B3E0BB241258C4AACD21FAB6E72" { - "SourcePath" = "8:..\\ButcherFactory.Login\\bin\\Debug\\Sounds\\l55.wav" - "TargetName" = "8:l55.wav" + "SourcePath" = "8:C:\\360驱动大师目录\\app.ico" + "TargetName" = "8:app.ico" "Tag" = "8:" - "Folder" = "8:_6866532246094A308566729453EB35CA" + "Folder" = "8:_A4535DAA71C54DC088A3FA09FCED8C88" "Condition" = "8:" "Transitive" = "11:FALSE" "Vital" = "11:TRUE" @@ -1038,20 +1058,20 @@ "IsDependency" = "11:FALSE" "IsolateTo" = "8:" } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_BF905506D35441369705E8C12149682E" + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_C1BAA40E3F5E065EA88D97DA96D5992D" { "AssemblyRegister" = "3:1" "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:ButcherFactory.Form, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" + "AssemblyAsmDisplayName" = "8:Forks.EnterpriseServices, Version=3.1.0.0, Culture=neutral, PublicKeyToken=7254430f49d10aae, processorArchitecture=MSIL" "ScatterAssemblies" { - "_BF905506D35441369705E8C12149682E" + "_C1BAA40E3F5E065EA88D97DA96D5992D" { - "Name" = "8:ButcherFactory.Form.dll" + "Name" = "8:Forks.EnterpriseServices.dll" "Attributes" = "3:512" } } - "SourcePath" = "8:..\\ButcherFactory.Form\\bin\\Debug\\ButcherFactory.Form.dll" + "SourcePath" = "8:Forks.EnterpriseServices.dll" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_A4535DAA71C54DC088A3FA09FCED8C88" @@ -1066,13 +1086,24 @@ "PackageAs" = "3:1" "Register" = "3:1" "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" + "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_C05D1B3E0BB241258C4AACD21FAB6E72" + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D32656229814B10B3981022C6BAE7B85" { - "SourcePath" = "8:C:\\360驱动大师目录\\app.ico" - "TargetName" = "8:app.ico" + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Forks.Json, Version=1.0.0.0, Culture=neutral, PublicKeyToken=7254430f49d10aae, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_D32656229814B10B3981022C6BAE7B85" + { + "Name" = "8:Forks.Json.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Forks.Json.dll" + "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_A4535DAA71C54DC088A3FA09FCED8C88" "Condition" = "8:" @@ -1086,15 +1117,26 @@ "PackageAs" = "3:1" "Register" = "3:1" "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" + "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } - "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_DD91DACD7A0B48CE8926B0CA4EAB5E50" + "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_D75F76D9C28EDCFD7454D52CBB18C6E9" { - "SourcePath" = "8:..\\..\\WinFormControl\\WinFormControl\\Sounds\\di.wav" - "TargetName" = "8:di.wav" + "AssemblyRegister" = "3:1" + "AssemblyIsInGAC" = "11:FALSE" + "AssemblyAsmDisplayName" = "8:Newtonsoft.Json, Version=4.0.3.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" + "ScatterAssemblies" + { + "_D75F76D9C28EDCFD7454D52CBB18C6E9" + { + "Name" = "8:Newtonsoft.Json.dll" + "Attributes" = "3:512" + } + } + "SourcePath" = "8:Newtonsoft.Json.dll" + "TargetName" = "8:" "Tag" = "8:" - "Folder" = "8:_6866532246094A308566729453EB35CA" + "Folder" = "8:_A4535DAA71C54DC088A3FA09FCED8C88" "Condition" = "8:" "Transitive" = "11:FALSE" "Vital" = "11:TRUE" @@ -1106,26 +1148,15 @@ "PackageAs" = "3:1" "Register" = "3:1" "Exclude" = "11:FALSE" - "IsDependency" = "11:FALSE" + "IsDependency" = "11:TRUE" "IsolateTo" = "8:" } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_DE32A8488C67365FC9BBB4CAF2E074E2" + "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_DD91DACD7A0B48CE8926B0CA4EAB5E50" { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Forks.Utils, Version=4.0.0.0, Culture=neutral, PublicKeyToken=7254430f49d10aae, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_DE32A8488C67365FC9BBB4CAF2E074E2" - { - "Name" = "8:Forks.Utils.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:Forks.Utils.dll" - "TargetName" = "8:" + "SourcePath" = "8:..\\..\\WinFormControl\\WinFormControl\\Sounds\\di.wav" + "TargetName" = "8:di.wav" "Tag" = "8:" - "Folder" = "8:_A4535DAA71C54DC088A3FA09FCED8C88" + "Folder" = "8:_6866532246094A308566729453EB35CA" "Condition" = "8:" "Transitive" = "11:FALSE" "Vital" = "11:TRUE" @@ -1137,7 +1168,7 @@ "PackageAs" = "3:1" "Register" = "3:1" "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" + "IsDependency" = "11:FALSE" "IsolateTo" = "8:" } "{1FB2D0AE-D3B9-43D4-B9DD-F88EC61E35DE}:_E161C94B0D1C4AD5A17A65917F64ACEE" @@ -1200,37 +1231,6 @@ "IsDependency" = "11:FALSE" "IsolateTo" = "8:" } - "{9F6F8455-1EF1-4B85-886A-4223BCC8E7F7}:_FD82AF7F959387F3F4C23A0EB1AC0E35" - { - "AssemblyRegister" = "3:1" - "AssemblyIsInGAC" = "11:FALSE" - "AssemblyAsmDisplayName" = "8:Newtonsoft.Json, Version=4.0.3.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" - "ScatterAssemblies" - { - "_FD82AF7F959387F3F4C23A0EB1AC0E35" - { - "Name" = "8:Newtonsoft.Json.dll" - "Attributes" = "3:512" - } - } - "SourcePath" = "8:Newtonsoft.Json.dll" - "TargetName" = "8:" - "Tag" = "8:" - "Folder" = "8:_A4535DAA71C54DC088A3FA09FCED8C88" - "Condition" = "8:" - "Transitive" = "11:FALSE" - "Vital" = "11:TRUE" - "ReadOnly" = "11:FALSE" - "Hidden" = "11:FALSE" - "System" = "11:FALSE" - "Permanent" = "11:FALSE" - "SharedLegacy" = "11:FALSE" - "PackageAs" = "3:1" - "Register" = "3:1" - "Exclude" = "11:FALSE" - "IsDependency" = "11:TRUE" - "IsolateTo" = "8:" - } } "FileType" { @@ -1343,7 +1343,7 @@ "Name" = "8:Microsoft Visual Studio" "ProductName" = "8:青花瓷屠宰车间管理" "ProductCode" = "8:{8D06A3CB-94E1-40DF-BF89-0A822D5302EF}" - "PackageCode" = "8:{35077BF0-7938-428C-A01D-C9C58D9D2A88}" + "PackageCode" = "8:{A4E9B02C-DB7B-43D5-BE1C-239FBFD7C1BB}" "UpgradeCode" = "8:{D5614731-239C-49A6-8F35-DB6F5D8E8A8C}" "AspNetVersion" = "8:4.0.30319.0" "RestartWWWService" = "11:FALSE" @@ -1906,7 +1906,7 @@ { "{5259A561-127C-4D43-A0A1-72F10C7B3BF8}:_7BC73039AAAE423AB1ADC71EDB603430" { - "SourcePath" = "8:..\\ButcherFactory.Login\\obj\\Release\\ButcherFactory.Login.exe" + "SourcePath" = "8:..\\ButcherFactory.Login\\obj\\Debug\\ButcherFactory.Login.exe" "TargetName" = "8:" "Tag" = "8:" "Folder" = "8:_A4535DAA71C54DC088A3FA09FCED8C88"