Core.XgMes.Server.JGKC.RollManager.csproj 3.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283
  1. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
  2. <PropertyGroup>
  3. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  4. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  5. <ProductVersion>9.0.30729</ProductVersion>
  6. <SchemaVersion>2.0</SchemaVersion>
  7. <ProjectGuid>{482797A8-615D-49E6-84FD-E29B0F05043F}</ProjectGuid>
  8. <OutputType>Library</OutputType>
  9. <AppDesignerFolder>Properties</AppDesignerFolder>
  10. <RootNamespace>Core.XgMes.Server.JGKC.RollManager</RootNamespace>
  11. <AssemblyName>Core.XgMes.Server.JGKC.RollManager</AssemblyName>
  12. <FileUpgradeFlags>
  13. </FileUpgradeFlags>
  14. <OldToolsVersion>2.0</OldToolsVersion>
  15. <UpgradeBackupLocation>
  16. </UpgradeBackupLocation>
  17. </PropertyGroup>
  18. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  19. <DebugSymbols>true</DebugSymbols>
  20. <DebugType>full</DebugType>
  21. <Optimize>false</Optimize>
  22. <OutputPath>..\..\..\Server\</OutputPath>
  23. <DefineConstants>DEBUG;TRACE</DefineConstants>
  24. <ErrorReport>prompt</ErrorReport>
  25. <WarningLevel>4</WarningLevel>
  26. </PropertyGroup>
  27. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  28. <DebugType>pdbonly</DebugType>
  29. <Optimize>true</Optimize>
  30. <OutputPath>bin\Release\</OutputPath>
  31. <DefineConstants>TRACE</DefineConstants>
  32. <ErrorReport>prompt</ErrorReport>
  33. <WarningLevel>4</WarningLevel>
  34. </PropertyGroup>
  35. <ItemGroup>
  36. <Reference Include="Core.Mes.IBaseInterface, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  37. <SpecificVersion>False</SpecificVersion>
  38. <HintPath>..\..\..\SERVER\Core.Mes.IBaseInterface.dll</HintPath>
  39. </Reference>
  40. <Reference Include="Core.Mes.ServerFrameWork, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
  41. <SpecificVersion>False</SpecificVersion>
  42. <HintPath>..\..\..\SERVER\Core.Mes.ServerFrameWork.dll</HintPath>
  43. </Reference>
  44. <Reference Include="Core.XgMes.Server.JGKC.TurnoffSendManager, Version=1.0.6172.23220, Culture=neutral, processorArchitecture=MSIL">
  45. <SpecificVersion>False</SpecificVersion>
  46. <HintPath>..\..\..\Server\Core.XgMes.Server.JGKC.TurnoffSendManager.dll</HintPath>
  47. </Reference>
  48. <Reference Include="Core.XgMes.Server.StorageCommon, Version=1.0.3790.30687, Culture=neutral, processorArchitecture=MSIL">
  49. <SpecificVersion>False</SpecificVersion>
  50. <HintPath>..\..\..\SERVER\Core.XgMes.Server.StorageCommon.dll</HintPath>
  51. </Reference>
  52. <Reference Include="DBManager, Version=1.0.7087.27541, Culture=neutral, processorArchitecture=MSIL" />
  53. <Reference Include="Oracle.DataAccess, Version=9.2.0.700, Culture=neutral, PublicKeyToken=89b483f429c47342" />
  54. <Reference Include="System" />
  55. <Reference Include="System.Data" />
  56. <Reference Include="System.Xml" />
  57. </ItemGroup>
  58. <ItemGroup>
  59. <Compile Include="ButrssQuery_YL.cs" />
  60. <Compile Include="Common.cs" />
  61. <Compile Include="CPButtrssQuery.cs" />
  62. <Compile Include="PlanDrawUp.cs" />
  63. <Compile Include="PlanTurnManage.cs" />
  64. <Compile Include="ProcduceTurnManage.cs" />
  65. <Compile Include="ProduceManage.cs" />
  66. <Compile Include="Properties\AssemblyInfo.cs" />
  67. <Compile Include="Query_YL.cs" />
  68. <Compile Include="StuffMove.cs" />
  69. <Compile Include="StuffReceiveManage.cs" />
  70. <Compile Include="TurnoffManage.cs" />
  71. <Compile Include="TurnoffMove.cs" />
  72. <Compile Include="TurnoffSendCan.cs" />
  73. <Compile Include="TurnoReport.cs" />
  74. </ItemGroup>
  75. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  76. <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
  77. Other similar extension points exist, see Microsoft.Common.targets.
  78. <Target Name="BeforeBuild">
  79. </Target>
  80. <Target Name="AfterBuild">
  81. </Target>
  82. -->
  83. </Project>