프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / SPPIDConverter / SPPIDConverter.csproj @ f3178bb6

이력 | 보기 | 이력해설 | 다운로드 (18.7 KB)

1 8738667f 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 0e0edfad gaqhf
    <ProjectGuid>{81BFB56B-05FE-4674-93C5-DDB2D3437F77}</ProjectGuid>
8 bbf54d9f gaqhf
    <OutputType>Library</OutputType>
9 8738667f gaqhf
    <AppDesignerFolder>Properties</AppDesignerFolder>
10
    <RootNamespace>Converter.SPPID</RootNamespace>
11
    <AssemblyName>SPPIDConverter</AssemblyName>
12
    <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
13
    <FileAlignment>512</FileAlignment>
14
    <Deterministic>true</Deterministic>
15
    <TargetFrameworkProfile />
16
    <NuGetPackageImportStamp>
17
    </NuGetPackageImportStamp>
18
  </PropertyGroup>
19
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
20
    <DebugSymbols>true</DebugSymbols>
21
    <DebugType>full</DebugType>
22
    <Optimize>false</Optimize>
23
    <OutputPath>..\SPPIDConverterDll\</OutputPath>
24
    <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 b427ebf9 humkyung
    <OutputPath>..\SPPIDConverterDll\</OutputPath>
32 8738667f gaqhf
    <DefineConstants>TRACE</DefineConstants>
33
    <ErrorReport>prompt</ErrorReport>
34
    <WarningLevel>4</WarningLevel>
35
  </PropertyGroup>
36
  <PropertyGroup>
37
    <StartupObject />
38
  </PropertyGroup>
39
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
40
    <DebugSymbols>true</DebugSymbols>
41
    <OutputPath>..\SPPIDConverterDll\</OutputPath>
42
    <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 b427ebf9 humkyung
    <OutputPath>..\SPPIDConverterDll\</OutputPath>
50 8738667f gaqhf
    <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 8aa6f2db gaqhf
  <PropertyGroup>
58
    <TargetZone>LocalIntranet</TargetZone>
59
  </PropertyGroup>
60
  <PropertyGroup>
61
    <GenerateManifests>false</GenerateManifests>
62
  </PropertyGroup>
63 f1232880 gaqhf
  <PropertyGroup />
64 8738667f gaqhf
  <ItemGroup>
65
    <Reference Include="DevExpress.Data.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
66
    <Reference Include="DevExpress.Dialogs.v18.2.Core, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
67 ebe81079 gaqhf
    <Reference Include="DevExpress.Docs.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
68
    <Reference Include="DevExpress.Office.v18.2.Core, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
69 8738667f gaqhf
    <Reference Include="DevExpress.Printing.v18.2.Core, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
70 ebe81079 gaqhf
    <Reference Include="DevExpress.Spreadsheet.v18.2.Core, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
71 8738667f gaqhf
    <Reference Include="DevExpress.Utils.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
72
    <Reference Include="DevExpress.XtraBars.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
73
    <Reference Include="DevExpress.XtraDialogs.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
74
    <Reference Include="DevExpress.XtraEditors.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
75
    <Reference Include="DevExpress.XtraGrid.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
76
    <Reference Include="DevExpress.XtraLayout.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
77
    <Reference Include="DevExpress.XtraPrinting.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
78
    <Reference Include="DevExpress.XtraTreeList.v18.2, Version=18.2.7.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
79 a0c69b1c gaqhf
    <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
80
      <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.dll</HintPath>
81
      <Private>True</Private>
82
    </Reference>
83
    <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
84
      <HintPath>..\packages\EntityFramework.6.2.0\lib\net45\EntityFramework.SqlServer.dll</HintPath>
85
      <Private>True</Private>
86
    </Reference>
87 8aa6f2db gaqhf
    <Reference Include="Interop.RAD2D, Version=1.0.0.0, Culture=neutral, PublicKeyToken=46d4e6504b436e2e, processorArchitecture=MSIL">
88
      <SpecificVersion>False</SpecificVersion>
89
      <EmbedInteropTypes>True</EmbedInteropTypes>
90
      <HintPath>C:\Program Files (x86)\SmartPlant\P&amp;ID Workstation\bin\Interop.RAD2D.dll</HintPath>
91
    </Reference>
92 8738667f gaqhf
    <Reference Include="Microsoft.VisualBasic" />
93
    <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
94
      <HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
95
    </Reference>
96
    <Reference Include="Oracle.ManagedDataAccess, Version=4.122.18.3, Culture=neutral, PublicKeyToken=89b483f429c47342, processorArchitecture=MSIL">
97
      <HintPath>..\packages\Oracle.ManagedDataAccess.18.3.0\lib\net40\Oracle.ManagedDataAccess.dll</HintPath>
98
    </Reference>
99
    <Reference Include="RadNetAutomation, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5f600089cf0eaec9, processorArchitecture=MSIL">
100
      <SpecificVersion>False</SpecificVersion>
101
      <HintPath>C:\Program Files (x86)\SmartPlant\P&amp;ID Workstation\bin\RadNetAutomation.dll</HintPath>
102
    </Reference>
103 f1232880 gaqhf
    <Reference Include="RadNetCmdCtrl, Version=1.0.0.0, Culture=neutral, PublicKeyToken=5f600089cf0eaec9, processorArchitecture=MSIL">
104
      <SpecificVersion>False</SpecificVersion>
105
      <HintPath>C:\Program Files (x86)\SmartPlant\P&amp;ID Workstation\bin\RadNetCmdCtrl.dll</HintPath>
106
    </Reference>
107 8738667f gaqhf
    <Reference Include="System" />
108
    <Reference Include="System.ComponentModel.DataAnnotations" />
109
    <Reference Include="System.Core" />
110 a0c69b1c gaqhf
    <Reference Include="System.Data.SQLite, Version=1.0.111.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
111
      <HintPath>..\packages\System.Data.SQLite.Core.1.0.111.0\lib\net46\System.Data.SQLite.dll</HintPath>
112
      <Private>True</Private>
113
    </Reference>
114
    <Reference Include="System.Data.SQLite.EF6, Version=1.0.111.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
115
      <HintPath>..\packages\System.Data.SQLite.EF6.1.0.111.0\lib\net46\System.Data.SQLite.EF6.dll</HintPath>
116
      <Private>True</Private>
117
    </Reference>
118
    <Reference Include="System.Data.SQLite.Linq, Version=1.0.111.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
119
      <HintPath>..\packages\System.Data.SQLite.Linq.1.0.111.0\lib\net46\System.Data.SQLite.Linq.dll</HintPath>
120
      <Private>True</Private>
121
    </Reference>
122 8738667f gaqhf
    <Reference Include="System.Drawing" />
123
    <Reference Include="System.Windows.Forms" />
124
    <Reference Include="System.Xml.Linq" />
125
    <Reference Include="System.Data.DataSetExtensions" />
126
    <Reference Include="Microsoft.CSharp" />
127
    <Reference Include="System.Data" />
128
    <Reference Include="System.Net.Http" />
129
    <Reference Include="System.Xml" />
130
  </ItemGroup>
131
  <ItemGroup>
132 cfda1fed gaqhf
    <Compile Include="AutoModeling.cs" />
133 fb2d9638 gaqhf
    <Compile Include="BaseModel\VendorPackage.cs" />
134 8847ea67 gaqhf
    <Compile Include="Form\ID2DBSetting.cs">
135
      <SubType>Form</SubType>
136
    </Compile>
137
    <Compile Include="Form\ID2DBSetting.Designer.cs">
138
      <DependentUpon>ID2DBSetting.cs</DependentUpon>
139
    </Compile>
140 3d7ff99c gaqhf
    <Compile Include="OPC\AutoModeling_OPC.cs" />
141 a0c69b1c gaqhf
    <Compile Include="BaseModel\ChildSymbol.cs" />
142
    <Compile Include="BaseModel\Document.cs" />
143
    <Compile Include="BaseModel\EndBreak.cs" />
144
    <Compile Include="BaseModel\Equipment.cs" />
145
    <Compile Include="BaseModel\Line.cs" />
146
    <Compile Include="BaseModel\LineNumber.cs" />
147
    <Compile Include="BaseModel\Note.cs" />
148
    <Compile Include="BaseModel\Other\Association.cs" />
149
    <Compile Include="BaseModel\Other\Attribute.cs" />
150
    <Compile Include="BaseModel\Other\Connector.cs" />
151
    <Compile Include="BaseModel\Other\LineNumberRun.cs" />
152
    <Compile Include="BaseModel\Other\Property.cs" />
153 53c81765 gaqhf
    <Compile Include="BaseModel\SpecBreak.cs" />
154 a0c69b1c gaqhf
    <Compile Include="BaseModel\SPPID\SPPIDLabelLocationInfo.cs" />
155
    <Compile Include="BaseModel\SPPID\SPPIDLineInfo.cs" />
156
    <Compile Include="BaseModel\SPPID\SPPIDSymbolInfo.cs" />
157
    <Compile Include="BaseModel\Symbol.cs" />
158
    <Compile Include="BaseModel\Text.cs" />
159
    <Compile Include="BaseModel\TrimLine.cs" />
160 cfda1fed gaqhf
    <Compile Include="CloseOPCForm.cs" />
161 d19ae675 gaqhf
    <Compile Include="ConverterDocking.cs">
162
      <SubType>UserControl</SubType>
163
    </Compile>
164
    <Compile Include="ConverterDocking.Designer.cs">
165
      <DependentUpon>ConverterDocking.cs</DependentUpon>
166
    </Compile>
167 8738667f gaqhf
    <Compile Include="DB\SPPID_DB.cs" />
168
    <Compile Include="DB\SPPID_DBInfo.cs" />
169
    <Compile Include="ConverterForm.cs">
170
      <SubType>Form</SubType>
171
    </Compile>
172
    <Compile Include="ConverterForm.Designer.cs">
173
      <DependentUpon>ConverterForm.cs</DependentUpon>
174
    </Compile>
175
    <Compile Include="Form\MappingForm.cs">
176
      <SubType>Form</SubType>
177
    </Compile>
178
    <Compile Include="Form\MappingForm.Designer.cs">
179
      <DependentUpon>MappingForm.cs</DependentUpon>
180
    </Compile>
181 63c5305b gaqhf
    <Compile Include="Form\MessageForm.cs">
182
      <SubType>Form</SubType>
183
    </Compile>
184
    <Compile Include="Form\MessageForm.Designer.cs">
185
      <DependentUpon>MessageForm.cs</DependentUpon>
186
    </Compile>
187 8738667f gaqhf
    <Compile Include="Form\SPPID_DB_SettingForm.cs">
188
      <SubType>Form</SubType>
189
    </Compile>
190
    <Compile Include="Form\SPPID_DB_SettingForm.Designer.cs">
191
      <DependentUpon>SPPID_DB_SettingForm.cs</DependentUpon>
192
    </Compile>
193
    <Compile Include="Form\UnitForm.cs">
194
      <SubType>Form</SubType>
195
    </Compile>
196
    <Compile Include="Form\UnitForm.Designer.cs">
197
      <DependentUpon>UnitForm.cs</DependentUpon>
198
    </Compile>
199 3734dcc5 gaqhf
    <Compile Include="Log.cs" />
200 3d7ff99c gaqhf
    <Compile Include="OPC\OPC_Info.cs" />
201 5e6ecf05 gaqhf
    <Compile Include="Program.cs" />
202 cf924377 gaqhf
    <Compile Include="DB\Project_DB.cs" />
203
    <Compile Include="DB\Project_Info.cs" />
204 8738667f gaqhf
    <Compile Include="Properties\AssemblyInfo.cs" />
205
    <Compile Include="Properties\Msg.Designer.cs">
206
      <AutoGen>True</AutoGen>
207
      <DesignTime>True</DesignTime>
208
      <DependentUpon>Msg.resx</DependentUpon>
209
    </Compile>
210
    <Compile Include="Properties\Msg.ko.Designer.cs">
211
      <AutoGen>True</AutoGen>
212
      <DesignTime>True</DesignTime>
213
      <DependentUpon>Msg.ko.resx</DependentUpon>
214
    </Compile>
215
    <Compile Include="Properties\Resources.Designer.cs">
216
      <AutoGen>True</AutoGen>
217
      <DesignTime>True</DesignTime>
218
      <DependentUpon>Resources.resx</DependentUpon>
219
    </Compile>
220
    <Compile Include="Properties\Settings.Designer.cs">
221
      <AutoGen>True</AutoGen>
222
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
223
      <DependentUpon>Settings.settings</DependentUpon>
224
    </Compile>
225
    <Compile Include="Settings.cs" />
226 ca214bc3 gaqhf
    <Compile Include="Form\SPPIDSplashScreen.cs">
227
      <SubType>Form</SubType>
228
    </Compile>
229
    <Compile Include="Form\SPPIDSplashScreen.Designer.cs">
230
      <DependentUpon>SPPIDSplashScreen.cs</DependentUpon>
231
    </Compile>
232 7cbb1038 gaqhf
    <Compile Include="SPPIDModel\GridSetting.cs" />
233 d19ae675 gaqhf
    <Compile Include="Wrapper\SPPIDConverterWrapper.cs">
234
      <SubType>Form</SubType>
235
    </Compile>
236
    <Compile Include="Wrapper\SPPIDConverterWrapper.Designer.cs">
237
      <DependentUpon>SPPIDConverterWrapper.cs</DependentUpon>
238
    </Compile>
239
    <Compile Include="Wrapper\SPPIDConverter_Wrapper.cs" />
240 a0c69b1c gaqhf
    <Compile Include="SPPIDModel\AttributeMapping.cs" />
241
    <Compile Include="SPPIDModel\ChildSymbolMapping.cs" />
242
    <Compile Include="SPPIDModel\ETCSetting.cs" />
243
    <Compile Include="SPPIDModel\Group.cs" />
244
    <Compile Include="SPPIDModel\LineMapping.cs" />
245
    <Compile Include="SPPIDModel\LineNumberMapping.cs" />
246
    <Compile Include="SPPIDModel\SPPID_Document.cs" />
247
    <Compile Include="SPPIDModel\SymbolMapping.cs" />
248 8738667f gaqhf
    <Compile Include="Util\SPPIDUtil.cs" />
249
  </ItemGroup>
250
  <ItemGroup>
251 d19ae675 gaqhf
    <EmbeddedResource Include="ConverterDocking.resx">
252
      <DependentUpon>ConverterDocking.cs</DependentUpon>
253
    </EmbeddedResource>
254 8738667f gaqhf
    <EmbeddedResource Include="ConverterForm.resx">
255
      <DependentUpon>ConverterForm.cs</DependentUpon>
256
    </EmbeddedResource>
257 8847ea67 gaqhf
    <EmbeddedResource Include="Form\ID2DBSetting.resx">
258
      <DependentUpon>ID2DBSetting.cs</DependentUpon>
259
    </EmbeddedResource>
260 8738667f gaqhf
    <EmbeddedResource Include="Form\MappingForm.resx">
261
      <DependentUpon>MappingForm.cs</DependentUpon>
262
    </EmbeddedResource>
263 63c5305b gaqhf
    <EmbeddedResource Include="Form\MessageForm.resx">
264
      <DependentUpon>MessageForm.cs</DependentUpon>
265
    </EmbeddedResource>
266 8738667f gaqhf
    <EmbeddedResource Include="Form\SPPID_DB_SettingForm.resx">
267
      <DependentUpon>SPPID_DB_SettingForm.cs</DependentUpon>
268
    </EmbeddedResource>
269
    <EmbeddedResource Include="Form\UnitForm.resx">
270
      <DependentUpon>UnitForm.cs</DependentUpon>
271
    </EmbeddedResource>
272
    <EmbeddedResource Include="Properties\licenses.licx" />
273
    <EmbeddedResource Include="Properties\Resources.resx">
274
      <Generator>ResXFileCodeGenerator</Generator>
275
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
276
    </EmbeddedResource>
277
    <EmbeddedResource Include="Properties\Msg.resx">
278
      <Generator>ResXFileCodeGenerator</Generator>
279
      <LastGenOutput>Msg.Designer.cs</LastGenOutput>
280
    </EmbeddedResource>
281
    <EmbeddedResource Include="Properties\Msg.ko.resx">
282
      <Generator>ResXFileCodeGenerator</Generator>
283
      <LastGenOutput>Msg.ko.Designer.cs</LastGenOutput>
284
    </EmbeddedResource>
285 ca214bc3 gaqhf
    <EmbeddedResource Include="Form\SPPIDSplashScreen.resx">
286
      <DependentUpon>SPPIDSplashScreen.cs</DependentUpon>
287
    </EmbeddedResource>
288 d19ae675 gaqhf
    <EmbeddedResource Include="Wrapper\SPPIDConverterWrapper.resx">
289
      <DependentUpon>SPPIDConverterWrapper.cs</DependentUpon>
290
      <SubType>Designer</SubType>
291
    </EmbeddedResource>
292 8738667f gaqhf
  </ItemGroup>
293
  <ItemGroup>
294
    <COMReference Include="Llama">
295
      <Guid>{425D14E8-A0C1-4F4A-9FB8-4D7CA982F144}</Guid>
296
      <VersionMajor>6</VersionMajor>
297
      <VersionMinor>0</VersionMinor>
298
      <Lcid>0</Lcid>
299
      <WrapperTool>tlbimp</WrapperTool>
300
      <Isolated>False</Isolated>
301
      <EmbedInteropTypes>True</EmbedInteropTypes>
302
    </COMReference>
303
    <COMReference Include="NEWENUMWRAPPERLib">
304
      <Guid>{58B86513-1FA4-4928-9D79-1076AC6F69EF}</Guid>
305
      <VersionMajor>1</VersionMajor>
306
      <VersionMinor>0</VersionMinor>
307
      <Lcid>0</Lcid>
308
      <WrapperTool>tlbimp</WrapperTool>
309
      <Isolated>False</Isolated>
310
      <EmbedInteropTypes>True</EmbedInteropTypes>
311
    </COMReference>
312
    <COMReference Include="Plaice">
313
      <Guid>{0CD9BF08-A064-44F4-8A5E-9A39006613FE}</Guid>
314
      <VersionMajor>5</VersionMajor>
315
      <VersionMinor>0</VersionMinor>
316
      <Lcid>0</Lcid>
317
      <WrapperTool>tlbimp</WrapperTool>
318
      <Isolated>False</Isolated>
319
      <EmbedInteropTypes>True</EmbedInteropTypes>
320
    </COMReference>
321
    <COMReference Include="VBA">
322
      <Guid>{000204EF-0000-0000-C000-000000000046}</Guid>
323
      <VersionMajor>6</VersionMajor>
324
      <VersionMinor>0</VersionMinor>
325
      <Lcid>9</Lcid>
326
      <WrapperTool>tlbimp</WrapperTool>
327
      <Isolated>False</Isolated>
328
      <EmbedInteropTypes>True</EmbedInteropTypes>
329
    </COMReference>
330
  </ItemGroup>
331
  <ItemGroup>
332
    <None Include="App.config" />
333
  </ItemGroup>
334
  <ItemGroup>
335
    <None Include="packages.config" />
336
    <None Include="Properties\Settings.settings">
337
      <Generator>SettingsSingleFileGenerator</Generator>
338
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
339
    </None>
340
    <None Include="Resources\convertto.svg" />
341
  </ItemGroup>
342
  <ItemGroup>
343
    <None Include="Resources\actions_database.svg" />
344
  </ItemGroup>
345
  <ItemGroup>
346
    <None Include="Resources\actions_image.svg" />
347
  </ItemGroup>
348
  <ItemGroup>
349
    <None Include="Resources\arrangegroups.svg" />
350
  </ItemGroup>
351
  <ItemGroup>
352
    <None Include="Resources\open2.svg" />
353
  </ItemGroup>
354
  <ItemGroup>
355
    <None Include="Resources\next.svg" />
356
  </ItemGroup>
357
  <ItemGroup>
358
    <None Include="Resources\properties.svg" />
359
  </ItemGroup>
360
  <ItemGroup>
361
    <None Include="Resources\save.svg" />
362
  </ItemGroup>
363
  <ItemGroup>
364
    <None Include="Resources\paymentunpaid.svg" />
365
  </ItemGroup>
366
  <ItemGroup>
367
    <None Include="Resources\close.svg" />
368
  </ItemGroup>
369
  <ItemGroup>
370
    <None Include="Resources\changedatasourcepivottable.svg" />
371
  </ItemGroup>
372
  <ItemGroup>
373
    <None Include="Resources\saveandclose.svg" />
374
  </ItemGroup>
375
  <ItemGroup>
376
    <None Include="Resources\cancel_16x16.png" />
377
  </ItemGroup>
378
  <ItemGroup>
379
    <None Include="Resources\apply_16x16.png" />
380
  </ItemGroup>
381
  <ItemGroup>
382
    <None Include="Resources\pencolor_16x16.png" />
383
  </ItemGroup>
384 fbdb9f2a gaqhf
  <ItemGroup>
385
    <None Include="Resources\actions_refresh.svg" />
386
  </ItemGroup>
387 d19ae675 gaqhf
  <ItemGroup>
388
    <None Include="Resources\ToolbarImage.png" />
389
  </ItemGroup>
390 965eb728 gaqhf
  <ItemGroup>
391
    <None Include="Resources\logo_color.png" />
392
  </ItemGroup>
393 3d7ff99c gaqhf
  <ItemGroup />
394 8738667f gaqhf
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
395 a0c69b1c gaqhf
  <Import Project="..\packages\System.Data.SQLite.Core.1.0.111.0\build\net46\System.Data.SQLite.Core.targets" Condition="Exists('..\packages\System.Data.SQLite.Core.1.0.111.0\build\net46\System.Data.SQLite.Core.targets')" />
396
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
397
    <PropertyGroup>
398
      <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
399
    </PropertyGroup>
400
    <Error Condition="!Exists('..\packages\System.Data.SQLite.Core.1.0.111.0\build\net46\System.Data.SQLite.Core.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\System.Data.SQLite.Core.1.0.111.0\build\net46\System.Data.SQLite.Core.targets'))" />
401
  </Target>
402 8738667f gaqhf
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)