hytos / DTI_PID / SPPIDConverter / SPPIDConverter.vbproj @ e8af48af
이력 | 보기 | 이력해설 | 다운로드 (13.9 KB)
1 | 4f359afa | Gyusu | <?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>{60285A68-977E-4CBE-BD3E-5224BFA9D799}</ProjectGuid> |
||
8 | <OutputType>WinExe</OutputType> |
||
9 | <StartupObject>SPPIDConverter.My.MyApplication</StartupObject> |
||
10 | <RootNamespace>SPPIDConverter</RootNamespace> |
||
11 | <AssemblyName>SPPIDConverter</AssemblyName> |
||
12 | <FileAlignment>512</FileAlignment> |
||
13 | <MyType>WindowsForms</MyType> |
||
14 | <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> |
||
15 | <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects> |
||
16 | <NuGetPackageImportStamp> |
||
17 | </NuGetPackageImportStamp> |
||
18 | e1cde8f2 | Gyusu | <TargetFrameworkProfile /> |
19 | 4f359afa | Gyusu | </PropertyGroup> |
20 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
21 | dbf809df | Gyusu | <PlatformTarget>x86</PlatformTarget> |
22 | 4f359afa | Gyusu | <DebugSymbols>true</DebugSymbols> |
23 | <DebugType>full</DebugType> |
||
24 | <DefineDebug>true</DefineDebug> |
||
25 | <DefineTrace>true</DefineTrace> |
||
26 | <OutputPath>bin\Debug\</OutputPath> |
||
27 | e1cde8f2 | Gyusu | <DocumentationFile>Ne.xml</DocumentationFile> |
28 | 4f359afa | Gyusu | <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn> |
29 | e1cde8f2 | Gyusu | <Prefer32Bit>false</Prefer32Bit> |
30 | 4f359afa | Gyusu | </PropertyGroup> |
31 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
32 | <PlatformTarget>AnyCPU</PlatformTarget> |
||
33 | <DebugType>pdbonly</DebugType> |
||
34 | <DefineDebug>false</DefineDebug> |
||
35 | <DefineTrace>true</DefineTrace> |
||
36 | <Optimize>true</Optimize> |
||
37 | <OutputPath>bin\Release\</OutputPath> |
||
38 | e1cde8f2 | Gyusu | <DocumentationFile>Ne.xml</DocumentationFile> |
39 | 4f359afa | Gyusu | <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn> |
40 | e1cde8f2 | Gyusu | <Prefer32Bit>false</Prefer32Bit> |
41 | 4f359afa | Gyusu | </PropertyGroup> |
42 | <PropertyGroup> |
||
43 | <OptionExplicit>On</OptionExplicit> |
||
44 | </PropertyGroup> |
||
45 | <PropertyGroup> |
||
46 | <OptionCompare>Binary</OptionCompare> |
||
47 | </PropertyGroup> |
||
48 | <PropertyGroup> |
||
49 | <OptionStrict>Off</OptionStrict> |
||
50 | </PropertyGroup> |
||
51 | <PropertyGroup> |
||
52 | <OptionInfer>On</OptionInfer> |
||
53 | </PropertyGroup> |
||
54 | <ItemGroup> |
||
55 | b08338e3 | Gyusu | <Reference Include="ComUtil.MessageLog, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
56 | <SpecificVersion>False</SpecificVersion> |
||
57 | 8db6e7dd | humkyung | <HintPath>.\ComUtil.MessageLog.dll</HintPath> |
58 | b08338e3 | Gyusu | </Reference> |
59 | b6996671 | Gyusu | <Reference Include="DevExpress.Data.v18.1, Version=18.1.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
60 | <Reference Include="DevExpress.Printing.v18.1.Core, Version=18.1.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
||
61 | <Reference Include="DevExpress.Utils.v18.1, Version=18.1.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
||
62 | <Reference Include="DevExpress.XtraEditors.v18.1, Version=18.1.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
||
63 | <Reference Include="DevExpress.XtraGrid.v18.1, Version=18.1.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
||
64 | 4f359afa | Gyusu | <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
65 | <HintPath>..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.dll</HintPath> |
||
66 | </Reference> |
||
67 | <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
||
68 | <HintPath>..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.SqlServer.dll</HintPath> |
||
69 | </Reference> |
||
70 | 39d43554 | Gyusu | <Reference Include="GemBox.Spreadsheet, Version=39.3.30.1130, Culture=neutral, PublicKeyToken=b1b72c69714d4847, processorArchitecture=MSIL"> |
71 | <SpecificVersion>False</SpecificVersion> |
||
72 | 8db6e7dd | humkyung | <HintPath>.\GemBox.Spreadsheet.dll</HintPath> |
73 | 39d43554 | Gyusu | </Reference> |
74 | bb2a0c79 | Gyusu | <Reference Include="PDFNet, Version=5.8.0.0, Culture=neutral, PublicKeyToken=36167be3f67ac39c, processorArchitecture=x86"> |
75 | <SpecificVersion>False</SpecificVersion> |
||
76 | <HintPath>..\PDF_TO_IMAGE\PDFNet.dll</HintPath> |
||
77 | 4601d8de | Gyusu | </Reference> |
78 | <Reference Include="PDFNetLoader, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL"> |
||
79 | <HintPath>..\packages\PDFNet.6.8.2.65223\lib\net40\PDFNetLoader.dll</HintPath> |
||
80 | </Reference> |
||
81 | 4f359afa | Gyusu | <Reference Include="System" /> |
82 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
||
83 | <Reference Include="System.Data" /> |
||
84 | 272662f9 | Gyusu | <Reference Include="System.Data.Linq" /> |
85 | 4f359afa | Gyusu | <Reference Include="System.Data.SQLite, Version=1.0.108.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
86 | <HintPath>..\packages\System.Data.SQLite.Core.1.0.108.0\lib\net451\System.Data.SQLite.dll</HintPath> |
||
87 | </Reference> |
||
88 | <Reference Include="System.Data.SQLite.EF6, Version=1.0.108.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
||
89 | <HintPath>..\packages\System.Data.SQLite.EF6.1.0.108.0\lib\net451\System.Data.SQLite.EF6.dll</HintPath> |
||
90 | </Reference> |
||
91 | <Reference Include="System.Data.SQLite.Linq, Version=1.0.108.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
||
92 | <HintPath>..\packages\System.Data.SQLite.Linq.1.0.108.0\lib\net451\System.Data.SQLite.Linq.dll</HintPath> |
||
93 | </Reference> |
||
94 | <Reference Include="System.Deployment" /> |
||
95 | <Reference Include="System.Drawing" /> |
||
96 | <Reference Include="System.Windows.Forms" /> |
||
97 | <Reference Include="System.Xml" /> |
||
98 | <Reference Include="System.Core" /> |
||
99 | <Reference Include="System.Xml.Linq" /> |
||
100 | <Reference Include="System.Data.DataSetExtensions" /> |
||
101 | <Reference Include="System.Net.Http" /> |
||
102 | </ItemGroup> |
||
103 | <ItemGroup> |
||
104 | <Import Include="Microsoft.VisualBasic" /> |
||
105 | <Import Include="System" /> |
||
106 | <Import Include="System.Collections" /> |
||
107 | <Import Include="System.Collections.Generic" /> |
||
108 | <Import Include="System.Data" /> |
||
109 | <Import Include="System.Drawing" /> |
||
110 | <Import Include="System.Diagnostics" /> |
||
111 | <Import Include="System.Windows.Forms" /> |
||
112 | <Import Include="System.Linq" /> |
||
113 | <Import Include="System.Xml.Linq" /> |
||
114 | <Import Include="System.Threading.Tasks" /> |
||
115 | </ItemGroup> |
||
116 | <ItemGroup> |
||
117 | 39d43554 | Gyusu | <Compile Include="CGembox.vb" /> |
118 | 171ac39d | Gyusu | <Compile Include="Drawing.vb" /> |
119 | 54b98e09 | Gyusu | <Compile Include="FindOpc.vb" /> |
120 | bb2a0c79 | Gyusu | <Compile Include="GenerateRelation.vb" /> |
121 | 4f359afa | Gyusu | <Compile Include="Main.vb"> |
122 | <SubType>Form</SubType> |
||
123 | </Compile> |
||
124 | <Compile Include="Main.Designer.vb"> |
||
125 | <DependentUpon>Main.vb</DependentUpon> |
||
126 | <SubType>Form</SubType> |
||
127 | </Compile> |
||
128 | e1cde8f2 | Gyusu | <Compile Include="Mapping.Designer.vb"> |
129 | <DependentUpon>Mapping.vb</DependentUpon> |
||
130 | </Compile> |
||
131 | <Compile Include="Mapping.vb"> |
||
132 | <SubType>Form</SubType> |
||
133 | </Compile> |
||
134 | 31d47a80 | Gyusu | <Compile Include="MDatatable.vb" /> |
135 | e1cde8f2 | Gyusu | <Compile Include="MKey.vb" /> |
136 | e282643f | Gyusu | <Compile Include="MThread.vb" /> |
137 | 4f359afa | Gyusu | <Compile Include="My Project\AssemblyInfo.vb" /> |
138 | <Compile Include="My Project\Application.Designer.vb"> |
||
139 | <AutoGen>True</AutoGen> |
||
140 | <DependentUpon>Application.myapp</DependentUpon> |
||
141 | </Compile> |
||
142 | <Compile Include="My Project\Resources.Designer.vb"> |
||
143 | <AutoGen>True</AutoGen> |
||
144 | <DesignTime>True</DesignTime> |
||
145 | <DependentUpon>Resources.resx</DependentUpon> |
||
146 | </Compile> |
||
147 | <Compile Include="My Project\Settings.Designer.vb"> |
||
148 | <AutoGen>True</AutoGen> |
||
149 | <DependentUpon>Settings.settings</DependentUpon> |
||
150 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
||
151 | </Compile> |
||
152 | 272662f9 | Gyusu | <Compile Include="OpenXml.Designer.vb"> |
153 | <DependentUpon>OpenXml.vb</DependentUpon> |
||
154 | </Compile> |
||
155 | <Compile Include="OpenXml.vb"> |
||
156 | <SubType>Form</SubType> |
||
157 | </Compile> |
||
158 | 31d47a80 | Gyusu | <Compile Include="Result.Designer.vb"> |
159 | <DependentUpon>Result.vb</DependentUpon> |
||
160 | </Compile> |
||
161 | <Compile Include="Result.vb"> |
||
162 | <SubType>Form</SubType> |
||
163 | </Compile> |
||
164 | e282643f | Gyusu | <Compile Include="Settings.Designer.vb"> |
165 | <DependentUpon>Settings.vb</DependentUpon> |
||
166 | </Compile> |
||
167 | <Compile Include="Settings.vb"> |
||
168 | <SubType>Form</SubType> |
||
169 | </Compile> |
||
170 | 4f359afa | Gyusu | </ItemGroup> |
171 | <ItemGroup> |
||
172 | <EmbeddedResource Include="Main.resx"> |
||
173 | <DependentUpon>Main.vb</DependentUpon> |
||
174 | </EmbeddedResource> |
||
175 | e1cde8f2 | Gyusu | <EmbeddedResource Include="Mapping.resx"> |
176 | <DependentUpon>Mapping.vb</DependentUpon> |
||
177 | </EmbeddedResource> |
||
178 | 39d43554 | Gyusu | <EmbeddedResource Include="My Project\licenses.licx" /> |
179 | 4f359afa | Gyusu | <EmbeddedResource Include="My Project\Resources.resx"> |
180 | <Generator>VbMyResourcesResXFileCodeGenerator</Generator> |
||
181 | <LastGenOutput>Resources.Designer.vb</LastGenOutput> |
||
182 | <CustomToolNamespace>My.Resources</CustomToolNamespace> |
||
183 | <SubType>Designer</SubType> |
||
184 | </EmbeddedResource> |
||
185 | 272662f9 | Gyusu | <EmbeddedResource Include="OpenXml.resx"> |
186 | <DependentUpon>OpenXml.vb</DependentUpon> |
||
187 | </EmbeddedResource> |
||
188 | 31d47a80 | Gyusu | <EmbeddedResource Include="Result.resx"> |
189 | <DependentUpon>Result.vb</DependentUpon> |
||
190 | </EmbeddedResource> |
||
191 | e282643f | Gyusu | <EmbeddedResource Include="Settings.resx"> |
192 | <DependentUpon>Settings.vb</DependentUpon> |
||
193 | </EmbeddedResource> |
||
194 | 4f359afa | Gyusu | </ItemGroup> |
195 | <ItemGroup> |
||
196 | <None Include="My Project\Application.myapp"> |
||
197 | <Generator>MyApplicationCodeGenerator</Generator> |
||
198 | <LastGenOutput>Application.Designer.vb</LastGenOutput> |
||
199 | </None> |
||
200 | <None Include="My Project\Settings.settings"> |
||
201 | <Generator>SettingsSingleFileGenerator</Generator> |
||
202 | <CustomToolNamespace>My</CustomToolNamespace> |
||
203 | <LastGenOutput>Settings.Designer.vb</LastGenOutput> |
||
204 | </None> |
||
205 | 1229ad76 | Gyusu | <None Include="App.config"> |
206 | <SubType>Designer</SubType> |
||
207 | </None> |
||
208 | 4f359afa | Gyusu | <None Include="packages.config" /> |
209 | </ItemGroup> |
||
210 | <ItemGroup> |
||
211 | <COMReference Include="IDisplaySetinf"> |
||
212 | <Guid>{74723318-7872-4996-96B6-3CB6F98E45AF}</Guid> |
||
213 | <VersionMajor>1</VersionMajor> |
||
214 | <VersionMinor>0</VersionMinor> |
||
215 | <Lcid>0</Lcid> |
||
216 | <WrapperTool>tlbimp</WrapperTool> |
||
217 | <Isolated>False</Isolated> |
||
218 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
219 | </COMReference> |
||
220 | <COMReference Include="ISPClientData3"> |
||
221 | <Guid>{A32983E1-A1BD-11D3-BBEE-0800363EAF03}</Guid> |
||
222 | <VersionMajor>2</VersionMajor> |
||
223 | <VersionMinor>0</VersionMinor> |
||
224 | <Lcid>0</Lcid> |
||
225 | <WrapperTool>tlbimp</WrapperTool> |
||
226 | <Isolated>False</Isolated> |
||
227 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
228 | </COMReference> |
||
229 | <COMReference Include="ISPPropertyInf"> |
||
230 | <Guid>{E0356D80-06B4-11D2-B793-080036EEB703}</Guid> |
||
231 | <VersionMajor>1</VersionMajor> |
||
232 | <VersionMinor>1</VersionMinor> |
||
233 | <Lcid>0</Lcid> |
||
234 | <WrapperTool>tlbimp</WrapperTool> |
||
235 | <Isolated>False</Isolated> |
||
236 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
237 | </COMReference> |
||
238 | <COMReference Include="Llama"> |
||
239 | <Guid>{425D14E8-A0C1-4F4A-9FB8-4D7CA982F144}</Guid> |
||
240 | <VersionMajor>6</VersionMajor> |
||
241 | <VersionMinor>0</VersionMinor> |
||
242 | <Lcid>0</Lcid> |
||
243 | <WrapperTool>tlbimp</WrapperTool> |
||
244 | <Isolated>False</Isolated> |
||
245 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
246 | </COMReference> |
||
247 | <COMReference Include="NEWENUMWRAPPERLib"> |
||
248 | <Guid>{58B86513-1FA4-4928-9D79-1076AC6F69EF}</Guid> |
||
249 | <VersionMajor>1</VersionMajor> |
||
250 | <VersionMinor>0</VersionMinor> |
||
251 | <Lcid>0</Lcid> |
||
252 | <WrapperTool>tlbimp</WrapperTool> |
||
253 | <Isolated>False</Isolated> |
||
254 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
255 | </COMReference> |
||
256 | <COMReference Include="PIDCacheAccessInfLib"> |
||
257 | <Guid>{CB6C022D-D17C-4E18-9B36-3A0D8B3282A2}</Guid> |
||
258 | <VersionMajor>1</VersionMajor> |
||
259 | <VersionMinor>0</VersionMinor> |
||
260 | <Lcid>0</Lcid> |
||
261 | <WrapperTool>tlbimp</WrapperTool> |
||
262 | <Isolated>False</Isolated> |
||
263 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
264 | </COMReference> |
||
265 | <COMReference Include="PidObjectManagerInf"> |
||
266 | <Guid>{534174BA-6991-4F8B-8DD0-FE2E46B6A67C}</Guid> |
||
267 | <VersionMajor>2</VersionMajor> |
||
268 | <VersionMinor>0</VersionMinor> |
||
269 | <Lcid>0</Lcid> |
||
270 | <WrapperTool>tlbimp</WrapperTool> |
||
271 | <Isolated>False</Isolated> |
||
272 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
273 | </COMReference> |
||
274 | <COMReference Include="Plaice"> |
||
275 | <Guid>{0CD9BF08-A064-44F4-8A5E-9A39006613FE}</Guid> |
||
276 | <VersionMajor>5</VersionMajor> |
||
277 | <VersionMinor>0</VersionMinor> |
||
278 | <Lcid>0</Lcid> |
||
279 | <WrapperTool>tlbimp</WrapperTool> |
||
280 | <Isolated>False</Isolated> |
||
281 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
282 | </COMReference> |
||
283 | <COMReference Include="VBA"> |
||
284 | <Guid>{000204EF-0000-0000-C000-000000000046}</Guid> |
||
285 | <VersionMajor>6</VersionMajor> |
||
286 | <VersionMinor>0</VersionMinor> |
||
287 | <Lcid>9</Lcid> |
||
288 | <WrapperTool>tlbimp</WrapperTool> |
||
289 | <Isolated>False</Isolated> |
||
290 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
291 | </COMReference> |
||
292 | </ItemGroup> |
||
293 | <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" /> |
||
294 | <Import Project="..\packages\System.Data.SQLite.Core.1.0.108.0\build\net451\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.108.0\build\net451\System.Data.SQLite.Core.targets')" /> |
||
295 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
||
296 | <PropertyGroup> |
||
297 | <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText> |
||
298 | </PropertyGroup> |
||
299 | <Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.108.0\build\net451\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.108.0\build\net451\System.Data.SQLite.Core.targets'))" /> |
||
300 | 4601d8de | Gyusu | <Error Condition="!Exists('..\packages\PDFNet.6.8.2.65223\build\net40\PDFNet.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\PDFNet.6.8.2.65223\build\net40\PDFNet.targets'))" /> |
301 | 4f359afa | Gyusu | </Target> |
302 | 4601d8de | Gyusu | <Import Project="..\packages\PDFNet.6.8.2.65223\build\net40\PDFNet.targets" Condition="Exists('..\packages\PDFNet.6.8.2.65223\build\net40\PDFNet.targets')" /> |
303 | 4f359afa | Gyusu | </Project> |