You can not select more than 25 topics
			Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
		
		
		
		
		
			
		
			
				
					
					
						
							124 lines
						
					
					
						
							5.3 KiB
						
					
					
				
			
		
		
	
	
							124 lines
						
					
					
						
							5.3 KiB
						
					
					
				| <?xml version="1.0" encoding="utf-8"?>
 | |
| <Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
 | |
|   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
 | |
|   <PropertyGroup>
 | |
|     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
 | |
|     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
 | |
|     <ProjectGuid>{DE5CA953-C5F7-4DF4-81B2-9C3D89849DC5}</ProjectGuid>
 | |
|     <OutputType>Library</OutputType>
 | |
|     <AppDesignerFolder>Properties</AppDesignerFolder>
 | |
|     <RootNamespace>FactorySystemBll</RootNamespace>
 | |
|     <AssemblyName>FactorySystemBll</AssemblyName>
 | |
|     <TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
 | |
|     <FileAlignment>512</FileAlignment>
 | |
|     <Deterministic>true</Deterministic>
 | |
|     <TargetFrameworkProfile />
 | |
|   </PropertyGroup>
 | |
|   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
 | |
|     <DebugSymbols>true</DebugSymbols>
 | |
|     <DebugType>full</DebugType>
 | |
|     <Optimize>false</Optimize>
 | |
|     <OutputPath>bin\Debug\</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="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="SqlSugar, Version=5.1.0.0, Culture=neutral, processorArchitecture=MSIL">
 | |
|       <HintPath>..\packages\SqlSugar.5.1.0\lib\SqlSugar.dll</HintPath>
 | |
|     </Reference>
 | |
|     <Reference Include="System" />
 | |
|     <Reference Include="System.Core" />
 | |
|     <Reference Include="System.EnterpriseServices" />
 | |
|     <Reference Include="System.Web" />
 | |
|     <Reference Include="System.Web.Services" />
 | |
|     <Reference Include="System.Xml.Linq" />
 | |
|     <Reference Include="System.Data.DataSetExtensions" />
 | |
|     <Reference Include="Microsoft.CSharp" />
 | |
|     <Reference Include="System.Data" />
 | |
|     <Reference Include="System.Net.Http" />
 | |
|     <Reference Include="System.Xml" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <Compile Include="MaterialTypeBll.cs" />
 | |
|     <Compile Include="OperateLogBll.cs" />
 | |
|     <Compile Include="Properties\Settings.Designer.cs">
 | |
|       <AutoGen>True</AutoGen>
 | |
|       <DesignTimeSharedInput>True</DesignTimeSharedInput>
 | |
|       <DependentUpon>Settings.settings</DependentUpon>
 | |
|     </Compile>
 | |
|     <Compile Include="TaskBll.cs" />
 | |
|     <Compile Include="TeamworkBll.cs" />
 | |
|     <Compile Include="MaterialBll.cs" />
 | |
|     <Compile Include="FormulaBll.cs" />
 | |
|     <Compile Include="UserBll.cs" />
 | |
|     <Compile Include="FactoryBll.cs" />
 | |
|     <Compile Include="CommonBll.cs" />
 | |
|     <Compile Include="BaseBll.cs" />
 | |
|     <Compile Include="Properties\AssemblyInfo.cs" />
 | |
|     <Compile Include="PackageBll.cs" />
 | |
|     <Compile Include="ViewBll.cs" />
 | |
|     <Compile Include="Web References\WeChatMsg\Reference.cs">
 | |
|       <AutoGen>True</AutoGen>
 | |
|       <DesignTime>True</DesignTime>
 | |
|       <DependentUpon>Reference.map</DependentUpon>
 | |
|     </Compile>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <None Include="app.config" />
 | |
|     <None Include="packages.config" />
 | |
|     <None Include="Properties\Settings.settings">
 | |
|       <Generator>SettingsSingleFileGenerator</Generator>
 | |
|       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
 | |
|     </None>
 | |
|     <None Include="Web References\WeChatMsg\Reference.map">
 | |
|       <Generator>MSDiscoCodeGenerator</Generator>
 | |
|       <LastGenOutput>Reference.cs</LastGenOutput>
 | |
|     </None>
 | |
|     <None Include="Web References\WeChatMsg\SendPlmMsgInterface.wsdl" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <ProjectReference Include="..\FactorySystemCommon\FactorySystemCommon.csproj">
 | |
|       <Project>{EA8E8FC2-B255-4931-BBAE-7862F0173CD3}</Project>
 | |
|       <Name>FactorySystemCommon</Name>
 | |
|     </ProjectReference>
 | |
|     <ProjectReference Include="..\FactorySystemModel\FactorySystemModel.csproj">
 | |
|       <Project>{2C1A44D9-D4BA-464E-832B-6108595892D6}</Project>
 | |
|       <Name>FactorySystemModel</Name>
 | |
|     </ProjectReference>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <WCFMetadata Include="Connected Services\" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <WebReferences Include="Web References\" />
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <WebReferenceUrl Include="http://dd.hbflavor.com:8099/PlmMsg/SendPlmMsgInterface.asmx">
 | |
|       <UrlBehavior>Dynamic</UrlBehavior>
 | |
|       <RelPath>Web References\WeChatMsg\</RelPath>
 | |
|       <UpdateFromURL>http://dd.hbflavor.com:8099/PlmMsg/SendPlmMsgInterface.asmx</UpdateFromURL>
 | |
|       <ServiceLocationURL>
 | |
|       </ServiceLocationURL>
 | |
|       <CachedDynamicPropName>
 | |
|       </CachedDynamicPropName>
 | |
|       <CachedAppSettingsObjectName>Settings</CachedAppSettingsObjectName>
 | |
|       <CachedSettingsPropName>WeChatMsg</CachedSettingsPropName>
 | |
|     </WebReferenceUrl>
 | |
|   </ItemGroup>
 | |
|   <ItemGroup>
 | |
|     <None Include="Web References\WeChatMsg\SendPlmMsgInterface.disco" />
 | |
|   </ItemGroup>
 | |
|   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
 | |
| </Project> |