프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / SPPIDConverter / SPPIDConverter.vbproj @ 8ac8bb85

이력 | 보기 | 이력해설 | 다운로드 (11.6 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
  </PropertyGroup>
19
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20
    <PlatformTarget>AnyCPU</PlatformTarget>
21
    <DebugSymbols>true</DebugSymbols>
22
    <DebugType>full</DebugType>
23
    <DefineDebug>true</DefineDebug>
24
    <DefineTrace>true</DefineTrace>
25
    <OutputPath>bin\Debug\</OutputPath>
26
    <DocumentationFile>SPPIDConverter.xml</DocumentationFile>
27
    <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
28
  </PropertyGroup>
29
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
30
    <PlatformTarget>AnyCPU</PlatformTarget>
31
    <DebugType>pdbonly</DebugType>
32
    <DefineDebug>false</DefineDebug>
33
    <DefineTrace>true</DefineTrace>
34
    <Optimize>true</Optimize>
35
    <OutputPath>bin\Release\</OutputPath>
36
    <DocumentationFile>SPPIDConverter.xml</DocumentationFile>
37
    <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn>
38
  </PropertyGroup>
39
  <PropertyGroup>
40
    <OptionExplicit>On</OptionExplicit>
41
  </PropertyGroup>
42
  <PropertyGroup>
43
    <OptionCompare>Binary</OptionCompare>
44
  </PropertyGroup>
45
  <PropertyGroup>
46
    <OptionStrict>Off</OptionStrict>
47
  </PropertyGroup>
48
  <PropertyGroup>
49
    <OptionInfer>On</OptionInfer>
50
  </PropertyGroup>
51
  <ItemGroup>
52 e282643f Gyusu
    <Reference Include="DevExpress.Data.v17.1, Version=17.1.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
53
    <Reference Include="DevExpress.Xpo.v17.1, Version=17.1.3.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
54 4f359afa Gyusu
    <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
55
      <HintPath>..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.dll</HintPath>
56
    </Reference>
57
    <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
58
      <HintPath>..\packages\EntityFramework.6.0.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
59
    </Reference>
60
    <Reference Include="System" />
61
    <Reference Include="System.ComponentModel.DataAnnotations" />
62
    <Reference Include="System.Data" />
63
    <Reference Include="System.Data.SQLite, Version=1.0.108.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
64
      <HintPath>..\packages\System.Data.SQLite.Core.1.0.108.0\lib\net451\System.Data.SQLite.dll</HintPath>
65
    </Reference>
66
    <Reference Include="System.Data.SQLite.EF6, Version=1.0.108.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
67
      <HintPath>..\packages\System.Data.SQLite.EF6.1.0.108.0\lib\net451\System.Data.SQLite.EF6.dll</HintPath>
68
    </Reference>
69
    <Reference Include="System.Data.SQLite.Linq, Version=1.0.108.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
70
      <HintPath>..\packages\System.Data.SQLite.Linq.1.0.108.0\lib\net451\System.Data.SQLite.Linq.dll</HintPath>
71
    </Reference>
72
    <Reference Include="System.Deployment" />
73
    <Reference Include="System.Drawing" />
74
    <Reference Include="System.Windows.Forms" />
75
    <Reference Include="System.Xml" />
76
    <Reference Include="System.Core" />
77
    <Reference Include="System.Xml.Linq" />
78
    <Reference Include="System.Data.DataSetExtensions" />
79
    <Reference Include="System.Net.Http" />
80
  </ItemGroup>
81
  <ItemGroup>
82
    <Import Include="Microsoft.VisualBasic" />
83
    <Import Include="System" />
84
    <Import Include="System.Collections" />
85
    <Import Include="System.Collections.Generic" />
86
    <Import Include="System.Data" />
87
    <Import Include="System.Drawing" />
88
    <Import Include="System.Diagnostics" />
89
    <Import Include="System.Windows.Forms" />
90
    <Import Include="System.Linq" />
91
    <Import Include="System.Xml.Linq" />
92
    <Import Include="System.Threading.Tasks" />
93
  </ItemGroup>
94
  <ItemGroup>
95
    <Compile Include="Main.vb">
96
      <SubType>Form</SubType>
97
    </Compile>
98
    <Compile Include="Main.Designer.vb">
99
      <DependentUpon>Main.vb</DependentUpon>
100
      <SubType>Form</SubType>
101
    </Compile>
102 31d47a80 Gyusu
    <Compile Include="MDatatable.vb" />
103 e282643f Gyusu
    <Compile Include="MThread.vb" />
104 4f359afa Gyusu
    <Compile Include="My Project\AssemblyInfo.vb" />
105
    <Compile Include="My Project\Application.Designer.vb">
106
      <AutoGen>True</AutoGen>
107
      <DependentUpon>Application.myapp</DependentUpon>
108
    </Compile>
109
    <Compile Include="My Project\Resources.Designer.vb">
110
      <AutoGen>True</AutoGen>
111
      <DesignTime>True</DesignTime>
112
      <DependentUpon>Resources.resx</DependentUpon>
113
    </Compile>
114
    <Compile Include="My Project\Settings.Designer.vb">
115
      <AutoGen>True</AutoGen>
116
      <DependentUpon>Settings.settings</DependentUpon>
117
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
118
    </Compile>
119 31d47a80 Gyusu
    <Compile Include="Result.Designer.vb">
120
      <DependentUpon>Result.vb</DependentUpon>
121
    </Compile>
122
    <Compile Include="Result.vb">
123
      <SubType>Form</SubType>
124
    </Compile>
125 e282643f Gyusu
    <Compile Include="Settings.Designer.vb">
126
      <DependentUpon>Settings.vb</DependentUpon>
127
    </Compile>
128
    <Compile Include="Settings.vb">
129
      <SubType>Form</SubType>
130
    </Compile>
131 4f359afa Gyusu
  </ItemGroup>
132
  <ItemGroup>
133
    <EmbeddedResource Include="Main.resx">
134
      <DependentUpon>Main.vb</DependentUpon>
135
    </EmbeddedResource>
136
    <EmbeddedResource Include="My Project\Resources.resx">
137
      <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
138
      <LastGenOutput>Resources.Designer.vb</LastGenOutput>
139
      <CustomToolNamespace>My.Resources</CustomToolNamespace>
140
      <SubType>Designer</SubType>
141
    </EmbeddedResource>
142 31d47a80 Gyusu
    <EmbeddedResource Include="Result.resx">
143
      <DependentUpon>Result.vb</DependentUpon>
144
    </EmbeddedResource>
145 e282643f Gyusu
    <EmbeddedResource Include="Settings.resx">
146
      <DependentUpon>Settings.vb</DependentUpon>
147
    </EmbeddedResource>
148 4f359afa Gyusu
  </ItemGroup>
149
  <ItemGroup>
150
    <None Include="My Project\Application.myapp">
151
      <Generator>MyApplicationCodeGenerator</Generator>
152
      <LastGenOutput>Application.Designer.vb</LastGenOutput>
153
    </None>
154
    <None Include="My Project\Settings.settings">
155
      <Generator>SettingsSingleFileGenerator</Generator>
156
      <CustomToolNamespace>My</CustomToolNamespace>
157
      <LastGenOutput>Settings.Designer.vb</LastGenOutput>
158
    </None>
159 1229ad76 Gyusu
    <None Include="App.config">
160
      <SubType>Designer</SubType>
161
    </None>
162 4f359afa Gyusu
    <None Include="packages.config" />
163
  </ItemGroup>
164
  <ItemGroup>
165
    <COMReference Include="IDisplaySetinf">
166
      <Guid>{74723318-7872-4996-96B6-3CB6F98E45AF}</Guid>
167
      <VersionMajor>1</VersionMajor>
168
      <VersionMinor>0</VersionMinor>
169
      <Lcid>0</Lcid>
170
      <WrapperTool>tlbimp</WrapperTool>
171
      <Isolated>False</Isolated>
172
      <EmbedInteropTypes>True</EmbedInteropTypes>
173
    </COMReference>
174
    <COMReference Include="ISPClientData3">
175
      <Guid>{A32983E1-A1BD-11D3-BBEE-0800363EAF03}</Guid>
176
      <VersionMajor>2</VersionMajor>
177
      <VersionMinor>0</VersionMinor>
178
      <Lcid>0</Lcid>
179
      <WrapperTool>tlbimp</WrapperTool>
180
      <Isolated>False</Isolated>
181
      <EmbedInteropTypes>True</EmbedInteropTypes>
182
    </COMReference>
183
    <COMReference Include="ISPPropertyInf">
184
      <Guid>{E0356D80-06B4-11D2-B793-080036EEB703}</Guid>
185
      <VersionMajor>1</VersionMajor>
186
      <VersionMinor>1</VersionMinor>
187
      <Lcid>0</Lcid>
188
      <WrapperTool>tlbimp</WrapperTool>
189
      <Isolated>False</Isolated>
190
      <EmbedInteropTypes>True</EmbedInteropTypes>
191
    </COMReference>
192
    <COMReference Include="Llama">
193
      <Guid>{425D14E8-A0C1-4F4A-9FB8-4D7CA982F144}</Guid>
194
      <VersionMajor>6</VersionMajor>
195
      <VersionMinor>0</VersionMinor>
196
      <Lcid>0</Lcid>
197
      <WrapperTool>tlbimp</WrapperTool>
198
      <Isolated>False</Isolated>
199
      <EmbedInteropTypes>True</EmbedInteropTypes>
200
    </COMReference>
201
    <COMReference Include="NEWENUMWRAPPERLib">
202
      <Guid>{58B86513-1FA4-4928-9D79-1076AC6F69EF}</Guid>
203
      <VersionMajor>1</VersionMajor>
204
      <VersionMinor>0</VersionMinor>
205
      <Lcid>0</Lcid>
206
      <WrapperTool>tlbimp</WrapperTool>
207
      <Isolated>False</Isolated>
208
      <EmbedInteropTypes>True</EmbedInteropTypes>
209
    </COMReference>
210 e282643f Gyusu
    <COMReference Include="PIDAutomation">
211
      <Guid>{322BB4FE-C6BD-402A-83B0-81290AF1BAFE}</Guid>
212
      <VersionMajor>2</VersionMajor>
213
      <VersionMinor>1</VersionMinor>
214
      <Lcid>0</Lcid>
215
      <WrapperTool>tlbimp</WrapperTool>
216
      <Isolated>False</Isolated>
217
      <EmbedInteropTypes>True</EmbedInteropTypes>
218
    </COMReference>
219 4f359afa Gyusu
    <COMReference Include="PIDCacheAccessInfLib">
220
      <Guid>{CB6C022D-D17C-4E18-9B36-3A0D8B3282A2}</Guid>
221
      <VersionMajor>1</VersionMajor>
222
      <VersionMinor>0</VersionMinor>
223
      <Lcid>0</Lcid>
224
      <WrapperTool>tlbimp</WrapperTool>
225
      <Isolated>False</Isolated>
226
      <EmbedInteropTypes>True</EmbedInteropTypes>
227
    </COMReference>
228
    <COMReference Include="PidObjectManagerInf">
229
      <Guid>{534174BA-6991-4F8B-8DD0-FE2E46B6A67C}</Guid>
230
      <VersionMajor>2</VersionMajor>
231
      <VersionMinor>0</VersionMinor>
232
      <Lcid>0</Lcid>
233
      <WrapperTool>tlbimp</WrapperTool>
234
      <Isolated>False</Isolated>
235
      <EmbedInteropTypes>True</EmbedInteropTypes>
236
    </COMReference>
237
    <COMReference Include="Plaice">
238
      <Guid>{0CD9BF08-A064-44F4-8A5E-9A39006613FE}</Guid>
239
      <VersionMajor>5</VersionMajor>
240
      <VersionMinor>0</VersionMinor>
241
      <Lcid>0</Lcid>
242
      <WrapperTool>tlbimp</WrapperTool>
243
      <Isolated>False</Isolated>
244
      <EmbedInteropTypes>True</EmbedInteropTypes>
245
    </COMReference>
246
    <COMReference Include="VBA">
247
      <Guid>{000204EF-0000-0000-C000-000000000046}</Guid>
248
      <VersionMajor>6</VersionMajor>
249
      <VersionMinor>0</VersionMinor>
250
      <Lcid>9</Lcid>
251
      <WrapperTool>tlbimp</WrapperTool>
252
      <Isolated>False</Isolated>
253
      <EmbedInteropTypes>True</EmbedInteropTypes>
254
    </COMReference>
255
  </ItemGroup>
256
  <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
257
  <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')" />
258
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
259
    <PropertyGroup>
260
      <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
261
    </PropertyGroup>
262
    <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'))" />
263
  </Target>
264
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)