프로젝트

일반

사용자정보

통계
| 개정판:

hytos / DTI_PID / ID2PSN / ID2PSN.csproj @ a0ee9dd8

이력 | 보기 | 이력해설 | 다운로드 (17 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="..\packages\EntityFramework.6.4.4\build\EntityFramework.props" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" />
4
  <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
5
  <PropertyGroup>
6
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
7
    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
8
    <ProjectGuid>{202B8B3F-2070-4643-A43B-2C57B36B8D63}</ProjectGuid>
9
    <OutputType>WinExe</OutputType>
10
    <RootNamespace>ID2PSN</RootNamespace>
11
    <AssemblyName>ID2PSN</AssemblyName>
12
    <TargetFrameworkVersion>v4.6</TargetFrameworkVersion>
13
    <FileAlignment>512</FileAlignment>
14
    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
15
    <Deterministic>true</Deterministic>
16
    <TargetFrameworkProfile />
17
    <NuGetPackageImportStamp>
18
    </NuGetPackageImportStamp>
19
  </PropertyGroup>
20
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21
    <PlatformTarget>AnyCPU</PlatformTarget>
22
    <DebugSymbols>true</DebugSymbols>
23
    <DebugType>full</DebugType>
24
    <Optimize>false</Optimize>
25
    <OutputPath>bin\Debug\</OutputPath>
26
    <DefineConstants>DEBUG;TRACE</DefineConstants>
27
    <ErrorReport>prompt</ErrorReport>
28
    <WarningLevel>4</WarningLevel>
29
  </PropertyGroup>
30
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31
    <PlatformTarget>x64</PlatformTarget>
32
    <DebugType>pdbonly</DebugType>
33
    <Optimize>true</Optimize>
34
    <OutputPath>..\DTI_PID\PSN\</OutputPath>
35
    <DefineConstants>TRACE</DefineConstants>
36
    <ErrorReport>prompt</ErrorReport>
37
    <WarningLevel>4</WarningLevel>
38
  </PropertyGroup>
39
  <ItemGroup>
40
    <Reference Include="Accessibility" />
41
    <Reference Include="DevExpress.Charts.v19.1.Core">
42
      <HintPath>C:\Program Files (x86)\DevExpress 19.1\Components\Bin\Framework\DevExpress.Charts.v19.1.Core.dll</HintPath>
43
    </Reference>
44
    <Reference Include="DevExpress.Data.v19.1, Version=19.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
45
    <Reference Include="DevExpress.Dialogs.v19.1.Core, Version=19.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
46
    <Reference Include="DevExpress.Docs.v19.1, Version=19.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
47
    <Reference Include="DevExpress.Office.v19.1.Core, Version=19.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
48
    <Reference Include="DevExpress.Printing.v19.1.Core, Version=19.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
49
    <Reference Include="DevExpress.Sparkline.v19.1.Core, Version=19.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
50
    <Reference Include="DevExpress.Spreadsheet.v19.1.Core, Version=19.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
51
    <Reference Include="DevExpress.Utils.v19.1, Version=19.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
52
    <Reference Include="DevExpress.XtraBars.v19.1, Version=19.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
53
    <Reference Include="DevExpress.XtraDialogs.v19.1, Version=19.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
54
    <Reference Include="DevExpress.XtraEditors.v19.1, Version=19.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
55
    <Reference Include="DevExpress.XtraGrid.v19.1, Version=19.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
56
    <Reference Include="DevExpress.XtraLayout.v19.1, Version=19.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
57
    <Reference Include="DevExpress.XtraPrinting.v19.1, Version=19.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a" />
58
    <Reference Include="DevExpress.XtraTreeList.v19.1, Version=19.1.2.0, Culture=neutral, PublicKeyToken=b88d1754d700e49a, processorArchitecture=MSIL" />
59
    <Reference Include="EntityFramework, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
60
      <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.dll</HintPath>
61
    </Reference>
62
    <Reference Include="EntityFramework.SqlServer, Version=6.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
63
      <HintPath>..\packages\EntityFramework.6.4.4\lib\net45\EntityFramework.SqlServer.dll</HintPath>
64
    </Reference>
65
    <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
66
      <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
67
    </Reference>
68
    <Reference Include="PresentationCore" />
69
    <Reference Include="System">
70
      <HintPath>C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.6\System.dll</HintPath>
71
    </Reference>
72
    <Reference Include="System.ComponentModel.DataAnnotations" />
73
    <Reference Include="System.Configuration" />
74
    <Reference Include="System.Core" />
75
    <Reference Include="System.Data.Linq" />
76
    <Reference Include="System.Data.SQLite, Version=1.0.114.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
77
      <HintPath>..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.114.0\lib\net46\System.Data.SQLite.dll</HintPath>
78
    </Reference>
79
    <Reference Include="System.Data.SQLite.EF6, Version=1.0.114.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
80
      <HintPath>..\packages\System.Data.SQLite.EF6.1.0.114.0\lib\net46\System.Data.SQLite.EF6.dll</HintPath>
81
    </Reference>
82
    <Reference Include="System.Data.SQLite.Linq, Version=1.0.114.0, Culture=neutral, PublicKeyToken=db937bc2d44ff139, processorArchitecture=MSIL">
83
      <HintPath>..\packages\System.Data.SQLite.Linq.1.0.114.0\lib\net46\System.Data.SQLite.Linq.dll</HintPath>
84
    </Reference>
85
    <Reference Include="System.Runtime.Remoting" />
86
    <Reference Include="System.Runtime.Serialization.Formatters.Soap" />
87
    <Reference Include="System.Security" />
88
    <Reference Include="System.Xml.Linq" />
89
    <Reference Include="System.Data.DataSetExtensions" />
90
    <Reference Include="Microsoft.CSharp" />
91
    <Reference Include="System.Data" />
92
    <Reference Include="System.Deployment" />
93
    <Reference Include="System.Drawing" />
94
    <Reference Include="System.Net.Http" />
95
    <Reference Include="System.Windows.Forms" />
96
    <Reference Include="System.Xml" />
97
    <Reference Include="UIAutomationClient" />
98
    <Reference Include="WindowsBase" />
99
  </ItemGroup>
100
  <ItemGroup>
101
    <Compile Include="AbstractDatabase.cs" />
102
    <Compile Include="AppMSSqlDatabase.cs" />
103
    <Compile Include="AppSQLiteDatabase.cs" />
104
    <Compile Include="DB.cs" />
105
    <Compile Include="Form\DrawingList.cs">
106
      <SubType>Form</SubType>
107
    </Compile>
108
    <Compile Include="Form\DrawingList.Designer.cs">
109
      <DependentUpon>DrawingList.cs</DependentUpon>
110
    </Compile>
111
    <Compile Include="Form\DBSettingForm.cs">
112
      <SubType>Form</SubType>
113
    </Compile>
114
    <Compile Include="Form\DBSettingForm.Designer.cs">
115
      <DependentUpon>DBSettingForm.cs</DependentUpon>
116
    </Compile>
117
    <Compile Include="Form\TieInSetting.cs">
118
      <SubType>Form</SubType>
119
    </Compile>
120
    <Compile Include="Form\TieInSetting.Designer.cs">
121
      <DependentUpon>TieInSetting.cs</DependentUpon>
122
    </Compile>
123
    <Compile Include="Form\HistoryForm.cs">
124
      <SubType>Form</SubType>
125
    </Compile>
126
    <Compile Include="Form\HistoryForm.Designer.cs">
127
      <DependentUpon>HistoryForm.cs</DependentUpon>
128
    </Compile>
129
    <Compile Include="Form\PBSSetting.cs">
130
      <SubType>Form</SubType>
131
    </Compile>
132
    <Compile Include="Form\PBSSetting.Designer.cs">
133
      <DependentUpon>PBSSetting.cs</DependentUpon>
134
    </Compile>
135
    <Compile Include="Form\EquipmentTagNoSetting.cs">
136
      <SubType>Form</SubType>
137
    </Compile>
138
    <Compile Include="Form\EquipmentTagNoSetting.Designer.cs">
139
      <DependentUpon>EquipmentTagNoSetting.cs</DependentUpon>
140
    </Compile>
141
    <Compile Include="Form\EquipmentNoPocketSetting.cs">
142
      <SubType>Form</SubType>
143
    </Compile>
144
    <Compile Include="Form\EquipmentNoPocketSetting.Designer.cs">
145
      <DependentUpon>EquipmentNoPocketSetting.cs</DependentUpon>
146
    </Compile>
147
    <Compile Include="Form\EquipmentSetting.cs">
148
      <SubType>Form</SubType>
149
    </Compile>
150
    <Compile Include="Form\EquipmentSetting.Designer.cs">
151
      <DependentUpon>EquipmentSetting.cs</DependentUpon>
152
    </Compile>
153
    <Compile Include="Form\MultiwaySetting.cs">
154
      <SubType>Form</SubType>
155
    </Compile>
156
    <Compile Include="Form\MultiwaySetting.Designer.cs">
157
      <DependentUpon>MultiwaySetting.cs</DependentUpon>
158
    </Compile>
159
    <Compile Include="Form\ValveGroupingSetting.cs">
160
      <SubType>Form</SubType>
161
    </Compile>
162
    <Compile Include="Form\ValveGroupingSetting.Designer.cs">
163
      <DependentUpon>ValveGroupingSetting.cs</DependentUpon>
164
    </Compile>
165
    <Compile Include="Form\TransformKeywordsSettingForm.cs">
166
      <SubType>Form</SubType>
167
    </Compile>
168
    <Compile Include="Form\TransformKeywordsSettingForm.Designer.cs">
169
      <DependentUpon>TransformKeywordsSettingForm.cs</DependentUpon>
170
    </Compile>
171
    <Compile Include="Form\VentDrainSettingForm.cs">
172
      <SubType>Form</SubType>
173
    </Compile>
174
    <Compile Include="Form\VentDrainSettingForm.Designer.cs">
175
      <DependentUpon>VentDrainSettingForm.cs</DependentUpon>
176
    </Compile>
177
    <Compile Include="Form\HeaderSettingForm.cs">
178
      <SubType>Form</SubType>
179
    </Compile>
180
    <Compile Include="Form\HeaderSettingForm.Designer.cs">
181
      <DependentUpon>HeaderSettingForm.cs</DependentUpon>
182
    </Compile>
183
    <Compile Include="Form\WaitForm.cs">
184
      <SubType>Form</SubType>
185
    </Compile>
186
    <Compile Include="Form\WaitForm.Designer.cs">
187
      <DependentUpon>WaitForm.cs</DependentUpon>
188
    </Compile>
189
    <Compile Include="IAbstractDatabase.cs" />
190
    <Compile Include="Object\AnotherID2Info.cs" />
191
    <Compile Include="Object\EquipmentAirFinCoolerInfo.cs" />
192
    <Compile Include="Object\EquipmentNoPocketInfo.cs" />
193
    <Compile Include="Object\MultiwayInfo.cs" />
194
    <Compile Include="Object\ValveGroupInfo.cs" />
195
    <Compile Include="Object\TextInfo.cs" />
196
    <Compile Include="Object\KeywordInfo.cs" />
197
    <Compile Include="Object\VentDrainInfo.cs" />
198
    <Compile Include="Object\Item.cs" />
199
    <Compile Include="Form\MainForm.cs">
200
      <SubType>Form</SubType>
201
    </Compile>
202
    <Compile Include="Form\MainForm.Designer.cs">
203
      <DependentUpon>MainForm.cs</DependentUpon>
204
    </Compile>
205
    <Compile Include="Log.cs" />
206
    <Compile Include="Object\HeaderInfo.cs" />
207
    <Compile Include="Form\PriorityForm.cs">
208
      <SubType>Form</SubType>
209
    </Compile>
210
    <Compile Include="Form\PriorityForm.Designer.cs">
211
      <DependentUpon>PriorityForm.cs</DependentUpon>
212
    </Compile>
213
    <Compile Include="Program.cs" />
214
    <Compile Include="Object\ID2Info.cs" />
215
    <Compile Include="Properties\AssemblyInfo.cs" />
216
    <Compile Include="PSN.cs" />
217
    <Compile Include="Document.cs" />
218
    <Compile Include="Form\TopologyRuleForm.cs">
219
      <SubType>Form</SubType>
220
    </Compile>
221
    <Compile Include="Form\TopologyRuleForm.Designer.cs">
222
      <DependentUpon>TopologyRuleForm.cs</DependentUpon>
223
    </Compile>
224
    <Compile Include="SingleInstance.cs" />
225
    <EmbeddedResource Include="Form\DrawingList.resx">
226
      <DependentUpon>DrawingList.cs</DependentUpon>
227
      <SubType>Designer</SubType>
228
    </EmbeddedResource>
229
    <EmbeddedResource Include="Form\DBSettingForm.resx">
230
      <DependentUpon>DBSettingForm.cs</DependentUpon>
231
      <SubType>Designer</SubType>
232
    </EmbeddedResource>
233
    <EmbeddedResource Include="Form\TieInSetting.resx">
234
      <DependentUpon>TieInSetting.cs</DependentUpon>
235
    </EmbeddedResource>
236
    <EmbeddedResource Include="Form\HistoryForm.resx">
237
      <DependentUpon>HistoryForm.cs</DependentUpon>
238
    </EmbeddedResource>
239
    <EmbeddedResource Include="Form\PBSSetting.resx">
240
      <DependentUpon>PBSSetting.cs</DependentUpon>
241
    </EmbeddedResource>
242
    <EmbeddedResource Include="Form\EquipmentTagNoSetting.resx">
243
      <DependentUpon>EquipmentTagNoSetting.cs</DependentUpon>
244
    </EmbeddedResource>
245
    <EmbeddedResource Include="Form\EquipmentNoPocketSetting.resx">
246
      <DependentUpon>EquipmentNoPocketSetting.cs</DependentUpon>
247
    </EmbeddedResource>
248
    <EmbeddedResource Include="Form\EquipmentSetting.resx">
249
      <DependentUpon>EquipmentSetting.cs</DependentUpon>
250
    </EmbeddedResource>
251
    <EmbeddedResource Include="Form\MultiwaySetting.resx">
252
      <DependentUpon>MultiwaySetting.cs</DependentUpon>
253
    </EmbeddedResource>
254
    <EmbeddedResource Include="Form\ValveGroupingSetting.resx">
255
      <DependentUpon>ValveGroupingSetting.cs</DependentUpon>
256
    </EmbeddedResource>
257
    <EmbeddedResource Include="Form\TransformKeywordsSettingForm.resx">
258
      <DependentUpon>TransformKeywordsSettingForm.cs</DependentUpon>
259
    </EmbeddedResource>
260
    <EmbeddedResource Include="Form\VentDrainSettingForm.resx">
261
      <DependentUpon>VentDrainSettingForm.cs</DependentUpon>
262
    </EmbeddedResource>
263
    <EmbeddedResource Include="Form\HeaderSettingForm.resx">
264
      <DependentUpon>HeaderSettingForm.cs</DependentUpon>
265
    </EmbeddedResource>
266
    <EmbeddedResource Include="Form\MainForm.resx">
267
      <DependentUpon>MainForm.cs</DependentUpon>
268
    </EmbeddedResource>
269
    <EmbeddedResource Include="Form\PriorityForm.resx">
270
      <DependentUpon>PriorityForm.cs</DependentUpon>
271
    </EmbeddedResource>
272
    <EmbeddedResource Include="Form\TopologyRuleForm.resx">
273
      <DependentUpon>TopologyRuleForm.cs</DependentUpon>
274
    </EmbeddedResource>
275
    <EmbeddedResource Include="Form\WaitForm.resx">
276
      <DependentUpon>WaitForm.cs</DependentUpon>
277
    </EmbeddedResource>
278
    <EmbeddedResource Include="Properties\licenses.licx" />
279
    <EmbeddedResource Include="Properties\Resources.resx">
280
      <Generator>ResXFileCodeGenerator</Generator>
281
      <LastGenOutput>Resources.Designer.cs</LastGenOutput>
282
      <SubType>Designer</SubType>
283
    </EmbeddedResource>
284
    <Compile Include="Properties\Resources.Designer.cs">
285
      <AutoGen>True</AutoGen>
286
      <DependentUpon>Resources.resx</DependentUpon>
287
      <DesignTime>True</DesignTime>
288
    </Compile>
289
    <None Include="packages.config" />
290
    <None Include="Properties\Settings.settings">
291
      <Generator>SettingsSingleFileGenerator</Generator>
292
      <LastGenOutput>Settings.Designer.cs</LastGenOutput>
293
    </None>
294
    <Compile Include="Properties\Settings.Designer.cs">
295
      <AutoGen>True</AutoGen>
296
      <DependentUpon>Settings.settings</DependentUpon>
297
      <DesignTimeSharedInput>True</DesignTimeSharedInput>
298
    </Compile>
299
  </ItemGroup>
300
  <ItemGroup>
301
    <None Include="App.config" />
302
  </ItemGroup>
303
  <ItemGroup>
304
    <None Include="Resources\cancel_16x16.png" />
305
  </ItemGroup>
306
  <ItemGroup>
307
    <None Include="Resources\find_16x16.png" />
308
  </ItemGroup>
309
  <ItemGroup>
310
    <None Include="ToolTip1.png" />
311
  </ItemGroup>
312
  <ItemGroup>
313
    <None Include="Resources\ToolTip1.png" />
314
  </ItemGroup>
315
  <ItemGroup>
316
    <None Include="Resources\saveto_32x32.png" />
317
  </ItemGroup>
318
  <ItemGroup>
319
    <None Include="Resources\reset_32x32.png" />
320
  </ItemGroup>
321
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
322
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
323
    <PropertyGroup>
324
      <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText>
325
    </PropertyGroup>
326
    <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.props'))" />
327
    <Error Condition="!Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\EntityFramework.6.4.4\build\EntityFramework.targets'))" />
328
    <Error Condition="!Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.114.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.114.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets'))" />
329
  </Target>
330
  <Import Project="..\packages\EntityFramework.6.4.4\build\EntityFramework.targets" Condition="Exists('..\packages\EntityFramework.6.4.4\build\EntityFramework.targets')" />
331
  <Import Project="..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.114.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets" Condition="Exists('..\packages\Stub.System.Data.SQLite.Core.NetFramework.1.0.114.0\build\net46\Stub.System.Data.SQLite.Core.NetFramework.targets')" />
332
</Project>
클립보드 이미지 추가 (최대 크기: 500 MB)