AHTC/RGD/RGD.DataService/RGD.DataService.csproj

67 lines
2.9 KiB
XML
Raw Permalink Normal View History

2025-05-19 09:22:33 +08:00
<?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>{6A61227E-6051-4BF0-BC7A-3674725A4483}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>RGD.DataService</RootNamespace>
<AssemblyName>RGD.DataService</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>
<Prefer32Bit>false</Prefer32Bit>
</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>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.VisualBasic" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="Microsoft.CSharp" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="CGeneralFunction.cs" />
<Compile Include="BaseDeviceService.cs" />
<Compile Include="CommonService.cs" />
<Compile Include="IOControlService.cs" />
<Compile Include="ManageTaskService.cs" />
<Compile Include="MonitorTaskService.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="WarehouseService.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\RGD.DBUtility\RGD.DBUtility.csproj">
<Project>{898cb536-e804-427f-917a-4da56ca19f9f}</Project>
<Name>RGD.DBUtility</Name>
</ProjectReference>
<ProjectReference Include="..\RGD.Model\RGD.Model.csproj">
<Project>{fd1826b4-36f3-4a2b-94ec-e68605de3d9a}</Project>
<Name>RGD.Model</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>