<?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>{E17EF6B6-EE83-45AA-B0C0-E3A097089E97}</ProjectGuid>
|
<OutputType>Library</OutputType>
|
<RootNamespace>PdmSwPlugin.Common</RootNamespace>
|
<AssemblyName>PdmSwPlugin.Common</AssemblyName>
|
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion>
|
<FileAlignment>512</FileAlignment>
|
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
|
<Deterministic>true</Deterministic>
|
</PropertyGroup>
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
<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' ">
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
<DebugType>pdbonly</DebugType>
|
<Optimize>true</Optimize>
|
<OutputPath>bin\Release\</OutputPath>
|
<DefineConstants>TRACE</DefineConstants>
|
<ErrorReport>prompt</ErrorReport>
|
<WarningLevel>4</WarningLevel>
|
</PropertyGroup>
|
<PropertyGroup>
|
<StartupObject />
|
</PropertyGroup>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
|
<DebugSymbols>true</DebugSymbols>
|
<OutputPath>bin\x64\Debug\</OutputPath>
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
<DebugType>full</DebugType>
|
<PlatformTarget>x64</PlatformTarget>
|
<LangVersion>7.3</LangVersion>
|
<ErrorReport>prompt</ErrorReport>
|
</PropertyGroup>
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
|
<OutputPath>bin\x64\Release\</OutputPath>
|
<DefineConstants>TRACE</DefineConstants>
|
<Optimize>true</Optimize>
|
<DebugType>pdbonly</DebugType>
|
<PlatformTarget>x64</PlatformTarget>
|
<LangVersion>7.3</LangVersion>
|
<ErrorReport>prompt</ErrorReport>
|
</PropertyGroup>
|
<ItemGroup>
|
<None Include="App.config" />
|
<Resource Include="Image\IconFont\iconfont.ttf" />
|
<None Include="packages.config" />
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="Attribute\PdmSwPlugin.cs" />
|
<Compile Include="BomIniter\NameUtil.cs" />
|
<Compile Include="BomIniter\YwtBomIniter.cs" />
|
<Compile Include="ClassLoader.cs" />
|
<Compile Include="Constants\PriceCheckName.cs" />
|
<Compile Include="Constants\PropertyName.cs" />
|
<Compile Include="Constants\Settings.cs" />
|
<Compile Include="Control\RichHisWindow.xaml.cs">
|
<DependentUpon>RichHisWindow.xaml</DependentUpon>
|
</Compile>
|
<Compile Include="Control\TreeGrid\Controls\TreeDataGrid.cs" />
|
<Compile Include="Control\TreeGrid\Controls\TreeGrid.cs" />
|
<Compile Include="Control\TreeGrid\Controls\TreeItemContentControl.cs" />
|
<Compile Include="Control\TreeGrid\Controls\TreeItemData.cs" />
|
<Compile Include="Entity\BusinessType.cs" />
|
<Compile Include="Entity\DrawAudit\DrawAudit.cs" />
|
<Compile Include="Entity\DrawAudit\DrawAuditHis.cs" />
|
<Compile Include="Entity\NoteAndPos.cs" />
|
<Compile Include="Entity\NotifyBase.cs" />
|
<Compile Include="Entity\Page.cs" />
|
<Compile Include="Entity\PartSpec.cs" />
|
<Compile Include="Entity\PdmPart.cs" />
|
<Compile Include="BomIniter\BomIniter.cs" />
|
<Compile Include="BomIniter\BomIniterHolder.cs" />
|
<Compile Include="BomIniter\LHJBomIniter.cs" />
|
<Compile Include="Interface\IContectSelectionChangeHandler.cs" />
|
<Compile Include="Interface\IContextHandler.cs" />
|
<Compile Include="Setting\PluginSetting.cs" />
|
<Compile Include="Entity\Pdm\PdmBom.cs" />
|
<Compile Include="Entity\PluginInfo.cs" />
|
<Compile Include="Entity\PropertyInfo_2D.cs" />
|
<Compile Include="Entity\SldComponentInfo_DM.cs" />
|
<Compile Include="Entity\System\PdmUser.cs" />
|
<Compile Include="Event\Events.cs" />
|
<Compile Include="Exception\PdmException.cs" />
|
<Compile Include="Interface\Base\ActiveDocChangeHandlerBase.cs" />
|
<Compile Include="Interface\IActiveDocChangeHandler.cs" />
|
<Compile Include="Interface\ISwAppSetter.cs" />
|
<Compile Include="properties\AssemblyInfo.cs" />
|
<Compile Include="Setting\CustomerSetting.cs" />
|
<Compile Include="Setting\YwtUserSetting.cs" />
|
<Compile Include="Util\DictionaryUtil.cs" />
|
<Compile Include="Util\LimitedConcurrencyLevelTaskScheduler.cs" />
|
<Compile Include="Util\OpenDocContext.cs" />
|
<Compile Include="Util\Pdm\ComponentAndTask.cs" />
|
<Compile Include="Util\Pdm\BomTreeReader.cs" />
|
<Compile Include="Util\Permission\PermissionUtil.cs" />
|
<Compile Include="Util\SwDMUtil.cs" />
|
<Compile Include="Util\UI\MaskAdorner.cs" />
|
<Compile Include="Util\Common\BeanUtil.cs" />
|
<Compile Include="Util\Common\MsgBoxHelper.cs" />
|
<Compile Include="Util\CustomPropertyUtil.cs" />
|
<Compile Include="Util\DMSldFileExtentionChecker.cs" />
|
<Compile Include="Util\CustomerPropertiesWrapper.cs" />
|
<Compile Include="Util\Common\DocUtil.cs" />
|
<Compile Include="Util\EngineeringDrawingFile.cs" />
|
<Compile Include="Util\EngineeringDrawingPropertiesClass.cs" />
|
<Compile Include="Util\FileExtentionChecker.cs" />
|
<Compile Include="Util\Common\FileUtil.cs" />
|
<Compile Include="Util\GetDocumentPropertiesViaDM.cs" />
|
<Compile Include="Util\Http\GlobalExceptionHandler.cs" />
|
<Compile Include="Util\Http\HttpClientCreator.cs" />
|
<Compile Include="Util\Http\HttpUtil.cs" />
|
<Compile Include="Util\Http\Result.cs" />
|
<Compile Include="Util\Common\JsonUtil.cs" />
|
<Compile Include="Util\Common\MD5Util.cs" />
|
<Compile Include="Util\Pdm\ModelUtil.cs" />
|
<Compile Include="Util\UI\MultiExWindow.xaml.cs">
|
<DependentUpon>MultiExWindow.xaml</DependentUpon>
|
</Compile>
|
<Compile Include="Util\WindowIntPtrUtil.cs" />
|
<Compile Include="Util\Xml\XmlUtil.cs" />
|
</ItemGroup>
|
<ItemGroup>
|
<Reference Include="Microsoft.CSharp">
|
<Private>True</Private>
|
</Reference>
|
<Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
|
<HintPath>..\PdmSw\packages\Newtonsoft.Json.13.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
|
</Reference>
|
<Reference Include="PresentationCore" />
|
<Reference Include="PresentationFramework" />
|
<Reference Include="SolidWorks.Interop.sldworks">
|
<HintPath>..\..\..\..\..\Program Files\SOLIDWORKS Corp\SOLIDWORKS\api\redist\SolidWorks.Interop.sldworks.dll</HintPath>
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
</Reference>
|
<Reference Include="SolidWorks.Interop.swconst">
|
<HintPath>..\..\..\..\..\Program Files\SOLIDWORKS Corp\SOLIDWORKS\api\redist\SolidWorks.Interop.swconst.dll</HintPath>
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
</Reference>
|
<Reference Include="SolidWorks.Interop.swdocumentmgr">
|
<HintPath>..\..\..\..\..\Program Files\SOLIDWORKS Corp\SOLIDWORKS\api\redist\SolidWorks.Interop.swdocumentmgr.dll</HintPath>
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
</Reference>
|
<Reference Include="SolidWorks.Interop.swpublished">
|
<HintPath>..\..\..\..\..\Program Files\SOLIDWORKS Corp\SOLIDWORKS\api\redist\SolidWorks.Interop.swpublished.dll</HintPath>
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
</Reference>
|
<Reference Include="System">
|
<Private>True</Private>
|
</Reference>
|
<Reference Include="System.Configuration" />
|
<Reference Include="System.Net.Http" />
|
<Reference Include="System.Web" />
|
<Reference Include="System.Xaml" />
|
<Reference Include="System.Xml" />
|
<Reference Include="WindowsBase" />
|
</ItemGroup>
|
<ItemGroup>
|
<Page Include="Control\RichHisWindow.xaml">
|
<Generator>MSBuild:Compile</Generator>
|
<SubType>Designer</SubType>
|
</Page>
|
<Page Include="Control\TreeGrid\Themes\TreeGrid.xaml">
|
<Generator>MSBuild:Compile</Generator>
|
<SubType>Designer</SubType>
|
</Page>
|
<Page Include="Control\TreeGrid\Themes\TreeItemContentControl.xaml">
|
<Generator>MSBuild:Compile</Generator>
|
<SubType>Designer</SubType>
|
</Page>
|
<Page Include="Style\ComboxStyle.xaml">
|
<Generator>MSBuild:Compile</Generator>
|
<SubType>Designer</SubType>
|
</Page>
|
<Page Include="Style\LinkButton.xaml">
|
<Generator>MSBuild:Compile</Generator>
|
<SubType>Designer</SubType>
|
</Page>
|
<Page Include="Style\ToolBar.xaml">
|
<Generator>MSBuild:Compile</Generator>
|
<SubType>Designer</SubType>
|
</Page>
|
<Page Include="Util\UI\MultiExWindow.xaml">
|
<SubType>Designer</SubType>
|
<Generator>MSBuild:Compile</Generator>
|
</Page>
|
</ItemGroup>
|
<ItemGroup>
|
<Content Include="Image\loading.gif" />
|
</ItemGroup>
|
<ItemGroup>
|
<ProjectReference Include="Z:\VisualStudio\CustomRichBox\CustomRictBox\PdmSwPlugin.UI.csproj">
|
<Project>{44bce7b9-f984-426b-9997-fc1fb1a49cc0}</Project>
|
<Name>PdmSwPlugin.UI</Name>
|
</ProjectReference>
|
</ItemGroup>
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
</Project>
|