2025-08-15 15:36:40 +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>{1995385B-D1B0-4C55-835E-D3E769972A6A}</ProjectGuid>
|
|
|
|
<OutputType>Library</OutputType>
|
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
|
|
<RootNamespace>SWS.Model</RootNamespace>
|
|
|
|
<AssemblyName>SWS.Model</AssemblyName>
|
|
|
|
<TargetFrameworkVersion>v4.8</TargetFrameworkVersion>
|
|
|
|
<FileAlignment>512</FileAlignment>
|
|
|
|
<Deterministic>true</Deterministic>
|
|
|
|
</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>
|
|
|
|
<PlatformTarget>x64</PlatformTarget>
|
|
|
|
</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="Microsoft.Bcl.AsyncInterfaces, Version=8.0.0.0, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
|
|
<HintPath>..\packages\Microsoft.Bcl.AsyncInterfaces.8.0.0\lib\net462\Microsoft.Bcl.AsyncInterfaces.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="Microsoft.Extensions.DependencyInjection.Abstractions, Version=8.0.0.1, Culture=neutral, PublicKeyToken=adb9793829ddae60, processorArchitecture=MSIL">
|
|
|
|
<HintPath>..\packages\Microsoft.Extensions.DependencyInjection.Abstractions.8.0.1\lib\net462\Microsoft.Extensions.DependencyInjection.Abstractions.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="Microsoft.Xaml.Behaviors, Version=1.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
<HintPath>..\packages\Microsoft.Xaml.Behaviors.Wpf.1.1.122\lib\net462\Microsoft.Xaml.Behaviors.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="Newtonsoft.Json, Version=13.0.1.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
<HintPath>..\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="PresentationCore" />
|
|
|
|
<Reference Include="PresentationFramework" />
|
|
|
|
<Reference Include="Prism, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
|
|
|
|
<HintPath>..\packages\Prism.Core.8.1.97\lib\net47\Prism.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="Prism.Wpf, Version=8.1.97.5141, Culture=neutral, PublicKeyToken=40ee6c3a2184dc59, processorArchitecture=MSIL">
|
|
|
|
<HintPath>..\packages\Prism.Wpf.8.1.97\lib\net47\Prism.Wpf.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="System" />
|
|
|
|
<Reference Include="System.Configuration" />
|
|
|
|
<Reference Include="System.Core" />
|
|
|
|
<Reference Include="System.Drawing" />
|
|
|
|
<Reference Include="System.Runtime.CompilerServices.Unsafe, Version=4.0.4.1, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
|
|
|
|
<HintPath>..\packages\System.Runtime.CompilerServices.Unsafe.4.5.3\lib\net461\System.Runtime.CompilerServices.Unsafe.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<Reference Include="System.Threading.Tasks.Extensions, Version=4.2.0.1, Culture=neutral, PublicKeyToken=cc7b13ffcd2ddd51, processorArchitecture=MSIL">
|
|
|
|
<HintPath>..\packages\System.Threading.Tasks.Extensions.4.5.4\lib\net461\System.Threading.Tasks.Extensions.dll</HintPath>
|
|
|
|
</Reference>
|
|
|
|
<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" />
|
|
|
|
<Reference Include="Telerik.Windows.Controls, Version=2024.1.130.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7, processorArchitecture=MSIL">
|
|
|
|
<SpecificVersion>False</SpecificVersion>
|
|
|
|
<HintPath>..\SWS.CAD\RefDLL\WPF45\Telerik.Windows.Controls.dll</HintPath>
|
|
|
|
</Reference>
|
2025-09-04 18:28:02 +08:00
|
|
|
<Reference Include="Telerik.Windows.Data">
|
|
|
|
<HintPath>..\SWS.CAD\RefDLL\WPF45\Telerik.Windows.Data.dll</HintPath>
|
|
|
|
</Reference>
|
2025-08-15 15:36:40 +08:00
|
|
|
<Reference Include="WindowsBase" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<Compile Include="annexesfile.cs" />
|
2025-09-04 18:28:02 +08:00
|
|
|
<Compile Include="ec_Cable.cs" />
|
|
|
|
<Compile Include="ec_CableSet.cs" />
|
|
|
|
<Compile Include="ec_CableSetWire.cs" />
|
|
|
|
<Compile Include="ec_CircuitBreaker.cs" />
|
2025-08-15 15:36:40 +08:00
|
|
|
<Compile Include="ec_dataitem.cs" />
|
|
|
|
<Compile Include="ec_dataitemdetail.cs" />
|
|
|
|
<Compile Include="ec_drawing_catalogue.cs" />
|
|
|
|
<Compile Include="ec_drawing_file.cs" />
|
|
|
|
<Compile Include="ec_drawing_publish.cs" />
|
|
|
|
<Compile Include="ec_drawing_syn.cs" />
|
|
|
|
<Compile Include="ec_enginedata.cs" />
|
|
|
|
<Compile Include="ec_enginedata_pixel.cs" />
|
|
|
|
<Compile Include="ec_enginedata_property.cs" />
|
|
|
|
<Compile Include="ec_enginedata_propertyhis.cs" />
|
|
|
|
<Compile Include="ec_library_file.cs" />
|
|
|
|
<Compile Include="ec_measuring_unit.cs" />
|
|
|
|
<Compile Include="ec_notification.cs" />
|
|
|
|
<Compile Include="ec_objecttype.cs" />
|
|
|
|
<Compile Include="ec_objectTypeP.cs" />
|
|
|
|
<Compile Include="ec_operate_log.cs" />
|
2025-09-04 18:28:02 +08:00
|
|
|
<Compile Include="ec_Panel.cs" />
|
|
|
|
<Compile Include="ec_PanelChannel.cs" />
|
|
|
|
<Compile Include="ec_PanelStrip.cs" />
|
|
|
|
<Compile Include="ec_PanelStripTerm.cs" />
|
2025-08-15 15:36:40 +08:00
|
|
|
<Compile Include="ec_parallel_Cable.cs" />
|
|
|
|
<Compile Include="ec_project.cs" />
|
2025-09-02 11:21:40 +08:00
|
|
|
<Compile Include="ec_projectSettings.cs" />
|
2025-08-15 15:36:40 +08:00
|
|
|
<Compile Include="ec_property.cs" />
|
|
|
|
<Compile Include="ec_template_file.cs" />
|
2025-09-04 18:28:02 +08:00
|
|
|
<Compile Include="ec_WireTerminal.cs" />
|
2025-08-15 15:36:40 +08:00
|
|
|
<Compile Include="ec_Wire_Group.cs" />
|
|
|
|
<Compile Include="ec_wire_group_log.cs" />
|
|
|
|
<Compile Include="ec_wire_group_notice.cs" />
|
|
|
|
<Compile Include="ec_wire_group_propertyhis.cs" />
|
|
|
|
<Compile Include="KeyValueModel.cs" />
|
|
|
|
<Compile Include="LayoutTagInfoBrief.cs" />
|
2025-09-22 09:21:04 +08:00
|
|
|
<Compile Include="NoEntity\BomConfig.cs" />
|
2025-08-15 15:36:40 +08:00
|
|
|
<Compile Include="NoEntity\CheckInLogNeedApproveModel.cs" />
|
|
|
|
<Compile Include="NoEntity\CheckInModel.cs" />
|
|
|
|
<Compile Include="NoEntity\ConfigIni.cs" />
|
|
|
|
<Compile Include="NoEntity\DrawingOpened.cs" />
|
|
|
|
<Compile Include="NoEntity\GroupAttribute.cs" />
|
|
|
|
<Compile Include="NoEntity\learunHttpRes.cs" />
|
|
|
|
<Compile Include="NoEntity\loginCheckRes.cs" />
|
|
|
|
<Compile Include="NoEntity\loginRes.cs" />
|
|
|
|
<Compile Include="NoEntity\PageModel.cs" />
|
|
|
|
<Compile Include="NoEntity\propertyModel.cs" />
|
|
|
|
<Compile Include="NoEntity\PropertyObjectModel.cs" />
|
|
|
|
<Compile Include="NoEntity\PROPERTYType.cs" />
|
2025-09-04 18:28:02 +08:00
|
|
|
<Compile Include="Signal\signalGroup.cs" />
|
2025-08-15 15:36:40 +08:00
|
|
|
<Compile Include="Signal\SignalManagementInfo.cs" />
|
|
|
|
<Compile Include="Signal\SignalNotice.cs" />
|
|
|
|
<Compile Include="NoEntity\TreeModel.cs" />
|
|
|
|
<Compile Include="NoEntity\Unit.cs" />
|
|
|
|
<Compile Include="NoEntity\WireGroups.cs" />
|
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
|
|
<Compile Include="user.cs" />
|
|
|
|
</ItemGroup>
|
|
|
|
<ItemGroup>
|
|
|
|
<None Include="packages.config" />
|
|
|
|
</ItemGroup>
|
|
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
|
|
</Project>
|