프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / SPPIDConverter / SPPIDConverter.vbproj @ 78b49c9b

이력 | 보기 | 이력해설 | 다운로드 (10.7 KB)

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