hytos / DTI_PID / SPPIDConverter_AutoModeling / SPPIDConverter_AutoModeling.csproj @ b18dc619
이력 | 보기 | 이력해설 | 다운로드 (12.1 KB)
1 | 0a24b232 | gaqhf | <?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>{B6757E78-6B59-40A3-A7BB-E73E8F81B6C3}</ProjectGuid> |
||
8 | 23eb98bf | gaqhf | <OutputType>WinExe</OutputType> |
9 | 0a24b232 | gaqhf | <AppDesignerFolder>Properties</AppDesignerFolder> |
10 | <RootNamespace>Converter.SPPID.AutoModeling</RootNamespace> |
||
11 | <AssemblyName>SPPIDConverter_AutoModeling</AssemblyName> |
||
12 | <TargetFrameworkVersion>v4.6</TargetFrameworkVersion> |
||
13 | <FileAlignment>512</FileAlignment> |
||
14 | <Deterministic>true</Deterministic> |
||
15 | <TargetFrameworkProfile /> |
||
16 | df4559fc | gaqhf | <NuGetPackageImportStamp> |
17 | </NuGetPackageImportStamp> |
||
18 | 0a24b232 | gaqhf | </PropertyGroup> |
19 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
||
20 | <DebugSymbols>true</DebugSymbols> |
||
21 | <DebugType>full</DebugType> |
||
22 | <Optimize>false</Optimize> |
||
23 | 96a2080c | gaqhf | <OutputPath>..\SPPIDConverterDll\</OutputPath> |
24 | 0a24b232 | gaqhf | <DefineConstants>DEBUG;TRACE</DefineConstants> |
25 | <ErrorReport>prompt</ErrorReport> |
||
26 | <WarningLevel>4</WarningLevel> |
||
27 | </PropertyGroup> |
||
28 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
||
29 | <DebugType>pdbonly</DebugType> |
||
30 | <Optimize>true</Optimize> |
||
31 | <OutputPath>bin\Release\</OutputPath> |
||
32 | <DefineConstants>TRACE</DefineConstants> |
||
33 | <ErrorReport>prompt</ErrorReport> |
||
34 | <WarningLevel>4</WarningLevel> |
||
35 | </PropertyGroup> |
||
36 | 1278ba59 | gaqhf | <PropertyGroup> |
37 | <StartupObject /> |
||
38 | </PropertyGroup> |
||
39 | 0a24b232 | gaqhf | <ItemGroup> |
40 | 96a2080c | gaqhf | <Reference Include="DevExpress.Data.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
41 | 23eb98bf | gaqhf | <Reference Include="DevExpress.Dialogs.v18.2.Core, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
42 | 96a2080c | gaqhf | <Reference Include="DevExpress.Printing.v18.2.Core, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
43 | <Reference Include="DevExpress.Utils.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
||
44 | <Reference Include="DevExpress.XtraBars.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
||
45 | 23eb98bf | gaqhf | <Reference Include="DevExpress.XtraDialogs.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
46 | 96a2080c | gaqhf | <Reference Include="DevExpress.XtraEditors.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
47 | <Reference Include="DevExpress.XtraGrid.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
||
48 | <Reference Include="DevExpress.XtraLayout.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
||
49 | <Reference Include="DevExpress.XtraPrinting.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
||
50 | 23eb98bf | gaqhf | <Reference Include="DevExpress.XtraTreeList.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
51 | df4559fc | gaqhf | <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
52 | <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath> |
||
53 | </Reference> |
||
54 | <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
||
55 | <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath> |
||
56 | </Reference> |
||
57 | 96a2080c | gaqhf | <Reference Include="Microsoft.VisualBasic" /> |
58 | 23eb98bf | gaqhf | <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
59 | <HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath> |
||
60 | </Reference> |
||
61 | <Reference Include="Oracle.ManagedDataAccess, Version=4.122.18.3, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL"> |
||
62 | <HintPath>..\packages\Oracle.ManagedDataAccess.18.3.0\lib\net40\Oracle.ManagedDataAccess.dll</HintPath> |
||
63 | </Reference> |
||
64 | 96a2080c | gaqhf | <Reference Include="RadNetAutomation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5f600089cf0eaec9, processorArchitecture=MSIL"> |
65 | <SpecificVersion>False</SpecificVersion> |
||
66 | <HintPath>C:\Program Files (x86)\SmartPlant\P&ID Workstation\bin\RadNetAutomation.dll</HintPath> |
||
67 | </Reference> |
||
68 | 0a24b232 | gaqhf | <Reference Include="System" /> |
69 | df4559fc | gaqhf | <Reference Include="System.ComponentModel.DataAnnotations" /> |
70 | 0a24b232 | gaqhf | <Reference Include="System.Core" /> |
71 | df4559fc | gaqhf | <Reference Include="System.Data.SQLite, Version=1.0.110.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
72 | <HintPath>..\packages\System.Data.SQLite.Core.1.0.110.0\lib\net46\System.Data.SQLite.dll</HintPath> |
||
73 | </Reference> |
||
74 | <Reference Include="System.Data.SQLite.EF6, Version=1.0.110.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
||
75 | <HintPath>..\packages\System.Data.SQLite.EF6.1.0.110.0\lib\net46\System.Data.SQLite.EF6.dll</HintPath> |
||
76 | </Reference> |
||
77 | <Reference Include="System.Data.SQLite.Linq, Version=1.0.110.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL"> |
||
78 | <HintPath>..\packages\System.Data.SQLite.Linq.1.0.110.0\lib\net46\System.Data.SQLite.Linq.dll</HintPath> |
||
79 | </Reference> |
||
80 | 96a2080c | gaqhf | <Reference Include="System.Drawing" /> |
81 | <Reference Include="System.Windows.Forms" /> |
||
82 | 0a24b232 | gaqhf | <Reference Include="System.Xml.Linq" /> |
83 | <Reference Include="System.Data.DataSetExtensions" /> |
||
84 | <Reference Include="Microsoft.CSharp" /> |
||
85 | <Reference Include="System.Data" /> |
||
86 | <Reference Include="System.Net.Http" /> |
||
87 | <Reference Include="System.Xml" /> |
||
88 | </ItemGroup> |
||
89 | <ItemGroup> |
||
90 | b18dc619 | gaqhf | <Compile Include="DB\ID2_DB.cs" /> |
91 | 2e1e3c12 | gaqhf | <Compile Include="DB\SPPID_DB.cs" /> |
92 | <Compile Include="DB\SPPID_DBInfo.cs" /> |
||
93 | 96a2080c | gaqhf | <Compile Include="ConverterForm.cs"> |
94 | <SubType>Form</SubType> |
||
95 | </Compile> |
||
96 | <Compile Include="ConverterForm.Designer.cs"> |
||
97 | <DependentUpon>ConverterForm.cs</DependentUpon> |
||
98 | </Compile> |
||
99 | df4559fc | gaqhf | <Compile Include="Form\MappingForm.cs"> |
100 | <SubType>Form</SubType> |
||
101 | </Compile> |
||
102 | <Compile Include="Form\MappingForm.Designer.cs"> |
||
103 | <DependentUpon>MappingForm.cs</DependentUpon> |
||
104 | </Compile> |
||
105 | 23eb98bf | gaqhf | <Compile Include="Form\SPPID_DB_SettingForm.cs"> |
106 | <SubType>Form</SubType> |
||
107 | </Compile> |
||
108 | <Compile Include="Form\SPPID_DB_SettingForm.Designer.cs"> |
||
109 | <DependentUpon>SPPID_DB_SettingForm.cs</DependentUpon> |
||
110 | </Compile> |
||
111 | 96a2080c | gaqhf | <Compile Include="MainWrapper.cs"> |
112 | <SubType>UserControl</SubType> |
||
113 | </Compile> |
||
114 | <Compile Include="MainWrapper.Designer.cs"> |
||
115 | <DependentUpon>MainWrapper.cs</DependentUpon> |
||
116 | </Compile> |
||
117 | 23eb98bf | gaqhf | <Compile Include="Program.cs" /> |
118 | 0a24b232 | gaqhf | <Compile Include="Properties\AssemblyInfo.cs" /> |
119 | 23eb98bf | gaqhf | <Compile Include="Properties\Msg.Designer.cs"> |
120 | <AutoGen>True</AutoGen> |
||
121 | <DesignTime>True</DesignTime> |
||
122 | <DependentUpon>Msg.resx</DependentUpon> |
||
123 | </Compile> |
||
124 | <Compile Include="Properties\Msg.ko.Designer.cs"> |
||
125 | <AutoGen>True</AutoGen> |
||
126 | <DesignTime>True</DesignTime> |
||
127 | <DependentUpon>Msg.ko.resx</DependentUpon> |
||
128 | </Compile> |
||
129 | 96a2080c | gaqhf | <Compile Include="Properties\Resources.Designer.cs"> |
130 | <AutoGen>True</AutoGen> |
||
131 | <DesignTime>True</DesignTime> |
||
132 | <DependentUpon>Resources.resx</DependentUpon> |
||
133 | </Compile> |
||
134 | 23eb98bf | gaqhf | <Compile Include="Util\SPPIDUtil.cs" /> |
135 | 96a2080c | gaqhf | </ItemGroup> |
136 | <ItemGroup> |
||
137 | <EmbeddedResource Include="ConverterForm.resx"> |
||
138 | <DependentUpon>ConverterForm.cs</DependentUpon> |
||
139 | </EmbeddedResource> |
||
140 | df4559fc | gaqhf | <EmbeddedResource Include="Form\MappingForm.resx"> |
141 | <DependentUpon>MappingForm.cs</DependentUpon> |
||
142 | </EmbeddedResource> |
||
143 | 23eb98bf | gaqhf | <EmbeddedResource Include="Form\SPPID_DB_SettingForm.resx"> |
144 | <DependentUpon>SPPID_DB_SettingForm.cs</DependentUpon> |
||
145 | </EmbeddedResource> |
||
146 | 96a2080c | gaqhf | <EmbeddedResource Include="Properties\licenses.licx" /> |
147 | <EmbeddedResource Include="Properties\Resources.resx"> |
||
148 | <Generator>ResXFileCodeGenerator</Generator> |
||
149 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
||
150 | </EmbeddedResource> |
||
151 | 23eb98bf | gaqhf | <EmbeddedResource Include="Properties\Msg.resx"> |
152 | <Generator>ResXFileCodeGenerator</Generator> |
||
153 | <LastGenOutput>Msg.Designer.cs</LastGenOutput> |
||
154 | </EmbeddedResource> |
||
155 | <EmbeddedResource Include="Properties\Msg.ko.resx"> |
||
156 | <Generator>ResXFileCodeGenerator</Generator> |
||
157 | <LastGenOutput>Msg.ko.Designer.cs</LastGenOutput> |
||
158 | </EmbeddedResource> |
||
159 | 96a2080c | gaqhf | </ItemGroup> |
160 | <ItemGroup> |
||
161 | <ProjectReference Include="..\BaseModel\BaseModel.csproj"> |
||
162 | <Project>{beec4a21-bd63-40d2-b745-027b19241a70}</Project> |
||
163 | <Name>BaseModel</Name> |
||
164 | </ProjectReference> |
||
165 | </ItemGroup> |
||
166 | <ItemGroup> |
||
167 | <COMReference Include="Llama"> |
||
168 | <Guid>{425D14E8-A0C1-4F4A-9FB8-4D7CA982F144}</Guid> |
||
169 | <VersionMajor>6</VersionMajor> |
||
170 | <VersionMinor>0</VersionMinor> |
||
171 | <Lcid>0</Lcid> |
||
172 | <WrapperTool>tlbimp</WrapperTool> |
||
173 | <Isolated>False</Isolated> |
||
174 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
175 | </COMReference> |
||
176 | <COMReference Include="NEWENUMWRAPPERLib"> |
||
177 | <Guid>{58B86513-1FA4-4928-9D79-1076AC6F69EF}</Guid> |
||
178 | <VersionMajor>1</VersionMajor> |
||
179 | <VersionMinor>0</VersionMinor> |
||
180 | <Lcid>0</Lcid> |
||
181 | <WrapperTool>tlbimp</WrapperTool> |
||
182 | <Isolated>False</Isolated> |
||
183 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
184 | </COMReference> |
||
185 | <COMReference Include="Plaice"> |
||
186 | <Guid>{0CD9BF08-A064-44F4-8A5E-9A39006613FE}</Guid> |
||
187 | <VersionMajor>5</VersionMajor> |
||
188 | <VersionMinor>0</VersionMinor> |
||
189 | <Lcid>0</Lcid> |
||
190 | <WrapperTool>tlbimp</WrapperTool> |
||
191 | <Isolated>False</Isolated> |
||
192 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
193 | </COMReference> |
||
194 | <COMReference Include="VBA"> |
||
195 | <Guid>{000204EF-0000-0000-C000-000000000046}</Guid> |
||
196 | <VersionMajor>6</VersionMajor> |
||
197 | <VersionMinor>0</VersionMinor> |
||
198 | <Lcid>9</Lcid> |
||
199 | <WrapperTool>tlbimp</WrapperTool> |
||
200 | <Isolated>False</Isolated> |
||
201 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
202 | </COMReference> |
||
203 | </ItemGroup> |
||
204 | <ItemGroup> |
||
205 | <None Include="App.config" /> |
||
206 | </ItemGroup> |
||
207 | <ItemGroup> |
||
208 | 23eb98bf | gaqhf | <None Include="packages.config" /> |
209 | 96a2080c | gaqhf | <None Include="Resources\convertto.svg" /> |
210 | </ItemGroup> |
||
211 | <ItemGroup> |
||
212 | <None Include="Resources\actions_database.svg" /> |
||
213 | </ItemGroup> |
||
214 | <ItemGroup> |
||
215 | <None Include="Resources\actions_image.svg" /> |
||
216 | </ItemGroup> |
||
217 | <ItemGroup> |
||
218 | <None Include="Resources\arrangegroups.svg" /> |
||
219 | </ItemGroup> |
||
220 | <ItemGroup> |
||
221 | <None Include="Resources\open2.svg" /> |
||
222 | </ItemGroup> |
||
223 | <ItemGroup> |
||
224 | <None Include="Resources\next.svg" /> |
||
225 | </ItemGroup> |
||
226 | <ItemGroup> |
||
227 | <None Include="Resources\properties.svg" /> |
||
228 | 0a24b232 | gaqhf | </ItemGroup> |
229 | 23eb98bf | gaqhf | <ItemGroup> |
230 | <None Include="Resources\save.svg" /> |
||
231 | </ItemGroup> |
||
232 | <ItemGroup> |
||
233 | <None Include="Resources\paymentunpaid.svg" /> |
||
234 | </ItemGroup> |
||
235 | <ItemGroup> |
||
236 | <None Include="Resources\close.svg" /> |
||
237 | </ItemGroup> |
||
238 | <ItemGroup> |
||
239 | <None Include="Resources\changedatasourcepivottable.svg" /> |
||
240 | </ItemGroup> |
||
241 | df4559fc | gaqhf | <ItemGroup> |
242 | <None Include="Resources\saveandclose.svg" /> |
||
243 | </ItemGroup> |
||
244 | 0a24b232 | gaqhf | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
245 | df4559fc | gaqhf | <Import Project="..\packages\System.Data.SQLite.Core.1.0.110.0\build\net46\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.110.0\build\net46\System.Data.SQLite.Core.targets')" /> |
246 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
||
247 | <PropertyGroup> |
||
248 | <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText> |
||
249 | </PropertyGroup> |
||
250 | <Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.110.0\build\net46\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.110.0\build\net46\System.Data.SQLite.Core.targets'))" /> |
||
251 | </Target> |
||
252 | 0a24b232 | gaqhf | </Project> |