프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / SPPIDConverter_AutoModeling / SPPIDConverter_AutoModeling.csproj @ 3b1b76d0

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

1 bf42803b gaqhf
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="15.0" 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>{650EF0EA-BD38-4DF8-9A76-0D13AA145F4D}</ProjectGuid>
8
    <OutputType>Library</OutputType>
9
    <AppDesignerFolder>Properties</AppDesignerFolder>
10
    <RootNamespace>SPPIDConverter_AutoModeling</RootNamespace>
11
    <AssemblyName>SPPIDConverter_AutoModeling</AssemblyName>
12 c2e4c93b gaqhf
    <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
13 bf42803b gaqhf
    <FileAlignment>512</FileAlignment>
14
    <Deterministic>true</Deterministic>
15 c2e4c93b gaqhf
    <TargetFrameworkProfile />
16 bf42803b gaqhf
  </PropertyGroup>
17
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18
    <DebugSymbols>true</DebugSymbols>
19
    <DebugType>full</DebugType>
20
    <Optimize>false</Optimize>
21
    <OutputPath>bin\Debug\</OutputPath>
22 c2e4c93b gaqhf
    <DefineConstants>TRACE</DefineConstants>
23 bf42803b gaqhf
    <ErrorReport>prompt</ErrorReport>
24
    <WarningLevel>4</WarningLevel>
25 c2e4c93b gaqhf
    <PlatformTarget>x86</PlatformTarget>
26 bf42803b gaqhf
  </PropertyGroup>
27
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
28
    <DebugType>pdbonly</DebugType>
29
    <Optimize>true</Optimize>
30
    <OutputPath>bin\Release\</OutputPath>
31
    <DefineConstants>TRACE</DefineConstants>
32
    <ErrorReport>prompt</ErrorReport>
33
    <WarningLevel>4</WarningLevel>
34
  </PropertyGroup>
35
  <ItemGroup>
36 5f01bbc4 gaqhf
    <Reference Include="GemBox.Spreadsheet, Version=39.3.30.1130, Culture=neutral, PublicKeyToken=b1b72c69714d4847, processorArchitecture=MSIL">
37
      <SpecificVersion>False</SpecificVersion>
38
      <HintPath>..\..\..\S-MAP\GemBox.Spreadsheet.dll</HintPath>
39
    </Reference>
40 bf42803b gaqhf
    <Reference Include="System" />
41
    <Reference Include="System.Core" />
42 5f01bbc4 gaqhf
    <Reference Include="System.Drawing" />
43
    <Reference Include="System.Windows.Forms" />
44 bf42803b gaqhf
    <Reference Include="System.Xml.Linq" />
45
    <Reference Include="System.Data.DataSetExtensions" />
46
    <Reference Include="Microsoft.CSharp" />
47
    <Reference Include="System.Data" />
48
    <Reference Include="System.Net.Http" />
49
    <Reference Include="System.Xml" />
50
  </ItemGroup>
51
  <ItemGroup>
52 f2151e28 gaqhf
    <Compile Include="MainControl.cs">
53
      <SubType>UserControl</SubType>
54
    </Compile>
55
    <Compile Include="MainControl.Designer.cs">
56
      <DependentUpon>MainControl.cs</DependentUpon>
57
    </Compile>
58 bf42803b gaqhf
    <Compile Include="Modeling\AutoModeling.cs" />
59
    <Compile Include="Modeling\CloseOPCForm.cs" />
60
    <Compile Include="Model\SPPID\Connector.cs" />
61
    <Compile Include="Model\SPPID\Document.cs" />
62
    <Compile Include="Model\SPPID\ItemAbstract.cs" />
63
    <Compile Include="Model\SPPID\Line.cs" />
64
    <Compile Include="Model\SPPID\LineNumber.cs" />
65
    <Compile Include="Model\SPPID\Other\Association.cs" />
66
    <Compile Include="Model\SPPID\Other\Group.cs" />
67
    <Compile Include="Model\SPPID\Other\ItemAttribute.cs" />
68
    <Compile Include="Model\SPPID\Other\PointInfo.cs" />
69
    <Compile Include="Model\SPPID\SpecBreak.cs" />
70
    <Compile Include="Model\SPPID\Symbol.cs" />
71
    <Compile Include="Model\SPPID\Text.cs" />
72
    <Compile Include="Properties\AssemblyInfo.cs" />
73 5f01bbc4 gaqhf
    <Compile Include="Utill\ExcelUtill.cs" />
74 bf42803b gaqhf
    <Compile Include="Utill\Log.cs" />
75
    <Compile Include="Utill\SPPIDUtill.cs" />
76
  </ItemGroup>
77
  <ItemGroup>
78
    <COMReference Include="ISPClientData3">
79
      <Guid>{A32983E1-A1BD-11D3-BBEE-0800363EAF03}</Guid>
80
      <VersionMajor>2</VersionMajor>
81
      <VersionMinor>0</VersionMinor>
82
      <Lcid>0</Lcid>
83
      <WrapperTool>tlbimp</WrapperTool>
84
      <Isolated>False</Isolated>
85
      <EmbedInteropTypes>True</EmbedInteropTypes>
86
    </COMReference>
87
    <COMReference Include="ISPPropertyInf">
88
      <Guid>{E0356D80-06B4-11D2-B793-080036EEB703}</Guid>
89
      <VersionMajor>1</VersionMajor>
90
      <VersionMinor>1</VersionMinor>
91
      <Lcid>0</Lcid>
92
      <WrapperTool>tlbimp</WrapperTool>
93
      <Isolated>False</Isolated>
94
      <EmbedInteropTypes>True</EmbedInteropTypes>
95
    </COMReference>
96
    <COMReference Include="Llama">
97
      <Guid>{425D14E8-A0C1-4F4A-9FB8-4D7CA982F144}</Guid>
98
      <VersionMajor>6</VersionMajor>
99
      <VersionMinor>0</VersionMinor>
100
      <Lcid>0</Lcid>
101
      <WrapperTool>tlbimp</WrapperTool>
102
      <Isolated>False</Isolated>
103
      <EmbedInteropTypes>True</EmbedInteropTypes>
104
    </COMReference>
105
    <COMReference Include="NEWENUMWRAPPERLib">
106
      <Guid>{58B86513-1FA4-4928-9D79-1076AC6F69EF}</Guid>
107
      <VersionMajor>1</VersionMajor>
108
      <VersionMinor>0</VersionMinor>
109
      <Lcid>0</Lcid>
110
      <WrapperTool>tlbimp</WrapperTool>
111
      <Isolated>False</Isolated>
112
      <EmbedInteropTypes>True</EmbedInteropTypes>
113
    </COMReference>
114
    <COMReference Include="PIDCacheAccessInfLib">
115
      <Guid>{CB6C022D-D17C-4E18-9B36-3A0D8B3282A2}</Guid>
116
      <VersionMajor>1</VersionMajor>
117
      <VersionMinor>0</VersionMinor>
118
      <Lcid>0</Lcid>
119
      <WrapperTool>tlbimp</WrapperTool>
120
      <Isolated>False</Isolated>
121
      <EmbedInteropTypes>True</EmbedInteropTypes>
122
    </COMReference>
123
    <COMReference Include="PidObjectManagerInf">
124
      <Guid>{534174BA-6991-4F8B-8DD0-FE2E46B6A67C}</Guid>
125
      <VersionMajor>2</VersionMajor>
126
      <VersionMinor>0</VersionMinor>
127
      <Lcid>0</Lcid>
128
      <WrapperTool>tlbimp</WrapperTool>
129
      <Isolated>False</Isolated>
130
      <EmbedInteropTypes>True</EmbedInteropTypes>
131
    </COMReference>
132
    <COMReference Include="Plaice">
133
      <Guid>{0CD9BF08-A064-44F4-8A5E-9A39006613FE}</Guid>
134
      <VersionMajor>5</VersionMajor>
135
      <VersionMinor>0</VersionMinor>
136
      <Lcid>0</Lcid>
137
      <WrapperTool>tlbimp</WrapperTool>
138
      <Isolated>False</Isolated>
139
      <EmbedInteropTypes>True</EmbedInteropTypes>
140
    </COMReference>
141
    <COMReference Include="VBA">
142
      <Guid>{000204EF-0000-0000-C000-000000000046}</Guid>
143
      <VersionMajor>6</VersionMajor>
144
      <VersionMinor>0</VersionMinor>
145
      <Lcid>9</Lcid>
146
      <WrapperTool>tlbimp</WrapperTool>
147
      <Isolated>False</Isolated>
148
      <EmbedInteropTypes>True</EmbedInteropTypes>
149
    </COMReference>
150
  </ItemGroup>
151 f2151e28 gaqhf
  <ItemGroup>
152
    <EmbeddedResource Include="MainControl.resx">
153
      <DependentUpon>MainControl.cs</DependentUpon>
154
    </EmbeddedResource>
155
  </ItemGroup>
156 bf42803b gaqhf
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
157
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)