hytos / DTI_PID / APIDConverter / AVEVA.PID.CustomizationUtility_ACAD2018_x64.csproj @ aabc2b2d
이력 | 보기 | 이력해설 | 다운로드 (4.58 KB)
1 |
<?xml version="1.0" encoding="utf-8"?> |
---|---|
2 |
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 |
<PropertyGroup> |
4 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
5 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
6 |
<ProductVersion>8.0.30703</ProductVersion> |
7 |
<SchemaVersion>2.0</SchemaVersion> |
8 |
<ProjectGuid>{3D03D577-7689-46ED-829D-1152B1180706}</ProjectGuid> |
9 |
<OutputType>Library</OutputType> |
10 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
11 |
<RootNamespace>AVEVA.PID.CustomizationUtility</RootNamespace> |
12 |
<AssemblyName>AVEVA.PID.CustomizationUtility</AssemblyName> |
13 |
<TargetFrameworkVersion>v4.7.2</TargetFrameworkVersion> |
14 |
<FileAlignment>512</FileAlignment> |
15 |
<SccProjectName>SAK</SccProjectName> |
16 |
<SccLocalPath>SAK</SccLocalPath> |
17 |
<SccAuxPath>SAK</SccAuxPath> |
18 |
<SccProvider>SAK</SccProvider> |
19 |
<TargetFrameworkProfile /> |
20 |
</PropertyGroup> |
21 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
22 |
<DebugSymbols>true</DebugSymbols> |
23 |
<OutputPath>C:\Program Files\AVEVA\P&ID 12.2.SP1\Install\Exe\</OutputPath> |
24 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
25 |
<DebugType>full</DebugType> |
26 |
<PlatformTarget>x64</PlatformTarget> |
27 |
<ErrorReport>prompt</ErrorReport> |
28 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
29 |
</PropertyGroup> |
30 |
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
31 |
<OutputPath>bin\Release\</OutputPath> |
32 |
<DefineConstants>TRACE</DefineConstants> |
33 |
<Optimize>true</Optimize> |
34 |
<DebugType>pdbonly</DebugType> |
35 |
<PlatformTarget>x64</PlatformTarget> |
36 |
<ErrorReport>prompt</ErrorReport> |
37 |
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
38 |
</PropertyGroup> |
39 |
<ItemGroup> |
40 |
<Reference Include="accoremgd"> |
41 |
<HintPath>C:\Program Files\Autodesk\AutoCAD 2018\accoremgd.dll</HintPath> |
42 |
<Private>False</Private> |
43 |
</Reference> |
44 |
<Reference Include="acdbmgd"> |
45 |
<HintPath>C:\Program Files\Autodesk\AutoCAD 2018\acdbmgd.dll</HintPath> |
46 |
<Private>False</Private> |
47 |
</Reference> |
48 |
<Reference Include="acmgd"> |
49 |
<HintPath>C:\Program Files\Autodesk\AutoCAD 2018\acmgd.dll</HintPath> |
50 |
<Private>False</Private> |
51 |
</Reference> |
52 |
<Reference Include="AcWindows"> |
53 |
<HintPath>C:\Program Files\Autodesk\AutoCAD 2018\AcWindows.dll</HintPath> |
54 |
<Private>False</Private> |
55 |
</Reference> |
56 |
<Reference Include="AdWindows"> |
57 |
<HintPath>C:\Program Files\Autodesk\AutoCAD 2018\AdWindows.dll</HintPath> |
58 |
<Private>False</Private> |
59 |
</Reference> |
60 |
<Reference Include="Autodesk.AutoCAD.Interop"> |
61 |
<HintPath>C:\Program Files\Autodesk\AutoCAD 2018\Autodesk.AutoCAD.Interop.dll</HintPath> |
62 |
<EmbedInteropTypes>True</EmbedInteropTypes> |
63 |
</Reference> |
64 |
<Reference Include="Autodesk.AutoCAD.Interop.Common"> |
65 |
<HintPath>C:\Program Files\Autodesk\AutoCAD 2018\Autodesk.AutoCAD.Interop.Common.dll</HintPath> |
66 |
<EmbedInteropTypes>True</EmbedInteropTypes> |
67 |
</Reference> |
68 |
<Reference Include="AVEVA.PID.GUI, Version=12.2.1.2, Culture=neutral, processorArchitecture=AMD64"> |
69 |
<SpecificVersion>False</SpecificVersion> |
70 |
<HintPath>C:\Program Files\AVEVA\P&ID 12.2.SP1\Install\Exe\AVEVA.PID.GUI.dll</HintPath> |
71 |
<Private>False</Private> |
72 |
</Reference> |
73 |
<Reference Include="Microsoft.VisualBasic" /> |
74 |
<Reference Include="PresentationCore" /> |
75 |
<Reference Include="PresentationFramework" /> |
76 |
<Reference Include="System" /> |
77 |
<Reference Include="System.Core" /> |
78 |
<Reference Include="System.Windows.Forms" /> |
79 |
<Reference Include="System.Xaml" /> |
80 |
<Reference Include="System.Xml.Linq" /> |
81 |
<Reference Include="System.Data.DataSetExtensions" /> |
82 |
<Reference Include="System.Data" /> |
83 |
<Reference Include="System.Xml" /> |
84 |
<Reference Include="WindowsBase" /> |
85 |
</ItemGroup> |
86 |
<ItemGroup> |
87 |
<Compile Include="AutoModeling.cs" /> |
88 |
<Compile Include="Aveva.PID.AssemblyInfo.cs" /> |
89 |
<Compile Include="ConverterRibbonUI.cs" /> |
90 |
<Compile Include="DB\DB.cs" /> |
91 |
<Compile Include="PIDCustomization.cs" /> |
92 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
93 |
<Compile Include="Utilities.cs" /> |
94 |
<Compile Include="Utils\GUIUtils.cs" /> |
95 |
</ItemGroup> |
96 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
97 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
98 |
Other similar extension points exist, see Microsoft.Common.targets. |
99 |
<Target Name="BeforeBuild"> |
100 |
</Target> |
101 |
<Target Name="AfterBuild"> |
102 |
</Target> |
103 |
--> |
104 |
</Project> |