106 lines
5.0 KiB
XML
106 lines
5.0 KiB
XML
<?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>{5E040389-82EF-4A66-942E-A65817CAB55F}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>TellmePdmsPluging</RootNamespace>
|
|
<AssemblyName>TellmePdmsPluging</AssemblyName>
|
|
<TargetFrameworkVersion>v3.5</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|x86' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>bin\x86\Debug\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>bin\x86\Release\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<PlatformTarget>x86</PlatformTarget>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Aveva.ApplicationFramework">
|
|
<HintPath>..\..\..\..\..\AVEVA\Plant\PDMS12.1.SP4\Aveva.ApplicationFramework.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Aveva.ApplicationFramework.Presentation">
|
|
<HintPath>..\..\..\..\..\AVEVA\Plant\PDMS12.1.SP4\Aveva.ApplicationFramework.Presentation.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Aveva.ApplicationFramework.Presentation.Customize">
|
|
<HintPath>..\..\..\..\..\AVEVA\Plant\PDMS12.1.SP4\Aveva.ApplicationFramework.Presentation.Customize.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Aveva.Pdms.Database">
|
|
<HintPath>..\..\..\..\..\AVEVA\Plant\PDMS12.1.SP4\Aveva.Pdms.Database.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="Aveva.Pdms.Geometry">
|
|
<HintPath>..\..\..\..\..\AVEVA\Plant\PDMS12.1.SP4\Aveva.Pdms.Geometry.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="PMLNet">
|
|
<HintPath>..\..\..\..\..\AVEVA\Plant\PDMS12.1.SP4\PMLNet.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Windows.Forms" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
<Reference Include="System.Data.DataSetExtensions" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Web.Extensions" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Class1.cs" />
|
|
<Compile Include="Commands\CloseProjectCommand.cs" />
|
|
<Compile Include="Commands\ExportIfcCommand.cs" />
|
|
<Compile Include="Commands\OpenMdbCommand.cs" />
|
|
<Compile Include="Commands\OpenProjectCommand.cs" />
|
|
<Compile Include="Commands\ShrinkwrapModelCommand.cs" />
|
|
<Compile Include="Commands\SimplifyModelCommand.cs" />
|
|
<Compile Include="Core\ICommand.cs" />
|
|
<Compile Include="Core\ApiResponse.cs" />
|
|
<Compile Include="Core\MainThreadInvoker.cs" />
|
|
<Compile Include="Core\PdmsManager.cs" />
|
|
<Compile Include="Core\SafeQueue.cs" />
|
|
<Compile Include="Models\ExportIfcRequest.cs" />
|
|
<Compile Include="Models\CloseProjectRequest.cs" />
|
|
<Compile Include="Models\ModelStatusResponse.cs" />
|
|
<Compile Include="Models\OpenMdbRequest.cs" />
|
|
<Compile Include="Models\OpenProjectRequest.cs" />
|
|
<Compile Include="Models\ShrinkwrapModelRequest.cs" />
|
|
<Compile Include="Models\SimplifyModelRequest.cs" />
|
|
<Compile Include="Network\HttpServer.cs" />
|
|
<Compile Include="Network\BatchTaskResultCallbackService.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project>
|