프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / APIDConverter / AVEVA.PID.CustomizationUtility_ACAD2018_x64.csproj @ 04c6def2

이력 | 보기 | 이력해설 | 다운로드 (13.1 KB)

1 6348c496 gaqhf
<?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 53a4ebb8 gaqhf
    <NuGetPackageImportStamp>
21
    </NuGetPackageImportStamp>
22 6348c496 gaqhf
  </PropertyGroup>
23
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
24
    <DebugSymbols>true</DebugSymbols>
25
    <OutputPath>C:\Program Files\AVEVA\P&amp;ID 12.2.SP1\Install\Exe\</OutputPath>
26
    <DefineConstants>DEBUG;TRACE</DefineConstants>
27
    <DebugType>full</DebugType>
28
    <PlatformTarget>x64</PlatformTarget>
29
    <ErrorReport>prompt</ErrorReport>
30
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
31
  </PropertyGroup>
32
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
33
    <OutputPath>bin\Release\</OutputPath>
34
    <DefineConstants>TRACE</DefineConstants>
35
    <Optimize>true</Optimize>
36
    <DebugType>pdbonly</DebugType>
37
    <PlatformTarget>x64</PlatformTarget>
38
    <ErrorReport>prompt</ErrorReport>
39
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
40
  </PropertyGroup>
41
  <ItemGroup>
42 5781eaba gaqhf
    <Reference Include="Accessibility" />
43 6348c496 gaqhf
    <Reference Include="accoremgd">
44
      <HintPath>C:\Program Files\Autodesk\AutoCAD 2018\accoremgd.dll</HintPath>
45 aabc2b2d gaqhf
      <Private>False</Private>
46 6348c496 gaqhf
    </Reference>
47
    <Reference Include="acdbmgd">
48
      <HintPath>C:\Program Files\Autodesk\AutoCAD 2018\acdbmgd.dll</HintPath>
49 aabc2b2d gaqhf
      <Private>False</Private>
50 6348c496 gaqhf
    </Reference>
51
    <Reference Include="acmgd">
52
      <HintPath>C:\Program Files\Autodesk\AutoCAD 2018\acmgd.dll</HintPath>
53 aabc2b2d gaqhf
      <Private>False</Private>
54
    </Reference>
55
    <Reference Include="AcWindows">
56
      <HintPath>C:\Program Files\Autodesk\AutoCAD 2018\AcWindows.dll</HintPath>
57
      <Private>False</Private>
58 6348c496 gaqhf
    </Reference>
59 c4c1e3b5 gaqhf
    <Reference Include="AdWindows">
60
      <HintPath>C:\Program Files\Autodesk\AutoCAD 2018\AdWindows.dll</HintPath>
61 aabc2b2d gaqhf
      <Private>False</Private>
62 c4c1e3b5 gaqhf
    </Reference>
63 6348c496 gaqhf
    <Reference Include="Autodesk.AutoCAD.Interop">
64
      <HintPath>C:\Program Files\Autodesk\AutoCAD 2018\Autodesk.AutoCAD.Interop.dll</HintPath>
65
      <EmbedInteropTypes>True</EmbedInteropTypes>
66
    </Reference>
67
    <Reference Include="Autodesk.AutoCAD.Interop.Common">
68
      <HintPath>C:\Program Files\Autodesk\AutoCAD 2018\Autodesk.AutoCAD.Interop.Common.dll</HintPath>
69
      <EmbedInteropTypes>True</EmbedInteropTypes>
70
    </Reference>
71 59184d1b gaqhf
    <Reference Include="AVEVA.PID.Common, Version=12.2.1.2, Culture=neutral, processorArchitecture=MSIL">
72
      <SpecificVersion>False</SpecificVersion>
73
      <HintPath>C:\Program Files\AVEVA\P&amp;ID 12.2.SP1\Install\Exe\AVEVA.PID.Common.dll</HintPath>
74 04c6def2 gaqhf
      <Private>False</Private>
75 59184d1b gaqhf
    </Reference>
76
    <Reference Include="AVEVA.PID.Components, Version=12.2.1.2, Culture=neutral, processorArchitecture=AMD64">
77
      <SpecificVersion>False</SpecificVersion>
78
      <HintPath>C:\Program Files\AVEVA\P&amp;ID 12.2.SP1\Install\Exe\AVEVA.PID.Components.dll</HintPath>
79 04c6def2 gaqhf
      <Private>False</Private>
80 59184d1b gaqhf
    </Reference>
81
    <Reference Include="AVEVA.PID.DWGSelector, Version=12.2.1.2, Culture=neutral, processorArchitecture=AMD64">
82
      <SpecificVersion>False</SpecificVersion>
83
      <HintPath>C:\Program Files\AVEVA\P&amp;ID 12.2.SP1\Install\Exe\AVEVA.PID.DWGSelector.dll</HintPath>
84 04c6def2 gaqhf
      <Private>False</Private>
85 59184d1b gaqhf
    </Reference>
86 aabc2b2d gaqhf
    <Reference Include="AVEVA.PID.GUI, Version=12.2.1.2, Culture=neutral, processorArchitecture=AMD64">
87
      <SpecificVersion>False</SpecificVersion>
88
      <HintPath>C:\Program Files\AVEVA\P&amp;ID 12.2.SP1\Install\Exe\AVEVA.PID.GUI.dll</HintPath>
89
      <Private>False</Private>
90
    </Reference>
91 6b3cb476 gaqhf
    <Reference Include="AVEVA.PID.Utilities, Version=12.2.1.2, Culture=neutral, processorArchitecture=AMD64">
92
      <SpecificVersion>False</SpecificVersion>
93
      <HintPath>C:\Program Files\AVEVA\P&amp;ID 12.2.SP1\Install\Exe\AVEVA.PID.Utilities.dll</HintPath>
94
      <Private>False</Private>
95
    </Reference>
96 e3ced1c9 gaqhf
    <Reference Include="DevExpress.Data.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
97 53a4ebb8 gaqhf
    <Reference Include="DevExpress.Dialogs.v18.2.Core, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
98 e3ced1c9 gaqhf
    <Reference Include="DevExpress.Printing.v18.2.Core, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
99 5781eaba gaqhf
    <Reference Include="DevExpress.Sparkline.v18.2.Core, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
100 e3ced1c9 gaqhf
    <Reference Include="DevExpress.Utils.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
101
    <Reference Include="DevExpress.XtraBars.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
102 53a4ebb8 gaqhf
    <Reference Include="DevExpress.XtraDialogs.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
103 e3ced1c9 gaqhf
    <Reference Include="DevExpress.XtraEditors.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
104 53a4ebb8 gaqhf
    <Reference Include="DevExpress.XtraGrid.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
105
    <Reference Include="DevExpress.XtraLayout.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
106
    <Reference Include="DevExpress.XtraTreeList.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
107 6348c496 gaqhf
    <Reference Include="Microsoft.VisualBasic" />
108 53a4ebb8 gaqhf
    <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
109
      <SpecificVersion>False</SpecificVersion>
110
      <HintPath>C:\Program Files\AVEVA\P&amp;ID 12.2.SP1\Install\Exe\Newtonsoft.Json.dll</HintPath>
111 6b3cb476 gaqhf
      <Private>False</Private>
112 53a4ebb8 gaqhf
    </Reference>
113 aabc2b2d gaqhf
    <Reference Include="PresentationCore" />
114
    <Reference Include="PresentationFramework" />
115 6348c496 gaqhf
    <Reference Include="System" />
116 e3ced1c9 gaqhf
    <Reference Include="System.ComponentModel.DataAnnotations" />
117 5781eaba gaqhf
    <Reference Include="System.Configuration" />
118 6348c496 gaqhf
    <Reference Include="System.Core" />
119 5781eaba gaqhf
    <Reference Include="System.Data.Linq" />
120 53a4ebb8 gaqhf
    <Reference Include="System.Data.SQLite, Version=1.0.111.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
121
      <HintPath>..\packages\System.Data.SQLite.Core.1.0.111.0\lib\net46\System.Data.SQLite.dll</HintPath>
122
    </Reference>
123 5781eaba gaqhf
    <Reference Include="System.Deployment" />
124 74a0c9d6 gaqhf
    <Reference Include="System.Drawing" />
125 e3ced1c9 gaqhf
    <Reference Include="System.Runtime.Remoting" />
126 5781eaba gaqhf
    <Reference Include="System.Runtime.Serialization" />
127
    <Reference Include="System.Runtime.Serialization.Formatters.Soap" />
128
    <Reference Include="System.Security" />
129
    <Reference Include="System.Transactions" />
130 6348c496 gaqhf
    <Reference Include="System.Windows.Forms" />
131 aabc2b2d gaqhf
    <Reference Include="System.Xaml" />
132 6348c496 gaqhf
    <Reference Include="System.Xml.Linq" />
133
    <Reference Include="System.Data.DataSetExtensions" />
134
    <Reference Include="System.Data" />
135
    <Reference Include="System.Xml" />
136 e3ced1c9 gaqhf
    <Reference Include="UIAutomationClient" />
137 aabc2b2d gaqhf
    <Reference Include="WindowsBase" />
138 6348c496 gaqhf
  </ItemGroup>
139
  <ItemGroup>
140 88cb9898 gaqhf
    <Compile Include="APIDConverterExplorer.cs">
141
      <SubType>UserControl</SubType>
142
    </Compile>
143
    <Compile Include="APIDConverterExplorer.Designer.cs">
144
      <DependentUpon>APIDConverterExplorer.cs</DependentUpon>
145
    </Compile>
146 53a4ebb8 gaqhf
    <Compile Include="DB\Project_DB.cs" />
147 bdefe8a5 gaqhf
    <Compile Include="Form\ProjectForm.cs">
148 53a4ebb8 gaqhf
      <SubType>Form</SubType>
149
    </Compile>
150 bdefe8a5 gaqhf
    <Compile Include="Form\ProjectForm.Designer.cs">
151
      <DependentUpon>ProjectForm.cs</DependentUpon>
152 53a4ebb8 gaqhf
    </Compile>
153 465c8b6e gaqhf
    <Compile Include="Log.cs" />
154 5aec7e24 gaqhf
    <Compile Include="Model\PlantItem\EndBreak.cs" />
155
    <Compile Include="Model\PlantItem\LineNumber.cs" />
156
    <Compile Include="Model\PlantItem\Other\APIDInfo.cs" />
157 5598104a gaqhf
    <Compile Include="Model\PlantItem\Other\Association.cs" />
158
    <Compile Include="Model\PlantItem\Other\Attribute.cs" />
159
    <Compile Include="Model\PlantItem\Other\ChildSymbol.cs" />
160
    <Compile Include="Model\PlantItem\Other\Connector.cs" />
161 db06b100 gaqhf
    <Compile Include="Model\PlantItem\Document.cs" />
162
    <Compile Include="Model\PlantItem\Equipment.cs" />
163 5aec7e24 gaqhf
    <Compile Include="Model\PlantItem\Other\LineRun.cs" />
164 5598104a gaqhf
    <Compile Include="Model\PlantItem\Other\Property.cs" />
165 db06b100 gaqhf
    <Compile Include="Model\Project_Info.cs" />
166 5aec7e24 gaqhf
    <Compile Include="Model\PlantItem\SpecBreak.cs" />
167
    <Compile Include="Model\PlantItem\TrimLine.cs" />
168 fdb1367e gaqhf
    <Compile Include="Properties\Resource.Designer.cs">
169
      <AutoGen>True</AutoGen>
170
      <DesignTime>True</DesignTime>
171
      <DependentUpon>Resource.resx</DependentUpon>
172
    </Compile>
173 53a4ebb8 gaqhf
    <Compile Include="Properties\Settings.Designer.cs">
174
      <AutoGen>True</AutoGen>
175
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
176
      <DependentUpon>Settings.settings</DependentUpon>
177
    </Compile>
178 bdefe8a5 gaqhf
    <Compile Include="Settings.cs" />
179 4e320fcb gaqhf
    <Compile Include="Utils\APIDUtils.cs" />
180 74a0c9d6 gaqhf
    <Compile Include="Form\APIDConverter.cs">
181
      <SubType>Form</SubType>
182
    </Compile>
183
    <Compile Include="Form\APIDConverter.Designer.cs">
184
      <DependentUpon>APIDConverter.cs</DependentUpon>
185
    </Compile>
186 aabc2b2d gaqhf
    <Compile Include="AutoModeling.cs" />
187 6348c496 gaqhf
    <Compile Include="Aveva.PID.AssemblyInfo.cs" />
188 aabc2b2d gaqhf
    <Compile Include="ConverterRibbonUI.cs" />
189 dc270d65 gaqhf
    <Compile Include="Form\MappingForm.cs">
190
      <SubType>Form</SubType>
191
    </Compile>
192
    <Compile Include="Form\MappingForm.Designer.cs">
193
      <DependentUpon>MappingForm.cs</DependentUpon>
194
    </Compile>
195 db06b100 gaqhf
    <Compile Include="Model\PlantItem\Line.cs" />
196
    <Compile Include="Model\PlantItem\PlantItem.cs" />
197
    <Compile Include="Model\PlantItem\Symbol.cs" />
198 6348c496 gaqhf
    <Compile Include="PIDCustomization.cs" />
199
    <Compile Include="Properties\AssemblyInfo.cs" />
200
    <Compile Include="Utilities.cs" />
201 c4c1e3b5 gaqhf
    <Compile Include="Utils\GUIUtils.cs" />
202 6348c496 gaqhf
  </ItemGroup>
203 74a0c9d6 gaqhf
  <ItemGroup>
204 88cb9898 gaqhf
    <EmbeddedResource Include="APIDConverterExplorer.resx">
205
      <DependentUpon>APIDConverterExplorer.cs</DependentUpon>
206
    </EmbeddedResource>
207 74a0c9d6 gaqhf
    <EmbeddedResource Include="Form\APIDConverter.resx">
208
      <DependentUpon>APIDConverter.cs</DependentUpon>
209
    </EmbeddedResource>
210 dc270d65 gaqhf
    <EmbeddedResource Include="Form\ProjectForm.resx">
211
      <DependentUpon>ProjectForm.cs</DependentUpon>
212
    </EmbeddedResource>
213
    <EmbeddedResource Include="Form\MappingForm.resx">
214
      <DependentUpon>MappingForm.cs</DependentUpon>
215
    </EmbeddedResource>
216 e3ced1c9 gaqhf
    <EmbeddedResource Include="Properties\licenses.licx" />
217 fdb1367e gaqhf
    <EmbeddedResource Include="Properties\Resource.resx">
218
      <Generator>ResXFileCodeGenerator</Generator>
219
      <LastGenOutput>Resource.Designer.cs</LastGenOutput>
220
    </EmbeddedResource>
221 74a0c9d6 gaqhf
  </ItemGroup>
222 53a4ebb8 gaqhf
  <ItemGroup>
223
    <None Include="packages.config" />
224
    <None Include="Properties\Settings.settings">
225
      <Generator>SettingsSingleFileGenerator</Generator>
226
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
227
    </None>
228
  </ItemGroup>
229 fdb1367e gaqhf
  <ItemGroup>
230
    <EmbeddedResource Include="Resources\convert.png" />
231
  </ItemGroup>
232
  <ItemGroup>
233
    <EmbeddedResource Include="Resources\mapping.png" />
234
  </ItemGroup>
235
  <ItemGroup>
236
    <EmbeddedResource Include="Resources\setting.png" />
237
  </ItemGroup>
238 a77303ca gaqhf
  <ItemGroup>
239
    <None Include="Resources\cancel_16x16.png" />
240
  </ItemGroup>
241 6348c496 gaqhf
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
242 53a4ebb8 gaqhf
  <Import Project="..\packages\System.Data.SQLite.Core.1.0.111.0\build\net46\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.111.0\build\net46\System.Data.SQLite.Core.targets')" />
243
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
244
    <PropertyGroup>
245
      <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
246
    </PropertyGroup>
247
    <Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.111.0\build\net46\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.111.0\build\net46\System.Data.SQLite.Core.targets'))" />
248
  </Target>
249 6348c496 gaqhf
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
250
       Other similar extension points exist, see Microsoft.Common.targets.
251
  <Target Name="BeforeBuild">
252
  </Target>
253
  <Target Name="AfterBuild">
254
  </Target>
255
  -->
256
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)