<?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>{6E609A8C-583B-4607-A510-FA84218C4A31}</ProjectGuid>
|
<OutputType>Library</OutputType>
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
<RootNamespace>PdmSwPlugin.Main</RootNamespace>
|
<AssemblyName>PdmSwPlugin.Main</AssemblyName>
|
<TargetFrameworkVersion>v4.7.2</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>
|
</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>
|
<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>
|
<Reference Include="AutoUpdater.NET, Version=1.8.6.0, Culture=neutral, PublicKeyToken=501435c91b35f4bc, processorArchitecture=MSIL">
|
<SpecificVersion>False</SpecificVersion>
|
<HintPath>Lib\AutoUpdater.NET.dll</HintPath>
|
</Reference>
|
<Reference Include="log4net">
|
<HintPath>..\lib\log4net.dll</HintPath>
|
</Reference>
|
<Reference Include="Microsoft.CSharp" />
|
<Reference Include="PresentationCore">
|
<Private>True</Private>
|
</Reference>
|
<Reference Include="PresentationFramework">
|
<Private>True</Private>
|
</Reference>
|
<Reference Include="SolidWorks.Interop.sldworks">
|
<HintPath>C:\Program Files\SOLIDWORKS Corp\SOLIDWORKS\api\redist\SolidWorks.Interop.sldworks.dll</HintPath>
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
</Reference>
|
<Reference Include="SolidWorks.Interop.swconst">
|
<HintPath>C:\Program Files\SOLIDWORKS Corp\SOLIDWORKS\api\redist\SolidWorks.Interop.swconst.dll</HintPath>
|
<EmbedInteropTypes>True</EmbedInteropTypes>
|
</Reference>
|
<Reference Include="SuperSocket.Common">
|
<HintPath>..\lib\SuperSocket.Common.dll</HintPath>
|
</Reference>
|
<Reference Include="SuperSocket.Facility">
|
<HintPath>..\lib\SuperSocket.Facility.dll</HintPath>
|
</Reference>
|
<Reference Include="SuperSocket.SocketBase">
|
<HintPath>..\lib\SuperSocket.SocketBase.dll</HintPath>
|
</Reference>
|
<Reference Include="SuperSocket.SocketEngine">
|
<HintPath>..\lib\SuperSocket.SocketEngine.dll</HintPath>
|
</Reference>
|
<Reference Include="System">
|
<Private>True</Private>
|
</Reference>
|
<Reference Include="System.Configuration" />
|
<Reference Include="System.Net.Http">
|
<Private>True</Private>
|
</Reference>
|
<Reference Include="System.Xaml">
|
<Private>True</Private>
|
</Reference>
|
<Reference Include="System.Xml" />
|
<Reference Include="WindowsBase">
|
<Private>True</Private>
|
</Reference>
|
</ItemGroup>
|
<ItemGroup>
|
<Compile Include="Constant\PluginConst.cs" />
|
<Compile Include="EventHandler\AssDocEventHandler.cs" />
|
<Compile Include="EventHandler\BaseAttacher.cs" />
|
<Compile Include="EventHandler\BaseEventHandler.cs" />
|
<Compile Include="EventHandler\DrwDocEventHandler.cs" />
|
<Compile Include="EventHandler\IEventAttacher.cs" />
|
<Compile Include="EventHandler\PartDocEventHandler.cs" />
|
<Compile Include="EventHandler\DocViewEventHandler.cs" />
|
<Compile Include="EventHandler\IDocEventHandler.cs" />
|
<Compile Include="LoginControl.xaml.cs">
|
<DependentUpon>LoginControl.xaml</DependentUpon>
|
</Compile>
|
<Compile Include="MainControl.xaml.cs">
|
<DependentUpon>MainControl.xaml</DependentUpon>
|
</Compile>
|
<Compile Include="MainTab.xaml.cs">
|
<DependentUpon>MainTab.xaml</DependentUpon>
|
</Compile>
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="SwAddIn\MainControl.cs" />
|
<Compile Include="Tcp\TcpReqInfo.cs" />
|
</ItemGroup>
|
<ItemGroup>
|
<Page Include="LoginControl.xaml">
|
<SubType>Designer</SubType>
|
<Generator>MSBuild:Compile</Generator>
|
</Page>
|
<Page Include="MainControl.xaml">
|
<Generator>MSBuild:Compile</Generator>
|
<SubType>Designer</SubType>
|
</Page>
|
<Page Include="MainTab.xaml">
|
<SubType>Designer</SubType>
|
<Generator>MSBuild:Compile</Generator>
|
</Page>
|
</ItemGroup>
|
<ItemGroup>
|
<None Include="app.config" />
|
</ItemGroup>
|
<ItemGroup>
|
<ProjectReference Include="..\PdmSwPlugin.Common\PdmSwPlugin.Common.csproj">
|
<Project>{e17ef6b6-ee83-45aa-b0c0-e3a097089e97}</Project>
|
<Name>PdmSwPlugin.Common</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\PdmSwPlugin.DrawApprove\PdmSwPlugin.DrawApprove.csproj">
|
<Project>{be239d32-7253-4d19-8793-159e98545b55}</Project>
|
<Name>PdmSwPlugin.DrawApprove</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\PdmSwPlugin.MaterialSelect\PdmSwPlugin.MaterialSelect.csproj">
|
<Project>{b9e83aed-2f8b-4f42-9e62-5dc99bf30054}</Project>
|
<Name>PdmSwPlugin.MaterialSelect</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\PdmSwPlugin.PDM\PdmSwPlugin.PDM.csproj">
|
<Project>{1033fbd8-8700-4cd0-808a-bb97db057a6b}</Project>
|
<Name>PdmSwPlugin.PDM</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\PdmSwPlugin.PriceCheck\PdmSwPlugin.PriceCheck.csproj">
|
<Project>{7F9B5FF6-D154-4D2E-96B6-815ECAD9EDC3}</Project>
|
<Name>PdmSwPlugin.PriceCheck</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\PdmSwPlugin.PropertySetting\PdmSwPlugin.PropertySetting.csproj">
|
<Project>{713278fd-1a24-41a4-86b7-1072e7db9e39}</Project>
|
<Name>PdmSwPlugin.PropertySetting</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\PdmSwPlugin.UserSetting\PdmSwPlugin.UserSetting.csproj">
|
<Project>{6b482569-df69-419e-ad2a-2360a9870bc4}</Project>
|
<Name>PdmSwPlugin.UserSetting</Name>
|
</ProjectReference>
|
<ProjectReference Include="..\VersionControl\VersionControl.csproj">
|
<Project>{901d9419-6747-409a-b82e-bd609bbc3cd5}</Project>
|
<Name>VersionControl</Name>
|
</ProjectReference>
|
</ItemGroup>
|
<ItemGroup>
|
<Folder Include="Lib\" />
|
</ItemGroup>
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
</Project>
|