프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

hytos / DTI_PID / APIDConverter / AVEVA.PID.CustomizationUtility_ACAD2018_x64.csproj @ 4e320fcb

이력 | 보기 | 이력해설 | 다운로드 (5.82 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="Utils\APIDUtils.cs" />
89
    <Compile Include="Form\APIDConverter.cs">
90
      <SubType>Form</SubType>
91
    </Compile>
92
    <Compile Include="Form\APIDConverter.Designer.cs">
93
      <DependentUpon>APIDConverter.cs</DependentUpon>
94
    </Compile>
95
    <Compile Include="AutoModeling.cs" />
96
    <Compile Include="Aveva.PID.AssemblyInfo.cs" />
97
    <Compile Include="ConverterRibbonUI.cs" />
98
    <Compile Include="DB\DB.cs" />
99
    <Compile Include="Form\MappingForm.cs">
100
      <SubType>Form</SubType>
101
    </Compile>
102
    <Compile Include="Form\MappingForm.Designer.cs">
103
      <DependentUpon>MappingForm.cs</DependentUpon>
104
    </Compile>
105
    <Compile Include="Model\Line.cs" />
106
    <Compile Include="Model\PlantItem.cs" />
107
    <Compile Include="Model\Symbol.cs" />
108
    <Compile Include="PIDCustomization.cs" />
109
    <Compile Include="Form\ProjectForm.cs">
110
      <SubType>Form</SubType>
111
    </Compile>
112
    <Compile Include="Form\ProjectForm.Designer.cs">
113
      <DependentUpon>ProjectForm.cs</DependentUpon>
114
    </Compile>
115
    <Compile Include="Properties\AssemblyInfo.cs" />
116
    <Compile Include="Utilities.cs" />
117
    <Compile Include="Utils\GUIUtils.cs" />
118
  </ItemGroup>
119
  <ItemGroup>
120
    <EmbeddedResource Include="Form\APIDConverter.resx">
121
      <DependentUpon>APIDConverter.cs</DependentUpon>
122
    </EmbeddedResource>
123
    <EmbeddedResource Include="Form\ProjectForm.resx">
124
      <DependentUpon>ProjectForm.cs</DependentUpon>
125
    </EmbeddedResource>
126
    <EmbeddedResource Include="Form\MappingForm.resx">
127
      <DependentUpon>MappingForm.cs</DependentUpon>
128
    </EmbeddedResource>
129
  </ItemGroup>
130
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
131
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
132
       Other similar extension points exist, see Microsoft.Common.targets.
133
  <Target Name="BeforeBuild">
134
  </Target>
135
  <Target Name="AfterBuild">
136
  </Target>
137
  -->
138
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)