프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / APIDConverter / AVEVA.PID.CustomizationUtility_ACAD2018_x64.csproj @ 74a0c9d6

이력 | 보기 | 이력해설 | 다운로드 (4.99 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&amp;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&amp;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.Drawing" />
79
    <Reference Include="System.Windows.Forms" />
80
    <Reference Include="System.Xaml" />
81
    <Reference Include="System.Xml.Linq" />
82
    <Reference Include="System.Data.DataSetExtensions" />
83
    <Reference Include="System.Data" />
84
    <Reference Include="System.Xml" />
85
    <Reference Include="WindowsBase" />
86
  </ItemGroup>
87
  <ItemGroup>
88
    <Compile Include="Form\APIDConverter.cs">
89
      <SubType>Form</SubType>
90
    </Compile>
91
    <Compile Include="Form\APIDConverter.Designer.cs">
92
      <DependentUpon>APIDConverter.cs</DependentUpon>
93
    </Compile>
94
    <Compile Include="AutoModeling.cs" />
95
    <Compile Include="Aveva.PID.AssemblyInfo.cs" />
96
    <Compile Include="ConverterRibbonUI.cs" />
97
    <Compile Include="DB\DB.cs" />
98
    <Compile Include="PIDCustomization.cs" />
99
    <Compile Include="Properties\AssemblyInfo.cs" />
100
    <Compile Include="Utilities.cs" />
101
    <Compile Include="Utils\GUIUtils.cs" />
102
  </ItemGroup>
103
  <ItemGroup>
104
    <EmbeddedResource Include="Form\APIDConverter.resx">
105
      <DependentUpon>APIDConverter.cs</DependentUpon>
106
    </EmbeddedResource>
107
  </ItemGroup>
108
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
109
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
110
       Other similar extension points exist, see Microsoft.Common.targets.
111
  <Target Name="BeforeBuild">
112
  </Target>
113
  <Target Name="AfterBuild">
114
  </Target>
115
  -->
116
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)