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