| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283 |
- <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="3.5">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.30729</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{482797A8-615D-49E6-84FD-E29B0F05043F}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>Core.XgMes.Server.JGKC.RollManager</RootNamespace>
- <AssemblyName>Core.XgMes.Server.JGKC.RollManager</AssemblyName>
- <FileUpgradeFlags>
- </FileUpgradeFlags>
- <OldToolsVersion>2.0</OldToolsVersion>
- <UpgradeBackupLocation>
- </UpgradeBackupLocation>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>..\..\..\Server\</OutputPath>
- <DefineConstants>DEBUG;TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- <OutputPath>bin\Release\</OutputPath>
- <DefineConstants>TRACE</DefineConstants>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="Core.Mes.IBaseInterface, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\..\SERVER\Core.Mes.IBaseInterface.dll</HintPath>
- </Reference>
- <Reference Include="Core.Mes.ServerFrameWork, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\..\SERVER\Core.Mes.ServerFrameWork.dll</HintPath>
- </Reference>
- <Reference Include="Core.XgMes.Server.JGKC.TurnoffSendManager, Version=1.0.6172.23220, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\..\Server\Core.XgMes.Server.JGKC.TurnoffSendManager.dll</HintPath>
- </Reference>
- <Reference Include="Core.XgMes.Server.StorageCommon, Version=1.0.3790.30687, Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>..\..\..\SERVER\Core.XgMes.Server.StorageCommon.dll</HintPath>
- </Reference>
- <Reference Include="DBManager, Version=1.0.7087.27541, Culture=neutral, processorArchitecture=MSIL" />
- <Reference Include="Oracle.DataAccess, Version=9.2.0.700, Culture=neutral, PublicKeyToken=89b483f429c47342" />
- <Reference Include="System" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="ButrssQuery_YL.cs" />
- <Compile Include="Common.cs" />
- <Compile Include="CPButtrssQuery.cs" />
- <Compile Include="PlanDrawUp.cs" />
- <Compile Include="PlanTurnManage.cs" />
- <Compile Include="ProcduceTurnManage.cs" />
- <Compile Include="ProduceManage.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Query_YL.cs" />
- <Compile Include="StuffMove.cs" />
- <Compile Include="StuffReceiveManage.cs" />
- <Compile Include="TurnoffManage.cs" />
- <Compile Include="TurnoffMove.cs" />
- <Compile Include="TurnoffSendCan.cs" />
- <Compile Include="TurnoReport.cs" />
- </ItemGroup>
- <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
- Other similar extension points exist, see Microsoft.Common.targets.
- <Target Name="BeforeBuild">
- </Target>
- <Target Name="AfterBuild">
- </Target>
- -->
- </Project>
|