프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / SPPIDConverter_CustomCommand / SPPIDConverter_CustomCommand.csproj @ 022cae08

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