luanhui 8 years ago
parent
commit
ed6a30eec1
2 changed files with 12 additions and 2 deletions
  1. +11
    -2
      B3ButcherManageClient.sln
  2. +1
    -0
      BO/BO.csproj

+ 11
- 2
B3ButcherManageClient.sln View File

@ -1,7 +1,7 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2013
VisualStudioVersion = 12.0.40629.0
# Visual Studio 15
VisualStudioVersion = 15.0.27004.2002
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "BO", "BO\BO.csproj", "{8968F14A-C7C7-4751-96CE-B114FBFD65EF}"
EndProject
@ -25,6 +25,8 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CreateUpdateXmlFile", "Crea
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "OrderConfirm", "OrderConfirm\OrderConfirm.csproj", "{D4723253-E102-40C7-819F-8052C5BE241D}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TrunksIousOutInStore", "TrunksIousOutInStore\TrunksIousOutInStore.csproj", "{4786A544-10F4-45C0-9E78-540914C2CE9D}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
@ -73,8 +75,15 @@ Global
{D4723253-E102-40C7-819F-8052C5BE241D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D4723253-E102-40C7-819F-8052C5BE241D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D4723253-E102-40C7-819F-8052C5BE241D}.Release|Any CPU.Build.0 = Release|Any CPU
{4786A544-10F4-45C0-9E78-540914C2CE9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4786A544-10F4-45C0-9E78-540914C2CE9D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4786A544-10F4-45C0-9E78-540914C2CE9D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4786A544-10F4-45C0-9E78-540914C2CE9D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B1C1CB2D-8E4D-496F-8646-F31D1DC76EAC}
EndGlobalSection
EndGlobal

+ 1
- 0
BO/BO.csproj View File

@ -64,6 +64,7 @@
<Compile Include="BO\Bill\OrderDetail\SelectHurryList.cs" />
<Compile Include="BO\Bill\SecondOrder\SecondOrder.cs" />
<Compile Include="BO\Bill\SecondOrder\SecondOrder_Detail.cs" />
<Compile Include="BO\Bill\TrunksIousOutInStore\TrunksIousOutInStore.cs" />
<Compile Include="BO\Bill\WeightBill\HouseAndSanctionEdit.cs" />
<Compile Include="BO\Bill\WeightBill\HouseAndSanctionList.cs" />
<Compile Include="BO\Bill\WeightBill\PrintWeightBill.cs" />


Loading…
Cancel
Save