개정판 f1232880
dev issue #000 : add file
Change-Id: I9e0c0471a8cce23e3053b0dc0fe69cb755779f7e
DTI_PID/SPPIDConverter/SPPIDConverter.csproj | ||
---|---|---|
5 | 5 |
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
6 | 6 |
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
7 | 7 |
<ProjectGuid>{B6757E78-6B59-40A3-A7BB-E73E8F81B6C3}</ProjectGuid> |
8 |
<OutputType>WinExe</OutputType>
|
|
8 |
<OutputType>Library</OutputType>
|
|
9 | 9 |
<AppDesignerFolder>Properties</AppDesignerFolder> |
10 | 10 |
<RootNamespace>Converter.SPPID</RootNamespace> |
11 | 11 |
<AssemblyName>SPPIDConverter</AssemblyName> |
... | ... | |
60 | 60 |
<PropertyGroup> |
61 | 61 |
<GenerateManifests>false</GenerateManifests> |
62 | 62 |
</PropertyGroup> |
63 |
<PropertyGroup> |
|
64 |
<ApplicationManifest>Properties\app.manifest</ApplicationManifest> |
|
65 |
</PropertyGroup> |
|
63 |
<PropertyGroup /> |
|
66 | 64 |
<ItemGroup> |
67 | 65 |
<Reference Include="DevExpress.Data.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
68 | 66 |
<Reference Include="DevExpress.Dialogs.v18.2.Core, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" /> |
... | ... | |
97 | 95 |
<SpecificVersion>False</SpecificVersion> |
98 | 96 |
<HintPath>C:\Program Files (x86)\SmartPlant\P&ID Workstation\bin\RadNetAutomation.dll</HintPath> |
99 | 97 |
</Reference> |
98 |
<Reference Include="RadNetCmdCtrl, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5f600089cf0eaec9, processorArchitecture=MSIL"> |
|
99 |
<SpecificVersion>False</SpecificVersion> |
|
100 |
<HintPath>C:\Program Files (x86)\SmartPlant\P&ID Workstation\bin\RadNetCmdCtrl.dll</HintPath> |
|
101 |
</Reference> |
|
100 | 102 |
<Reference Include="System" /> |
101 | 103 |
<Reference Include="System.ComponentModel.DataAnnotations" /> |
102 | 104 |
<Reference Include="System.Core" /> |
... | ... | |
138 | 140 |
<Compile Include="Form\UnitForm.Designer.cs"> |
139 | 141 |
<DependentUpon>UnitForm.cs</DependentUpon> |
140 | 142 |
</Compile> |
141 |
<Compile Include="MainWrapper.cs"> |
|
142 |
<SubType>UserControl</SubType> |
|
143 |
</Compile> |
|
144 |
<Compile Include="MainWrapper.Designer.cs"> |
|
145 |
<DependentUpon>MainWrapper.cs</DependentUpon> |
|
146 |
</Compile> |
|
147 | 143 |
<Compile Include="Model\ETCSetting.cs" /> |
148 | 144 |
<Compile Include="Model\Group.cs" /> |
149 | 145 |
<Compile Include="Model\LineNumberMapping.cs" /> |
... | ... | |
151 | 147 |
<Compile Include="Model\LineMapping.cs" /> |
152 | 148 |
<Compile Include="Model\AssociationMapping.cs" /> |
153 | 149 |
<Compile Include="Model\SymbolMapping.cs" /> |
154 |
<Compile Include="Program.cs" /> |
|
155 | 150 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
156 | 151 |
<Compile Include="Properties\Msg.Designer.cs"> |
157 | 152 |
<AutoGen>True</AutoGen> |
... | ... | |
174 | 169 |
<DependentUpon>Settings.settings</DependentUpon> |
175 | 170 |
</Compile> |
176 | 171 |
<Compile Include="Settings.cs" /> |
172 |
<Compile Include="SPPIDConverter_AutoModeling.cs" /> |
|
177 | 173 |
<Compile Include="Util\SPPIDUtil.cs" /> |
178 | 174 |
</ItemGroup> |
179 | 175 |
<ItemGroup> |
... | ... | |
189 | 185 |
<EmbeddedResource Include="Form\UnitForm.resx"> |
190 | 186 |
<DependentUpon>UnitForm.cs</DependentUpon> |
191 | 187 |
</EmbeddedResource> |
192 |
<EmbeddedResource Include="MainWrapper.resx"> |
|
193 |
<DependentUpon>MainWrapper.cs</DependentUpon> |
|
194 |
</EmbeddedResource> |
|
195 | 188 |
<EmbeddedResource Include="Properties\licenses.licx" /> |
196 | 189 |
<EmbeddedResource Include="Properties\Resources.resx"> |
197 | 190 |
<Generator>ResXFileCodeGenerator</Generator> |
... | ... | |
255 | 248 |
</ItemGroup> |
256 | 249 |
<ItemGroup> |
257 | 250 |
<None Include="packages.config" /> |
258 |
<None Include="Properties\app.manifest" /> |
|
259 | 251 |
<None Include="Properties\Settings.settings"> |
260 | 252 |
<Generator>SettingsSingleFileGenerator</Generator> |
261 | 253 |
<LastGenOutput>Settings.Designer.cs</LastGenOutput> |
내보내기 Unified diff