hytos / DTI_PID / SPPIDConverter_AutoModeling / SPPIDConverter_AutoModeling.csproj @ 3823b4ab
이력 | 보기 | 이력해설 | 다운로드 (9.08 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 | e9718eec | gaqhf | <Reference Include="Microsoft.VisualBasic" /> |
41 | 3823b4ab | gaqhf | <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
42 | <HintPath>..\..\..\TestSolution\packages\Newtonsoft.Json.12.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> |
||
43 | </Reference> |
||
44 | <Reference Include="Oracle.ManagedDataAccess, Version=4.122.18.3, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL"> |
||
45 | <HintPath>..\..\..\TestSolution\packages\Oracle.ManagedDataAccess.18.3.0\lib\net40\Oracle.ManagedDataAccess.dll</HintPath> |
||
46 | </Reference> |
||
47 | bf42803b | gaqhf | <Reference Include="System" /> |
48 | <Reference Include="System.Core" /> |
||
49 | 5f01bbc4 | gaqhf | <Reference Include="System.Drawing" /> |
50 | <Reference Include="System.Windows.Forms" /> |
||
51 | bf42803b | gaqhf | <Reference Include="System.Xml.Linq" /> |
52 | <Reference Include="System.Data.DataSetExtensions" /> |
||
53 | <Reference Include="Microsoft.CSharp" /> |
||
54 | <Reference Include="System.Data" /> |
||
55 | <Reference Include="System.Net.Http" /> |
||
56 | <Reference Include="System.Xml" /> |
||
57 | 575ba06e | gaqhf | <Reference Include="Telerik.WinControls, Version=2018.2.621.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e" /> |
58 | 6f3c8356 | gaqhf | <Reference Include="Telerik.WinControls.GridView, Version=2018.2.621.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e" /> |
59 | 575ba06e | gaqhf | <Reference Include="Telerik.WinControls.Themes.MaterialBlueGrey, Version=2018.2.621.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e" /> |
60 | <Reference Include="Telerik.WinControls.Themes.TelerikMetroBlue, Version=2018.2.621.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e" /> |
||
61 | <Reference Include="Telerik.WinControls.UI, Version=2018.2.621.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e" /> |
||
62 | <Reference Include="TelerikCommon, Version=2018.2.621.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e" /> |
||
63 | bf42803b | gaqhf | </ItemGroup> |
64 | <ItemGroup> |
||
65 | 3823b4ab | gaqhf | <Compile Include="DB\DB.cs" /> |
66 | f2151e28 | gaqhf | <Compile Include="MainControl.cs"> |
67 | <SubType>UserControl</SubType> |
||
68 | </Compile> |
||
69 | <Compile Include="MainControl.Designer.cs"> |
||
70 | <DependentUpon>MainControl.cs</DependentUpon> |
||
71 | </Compile> |
||
72 | bf42803b | gaqhf | <Compile Include="Modeling\AutoModeling.cs" /> |
73 | <Compile Include="Modeling\CloseOPCForm.cs" /> |
||
74 | 3823b4ab | gaqhf | <Compile Include="DB\DBInformation.cs" /> |
75 | bf42803b | gaqhf | <Compile Include="Model\SPPID\Connector.cs" /> |
76 | <Compile Include="Model\SPPID\Document.cs" /> |
||
77 | <Compile Include="Model\SPPID\ItemAbstract.cs" /> |
||
78 | <Compile Include="Model\SPPID\Line.cs" /> |
||
79 | <Compile Include="Model\SPPID\LineNumber.cs" /> |
||
80 | <Compile Include="Model\SPPID\Other\Association.cs" /> |
||
81 | <Compile Include="Model\SPPID\Other\Group.cs" /> |
||
82 | <Compile Include="Model\SPPID\Other\ItemAttribute.cs" /> |
||
83 | <Compile Include="Model\SPPID\Other\PointInfo.cs" /> |
||
84 | <Compile Include="Model\SPPID\SpecBreak.cs" /> |
||
85 | <Compile Include="Model\SPPID\Symbol.cs" /> |
||
86 | <Compile Include="Model\SPPID\Text.cs" /> |
||
87 | <Compile Include="Properties\AssemblyInfo.cs" /> |
||
88 | 65efd126 | gaqhf | <Compile Include="Properties\Resources.Designer.cs"> |
89 | <AutoGen>True</AutoGen> |
||
90 | <DesignTime>True</DesignTime> |
||
91 | <DependentUpon>Resources.resx</DependentUpon> |
||
92 | </Compile> |
||
93 | 3823b4ab | gaqhf | <Compile Include="SelectUnitForm.cs"> |
94 | <SubType>Form</SubType> |
||
95 | </Compile> |
||
96 | <Compile Include="SelectUnitForm.Designer.cs"> |
||
97 | <DependentUpon>SelectUnitForm.cs</DependentUpon> |
||
98 | </Compile> |
||
99 | 5f01bbc4 | gaqhf | <Compile Include="Utill\ExcelUtill.cs" /> |
100 | bf42803b | gaqhf | <Compile Include="Utill\Log.cs" /> |
101 | <Compile Include="Utill\SPPIDUtill.cs" /> |
||
102 | </ItemGroup> |
||
103 | <ItemGroup> |
||
104 | <COMReference Include="ISPClientData3"> |
||
105 | <Guid>{A32983E1-A1BD-11D3-BBEE-0800363EAF03}</Guid> |
||
106 | <VersionMajor>2</VersionMajor> |
||
107 | <VersionMinor>0</VersionMinor> |
||
108 | <Lcid>0</Lcid> |
||
109 | <WrapperTool>tlbimp</WrapperTool> |
||
110 | <Isolated>False</Isolated> |
||
111 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
112 | </COMReference> |
||
113 | <COMReference Include="ISPPropertyInf"> |
||
114 | <Guid>{E0356D80-06B4-11D2-B793-080036EEB703}</Guid> |
||
115 | <VersionMajor>1</VersionMajor> |
||
116 | <VersionMinor>1</VersionMinor> |
||
117 | <Lcid>0</Lcid> |
||
118 | <WrapperTool>tlbimp</WrapperTool> |
||
119 | <Isolated>False</Isolated> |
||
120 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
121 | </COMReference> |
||
122 | <COMReference Include="Llama"> |
||
123 | <Guid>{425D14E8-A0C1-4F4A-9FB8-4D7CA982F144}</Guid> |
||
124 | <VersionMajor>6</VersionMajor> |
||
125 | <VersionMinor>0</VersionMinor> |
||
126 | <Lcid>0</Lcid> |
||
127 | <WrapperTool>tlbimp</WrapperTool> |
||
128 | <Isolated>False</Isolated> |
||
129 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
130 | </COMReference> |
||
131 | <COMReference Include="NEWENUMWRAPPERLib"> |
||
132 | <Guid>{58B86513-1FA4-4928-9D79-1076AC6F69EF}</Guid> |
||
133 | <VersionMajor>1</VersionMajor> |
||
134 | <VersionMinor>0</VersionMinor> |
||
135 | <Lcid>0</Lcid> |
||
136 | <WrapperTool>tlbimp</WrapperTool> |
||
137 | <Isolated>False</Isolated> |
||
138 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
139 | </COMReference> |
||
140 | <COMReference Include="PIDCacheAccessInfLib"> |
||
141 | <Guid>{CB6C022D-D17C-4E18-9B36-3A0D8B3282A2}</Guid> |
||
142 | <VersionMajor>1</VersionMajor> |
||
143 | <VersionMinor>0</VersionMinor> |
||
144 | <Lcid>0</Lcid> |
||
145 | <WrapperTool>tlbimp</WrapperTool> |
||
146 | <Isolated>False</Isolated> |
||
147 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
148 | </COMReference> |
||
149 | <COMReference Include="PidObjectManagerInf"> |
||
150 | <Guid>{534174BA-6991-4F8B-8DD0-FE2E46B6A67C}</Guid> |
||
151 | <VersionMajor>2</VersionMajor> |
||
152 | <VersionMinor>0</VersionMinor> |
||
153 | <Lcid>0</Lcid> |
||
154 | <WrapperTool>tlbimp</WrapperTool> |
||
155 | <Isolated>False</Isolated> |
||
156 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
157 | </COMReference> |
||
158 | <COMReference Include="Plaice"> |
||
159 | <Guid>{0CD9BF08-A064-44F4-8A5E-9A39006613FE}</Guid> |
||
160 | <VersionMajor>5</VersionMajor> |
||
161 | <VersionMinor>0</VersionMinor> |
||
162 | <Lcid>0</Lcid> |
||
163 | <WrapperTool>tlbimp</WrapperTool> |
||
164 | <Isolated>False</Isolated> |
||
165 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
166 | </COMReference> |
||
167 | <COMReference Include="VBA"> |
||
168 | <Guid>{000204EF-0000-0000-C000-000000000046}</Guid> |
||
169 | <VersionMajor>6</VersionMajor> |
||
170 | <VersionMinor>0</VersionMinor> |
||
171 | <Lcid>9</Lcid> |
||
172 | <WrapperTool>tlbimp</WrapperTool> |
||
173 | <Isolated>False</Isolated> |
||
174 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
175 | </COMReference> |
||
176 | </ItemGroup> |
||
177 | f2151e28 | gaqhf | <ItemGroup> |
178 | <EmbeddedResource Include="MainControl.resx"> |
||
179 | <DependentUpon>MainControl.cs</DependentUpon> |
||
180 | </EmbeddedResource> |
||
181 | 575ba06e | gaqhf | <EmbeddedResource Include="Properties\licenses.licx" /> |
182 | 65efd126 | gaqhf | <EmbeddedResource Include="Properties\Resources.resx"> |
183 | <Generator>ResXFileCodeGenerator</Generator> |
||
184 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
||
185 | </EmbeddedResource> |
||
186 | 3823b4ab | gaqhf | <EmbeddedResource Include="SelectUnitForm.resx"> |
187 | <DependentUpon>SelectUnitForm.cs</DependentUpon> |
||
188 | </EmbeddedResource> |
||
189 | 65efd126 | gaqhf | </ItemGroup> |
190 | <ItemGroup> |
||
191 | 3823b4ab | gaqhf | <None Include="App.config" /> |
192 | <None Include="packages.config" /> |
||
193 | 65efd126 | gaqhf | <None Include="Resource\Convert.png" /> |
194 | </ItemGroup> |
||
195 | <ItemGroup> |
||
196 | <None Include="Resource\ItemMapping.png" /> |
||
197 | </ItemGroup> |
||
198 | <ItemGroup> |
||
199 | <None Include="Resource\Report.png" /> |
||
200 | </ItemGroup> |
||
201 | <ItemGroup> |
||
202 | <None Include="Resource\Open.png" /> |
||
203 | </ItemGroup> |
||
204 | <ItemGroup> |
||
205 | <None Include="Resource\Start.png" /> |
||
206 | f2151e28 | gaqhf | </ItemGroup> |
207 | 3823b4ab | gaqhf | <ItemGroup> |
208 | <None Include="Resource\Setting.png" /> |
||
209 | </ItemGroup> |
||
210 | bf42803b | gaqhf | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
211 | </Project> |