hytos / DTI_PID / SPPIDAutoModeling / SPPIDAutoModeling.csproj @ 21be5063
이력 | 보기 | 이력해설 | 다운로드 (4.86 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>{794AC731-3A69-472A-886C-CC05F0D3D970}</ProjectGuid> |
8 |
<OutputType>Library</OutputType> |
9 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
10 |
<RootNamespace>SPPIDAutoModeling</RootNamespace> |
11 |
<AssemblyName>SPPIDAutoModeling</AssemblyName> |
12 |
<TargetFrameworkVersion>v4.6</TargetFrameworkVersion> |
13 |
<FileAlignment>512</FileAlignment> |
14 |
<TargetFrameworkProfile /> |
15 |
</PropertyGroup> |
16 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
17 |
<DebugSymbols>true</DebugSymbols> |
18 |
<DebugType>full</DebugType> |
19 |
<Optimize>false</Optimize> |
20 |
<OutputPath>bin\Debug\</OutputPath> |
21 |
<DefineConstants>DEBUG;TRACE</DefineConstants> |
22 |
<ErrorReport>prompt</ErrorReport> |
23 |
<WarningLevel>4</WarningLevel> |
24 |
</PropertyGroup> |
25 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
26 |
<DebugType>pdbonly</DebugType> |
27 |
<Optimize>true</Optimize> |
28 |
<OutputPath>bin\Release\</OutputPath> |
29 |
<DefineConstants>TRACE</DefineConstants> |
30 |
<ErrorReport>prompt</ErrorReport> |
31 |
<WarningLevel>4</WarningLevel> |
32 |
</PropertyGroup> |
33 |
<ItemGroup> |
34 |
<Reference Include="System" /> |
35 |
<Reference Include="System.Core" /> |
36 |
<Reference Include="System.Xml.Linq" /> |
37 |
<Reference Include="System.Data.DataSetExtensions" /> |
38 |
<Reference Include="Microsoft.CSharp" /> |
39 |
<Reference Include="System.Data" /> |
40 |
<Reference Include="System.Net.Http" /> |
41 |
<Reference Include="System.Xml" /> |
42 |
</ItemGroup> |
43 |
<ItemGroup> |
44 |
<Compile Include="AutoModeling.cs" /> |
45 |
<Compile Include="ItemObject.cs" /> |
46 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
47 |
<Compile Include="SPPIDUtill.cs" /> |
48 |
</ItemGroup> |
49 |
<ItemGroup> |
50 |
<COMReference Include="ISPClientData3"> |
51 |
<Guid>{A32983E1-A1BD-11D3-BBEE-0800363EAF03}</Guid> |
52 |
<VersionMajor>2</VersionMajor> |
53 |
<VersionMinor>0</VersionMinor> |
54 |
<Lcid>0</Lcid> |
55 |
<WrapperTool>tlbimp</WrapperTool> |
56 |
<Isolated>False</Isolated> |
57 |
<EmbedInteropTypes>True</EmbedInteropTypes> |
58 |
</COMReference> |
59 |
<COMReference Include="ISPPropertyInf"> |
60 |
<Guid>{E0356D80-06B4-11D2-B793-080036EEB703}</Guid> |
61 |
<VersionMajor>1</VersionMajor> |
62 |
<VersionMinor>1</VersionMinor> |
63 |
<Lcid>0</Lcid> |
64 |
<WrapperTool>tlbimp</WrapperTool> |
65 |
<Isolated>False</Isolated> |
66 |
<EmbedInteropTypes>True</EmbedInteropTypes> |
67 |
</COMReference> |
68 |
<COMReference Include="Llama"> |
69 |
<Guid>{425D14E8-A0C1-4F4A-9FB8-4D7CA982F144}</Guid> |
70 |
<VersionMajor>6</VersionMajor> |
71 |
<VersionMinor>0</VersionMinor> |
72 |
<Lcid>0</Lcid> |
73 |
<WrapperTool>tlbimp</WrapperTool> |
74 |
<Isolated>False</Isolated> |
75 |
<EmbedInteropTypes>True</EmbedInteropTypes> |
76 |
</COMReference> |
77 |
<COMReference Include="NEWENUMWRAPPERLib"> |
78 |
<Guid>{58B86513-1FA4-4928-9D79-1076AC6F69EF}</Guid> |
79 |
<VersionMajor>1</VersionMajor> |
80 |
<VersionMinor>0</VersionMinor> |
81 |
<Lcid>0</Lcid> |
82 |
<WrapperTool>tlbimp</WrapperTool> |
83 |
<Isolated>False</Isolated> |
84 |
<EmbedInteropTypes>True</EmbedInteropTypes> |
85 |
</COMReference> |
86 |
<COMReference Include="PIDCacheAccessInfLib"> |
87 |
<Guid>{CB6C022D-D17C-4E18-9B36-3A0D8B3282A2}</Guid> |
88 |
<VersionMajor>1</VersionMajor> |
89 |
<VersionMinor>0</VersionMinor> |
90 |
<Lcid>0</Lcid> |
91 |
<WrapperTool>tlbimp</WrapperTool> |
92 |
<Isolated>False</Isolated> |
93 |
<EmbedInteropTypes>True</EmbedInteropTypes> |
94 |
</COMReference> |
95 |
<COMReference Include="PidObjectManagerInf"> |
96 |
<Guid>{534174BA-6991-4F8B-8DD0-FE2E46B6A67C}</Guid> |
97 |
<VersionMajor>2</VersionMajor> |
98 |
<VersionMinor>0</VersionMinor> |
99 |
<Lcid>0</Lcid> |
100 |
<WrapperTool>tlbimp</WrapperTool> |
101 |
<Isolated>False</Isolated> |
102 |
<EmbedInteropTypes>True</EmbedInteropTypes> |
103 |
</COMReference> |
104 |
<COMReference Include="Plaice"> |
105 |
<Guid>{0CD9BF08-A064-44F4-8A5E-9A39006613FE}</Guid> |
106 |
<VersionMajor>5</VersionMajor> |
107 |
<VersionMinor>0</VersionMinor> |
108 |
<Lcid>0</Lcid> |
109 |
<WrapperTool>tlbimp</WrapperTool> |
110 |
<Isolated>False</Isolated> |
111 |
<EmbedInteropTypes>True</EmbedInteropTypes> |
112 |
</COMReference> |
113 |
<COMReference Include="VBA"> |
114 |
<Guid>{000204EF-0000-0000-C000-000000000046}</Guid> |
115 |
<VersionMajor>6</VersionMajor> |
116 |
<VersionMinor>0</VersionMinor> |
117 |
<Lcid>9</Lcid> |
118 |
<WrapperTool>tlbimp</WrapperTool> |
119 |
<Isolated>False</Isolated> |
120 |
<EmbedInteropTypes>True</EmbedInteropTypes> |
121 |
</COMReference> |
122 |
</ItemGroup> |
123 |
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
124 |
</Project> |