hytos / DTI_PID / AutoSPPID / AutoSPPID.vbproj @ 4f359afa
이력 | 보기 | 이력해설 | 다운로드 (6.81 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>{9D098ED7-D6D2-4762-8A2D-E5824E191039}</ProjectGuid> |
||
8 | <OutputType>Library</OutputType> |
||
9 | <RootNamespace>AutoSPPID</RootNamespace> |
||
10 | <AssemblyName>AutoSPPID</AssemblyName> |
||
11 | <FileAlignment>512</FileAlignment> |
||
12 | <MyType>Windows</MyType> |
||
13 | <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion> |
||
14 | </PropertyGroup> |
||
15 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
16 | <DebugSymbols>true</DebugSymbols> |
||
17 | <DebugType>full</DebugType> |
||
18 | <DefineDebug>true</DefineDebug> |
||
19 | <DefineTrace>true</DefineTrace> |
||
20 | <OutputPath>bin\Debug\</OutputPath> |
||
21 | <DocumentationFile>AutoSPPID.xml</DocumentationFile> |
||
22 | <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn> |
||
23 | </PropertyGroup> |
||
24 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
25 | <DebugType>pdbonly</DebugType> |
||
26 | <DefineDebug>false</DefineDebug> |
||
27 | <DefineTrace>true</DefineTrace> |
||
28 | <Optimize>true</Optimize> |
||
29 | <OutputPath>bin\Release\</OutputPath> |
||
30 | <DocumentationFile>AutoSPPID.xml</DocumentationFile> |
||
31 | <NoWarn>42016,41999,42017,42018,42019,42032,42036,42020,42021,42022</NoWarn> |
||
32 | </PropertyGroup> |
||
33 | <PropertyGroup> |
||
34 | <OptionExplicit>On</OptionExplicit> |
||
35 | </PropertyGroup> |
||
36 | <PropertyGroup> |
||
37 | <OptionCompare>Binary</OptionCompare> |
||
38 | </PropertyGroup> |
||
39 | <PropertyGroup> |
||
40 | <OptionStrict>Off</OptionStrict> |
||
41 | </PropertyGroup> |
||
42 | <PropertyGroup> |
||
43 | <OptionInfer>On</OptionInfer> |
||
44 | </PropertyGroup> |
||
45 | <ItemGroup> |
||
46 | <Reference Include="System" /> |
||
47 | <Reference Include="System.Data" /> |
||
48 | <Reference Include="System.Xml" /> |
||
49 | <Reference Include="System.Core" /> |
||
50 | <Reference Include="System.Xml.Linq" /> |
||
51 | <Reference Include="System.Data.DataSetExtensions" /> |
||
52 | <Reference Include="System.Net.Http" /> |
||
53 | </ItemGroup> |
||
54 | <ItemGroup> |
||
55 | <Import Include="Microsoft.VisualBasic" /> |
||
56 | <Import Include="System" /> |
||
57 | <Import Include="System.Collections" /> |
||
58 | <Import Include="System.Collections.Generic" /> |
||
59 | <Import Include="System.Data" /> |
||
60 | <Import Include="System.Diagnostics" /> |
||
61 | <Import Include="System.Linq" /> |
||
62 | <Import Include="System.Xml.Linq" /> |
||
63 | <Import Include="System.Threading.Tasks" /> |
||
64 | </ItemGroup> |
||
65 | <ItemGroup> |
||
66 | <Compile Include="AutoSPPID.vb" /> |
||
67 | <Compile Include="My Project\AssemblyInfo.vb" /> |
||
68 | <Compile Include="My Project\Application.Designer.vb"> |
||
69 | <AutoGen>True</AutoGen> |
||
70 | <DependentUpon>Application.myapp</DependentUpon> |
||
71 | </Compile> |
||
72 | <Compile Include="My Project\Resources.Designer.vb"> |
||
73 | <AutoGen>True</AutoGen> |
||
74 | <DesignTime>True</DesignTime> |
||
75 | <DependentUpon>Resources.resx</DependentUpon> |
||
76 | </Compile> |
||
77 | <Compile Include="My Project\Settings.Designer.vb"> |
||
78 | <AutoGen>True</AutoGen> |
||
79 | <DependentUpon>Settings.settings</DependentUpon> |
||
80 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
||
81 | </Compile> |
||
82 | </ItemGroup> |
||
83 | <ItemGroup> |
||
84 | <EmbeddedResource Include="My Project\Resources.resx"> |
||
85 | <Generator>VbMyResourcesResXFileCodeGenerator</Generator> |
||
86 | <LastGenOutput>Resources.Designer.vb</LastGenOutput> |
||
87 | <CustomToolNamespace>My.Resources</CustomToolNamespace> |
||
88 | <SubType>Designer</SubType> |
||
89 | </EmbeddedResource> |
||
90 | </ItemGroup> |
||
91 | <ItemGroup> |
||
92 | <None Include="My Project\Application.myapp"> |
||
93 | <Generator>MyApplicationCodeGenerator</Generator> |
||
94 | <LastGenOutput>Application.Designer.vb</LastGenOutput> |
||
95 | </None> |
||
96 | <None Include="My Project\Settings.settings"> |
||
97 | <Generator>SettingsSingleFileGenerator</Generator> |
||
98 | <CustomToolNamespace>My</CustomToolNamespace> |
||
99 | <LastGenOutput>Settings.Designer.vb</LastGenOutput> |
||
100 | </None> |
||
101 | </ItemGroup> |
||
102 | <ItemGroup> |
||
103 | <COMReference Include="ISPClientData3"> |
||
104 | <Guid>{A32983E1-A1BD-11D3-BBEE-0800363EAF03}</Guid> |
||
105 | <VersionMajor>2</VersionMajor> |
||
106 | <VersionMinor>0</VersionMinor> |
||
107 | <Lcid>0</Lcid> |
||
108 | <WrapperTool>tlbimp</WrapperTool> |
||
109 | <Isolated>False</Isolated> |
||
110 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
111 | </COMReference> |
||
112 | <COMReference Include="ISPPropertyInf"> |
||
113 | <Guid>{E0356D80-06B4-11D2-B793-080036EEB703}</Guid> |
||
114 | <VersionMajor>1</VersionMajor> |
||
115 | <VersionMinor>1</VersionMinor> |
||
116 | <Lcid>0</Lcid> |
||
117 | <WrapperTool>tlbimp</WrapperTool> |
||
118 | <Isolated>False</Isolated> |
||
119 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
120 | </COMReference> |
||
121 | <COMReference Include="Llama"> |
||
122 | <Guid>{425D14E8-A0C1-4F4A-9FB8-4D7CA982F144}</Guid> |
||
123 | <VersionMajor>6</VersionMajor> |
||
124 | <VersionMinor>0</VersionMinor> |
||
125 | <Lcid>0</Lcid> |
||
126 | <WrapperTool>tlbimp</WrapperTool> |
||
127 | <Isolated>False</Isolated> |
||
128 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
129 | </COMReference> |
||
130 | <COMReference Include="NEWENUMWRAPPERLib"> |
||
131 | <Guid>{58B86513-1FA4-4928-9D79-1076AC6F69EF}</Guid> |
||
132 | <VersionMajor>1</VersionMajor> |
||
133 | <VersionMinor>0</VersionMinor> |
||
134 | <Lcid>0</Lcid> |
||
135 | <WrapperTool>tlbimp</WrapperTool> |
||
136 | <Isolated>False</Isolated> |
||
137 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
138 | </COMReference> |
||
139 | <COMReference Include="PIDCacheAccessInfLib"> |
||
140 | <Guid>{CB6C022D-D17C-4E18-9B36-3A0D8B3282A2}</Guid> |
||
141 | <VersionMajor>1</VersionMajor> |
||
142 | <VersionMinor>0</VersionMinor> |
||
143 | <Lcid>0</Lcid> |
||
144 | <WrapperTool>tlbimp</WrapperTool> |
||
145 | <Isolated>False</Isolated> |
||
146 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
147 | </COMReference> |
||
148 | <COMReference Include="PidObjectManagerInf"> |
||
149 | <Guid>{534174BA-6991-4F8B-8DD0-FE2E46B6A67C}</Guid> |
||
150 | <VersionMajor>2</VersionMajor> |
||
151 | <VersionMinor>0</VersionMinor> |
||
152 | <Lcid>0</Lcid> |
||
153 | <WrapperTool>tlbimp</WrapperTool> |
||
154 | <Isolated>False</Isolated> |
||
155 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
156 | </COMReference> |
||
157 | <COMReference Include="Plaice"> |
||
158 | <Guid>{0CD9BF08-A064-44F4-8A5E-9A39006613FE}</Guid> |
||
159 | <VersionMajor>5</VersionMajor> |
||
160 | <VersionMinor>0</VersionMinor> |
||
161 | <Lcid>0</Lcid> |
||
162 | <WrapperTool>tlbimp</WrapperTool> |
||
163 | <Isolated>False</Isolated> |
||
164 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
165 | </COMReference> |
||
166 | <COMReference Include="VBA"> |
||
167 | <Guid>{000204EF-0000-0000-C000-000000000046}</Guid> |
||
168 | <VersionMajor>6</VersionMajor> |
||
169 | <VersionMinor>0</VersionMinor> |
||
170 | <Lcid>9</Lcid> |
||
171 | <WrapperTool>tlbimp</WrapperTool> |
||
172 | <Isolated>False</Isolated> |
||
173 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
174 | </COMReference> |
||
175 | </ItemGroup> |
||
176 | <Import Project="$(MSBuildToolsPath)\Microsoft.VisualBasic.targets" /> |
||
177 | </Project> |