프로젝트

일반

사용자정보

통계
| 브랜치(Branch): | 개정판:

hytos / DTI_PID / SPPIDConverter / SPPIDConverter.vbproj @ e4b3e191

이력 | 보기 | 이력해설 | 다운로드 (10.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
    <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="My Project\AssemblyInfo.vb" />
101
    <Compile Include="My Project\Application.Designer.vb">
102
      <AutoGen>True</AutoGen>
103
      <DependentUpon>Application.myapp</DependentUpon>
104
    </Compile>
105
    <Compile Include="My Project\Resources.Designer.vb">
106
      <AutoGen>True</AutoGen>
107
      <DesignTime>True</DesignTime>
108
      <DependentUpon>Resources.resx</DependentUpon>
109
    </Compile>
110
    <Compile Include="My Project\Settings.Designer.vb">
111
      <AutoGen>True</AutoGen>
112
      <DependentUpon>Settings.settings</DependentUpon>
113
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
114
    </Compile>
115
  </ItemGroup>
116
  <ItemGroup>
117
    <EmbeddedResource Include="Main.resx">
118
      <DependentUpon>Main.vb</DependentUpon>
119
    </EmbeddedResource>
120
    <EmbeddedResource Include="My Project\Resources.resx">
121
      <Generator>VbMyResourcesResXFileCodeGenerator</Generator>
122
      <LastGenOutput>Resources.Designer.vb</LastGenOutput>
123
      <CustomToolNamespace>My.Resources</CustomToolNamespace>
124
      <SubType>Designer</SubType>
125
    </EmbeddedResource>
126
  </ItemGroup>
127
  <ItemGroup>
128
    <None Include="My Project\Application.myapp">
129
      <Generator>MyApplicationCodeGenerator</Generator>
130
      <LastGenOutput>Application.Designer.vb</LastGenOutput>
131
    </None>
132
    <None Include="My Project\Settings.settings">
133
      <Generator>SettingsSingleFileGenerator</Generator>
134
      <CustomToolNamespace>My</CustomToolNamespace>
135
      <LastGenOutput>Settings.Designer.vb</LastGenOutput>
136
    </None>
137
    <None Include="App.config" />
138
    <None Include="packages.config" />
139
  </ItemGroup>
140
  <ItemGroup>
141
    <COMReference Include="IDisplaySetinf">
142
      <Guid>{74723318-7872-4996-96B6-3CB6F98E45AF}</Guid>
143
      <VersionMajor>1</VersionMajor>
144
      <VersionMinor>0</VersionMinor>
145
      <Lcid>0</Lcid>
146
      <WrapperTool>tlbimp</WrapperTool>
147
      <Isolated>False</Isolated>
148
      <EmbedInteropTypes>True</EmbedInteropTypes>
149
    </COMReference>
150
    <COMReference Include="ISPClientData3">
151
      <Guid>{A32983E1-A1BD-11D3-BBEE-0800363EAF03}</Guid>
152
      <VersionMajor>2</VersionMajor>
153
      <VersionMinor>0</VersionMinor>
154
      <Lcid>0</Lcid>
155
      <WrapperTool>tlbimp</WrapperTool>
156
      <Isolated>False</Isolated>
157
      <EmbedInteropTypes>True</EmbedInteropTypes>
158
    </COMReference>
159
    <COMReference Include="ISPPropertyInf">
160
      <Guid>{E0356D80-06B4-11D2-B793-080036EEB703}</Guid>
161
      <VersionMajor>1</VersionMajor>
162
      <VersionMinor>1</VersionMinor>
163
      <Lcid>0</Lcid>
164
      <WrapperTool>tlbimp</WrapperTool>
165
      <Isolated>False</Isolated>
166
      <EmbedInteropTypes>True</EmbedInteropTypes>
167
    </COMReference>
168
    <COMReference Include="Llama">
169
      <Guid>{425D14E8-A0C1-4F4A-9FB8-4D7CA982F144}</Guid>
170
      <VersionMajor>6</VersionMajor>
171
      <VersionMinor>0</VersionMinor>
172
      <Lcid>0</Lcid>
173
      <WrapperTool>tlbimp</WrapperTool>
174
      <Isolated>False</Isolated>
175
      <EmbedInteropTypes>True</EmbedInteropTypes>
176
    </COMReference>
177
    <COMReference Include="NEWENUMWRAPPERLib">
178
      <Guid>{58B86513-1FA4-4928-9D79-1076AC6F69EF}</Guid>
179
      <VersionMajor>1</VersionMajor>
180
      <VersionMinor>0</VersionMinor>
181
      <Lcid>0</Lcid>
182
      <WrapperTool>tlbimp</WrapperTool>
183
      <Isolated>False</Isolated>
184
      <EmbedInteropTypes>True</EmbedInteropTypes>
185
    </COMReference>
186
    <COMReference Include="PIDAutomation">
187
      <Guid>{322BB4FE-C6BD-402A-83B0-81290AF1BAFE}</Guid>
188
      <VersionMajor>2</VersionMajor>
189
      <VersionMinor>1</VersionMinor>
190
      <Lcid>0</Lcid>
191
      <WrapperTool>tlbimp</WrapperTool>
192
      <Isolated>False</Isolated>
193
      <EmbedInteropTypes>True</EmbedInteropTypes>
194
    </COMReference>
195
    <COMReference Include="PIDCacheAccessInfLib">
196
      <Guid>{CB6C022D-D17C-4E18-9B36-3A0D8B3282A2}</Guid>
197
      <VersionMajor>1</VersionMajor>
198
      <VersionMinor>0</VersionMinor>
199
      <Lcid>0</Lcid>
200
      <WrapperTool>tlbimp</WrapperTool>
201
      <Isolated>False</Isolated>
202
      <EmbedInteropTypes>True</EmbedInteropTypes>
203
    </COMReference>
204
    <COMReference Include="PidObjectManagerInf">
205
      <Guid>{534174BA-6991-4F8B-8DD0-FE2E46B6A67C}</Guid>
206
      <VersionMajor>2</VersionMajor>
207
      <VersionMinor>0</VersionMinor>
208
      <Lcid>0</Lcid>
209
      <WrapperTool>tlbimp</WrapperTool>
210
      <Isolated>False</Isolated>
211
      <EmbedInteropTypes>True</EmbedInteropTypes>
212
    </COMReference>
213
    <COMReference Include="Plaice">
214
      <Guid>{0CD9BF08-A064-44F4-8A5E-9A39006613FE}</Guid>
215
      <VersionMajor>5</VersionMajor>
216
      <VersionMinor>0</VersionMinor>
217
      <Lcid>0</Lcid>
218
      <WrapperTool>tlbimp</WrapperTool>
219
      <Isolated>False</Isolated>
220
      <EmbedInteropTypes>True</EmbedInteropTypes>
221
    </COMReference>
222
    <COMReference Include="VBA">
223
      <Guid>{000204EF-0000-0000-C000-000000000046}</Guid>
224
      <VersionMajor>6</VersionMajor>
225
      <VersionMinor>0</VersionMinor>
226
      <Lcid>9</Lcid>
227
      <WrapperTool>tlbimp</WrapperTool>
228
      <Isolated>False</Isolated>
229
      <EmbedInteropTypes>True</EmbedInteropTypes>
230
    </COMReference>
231
  </ItemGroup>
232
  <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" />
233
  <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')" />
234
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
235
    <PropertyGroup>
236
      <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
237
    </PropertyGroup>
238
    <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'))" />
239
  </Target>
240
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)