hytos / DTI_PID / SPPIDConverter / SPPIDConverter.vbproj @ e6b6b13d
이력 | 보기 | 이력해설 | 다운로드 (13.2 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 | e1cde8f2 | 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 | b6996671 | Gyusu | <Reference Include="DevExpress.Data.v18.1, Version=18.1.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
56 | <Reference Include="DevExpress.Printing.v18.1.Core, Version=18.1.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
||
57 | <Reference Include="DevExpress.Utils.v18.1, Version=18.1.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
||
58 | <Reference Include="DevExpress.XtraEditors.v18.1, Version=18.1.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
||
59 | <Reference Include="DevExpress.XtraGrid.v18.1, Version=18.1.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
||
60 | 4f359afa | Gyusu | <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
61 | <HintPath>..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.dll</HintPath> |
||
62 | </Reference> |
||
63 | <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
||
64 | <HintPath>..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.SqlServer.dll</HintPath> |
||
65 | </Reference> |
||
66 | 39d43554 | Gyusu | <Reference Include="GemBox.Spreadsheet, Version=39.3.30.1130, Culture=neutral, PublicKeyToken=b1b72c69714d4847, processorArchitecture=MSIL"> |
67 | <SpecificVersion>False</SpecificVersion> |
||
68 | <HintPath>bin\Debug\GemBox.Spreadsheet.dll</HintPath> |
||
69 | </Reference> |
||
70 | 4f359afa | Gyusu | <Reference Include="System" /> |
71 | <Reference Include="System.ComponentModel.DataAnnotations" /> |
||
72 | <Reference Include="System.Data" /> |
||
73 | 272662f9 | Gyusu | <Reference Include="System.Data.Linq" /> |
74 | 4f359afa | Gyusu | <Reference Include="System.Data.SQLite, Version=1.0.108.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
75 | <HintPath>..\packages\System.Data.SQLite.Core.1.0.108.0\lib\net451\System.Data.SQLite.dll</HintPath> |
||
76 | </Reference> |
||
77 | <Reference Include="System.Data.SQLite.EF6, Version=1.0.108.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
||
78 | <HintPath>..\packages\System.Data.SQLite.EF6.1.0.108.0\lib\net451\System.Data.SQLite.EF6.dll</HintPath> |
||
79 | </Reference> |
||
80 | <Reference Include="System.Data.SQLite.Linq, Version=1.0.108.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
||
81 | <HintPath>..\packages\System.Data.SQLite.Linq.1.0.108.0\lib\net451\System.Data.SQLite.Linq.dll</HintPath> |
||
82 | </Reference> |
||
83 | <Reference Include="System.Deployment" /> |
||
84 | <Reference Include="System.Drawing" /> |
||
85 | <Reference Include="System.Windows.Forms" /> |
||
86 | <Reference Include="System.Xml" /> |
||
87 | <Reference Include="System.Core" /> |
||
88 | <Reference Include="System.Xml.Linq" /> |
||
89 | <Reference Include="System.Data.DataSetExtensions" /> |
||
90 | <Reference Include="System.Net.Http" /> |
||
91 | </ItemGroup> |
||
92 | <ItemGroup> |
||
93 | <Import Include="Microsoft.VisualBasic" /> |
||
94 | <Import Include="System" /> |
||
95 | <Import Include="System.Collections" /> |
||
96 | <Import Include="System.Collections.Generic" /> |
||
97 | <Import Include="System.Data" /> |
||
98 | <Import Include="System.Drawing" /> |
||
99 | <Import Include="System.Diagnostics" /> |
||
100 | <Import Include="System.Windows.Forms" /> |
||
101 | <Import Include="System.Linq" /> |
||
102 | <Import Include="System.Xml.Linq" /> |
||
103 | <Import Include="System.Threading.Tasks" /> |
||
104 | </ItemGroup> |
||
105 | <ItemGroup> |
||
106 | 39d43554 | Gyusu | <Compile Include="CGembox.vb" /> |
107 | 171ac39d | Gyusu | <Compile Include="Drawing.vb" /> |
108 | 54b98e09 | Gyusu | <Compile Include="FindOpc.vb" /> |
109 | 4f359afa | Gyusu | <Compile Include="Main.vb"> |
110 | <SubType>Form</SubType> |
||
111 | </Compile> |
||
112 | <Compile Include="Main.Designer.vb"> |
||
113 | <DependentUpon>Main.vb</DependentUpon> |
||
114 | <SubType>Form</SubType> |
||
115 | </Compile> |
||
116 | e1cde8f2 | Gyusu | <Compile Include="Mapping.Designer.vb"> |
117 | <DependentUpon>Mapping.vb</DependentUpon> |
||
118 | </Compile> |
||
119 | <Compile Include="Mapping.vb"> |
||
120 | <SubType>Form</SubType> |
||
121 | </Compile> |
||
122 | 31d47a80 | Gyusu | <Compile Include="MDatatable.vb" /> |
123 | e1cde8f2 | Gyusu | <Compile Include="MKey.vb" /> |
124 | e282643f | Gyusu | <Compile Include="MThread.vb" /> |
125 | 4f359afa | Gyusu | <Compile Include="My Project\AssemblyInfo.vb" /> |
126 | <Compile Include="My Project\Application.Designer.vb"> |
||
127 | <AutoGen>True</AutoGen> |
||
128 | <DependentUpon>Application.myapp</DependentUpon> |
||
129 | </Compile> |
||
130 | <Compile Include="My Project\Resources.Designer.vb"> |
||
131 | <AutoGen>True</AutoGen> |
||
132 | <DesignTime>True</DesignTime> |
||
133 | <DependentUpon>Resources.resx</DependentUpon> |
||
134 | </Compile> |
||
135 | <Compile Include="My Project\Settings.Designer.vb"> |
||
136 | <AutoGen>True</AutoGen> |
||
137 | <DependentUpon>Settings.settings</DependentUpon> |
||
138 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
||
139 | </Compile> |
||
140 | 272662f9 | Gyusu | <Compile Include="OpenXml.Designer.vb"> |
141 | <DependentUpon>OpenXml.vb</DependentUpon> |
||
142 | </Compile> |
||
143 | <Compile Include="OpenXml.vb"> |
||
144 | <SubType>Form</SubType> |
||
145 | </Compile> |
||
146 | 31d47a80 | Gyusu | <Compile Include="Result.Designer.vb"> |
147 | <DependentUpon>Result.vb</DependentUpon> |
||
148 | </Compile> |
||
149 | <Compile Include="Result.vb"> |
||
150 | <SubType>Form</SubType> |
||
151 | </Compile> |
||
152 | e282643f | Gyusu | <Compile Include="Settings.Designer.vb"> |
153 | <DependentUpon>Settings.vb</DependentUpon> |
||
154 | </Compile> |
||
155 | <Compile Include="Settings.vb"> |
||
156 | <SubType>Form</SubType> |
||
157 | </Compile> |
||
158 | 4f359afa | Gyusu | </ItemGroup> |
159 | <ItemGroup> |
||
160 | <EmbeddedResource Include="Main.resx"> |
||
161 | <DependentUpon>Main.vb</DependentUpon> |
||
162 | </EmbeddedResource> |
||
163 | e1cde8f2 | Gyusu | <EmbeddedResource Include="Mapping.resx"> |
164 | <DependentUpon>Mapping.vb</DependentUpon> |
||
165 | </EmbeddedResource> |
||
166 | 39d43554 | Gyusu | <EmbeddedResource Include="My Project\licenses.licx" /> |
167 | 4f359afa | Gyusu | <EmbeddedResource Include="My Project\Resources.resx"> |
168 | <Generator>VbMyResourcesResXFileCodeGenerator</Generator> |
||
169 | <LastGenOutput>Resources.Designer.vb</LastGenOutput> |
||
170 | <CustomToolNamespace>My.Resources</CustomToolNamespace> |
||
171 | <SubType>Designer</SubType> |
||
172 | </EmbeddedResource> |
||
173 | 272662f9 | Gyusu | <EmbeddedResource Include="OpenXml.resx"> |
174 | <DependentUpon>OpenXml.vb</DependentUpon> |
||
175 | </EmbeddedResource> |
||
176 | 31d47a80 | Gyusu | <EmbeddedResource Include="Result.resx"> |
177 | <DependentUpon>Result.vb</DependentUpon> |
||
178 | </EmbeddedResource> |
||
179 | e282643f | Gyusu | <EmbeddedResource Include="Settings.resx"> |
180 | <DependentUpon>Settings.vb</DependentUpon> |
||
181 | </EmbeddedResource> |
||
182 | 4f359afa | Gyusu | </ItemGroup> |
183 | <ItemGroup> |
||
184 | <None Include="My Project\Application.myapp"> |
||
185 | <Generator>MyApplicationCodeGenerator</Generator> |
||
186 | <LastGenOutput>Application.Designer.vb</LastGenOutput> |
||
187 | </None> |
||
188 | <None Include="My Project\Settings.settings"> |
||
189 | <Generator>SettingsSingleFileGenerator</Generator> |
||
190 | <CustomToolNamespace>My</CustomToolNamespace> |
||
191 | <LastGenOutput>Settings.Designer.vb</LastGenOutput> |
||
192 | </None> |
||
193 | 1229ad76 | Gyusu | <None Include="App.config"> |
194 | <SubType>Designer</SubType> |
||
195 | </None> |
||
196 | 4f359afa | Gyusu | <None Include="packages.config" /> |
197 | </ItemGroup> |
||
198 | <ItemGroup> |
||
199 | <COMReference Include="IDisplaySetinf"> |
||
200 | <Guid>{74723318-7872-4996-96B6-3CB6F98E45AF}</Guid> |
||
201 | <VersionMajor>1</VersionMajor> |
||
202 | <VersionMinor>0</VersionMinor> |
||
203 | <Lcid>0</Lcid> |
||
204 | <WrapperTool>tlbimp</WrapperTool> |
||
205 | <Isolated>False</Isolated> |
||
206 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
207 | </COMReference> |
||
208 | <COMReference Include="ISPClientData3"> |
||
209 | <Guid>{A32983E1-A1BD-11D3-BBEE-0800363EAF03}</Guid> |
||
210 | <VersionMajor>2</VersionMajor> |
||
211 | <VersionMinor>0</VersionMinor> |
||
212 | <Lcid>0</Lcid> |
||
213 | <WrapperTool>tlbimp</WrapperTool> |
||
214 | <Isolated>False</Isolated> |
||
215 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
216 | </COMReference> |
||
217 | <COMReference Include="ISPPropertyInf"> |
||
218 | <Guid>{E0356D80-06B4-11D2-B793-080036EEB703}</Guid> |
||
219 | <VersionMajor>1</VersionMajor> |
||
220 | <VersionMinor>1</VersionMinor> |
||
221 | <Lcid>0</Lcid> |
||
222 | <WrapperTool>tlbimp</WrapperTool> |
||
223 | <Isolated>False</Isolated> |
||
224 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
225 | </COMReference> |
||
226 | <COMReference Include="Llama"> |
||
227 | <Guid>{425D14E8-A0C1-4F4A-9FB8-4D7CA982F144}</Guid> |
||
228 | <VersionMajor>6</VersionMajor> |
||
229 | <VersionMinor>0</VersionMinor> |
||
230 | <Lcid>0</Lcid> |
||
231 | <WrapperTool>tlbimp</WrapperTool> |
||
232 | <Isolated>False</Isolated> |
||
233 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
234 | </COMReference> |
||
235 | <COMReference Include="NEWENUMWRAPPERLib"> |
||
236 | <Guid>{58B86513-1FA4-4928-9D79-1076AC6F69EF}</Guid> |
||
237 | <VersionMajor>1</VersionMajor> |
||
238 | <VersionMinor>0</VersionMinor> |
||
239 | <Lcid>0</Lcid> |
||
240 | <WrapperTool>tlbimp</WrapperTool> |
||
241 | <Isolated>False</Isolated> |
||
242 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
243 | </COMReference> |
||
244 | e282643f | Gyusu | <COMReference Include="PIDAutomation"> |
245 | <Guid>{322BB4FE-C6BD-402A-83B0-81290AF1BAFE}</Guid> |
||
246 | <VersionMajor>2</VersionMajor> |
||
247 | <VersionMinor>1</VersionMinor> |
||
248 | <Lcid>0</Lcid> |
||
249 | <WrapperTool>tlbimp</WrapperTool> |
||
250 | <Isolated>False</Isolated> |
||
251 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
252 | </COMReference> |
||
253 | 4f359afa | Gyusu | <COMReference Include="PIDCacheAccessInfLib"> |
254 | <Guid>{CB6C022D-D17C-4E18-9B36-3A0D8B3282A2}</Guid> |
||
255 | <VersionMajor>1</VersionMajor> |
||
256 | <VersionMinor>0</VersionMinor> |
||
257 | <Lcid>0</Lcid> |
||
258 | <WrapperTool>tlbimp</WrapperTool> |
||
259 | <Isolated>False</Isolated> |
||
260 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
261 | </COMReference> |
||
262 | <COMReference Include="PidObjectManagerInf"> |
||
263 | <Guid>{534174BA-6991-4F8B-8DD0-FE2E46B6A67C}</Guid> |
||
264 | <VersionMajor>2</VersionMajor> |
||
265 | <VersionMinor>0</VersionMinor> |
||
266 | <Lcid>0</Lcid> |
||
267 | <WrapperTool>tlbimp</WrapperTool> |
||
268 | <Isolated>False</Isolated> |
||
269 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
270 | </COMReference> |
||
271 | <COMReference Include="Plaice"> |
||
272 | <Guid>{0CD9BF08-A064-44F4-8A5E-9A39006613FE}</Guid> |
||
273 | <VersionMajor>5</VersionMajor> |
||
274 | <VersionMinor>0</VersionMinor> |
||
275 | <Lcid>0</Lcid> |
||
276 | <WrapperTool>tlbimp</WrapperTool> |
||
277 | <Isolated>False</Isolated> |
||
278 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
279 | </COMReference> |
||
280 | <COMReference Include="VBA"> |
||
281 | <Guid>{000204EF-0000-0000-C000-000000000046}</Guid> |
||
282 | <VersionMajor>6</VersionMajor> |
||
283 | <VersionMinor>0</VersionMinor> |
||
284 | <Lcid>9</Lcid> |
||
285 | <WrapperTool>tlbimp</WrapperTool> |
||
286 | <Isolated>False</Isolated> |
||
287 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
288 | </COMReference> |
||
289 | </ItemGroup> |
||
290 | <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" /> |
||
291 | <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')" /> |
||
292 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
||
293 | <PropertyGroup> |
||
294 | <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText> |
||
295 | </PropertyGroup> |
||
296 | <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'))" /> |
||
297 | </Target> |
||
298 | </Project> |