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