프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / SPPIDConverter_CustomCommand / SPPIDConverter_CustomCommand.csproj @ aa826cf3

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

1 d57a5303 gaqhf
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
  <PropertyGroup>
5
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7
    <ProjectGuid>{4B35A8E9-DBE4-4D2E-8555-1CD5CB907D2D}</ProjectGuid>
8
    <OutputType>Library</OutputType>
9
    <AppDesignerFolder>Properties</AppDesignerFolder>
10
    <RootNamespace>CustomCommand</RootNamespace>
11 58403896 gaqhf
    <AssemblyName>SPPIDConverter</AssemblyName>
12 d57a5303 gaqhf
    <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
13
    <FileAlignment>512</FileAlignment>
14
    <TargetFrameworkProfile />
15
  </PropertyGroup>
16
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17
    <DebugSymbols>true</DebugSymbols>
18
    <DebugType>full</DebugType>
19
    <Optimize>false</Optimize>
20 64e2cbfb gaqhf
    <OutputPath>bin\Debug\</OutputPath>
21 d57a5303 gaqhf
    <DefineConstants>TRACE</DefineConstants>
22
    <ErrorReport>prompt</ErrorReport>
23
    <WarningLevel>4</WarningLevel>
24
    <PlatformTarget>x86</PlatformTarget>
25
  </PropertyGroup>
26
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27
    <DebugType>pdbonly</DebugType>
28
    <Optimize>true</Optimize>
29
    <OutputPath>bin\Release\</OutputPath>
30
    <DefineConstants>TRACE</DefineConstants>
31
    <ErrorReport>prompt</ErrorReport>
32
    <WarningLevel>4</WarningLevel>
33
    <PlatformTarget>x86</PlatformTarget>
34
  </PropertyGroup>
35 022cae08 gaqhf
  <PropertyGroup>
36
    <StartupObject />
37
  </PropertyGroup>
38 42ca9c0f humkyung
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
39
    <DebugSymbols>true</DebugSymbols>
40
    <OutputPath>bin\x86\Debug\</OutputPath>
41
    <DefineConstants>TRACE</DefineConstants>
42
    <DebugType>full</DebugType>
43
    <PlatformTarget>x86</PlatformTarget>
44
    <ErrorReport>prompt</ErrorReport>
45
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
46
  </PropertyGroup>
47
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
48
    <OutputPath>bin\x86\Release\</OutputPath>
49
    <DefineConstants>TRACE</DefineConstants>
50
    <Optimize>true</Optimize>
51
    <DebugType>pdbonly</DebugType>
52
    <PlatformTarget>x86</PlatformTarget>
53
    <ErrorReport>prompt</ErrorReport>
54
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
55
  </PropertyGroup>
56 d57a5303 gaqhf
  <ItemGroup>
57 91502a9b gaqhf
    <Reference Include="GemBox.Spreadsheet, Version=39.3.30.1130, Culture=neutral, PublicKeyToken=b1b72c69714d4847, processorArchitecture=MSIL">
58
      <SpecificVersion>False</SpecificVersion>
59
      <HintPath>.\GemBox.Spreadsheet.dll</HintPath>
60
    </Reference>
61
    <Reference Include="Interop.RAD2D, Version=1.0.0.0, Culture=neutral, PublicKeyToken=46d4e6504b436e2e, processorArchitecture=MSIL">
62
      <SpecificVersion>False</SpecificVersion>
63 d57a5303 gaqhf
      <EmbedInteropTypes>True</EmbedInteropTypes>
64 91502a9b gaqhf
      <HintPath>C:\Program Files (x86)\SmartPlant\P&amp;ID Workstation\bin\Interop.RAD2D.dll</HintPath>
65 d57a5303 gaqhf
    </Reference>
66 91502a9b gaqhf
    <Reference Include="RadNetAutomation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5f600089cf0eaec9, processorArchitecture=MSIL">
67
      <SpecificVersion>False</SpecificVersion>
68
      <HintPath>C:\Program Files (x86)\SmartPlant\P&amp;ID Workstation\bin\RadNetAutomation.dll</HintPath>
69 d57a5303 gaqhf
    </Reference>
70
    <Reference Include="RadNetCmdCtrl">
71
      <HintPath>C:\Program Files (x86)\SmartSketch\Program\Rad2d\bin\RadNetCmdCtrl.dll</HintPath>
72
      <Private>False</Private>
73
    </Reference>
74 58403896 gaqhf
    <Reference Include="RadNetMouseCtrl">
75
      <HintPath>C:\Program Files (x86)\SmartSketch\Program\Rad2d\bin\RadNetMouseCtrl.dll</HintPath>
76
    </Reference>
77 d57a5303 gaqhf
    <Reference Include="System">
78
      <Private>False</Private>
79
    </Reference>
80
    <Reference Include="System.Core">
81
      <Private>False</Private>
82
    </Reference>
83
    <Reference Include="System.Drawing">
84
      <Private>False</Private>
85
    </Reference>
86
    <Reference Include="System.Windows.Forms">
87
      <Private>False</Private>
88
    </Reference>
89
    <Reference Include="Microsoft.CSharp">
90
      <Private>False</Private>
91
    </Reference>
92
    <Reference Include="System.Data">
93
      <Private>False</Private>
94
    </Reference>
95
    <Reference Include="System.Xml">
96
      <Private>False</Private>
97
    </Reference>
98
    <Reference Include="System.Xml.Linq" />
99
  </ItemGroup>
100
  <ItemGroup>
101 91502a9b gaqhf
    <Compile Include="MappingForm.cs">
102
      <SubType>Form</SubType>
103
    </Compile>
104
    <Compile Include="MappingForm.Designer.cs">
105
      <DependentUpon>MappingForm.cs</DependentUpon>
106
    </Compile>
107 d57a5303 gaqhf
    <Compile Include="SPPIDAutoModeling\Modeling\AutoModeling.cs" />
108
    <Compile Include="SPPIDAutoModeling\Modeling\CloseOPCForm.cs" />
109
    <Compile Include="SPPIDAutoModeling\Model\SPPID\ItemAbstract.cs" />
110
    <Compile Include="SPPIDAutoModeling\Model\SPPID\Document.cs" />
111
    <Compile Include="SPPIDAutoModeling\Model\SPPID\Connector.cs" />
112
    <Compile Include="SPPIDAutoModeling\Model\SPPID\Other\Group.cs" />
113
    <Compile Include="SPPIDAutoModeling\Model\SPPID\Other\PointInfo.cs" />
114
    <Compile Include="SPPIDAutoModeling\Model\SPPID\Other\ItemAttribute.cs" />
115
    <Compile Include="SPPIDAutoModeling\Model\SPPID\Other\Association.cs" />
116 8c37691c gaqhf
    <Compile Include="SPPIDAutoModeling\Model\SPPID\SpecBreak.cs" />
117 d57a5303 gaqhf
    <Compile Include="SPPIDAutoModeling\Model\SPPID\Text.cs" />
118
    <Compile Include="SPPIDAutoModeling\Model\SPPID\LineNumber.cs" />
119
    <Compile Include="SPPIDAutoModeling\Model\SPPID\Line.cs" />
120
    <Compile Include="SPPIDAutoModeling\Model\SPPID\Symbol.cs" />
121 91502a9b gaqhf
    <Compile Include="SPPIDAutoModeling\Utill\ExcelUtill.cs" />
122 d57a5303 gaqhf
    <Compile Include="SPPIDAutoModeling\Utill\Log.cs" />
123 58403896 gaqhf
    <Compile Include="SPPIDConverter.cs">
124
      <SubType>UserControl</SubType>
125 d57a5303 gaqhf
    </Compile>
126 58403896 gaqhf
    <Compile Include="SPPIDConverter.Designer.cs">
127
      <DependentUpon>SPPIDConverter.cs</DependentUpon>
128
      <SubType>UserControl</SubType>
129 d57a5303 gaqhf
    </Compile>
130
    <Compile Include="Properties\AssemblyInfo.cs" />
131
    <Compile Include="Properties\Resources.Designer.cs">
132
      <AutoGen>True</AutoGen>
133
      <DesignTime>True</DesignTime>
134
      <DependentUpon>Resources.resx</DependentUpon>
135
    </Compile>
136
    <Compile Include="SPPIDAutoModeling\Utill\SPPIDUtill.cs" />
137
  </ItemGroup>
138
  <ItemGroup>
139 91502a9b gaqhf
    <EmbeddedResource Include="MappingForm.resx">
140
      <DependentUpon>MappingForm.cs</DependentUpon>
141
    </EmbeddedResource>
142 58403896 gaqhf
  </ItemGroup>
143
  <ItemGroup>
144
    <EmbeddedResource Include="SPPIDConverter.resx">
145
      <DependentUpon>SPPIDConverter.cs</DependentUpon>
146
      <SubType>Designer</SubType>
147
    </EmbeddedResource>
148 d57a5303 gaqhf
    <EmbeddedResource Include="Properties\Resources.resx">
149
      <Generator>ResXFileCodeGenerator</Generator>
150
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
151
    </EmbeddedResource>
152
  </ItemGroup>
153
  <ItemGroup>
154
    <COMReference Include="ISPClientData3">
155
      <Guid>{A32983E1-A1BD-11D3-BBEE-0800363EAF03}</Guid>
156
      <VersionMajor>2</VersionMajor>
157
      <VersionMinor>0</VersionMinor>
158
      <Lcid>0</Lcid>
159
      <WrapperTool>tlbimp</WrapperTool>
160
      <Isolated>False</Isolated>
161
      <EmbedInteropTypes>True</EmbedInteropTypes>
162
    </COMReference>
163
    <COMReference Include="ISPPropertyInf">
164
      <Guid>{E0356D80-06B4-11D2-B793-080036EEB703}</Guid>
165
      <VersionMajor>1</VersionMajor>
166
      <VersionMinor>1</VersionMinor>
167
      <Lcid>0</Lcid>
168
      <WrapperTool>tlbimp</WrapperTool>
169
      <Isolated>False</Isolated>
170
      <EmbedInteropTypes>True</EmbedInteropTypes>
171
    </COMReference>
172
    <COMReference Include="Llama">
173
      <Guid>{425D14E8-A0C1-4F4A-9FB8-4D7CA982F144}</Guid>
174
      <VersionMajor>6</VersionMajor>
175
      <VersionMinor>0</VersionMinor>
176
      <Lcid>0</Lcid>
177
      <WrapperTool>tlbimp</WrapperTool>
178
      <Isolated>False</Isolated>
179
      <EmbedInteropTypes>True</EmbedInteropTypes>
180
    </COMReference>
181
    <COMReference Include="NEWENUMWRAPPERLib">
182
      <Guid>{58B86513-1FA4-4928-9D79-1076AC6F69EF}</Guid>
183
      <VersionMajor>1</VersionMajor>
184
      <VersionMinor>0</VersionMinor>
185
      <Lcid>0</Lcid>
186
      <WrapperTool>tlbimp</WrapperTool>
187
      <Isolated>False</Isolated>
188
      <EmbedInteropTypes>True</EmbedInteropTypes>
189
    </COMReference>
190
    <COMReference Include="PIDCacheAccessInfLib">
191
      <Guid>{CB6C022D-D17C-4E18-9B36-3A0D8B3282A2}</Guid>
192
      <VersionMajor>1</VersionMajor>
193
      <VersionMinor>0</VersionMinor>
194
      <Lcid>0</Lcid>
195
      <WrapperTool>tlbimp</WrapperTool>
196
      <Isolated>False</Isolated>
197
      <EmbedInteropTypes>True</EmbedInteropTypes>
198
    </COMReference>
199
    <COMReference Include="PidObjectManagerInf">
200
      <Guid>{534174BA-6991-4F8B-8DD0-FE2E46B6A67C}</Guid>
201
      <VersionMajor>2</VersionMajor>
202
      <VersionMinor>0</VersionMinor>
203
      <Lcid>0</Lcid>
204
      <WrapperTool>tlbimp</WrapperTool>
205
      <Isolated>False</Isolated>
206
      <EmbedInteropTypes>True</EmbedInteropTypes>
207
    </COMReference>
208
    <COMReference Include="Plaice">
209
      <Guid>{0CD9BF08-A064-44F4-8A5E-9A39006613FE}</Guid>
210
      <VersionMajor>5</VersionMajor>
211
      <VersionMinor>0</VersionMinor>
212
      <Lcid>0</Lcid>
213
      <WrapperTool>tlbimp</WrapperTool>
214
      <Isolated>False</Isolated>
215
      <EmbedInteropTypes>True</EmbedInteropTypes>
216
    </COMReference>
217
    <COMReference Include="VBA">
218
      <Guid>{000204EF-0000-0000-C000-000000000046}</Guid>
219
      <VersionMajor>6</VersionMajor>
220
      <VersionMinor>0</VersionMinor>
221
      <Lcid>9</Lcid>
222
      <WrapperTool>tlbimp</WrapperTool>
223
      <Isolated>False</Isolated>
224
      <EmbedInteropTypes>True</EmbedInteropTypes>
225
    </COMReference>
226
  </ItemGroup>
227 cfbb1be0 gaqhf
  <ItemGroup>
228
    <None Include="Resources\ToolbarImage.png" />
229
  </ItemGroup>
230 d57a5303 gaqhf
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
231
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
232
       Other similar extension points exist, see Microsoft.Common.targets.
233
  <Target Name="BeforeBuild">
234
  </Target>
235
  <Target Name="AfterBuild">
236
  </Target>
237
  -->
238
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)