hytos / DTI_PID / SPPIDConverter_CustomCommand / SPPIDConverter_CustomCommand.csproj @ 522be0fa
이력 | 보기 | 이력해설 | 다운로드 (9.92 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 |
<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 |
<AssemblyName>SPPIDConverter</AssemblyName> |
12 |
<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 |
<OutputPath>bin\Debug\</OutputPath> |
21 |
<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 |
<PropertyGroup> |
36 |
<StartupObject /> |
37 |
</PropertyGroup> |
38 |
<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 |
<ItemGroup> |
57 |
<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 |
<EmbedInteropTypes>True</EmbedInteropTypes> |
64 |
<HintPath>C:\Program Files (x86)\SmartPlant\P&ID Workstation\bin\Interop.RAD2D.dll</HintPath> |
65 |
</Reference> |
66 |
<Reference Include="Microsoft.VisualBasic" /> |
67 |
<Reference Include="RadNetAutomation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5f600089cf0eaec9, processorArchitecture=MSIL"> |
68 |
<SpecificVersion>False</SpecificVersion> |
69 |
<HintPath>C:\Program Files (x86)\SmartPlant\P&ID Workstation\bin\RadNetAutomation.dll</HintPath> |
70 |
</Reference> |
71 |
<Reference Include="RadNetCmdCtrl"> |
72 |
<HintPath>C:\Program Files (x86)\SmartSketch\Program\Rad2d\bin\RadNetCmdCtrl.dll</HintPath> |
73 |
<Private>False</Private> |
74 |
</Reference> |
75 |
<Reference Include="RadNetMouseCtrl"> |
76 |
<HintPath>C:\Program Files (x86)\SmartSketch\Program\Rad2d\bin\RadNetMouseCtrl.dll</HintPath> |
77 |
</Reference> |
78 |
<Reference Include="System"> |
79 |
<Private>False</Private> |
80 |
</Reference> |
81 |
<Reference Include="System.Core"> |
82 |
<Private>False</Private> |
83 |
</Reference> |
84 |
<Reference Include="System.Drawing"> |
85 |
<Private>False</Private> |
86 |
</Reference> |
87 |
<Reference Include="System.Windows.Forms"> |
88 |
<Private>False</Private> |
89 |
</Reference> |
90 |
<Reference Include="Microsoft.CSharp"> |
91 |
<Private>False</Private> |
92 |
</Reference> |
93 |
<Reference Include="System.Data"> |
94 |
<Private>False</Private> |
95 |
</Reference> |
96 |
<Reference Include="System.Xml"> |
97 |
<Private>False</Private> |
98 |
</Reference> |
99 |
<Reference Include="System.Xml.Linq" /> |
100 |
</ItemGroup> |
101 |
<ItemGroup> |
102 |
<Compile Include="MappingForm.cs"> |
103 |
<SubType>Form</SubType> |
104 |
</Compile> |
105 |
<Compile Include="MappingForm.Designer.cs"> |
106 |
<DependentUpon>MappingForm.cs</DependentUpon> |
107 |
</Compile> |
108 |
<Compile Include="SPPIDAutoModeling\Modeling\AutoModeling.cs" /> |
109 |
<Compile Include="SPPIDAutoModeling\Modeling\CloseOPCForm.cs" /> |
110 |
<Compile Include="SPPIDAutoModeling\Model\SPPID\ItemAbstract.cs" /> |
111 |
<Compile Include="SPPIDAutoModeling\Model\SPPID\Document.cs" /> |
112 |
<Compile Include="SPPIDAutoModeling\Model\SPPID\Connector.cs" /> |
113 |
<Compile Include="SPPIDAutoModeling\Model\SPPID\Other\Group.cs" /> |
114 |
<Compile Include="SPPIDAutoModeling\Model\SPPID\Other\PointInfo.cs" /> |
115 |
<Compile Include="SPPIDAutoModeling\Model\SPPID\Other\ItemAttribute.cs" /> |
116 |
<Compile Include="SPPIDAutoModeling\Model\SPPID\Other\Association.cs" /> |
117 |
<Compile Include="SPPIDAutoModeling\Model\SPPID\SpecBreak.cs" /> |
118 |
<Compile Include="SPPIDAutoModeling\Model\SPPID\Text.cs" /> |
119 |
<Compile Include="SPPIDAutoModeling\Model\SPPID\LineNumber.cs" /> |
120 |
<Compile Include="SPPIDAutoModeling\Model\SPPID\Line.cs" /> |
121 |
<Compile Include="SPPIDAutoModeling\Model\SPPID\Symbol.cs" /> |
122 |
<Compile Include="SPPIDAutoModeling\Utill\ExcelUtill.cs" /> |
123 |
<Compile Include="SPPIDAutoModeling\Utill\Log.cs" /> |
124 |
<Compile Include="SPPIDConverter.cs"> |
125 |
<SubType>UserControl</SubType> |
126 |
</Compile> |
127 |
<Compile Include="SPPIDConverter.Designer.cs"> |
128 |
<DependentUpon>SPPIDConverter.cs</DependentUpon> |
129 |
<SubType>UserControl</SubType> |
130 |
</Compile> |
131 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
132 |
<Compile Include="Properties\Resources.Designer.cs"> |
133 |
<AutoGen>True</AutoGen> |
134 |
<DesignTime>True</DesignTime> |
135 |
<DependentUpon>Resources.resx</DependentUpon> |
136 |
</Compile> |
137 |
<Compile Include="SPPIDAutoModeling\Utill\SPPIDUtill.cs" /> |
138 |
</ItemGroup> |
139 |
<ItemGroup> |
140 |
<EmbeddedResource Include="MappingForm.resx"> |
141 |
<DependentUpon>MappingForm.cs</DependentUpon> |
142 |
</EmbeddedResource> |
143 |
</ItemGroup> |
144 |
<ItemGroup> |
145 |
<EmbeddedResource Include="SPPIDConverter.resx"> |
146 |
<DependentUpon>SPPIDConverter.cs</DependentUpon> |
147 |
<SubType>Designer</SubType> |
148 |
</EmbeddedResource> |
149 |
<EmbeddedResource Include="Properties\Resources.resx"> |
150 |
<Generator>ResXFileCodeGenerator</Generator> |
151 |
<LastGenOutput>Resources.Designer.cs</LastGenOutput> |
152 |
</EmbeddedResource> |
153 |
</ItemGroup> |
154 |
<ItemGroup> |
155 |
<COMReference Include="ISPClientData3"> |
156 |
<Guid>{A32983E1-A1BD-11D3-BBEE-0800363EAF03}</Guid> |
157 |
<VersionMajor>2</VersionMajor> |
158 |
<VersionMinor>0</VersionMinor> |
159 |
<Lcid>0</Lcid> |
160 |
<WrapperTool>tlbimp</WrapperTool> |
161 |
<Isolated>False</Isolated> |
162 |
<EmbedInteropTypes>True</EmbedInteropTypes> |
163 |
</COMReference> |
164 |
<COMReference Include="ISPPropertyInf"> |
165 |
<Guid>{E0356D80-06B4-11D2-B793-080036EEB703}</Guid> |
166 |
<VersionMajor>1</VersionMajor> |
167 |
<VersionMinor>1</VersionMinor> |
168 |
<Lcid>0</Lcid> |
169 |
<WrapperTool>tlbimp</WrapperTool> |
170 |
<Isolated>False</Isolated> |
171 |
<EmbedInteropTypes>True</EmbedInteropTypes> |
172 |
</COMReference> |
173 |
<COMReference Include="Llama"> |
174 |
<Guid>{425D14E8-A0C1-4F4A-9FB8-4D7CA982F144}</Guid> |
175 |
<VersionMajor>6</VersionMajor> |
176 |
<VersionMinor>0</VersionMinor> |
177 |
<Lcid>0</Lcid> |
178 |
<WrapperTool>tlbimp</WrapperTool> |
179 |
<Isolated>False</Isolated> |
180 |
<EmbedInteropTypes>True</EmbedInteropTypes> |
181 |
</COMReference> |
182 |
<COMReference Include="NEWENUMWRAPPERLib"> |
183 |
<Guid>{58B86513-1FA4-4928-9D79-1076AC6F69EF}</Guid> |
184 |
<VersionMajor>1</VersionMajor> |
185 |
<VersionMinor>0</VersionMinor> |
186 |
<Lcid>0</Lcid> |
187 |
<WrapperTool>tlbimp</WrapperTool> |
188 |
<Isolated>False</Isolated> |
189 |
<EmbedInteropTypes>True</EmbedInteropTypes> |
190 |
</COMReference> |
191 |
<COMReference Include="PIDCacheAccessInfLib"> |
192 |
<Guid>{CB6C022D-D17C-4E18-9B36-3A0D8B3282A2}</Guid> |
193 |
<VersionMajor>1</VersionMajor> |
194 |
<VersionMinor>0</VersionMinor> |
195 |
<Lcid>0</Lcid> |
196 |
<WrapperTool>tlbimp</WrapperTool> |
197 |
<Isolated>False</Isolated> |
198 |
<EmbedInteropTypes>True</EmbedInteropTypes> |
199 |
</COMReference> |
200 |
<COMReference Include="PidObjectManagerInf"> |
201 |
<Guid>{534174BA-6991-4F8B-8DD0-FE2E46B6A67C}</Guid> |
202 |
<VersionMajor>2</VersionMajor> |
203 |
<VersionMinor>0</VersionMinor> |
204 |
<Lcid>0</Lcid> |
205 |
<WrapperTool>tlbimp</WrapperTool> |
206 |
<Isolated>False</Isolated> |
207 |
<EmbedInteropTypes>True</EmbedInteropTypes> |
208 |
</COMReference> |
209 |
<COMReference Include="Plaice"> |
210 |
<Guid>{0CD9BF08-A064-44F4-8A5E-9A39006613FE}</Guid> |
211 |
<VersionMajor>5</VersionMajor> |
212 |
<VersionMinor>0</VersionMinor> |
213 |
<Lcid>0</Lcid> |
214 |
<WrapperTool>tlbimp</WrapperTool> |
215 |
<Isolated>False</Isolated> |
216 |
<EmbedInteropTypes>True</EmbedInteropTypes> |
217 |
</COMReference> |
218 |
<COMReference Include="VBA"> |
219 |
<Guid>{000204EF-0000-0000-C000-000000000046}</Guid> |
220 |
<VersionMajor>6</VersionMajor> |
221 |
<VersionMinor>0</VersionMinor> |
222 |
<Lcid>9</Lcid> |
223 |
<WrapperTool>tlbimp</WrapperTool> |
224 |
<Isolated>False</Isolated> |
225 |
<EmbedInteropTypes>True</EmbedInteropTypes> |
226 |
</COMReference> |
227 |
</ItemGroup> |
228 |
<ItemGroup> |
229 |
<None Include="Resources\ToolbarImage.png" /> |
230 |
</ItemGroup> |
231 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
232 |
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
233 |
Other similar extension points exist, see Microsoft.Common.targets. |
234 |
<Target Name="BeforeBuild"> |
235 |
</Target> |
236 |
<Target Name="AfterBuild"> |
237 |
</Target> |
238 |
--> |
239 |
</Project> |