SERemoteControl/SEClient/SEClient.csproj
longfellowJian 76792ef9ad 初始化
2025-03-27 16:06:44 +08:00

104 lines
4.9 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" 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>{5222F720-4E4F-4932-B01D-E4B8DBD8CC5F}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>SERemoteLib</RootNamespace>
<AssemblyName>SERemoteLib</AssemblyName>
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<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>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
</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="log4net, Version=3.0.3.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL">
<HintPath>..\packages\log4net.3.0.3-preview.1\lib\net462\log4net.dll</HintPath>
</Reference>
<Reference Include="System" />
<Reference Include="System.Configuration" />
<Reference Include="System.Core" />
<Reference Include="System.Web" />
<Reference Include="System.Windows.Forms" />
<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="Commands.cs" />
<Compile Include="Contract\results_labxdirect.cs">
<DependentUpon>results_labxdirect.xsd</DependentUpon>
</Compile>
<Compile Include="decfloat.cs" />
<Compile Include="LancePdkXML.cs" />
<Compile Include="NotificationBroker\LocalSubscription.cs" />
<Compile Include="NotificationBroker\NotificationBroker.cs" />
<Compile Include="NotificationBroker\NotificationHelper.cs" />
<Compile Include="NotificationBroker\Notifications\LogWrittenNotification.cs" />
<Compile Include="NotificationBroker\Notifications\Notification.cs" />
<Compile Include="NotificationBroker\Notifications\NotificationScope.cs" />
<Compile Include="NotificationBroker\Subscription.cs" />
<Compile Include="NotificationBroker\SubscriptionFilters\ISubscriptionFilter.cs" />
<Compile Include="NotificationBroker\SubscriptionFilters\SubscriptionFilterOperation.cs" />
<Compile Include="NotificationBroker\Subscriptions.cs" />
<Compile Include="NotificationBroker\Validation\Validate.cs" />
<Compile Include="ResultMessageSerializer.cs" />
<Compile Include="SEClient.cs" />
<Compile Include="SECommandDispatcher.cs" />
<Compile Include="SERecord.cs" />
<Compile Include="SETelegram.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SEConnection.cs" />
<Compile Include="SEText.cs" />
<Compile Include="XmlUtilities.cs" />
</ItemGroup>
<ItemGroup>
<None Include="Contract\importer.xsd">
<SubType>Designer</SubType>
</None>
<None Include="Contract\results_labxdirect.xsd">
<SubType>Designer</SubType>
</None>
<None Include="Contract\result_types_platform.xsd">
<SubType>Designer</SubType>
</None>
<None Include="Contract\service.xsd">
<SubType>Designer</SubType>
</None>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\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>
-->
<Target Name="AfterBuild" DependsOnTargets="AssignTargetPaths;Compile;ResolveKeySource" Inputs="$(MSBuildAllProjects);@(IntermediateAssembly)" Outputs="$(OutputPath)$(_SGenDllName)">
<!-- Delete the file because I can't figure out how to force the SGen task. -->
<Delete Files="$(TargetDir)$(TargetName).XmlSerializers.dll" ContinueOnError="true" />
</Target>
</Project>