SCLS/SSWCS_JXDL(2019)/BarcodeCheck/BarcodeCheck.csproj
2025-05-19 09:45:29 +08:00

63 lines
2.5 KiB
XML

<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>{C1CD6C53-08AE-457C-BD12-3AD4C0BE6B90}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>BarcodeCheck</RootNamespace>
<AssemblyName>BarcodeCheck</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="System" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="CBarcodeCheck.cs" />
<Compile Include="CGetDeviceState.cs" />
<Compile Include="CSendDeviceOrder.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="..\DBOperator\DBFactory.csproj">
<Project>{4E27122E-93A2-4D17-B8B5-63FAC14F73C0}</Project>
<Name>DBFactory</Name>
</ProjectReference>
<ProjectReference Include="..\ICommLayer\ICommLayer.csproj">
<Project>{73CF6478-EB41-4420-B46A-5842A85737CB}</Project>
<Name>ICommLayer</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>