hytos / DTI_PID / SPPIDConverter / SPPIDConverter.csproj @ b427ebf9
이력 | 보기 | 이력해설 | 다운로드 (18.3 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 | 9bcb092b | 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&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&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&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 | 69b7387a | gaqhf | <Compile Include="AutoModeling_OPC.cs" /> |
134 | a0c69b1c | gaqhf | <Compile Include="BaseModel\ChildSymbol.cs" /> |
135 | <Compile Include="BaseModel\Document.cs" /> |
||
136 | <Compile Include="BaseModel\EndBreak.cs" /> |
||
137 | <Compile Include="BaseModel\Equipment.cs" /> |
||
138 | <Compile Include="BaseModel\Line.cs" /> |
||
139 | <Compile Include="BaseModel\LineNumber.cs" /> |
||
140 | <Compile Include="BaseModel\Note.cs" /> |
||
141 | <Compile Include="BaseModel\Other\Association.cs" /> |
||
142 | <Compile Include="BaseModel\Other\Attribute.cs" /> |
||
143 | <Compile Include="BaseModel\Other\Connector.cs" /> |
||
144 | <Compile Include="BaseModel\Other\LineNumberRun.cs" /> |
||
145 | <Compile Include="BaseModel\Other\Property.cs" /> |
||
146 | 53c81765 | gaqhf | <Compile Include="BaseModel\SpecBreak.cs" /> |
147 | a0c69b1c | gaqhf | <Compile Include="BaseModel\SPPID\SPPIDLabelLocationInfo.cs" /> |
148 | <Compile Include="BaseModel\SPPID\SPPIDLineInfo.cs" /> |
||
149 | <Compile Include="BaseModel\SPPID\SPPIDSymbolInfo.cs" /> |
||
150 | <Compile Include="BaseModel\Symbol.cs" /> |
||
151 | <Compile Include="BaseModel\Text.cs" /> |
||
152 | <Compile Include="BaseModel\TrimLine.cs" /> |
||
153 | cfda1fed | gaqhf | <Compile Include="CloseOPCForm.cs" /> |
154 | d19ae675 | gaqhf | <Compile Include="ConverterDocking.cs"> |
155 | <SubType>UserControl</SubType> |
||
156 | </Compile> |
||
157 | <Compile Include="ConverterDocking.Designer.cs"> |
||
158 | <DependentUpon>ConverterDocking.cs</DependentUpon> |
||
159 | </Compile> |
||
160 | 8738667f | gaqhf | <Compile Include="DB\SPPID_DB.cs" /> |
161 | <Compile Include="DB\SPPID_DBInfo.cs" /> |
||
162 | <Compile Include="ConverterForm.cs"> |
||
163 | <SubType>Form</SubType> |
||
164 | </Compile> |
||
165 | <Compile Include="ConverterForm.Designer.cs"> |
||
166 | <DependentUpon>ConverterForm.cs</DependentUpon> |
||
167 | </Compile> |
||
168 | <Compile Include="Form\MappingForm.cs"> |
||
169 | <SubType>Form</SubType> |
||
170 | </Compile> |
||
171 | <Compile Include="Form\MappingForm.Designer.cs"> |
||
172 | <DependentUpon>MappingForm.cs</DependentUpon> |
||
173 | </Compile> |
||
174 | 63c5305b | gaqhf | <Compile Include="Form\MessageForm.cs"> |
175 | <SubType>Form</SubType> |
||
176 | </Compile> |
||
177 | <Compile Include="Form\MessageForm.Designer.cs"> |
||
178 | <DependentUpon>MessageForm.cs</DependentUpon> |
||
179 | </Compile> |
||
180 | 8738667f | gaqhf | <Compile Include="Form\SPPID_DB_SettingForm.cs"> |
181 | <SubType>Form</SubType> |
||
182 | </Compile> |
||
183 | <Compile Include="Form\SPPID_DB_SettingForm.Designer.cs"> |
||
184 | <DependentUpon>SPPID_DB_SettingForm.cs</DependentUpon> |
||
185 | </Compile> |
||
186 | <Compile Include="Form\UnitForm.cs"> |
||
187 | <SubType>Form</SubType> |
||
188 | </Compile> |
||
189 | <Compile Include="Form\UnitForm.Designer.cs"> |
||
190 | <DependentUpon>UnitForm.cs</DependentUpon> |
||
191 | </Compile> |
||
192 | 3734dcc5 | gaqhf | <Compile Include="Log.cs" /> |
193 | 5e6ecf05 | gaqhf | <Compile Include="Program.cs" /> |
194 | cf924377 | gaqhf | <Compile Include="DB\Project_DB.cs" /> |
195 | <Compile Include="DB\Project_Info.cs" /> |
||
196 | 8738667f | gaqhf | <Compile Include="Properties\AssemblyInfo.cs" /> |
197 | <Compile Include="Properties\Msg.Designer.cs"> |
||
198 | <AutoGen>True</AutoGen> |
||
199 | <DesignTime>True</DesignTime> |
||
200 | <DependentUpon>Msg.resx</DependentUpon> |
||
201 | </Compile> |
||
202 | <Compile Include="Properties\Msg.ko.Designer.cs"> |
||
203 | <AutoGen>True</AutoGen> |
||
204 | <DesignTime>True</DesignTime> |
||
205 | <DependentUpon>Msg.ko.resx</DependentUpon> |
||
206 | </Compile> |
||
207 | <Compile Include="Properties\Resources.Designer.cs"> |
||
208 | <AutoGen>True</AutoGen> |
||
209 | <DesignTime>True</DesignTime> |
||
210 | <DependentUpon>Resources.resx</DependentUpon> |
||
211 | </Compile> |
||
212 | <Compile Include="Properties\Settings.Designer.cs"> |
||
213 | <AutoGen>True</AutoGen> |
||
214 | <DesignTimeSharedInput>True</DesignTimeSharedInput> |
||
215 | <DependentUpon>Settings.settings</DependentUpon> |
||
216 | </Compile> |
||
217 | <Compile Include="Settings.cs" /> |
||
218 | ca214bc3 | gaqhf | <Compile Include="Form\SPPIDSplashScreen.cs"> |
219 | <SubType>Form</SubType> |
||
220 | </Compile> |
||
221 | <Compile Include="Form\SPPIDSplashScreen.Designer.cs"> |
||
222 | <DependentUpon>SPPIDSplashScreen.cs</DependentUpon> |
||
223 | </Compile> |
||
224 | 7cbb1038 | gaqhf | <Compile Include="SPPIDModel\GridSetting.cs" /> |
225 | d19ae675 | gaqhf | <Compile Include="Wrapper\SPPIDConverterWrapper.cs"> |
226 | <SubType>Form</SubType> |
||
227 | </Compile> |
||
228 | <Compile Include="Wrapper\SPPIDConverterWrapper.Designer.cs"> |
||
229 | <DependentUpon>SPPIDConverterWrapper.cs</DependentUpon> |
||
230 | </Compile> |
||
231 | <Compile Include="Wrapper\SPPIDConverter_Wrapper.cs" /> |
||
232 | a0c69b1c | gaqhf | <Compile Include="SPPIDModel\AttributeMapping.cs" /> |
233 | <Compile Include="SPPIDModel\ChildSymbolMapping.cs" /> |
||
234 | <Compile Include="SPPIDModel\ETCSetting.cs" /> |
||
235 | <Compile Include="SPPIDModel\Group.cs" /> |
||
236 | <Compile Include="SPPIDModel\LineMapping.cs" /> |
||
237 | <Compile Include="SPPIDModel\LineNumberMapping.cs" /> |
||
238 | <Compile Include="SPPIDModel\SPPID_Document.cs" /> |
||
239 | <Compile Include="SPPIDModel\SymbolMapping.cs" /> |
||
240 | 8738667f | gaqhf | <Compile Include="Util\SPPIDUtil.cs" /> |
241 | </ItemGroup> |
||
242 | <ItemGroup> |
||
243 | d19ae675 | gaqhf | <EmbeddedResource Include="ConverterDocking.resx"> |
244 | <DependentUpon>ConverterDocking.cs</DependentUpon> |
||
245 | </EmbeddedResource> |
||
246 | 8738667f | gaqhf | <EmbeddedResource Include="ConverterForm.resx"> |
247 | <DependentUpon>ConverterForm.cs</DependentUpon> |
||
248 | </EmbeddedResource> |
||
249 | <EmbeddedResource Include="Form\MappingForm.resx"> |
||
250 | <DependentUpon>MappingForm.cs</DependentUpon> |
||
251 | </EmbeddedResource> |
||
252 | 63c5305b | gaqhf | <EmbeddedResource Include="Form\MessageForm.resx"> |
253 | <DependentUpon>MessageForm.cs</DependentUpon> |
||
254 | </EmbeddedResource> |
||
255 | 8738667f | gaqhf | <EmbeddedResource Include="Form\SPPID_DB_SettingForm.resx"> |
256 | <DependentUpon>SPPID_DB_SettingForm.cs</DependentUpon> |
||
257 | </EmbeddedResource> |
||
258 | <EmbeddedResource Include="Form\UnitForm.resx"> |
||
259 | <DependentUpon>UnitForm.cs</DependentUpon> |
||
260 | </EmbeddedResource> |
||
261 | <EmbeddedResource Include="Properties\licenses.licx" /> |
||
262 | <EmbeddedResource Include="Properties\Resources.resx"> |
||
263 | <Generator>ResXFileCodeGenerator</Generator> |
||
264 | <LastGenOutput>Resources.Designer.cs</LastGenOutput> |
||
265 | </EmbeddedResource> |
||
266 | <EmbeddedResource Include="Properties\Msg.resx"> |
||
267 | <Generator>ResXFileCodeGenerator</Generator> |
||
268 | <LastGenOutput>Msg.Designer.cs</LastGenOutput> |
||
269 | </EmbeddedResource> |
||
270 | <EmbeddedResource Include="Properties\Msg.ko.resx"> |
||
271 | <Generator>ResXFileCodeGenerator</Generator> |
||
272 | <LastGenOutput>Msg.ko.Designer.cs</LastGenOutput> |
||
273 | </EmbeddedResource> |
||
274 | ca214bc3 | gaqhf | <EmbeddedResource Include="Form\SPPIDSplashScreen.resx"> |
275 | <DependentUpon>SPPIDSplashScreen.cs</DependentUpon> |
||
276 | </EmbeddedResource> |
||
277 | d19ae675 | gaqhf | <EmbeddedResource Include="Wrapper\SPPIDConverterWrapper.resx"> |
278 | <DependentUpon>SPPIDConverterWrapper.cs</DependentUpon> |
||
279 | <SubType>Designer</SubType> |
||
280 | </EmbeddedResource> |
||
281 | 8738667f | gaqhf | </ItemGroup> |
282 | <ItemGroup> |
||
283 | <COMReference Include="Llama"> |
||
284 | <Guid>{425D14E8-A0C1-4F4A-9FB8-4D7CA982F144}</Guid> |
||
285 | <VersionMajor>6</VersionMajor> |
||
286 | <VersionMinor>0</VersionMinor> |
||
287 | <Lcid>0</Lcid> |
||
288 | <WrapperTool>tlbimp</WrapperTool> |
||
289 | <Isolated>False</Isolated> |
||
290 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
291 | </COMReference> |
||
292 | <COMReference Include="NEWENUMWRAPPERLib"> |
||
293 | <Guid>{58B86513-1FA4-4928-9D79-1076AC6F69EF}</Guid> |
||
294 | <VersionMajor>1</VersionMajor> |
||
295 | <VersionMinor>0</VersionMinor> |
||
296 | <Lcid>0</Lcid> |
||
297 | <WrapperTool>tlbimp</WrapperTool> |
||
298 | <Isolated>False</Isolated> |
||
299 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
300 | </COMReference> |
||
301 | <COMReference Include="Plaice"> |
||
302 | <Guid>{0CD9BF08-A064-44F4-8A5E-9A39006613FE}</Guid> |
||
303 | <VersionMajor>5</VersionMajor> |
||
304 | <VersionMinor>0</VersionMinor> |
||
305 | <Lcid>0</Lcid> |
||
306 | <WrapperTool>tlbimp</WrapperTool> |
||
307 | <Isolated>False</Isolated> |
||
308 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
309 | </COMReference> |
||
310 | <COMReference Include="VBA"> |
||
311 | <Guid>{000204EF-0000-0000-C000-000000000046}</Guid> |
||
312 | <VersionMajor>6</VersionMajor> |
||
313 | <VersionMinor>0</VersionMinor> |
||
314 | <Lcid>9</Lcid> |
||
315 | <WrapperTool>tlbimp</WrapperTool> |
||
316 | <Isolated>False</Isolated> |
||
317 | <EmbedInteropTypes>True</EmbedInteropTypes> |
||
318 | </COMReference> |
||
319 | </ItemGroup> |
||
320 | <ItemGroup> |
||
321 | <None Include="App.config" /> |
||
322 | </ItemGroup> |
||
323 | <ItemGroup> |
||
324 | <None Include="packages.config" /> |
||
325 | <None Include="Properties\Settings.settings"> |
||
326 | <Generator>SettingsSingleFileGenerator</Generator> |
||
327 | <LastGenOutput>Settings.Designer.cs</LastGenOutput> |
||
328 | </None> |
||
329 | <None Include="Resources\convertto.svg" /> |
||
330 | </ItemGroup> |
||
331 | <ItemGroup> |
||
332 | <None Include="Resources\actions_database.svg" /> |
||
333 | </ItemGroup> |
||
334 | <ItemGroup> |
||
335 | <None Include="Resources\actions_image.svg" /> |
||
336 | </ItemGroup> |
||
337 | <ItemGroup> |
||
338 | <None Include="Resources\arrangegroups.svg" /> |
||
339 | </ItemGroup> |
||
340 | <ItemGroup> |
||
341 | <None Include="Resources\open2.svg" /> |
||
342 | </ItemGroup> |
||
343 | <ItemGroup> |
||
344 | <None Include="Resources\next.svg" /> |
||
345 | </ItemGroup> |
||
346 | <ItemGroup> |
||
347 | <None Include="Resources\properties.svg" /> |
||
348 | </ItemGroup> |
||
349 | <ItemGroup> |
||
350 | <None Include="Resources\save.svg" /> |
||
351 | </ItemGroup> |
||
352 | <ItemGroup> |
||
353 | <None Include="Resources\paymentunpaid.svg" /> |
||
354 | </ItemGroup> |
||
355 | <ItemGroup> |
||
356 | <None Include="Resources\close.svg" /> |
||
357 | </ItemGroup> |
||
358 | <ItemGroup> |
||
359 | <None Include="Resources\changedatasourcepivottable.svg" /> |
||
360 | </ItemGroup> |
||
361 | <ItemGroup> |
||
362 | <None Include="Resources\saveandclose.svg" /> |
||
363 | </ItemGroup> |
||
364 | <ItemGroup> |
||
365 | <None Include="Resources\cancel_16x16.png" /> |
||
366 | </ItemGroup> |
||
367 | <ItemGroup> |
||
368 | <None Include="Resources\apply_16x16.png" /> |
||
369 | </ItemGroup> |
||
370 | <ItemGroup> |
||
371 | <None Include="Resources\pencolor_16x16.png" /> |
||
372 | </ItemGroup> |
||
373 | fbdb9f2a | gaqhf | <ItemGroup> |
374 | <None Include="Resources\actions_refresh.svg" /> |
||
375 | </ItemGroup> |
||
376 | d19ae675 | gaqhf | <ItemGroup> |
377 | <None Include="Resources\ToolbarImage.png" /> |
||
378 | </ItemGroup> |
||
379 | 965eb728 | gaqhf | <ItemGroup> |
380 | <None Include="Resources\logo_color.png" /> |
||
381 | </ItemGroup> |
||
382 | 8738667f | gaqhf | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
383 | 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')" /> |
384 | <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild"> |
||
385 | <PropertyGroup> |
||
386 | <ErrorText>이 프로젝트는 이 컴퓨터에 없는 NuGet 패키지를 참조합니다. 해당 패키지를 다운로드하려면 NuGet 패키지 복원을 사용하십시오. 자세한 내용은 http://go.microsoft.com/fwlink/?LinkID=322105를 참조하십시오. 누락된 파일은 {0}입니다.</ErrorText> |
||
387 | </PropertyGroup> |
||
388 | <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'))" /> |
||
389 | </Target> |
||
390 | 8738667f | gaqhf | </Project> |