SCLS/SSWCS_JXDL(2019)/CommonLibrary/CommonLibrary.csproj

71 lines
3.0 KiB
XML
Raw Normal View History

2025-05-19 09:45:29 +08:00
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>8.0.50727</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{52AC99D0-1239-4D33-B99B-D0C82AE25C11}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>CommonLibrary</RootNamespace>
<AssemblyName>CommonLibrary</AssemblyName>
</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="DBFactory, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
<SpecificVersion>False</SpecificVersion>
<HintPath>..\..\新松自动化立体仓库监控系统\ControlSystem\ControlSystem\bin\Debug\DBFactory.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualBasic" />
<Reference Include="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="CConnectTCPIP.cs" />
<Compile Include="CGetState.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CommLayer\CommLayerFactory.csproj">
<Project>{3295C731-4D18-48C3-A30A-31E62CBDFF25}</Project>
<Name>CommLayerFactory</Name>
</ProjectReference>
<ProjectReference Include="..\CommonClassLib\CommonClassLib.csproj">
<Project>{A2215DCE-AA3A-4B1E-B732-E97FD4C454D5}</Project>
<Name>CommonClassLib</Name>
</ProjectReference>
<ProjectReference Include="..\ICommLayer\ICommLayer.csproj">
<Project>{73CF6478-EB41-4420-B46A-5842A85737CB}</Project>
<Name>ICommLayer</Name>
</ProjectReference>
<ProjectReference Include="..\SocketsTCPIP\SocketsTCPIP.csproj">
<Project>{8B2571D2-7C0E-4BC9-B3A6-25732677732B}</Project>
<Name>SocketsTCPIP</Name>
</ProjectReference>
</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>