hytos / DTI_PID / SPPIDConverter_AutoModeling / SPPIDConverter_AutoModeling.csproj @ f6d90b6e
이력 | 보기 | 이력해설 | 다운로드 (11.6 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 | 171142c5 | gaqhf | <RootNamespace>Converter.AutoModeling.SPPID</RootNamespace> |
11 | 0a24b232 | gaqhf | <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 | f459c438 | gaqhf | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'"> |
40 | <DebugSymbols>true</DebugSymbols> |
||
41 | fab4f207 | gaqhf | <OutputPath>..\SPPIDConverterDll\</OutputPath> |
42 | f459c438 | gaqhf | <DefineConstants>DEBUG;TRACE</DefineConstants> |
43 | <DebugType>full</DebugType> |
||
44 | <PlatformTarget>x86</PlatformTarget> |
||
45 | <ErrorReport>prompt</ErrorReport> |
||
46 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
47 | </PropertyGroup> |
||
48 | <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'"> |
||
49 | <OutputPath>bin\x86\Release\</OutputPath> |
||
50 | <DefineConstants>TRACE</DefineConstants> |
||
51 | <Optimize>true</Optimize> |
||
52 | <DebugType>pdbonly</DebugType> |
||
53 | <PlatformTarget>x86</PlatformTarget> |
||
54 | <ErrorReport>prompt</ErrorReport> |
||
55 | <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet> |
||
56 | </PropertyGroup> |
||
57 | 0a24b232 | gaqhf | <ItemGroup> |
58 | 96a2080c | gaqhf | <Reference Include="DevExpress.Data.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
59 | 23eb98bf | gaqhf | <Reference Include="DevExpress.Dialogs.v18.2.Core, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
60 | 96a2080c | gaqhf | <Reference Include="DevExpress.Printing.v18.2.Core, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
61 | <Reference Include="DevExpress.Utils.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
||
62 | <Reference Include="DevExpress.XtraBars.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
||
63 | 23eb98bf | gaqhf | <Reference Include="DevExpress.XtraDialogs.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
64 | 96a2080c | gaqhf | <Reference Include="DevExpress.XtraEditors.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
65 | <Reference Include="DevExpress.XtraGrid.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" /> |
||
66 | <Reference Include="DevExpress.XtraLayout.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
||
67 | <Reference Include="DevExpress.XtraPrinting.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
||
68 | 23eb98bf | gaqhf | <Reference Include="DevExpress.XtraTreeList.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
69 | df4559fc | gaqhf | <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
70 | <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath> |
||
71 | </Reference> |
||
72 | <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL"> |
||
73 | <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath> |
||
74 | </Reference> |
||
75 | 96a2080c | gaqhf | <Reference Include="Microsoft.VisualBasic" /> |
76 | 23eb98bf | gaqhf | <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
77 | <HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath> |
||
78 | </Reference> |
||
79 | <Reference Include="Oracle.ManagedDataAccess, Version=4.122.18.3, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL"> |
||
80 | <HintPath>..\packages\Oracle.ManagedDataAccess.18.3.0\lib\net40\Oracle.ManagedDataAccess.dll</HintPath> |
||
81 | </Reference> |
||
82 | 96a2080c | gaqhf | <Reference Include="RadNetAutomation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5f600089cf0eaec9, processorArchitecture=MSIL"> |
83 | <SpecificVersion>False</SpecificVersion> |
||
84 | <HintPath>C:\Program Files (x86)\SmartPlant\P&ID Workstation\bin\RadNetAutomation.dll</HintPath> |
||
85 | </Reference> |
||
86 | 0a24b232 | gaqhf | <Reference Include="System" /> |
87 | df4559fc | gaqhf | <Reference Include="System.ComponentModel.DataAnnotations" /> |
88 | 0a24b232 | gaqhf | <Reference Include="System.Core" /> |
89 | 96a2080c | gaqhf | <Reference Include="System.Drawing" /> |
90 | <Reference Include="System.Windows.Forms" /> |
||
91 | 0a24b232 | gaqhf | <Reference Include="System.Xml.Linq" /> |
92 | <Reference Include="System.Data.DataSetExtensions" /> |
||
93 | <Reference Include="Microsoft.CSharp" /> |
||
94 | <Reference Include="System.Data" /> |
||
95 | <Reference Include="System.Net.Http" /> |
||
96 | <Reference Include="System.Xml" /> |
||
97 | </ItemGroup> |
||
98 | <ItemGroup> |
||
99 | 2e1e3c12 | gaqhf | <Compile Include="DB\SPPID_DB.cs" /> |
100 | <Compile Include="DB\SPPID_DBInfo.cs" /> |
||
101 | 96a2080c | gaqhf | <Compile Include="ConverterForm.cs"> |
102 | <SubType>Form</SubType> |
||
103 | </Compile> |
||
104 | <Compile Include="ConverterForm.Designer.cs"> |
||
105 | <DependentUpon>ConverterForm.cs</DependentUpon> |
||
106 | </Compile> |
||
107 | df4559fc | gaqhf | <Compile Include="Form\MappingForm.cs"> |
108 | <SubType>Form</SubType> |
||
109 | </Compile> |
||
110 | <Compile Include="Form\MappingForm.Designer.cs"> |
||
111 | <DependentUpon>MappingForm.cs</DependentUpon> |
||
112 | </Compile> |
||
113 | 23eb98bf | gaqhf | <Compile Include="Form\SPPID_DB_SettingForm.cs"> |
114 | <SubType>Form</SubType> |
||
115 | </Compile> |
||
116 | <Compile Include="Form\SPPID_DB_SettingForm.Designer.cs"> |
||
117 | <DependentUpon>SPPID_DB_SettingForm.cs</DependentUpon> |
||
118 | </Compile> |
||
119 | 96a2080c | gaqhf | <Compile Include="MainWrapper.cs"> |
120 | <SubType>UserControl</SubType> |
||
121 | </Compile> |
||
122 | <Compile Include="MainWrapper.Designer.cs"> |
||
123 | <DependentUpon>MainWrapper.cs</DependentUpon> |
||
124 | </Compile> |
||
125 | 23eb98bf | gaqhf | <Compile Include="Program.cs" /> |
126 | 0a24b232 | gaqhf | <Compile Include="Properties\AssemblyInfo.cs" /> |
127 | 23eb98bf | gaqhf | <Compile Include="Properties\Msg.Designer.cs"> |
128 | <AutoGen>True</AutoGen> |
||
129 | <DesignTime>True</DesignTime> |
||
130 | <DependentUpon>Msg.resx</DependentUpon> |
||
131 | </Compile> |
||
132 | <Compile Include="Properties\Msg.ko.Designer.cs"> |
||
133 | <AutoGen>True</AutoGen> |
||
134 | <DesignTime>True</DesignTime> |
||
135 | <DependentUpon>Msg.ko.resx</DependentUpon> |
||
136 | </Compile> |
||
137 | 96a2080c | gaqhf | <Compile Include="Properties\Resources.Designer.cs"> |
138 | <AutoGen>True</AutoGen> |
||
139 | <DesignTime>True</DesignTime> |
||
140 | <DependentUpon>Resources.resx</DependentUpon> |
||
141 | </Compile> |
||
142 | fab4f207 | gaqhf | <Compile Include="Properties\Settings.Designer.cs"> |
143 | <AutoGen>True</AutoGen> |
||
144 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
||
145 | <DependentUpon>Settings.settings</DependentUpon> |
||
146 | </Compile> |
||
147 | <Compile Include="Settings.cs" /> |
||
148 | 23eb98bf | gaqhf | <Compile Include="Util\SPPIDUtil.cs" /> |
149 | 96a2080c | gaqhf | </ItemGroup> |
150 | <ItemGroup> |
||
151 | <EmbeddedResource Include="ConverterForm.resx"> |
||
152 | <DependentUpon>ConverterForm.cs</DependentUpon> |
||
153 | </EmbeddedResource> |
||
154 | df4559fc | gaqhf | <EmbeddedResource Include="Form\MappingForm.resx"> |
155 | <DependentUpon>MappingForm.cs</DependentUpon> |
||
156 | </EmbeddedResource> |
||
157 | 23eb98bf | gaqhf | <EmbeddedResource Include="Form\SPPID_DB_SettingForm.resx"> |
158 | <DependentUpon>SPPID_DB_SettingForm.cs</DependentUpon> |
||
159 | </EmbeddedResource> |
||
160 | 96a2080c | gaqhf | <EmbeddedResource Include="Properties\licenses.licx" /> |
161 | <EmbeddedResource Include="Properties\Resources.resx"> |
||
162 | <Generator>ResXFileCodeGenerator</Generator> |
||
163 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
||
164 | </EmbeddedResource> |
||
165 | 23eb98bf | gaqhf | <EmbeddedResource Include="Properties\Msg.resx"> |
166 | <Generator>ResXFileCodeGenerator</Generator> |
||
167 | <LastGenOutput>Msg.Designer.cs</LastGenOutput> |
||
168 | </EmbeddedResource> |
||
169 | <EmbeddedResource Include="Properties\Msg.ko.resx"> |
||
170 | <Generator>ResXFileCodeGenerator</Generator> |
||
171 | <LastGenOutput>Msg.ko.Designer.cs</LastGenOutput> |
||
172 | </EmbeddedResource> |
||
173 | 96a2080c | gaqhf | </ItemGroup> |
174 | <ItemGroup> |
||
175 | <ProjectReference Include="..\BaseModel\BaseModel.csproj"> |
||
176 | <Project>{beec4a21-bd63-40d2-b745-027b19241a70}</Project> |
||
177 | <Name>BaseModel</Name> |
||
178 | </ProjectReference> |
||
179 | </ItemGroup> |
||
180 | <ItemGroup> |
||
181 | <COMReference Include="Llama"> |
||
182 | <Guid>{425D14E8-A0C1-4F4A-9FB8-4D7CA982F144}</Guid> |
||
183 | <VersionMajor>6</VersionMajor> |
||
184 | <VersionMinor>0</VersionMinor> |
||
185 | <Lcid>0</Lcid> |
||
186 | <WrapperTool>tlbimp</WrapperTool> |
||
187 | <Isolated>False</Isolated> |
||
188 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
189 | </COMReference> |
||
190 | <COMReference Include="NEWENUMWRAPPERLib"> |
||
191 | <Guid>{58B86513-1FA4-4928-9D79-1076AC6F69EF}</Guid> |
||
192 | <VersionMajor>1</VersionMajor> |
||
193 | <VersionMinor>0</VersionMinor> |
||
194 | <Lcid>0</Lcid> |
||
195 | <WrapperTool>tlbimp</WrapperTool> |
||
196 | <Isolated>False</Isolated> |
||
197 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
198 | </COMReference> |
||
199 | <COMReference Include="Plaice"> |
||
200 | <Guid>{0CD9BF08-A064-44F4-8A5E-9A39006613FE}</Guid> |
||
201 | <VersionMajor>5</VersionMajor> |
||
202 | <VersionMinor>0</VersionMinor> |
||
203 | <Lcid>0</Lcid> |
||
204 | <WrapperTool>tlbimp</WrapperTool> |
||
205 | <Isolated>False</Isolated> |
||
206 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
207 | </COMReference> |
||
208 | <COMReference Include="VBA"> |
||
209 | <Guid>{000204EF-0000-0000-C000-000000000046}</Guid> |
||
210 | <VersionMajor>6</VersionMajor> |
||
211 | <VersionMinor>0</VersionMinor> |
||
212 | <Lcid>9</Lcid> |
||
213 | <WrapperTool>tlbimp</WrapperTool> |
||
214 | <Isolated>False</Isolated> |
||
215 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
216 | </COMReference> |
||
217 | </ItemGroup> |
||
218 | <ItemGroup> |
||
219 | <None Include="App.config" /> |
||
220 | </ItemGroup> |
||
221 | <ItemGroup> |
||
222 | 23eb98bf | gaqhf | <None Include="packages.config" /> |
223 | fab4f207 | gaqhf | <None Include="Properties\Settings.settings"> |
224 | <Generator>SettingsSingleFileGenerator</Generator> |
||
225 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
||
226 | </None> |
||
227 | 96a2080c | gaqhf | <None Include="Resources\convertto.svg" /> |
228 | </ItemGroup> |
||
229 | <ItemGroup> |
||
230 | <None Include="Resources\actions_database.svg" /> |
||
231 | </ItemGroup> |
||
232 | <ItemGroup> |
||
233 | <None Include="Resources\actions_image.svg" /> |
||
234 | </ItemGroup> |
||
235 | <ItemGroup> |
||
236 | <None Include="Resources\arrangegroups.svg" /> |
||
237 | </ItemGroup> |
||
238 | <ItemGroup> |
||
239 | <None Include="Resources\open2.svg" /> |
||
240 | </ItemGroup> |
||
241 | <ItemGroup> |
||
242 | <None Include="Resources\next.svg" /> |
||
243 | </ItemGroup> |
||
244 | <ItemGroup> |
||
245 | <None Include="Resources\properties.svg" /> |
||
246 | 0a24b232 | gaqhf | </ItemGroup> |
247 | 23eb98bf | gaqhf | <ItemGroup> |
248 | <None Include="Resources\save.svg" /> |
||
249 | </ItemGroup> |
||
250 | <ItemGroup> |
||
251 | <None Include="Resources\paymentunpaid.svg" /> |
||
252 | </ItemGroup> |
||
253 | <ItemGroup> |
||
254 | <None Include="Resources\close.svg" /> |
||
255 | </ItemGroup> |
||
256 | <ItemGroup> |
||
257 | <None Include="Resources\changedatasourcepivottable.svg" /> |
||
258 | </ItemGroup> |
||
259 | df4559fc | gaqhf | <ItemGroup> |
260 | <None Include="Resources\saveandclose.svg" /> |
||
261 | </ItemGroup> |
||
262 | 0a24b232 | gaqhf | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
263 | </Project> |