개정판 1e9c1261
finalPDF Service Framework 변경
Change-Id: Ic4b9a7ef57017ca30cd67aadf6f5181ae256a69a
ConvertService/ServiceController/StationControllerSQL/StationControllerSQL.sqlproj | ||
---|---|---|
8 | 8 |
<SchemaVersion>2.0</SchemaVersion> |
9 | 9 |
<ProjectVersion>4.1</ProjectVersion> |
10 | 10 |
<ProjectGuid>{58c58ddf-311d-4108-a12b-1090c39e718b}</ProjectGuid> |
11 |
<DSP>Microsoft.Data.Tools.Schema.Sql.Sql140DatabaseSchemaProvider</DSP>
|
|
11 |
<DSP>Microsoft.Data.Tools.Schema.Sql.Sql150DatabaseSchemaProvider</DSP>
|
|
12 | 12 |
<OutputType>Database</OutputType> |
13 | 13 |
<RootPath> |
14 | 14 |
</RootPath> |
... | ... | |
84 | 84 |
<Recovery>FULL</Recovery> |
85 | 85 |
<EnableFullTextSearch>True</EnableFullTextSearch> |
86 | 86 |
<DefaultFilegroup>PRIMARY</DefaultFilegroup> |
87 |
<GenerateCreateScript>True</GenerateCreateScript> |
|
87 | 88 |
</PropertyGroup> |
88 | 89 |
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
89 | 90 |
<OutputPath>bin\Release\</OutputPath> |
... | ... | |
133 | 134 |
<Folder Include="dbo\Tables\" /> |
134 | 135 |
<Folder Include="Security\" /> |
135 | 136 |
<Folder Include="dbo\Stored Procedures\" /> |
137 |
<Folder Include="SignalR\" /> |
|
138 |
<Folder Include="SignalR\Tables\" /> |
|
139 |
<Folder Include="Snapshots" /> |
|
136 | 140 |
</ItemGroup> |
137 | 141 |
<ItemGroup> |
138 | 142 |
<Build Include="dbo\Tables\PROJECT_SETTING.sql"> |
... | ... | |
284 | 288 |
</Build> |
285 | 289 |
<Build Include="Security\SignalR.sql" /> |
286 | 290 |
<Build Include="Security\Permissions.sql" /> |
291 |
<Build Include="SignalR\Tables\Schema.sql"> |
|
292 |
<AnsiNulls>On</AnsiNulls> |
|
293 |
<QuotedIdentifier>On</QuotedIdentifier> |
|
294 |
</Build> |
|
295 |
<Build Include="SignalR\Tables\Messages_0_Id.sql"> |
|
296 |
<AnsiNulls>On</AnsiNulls> |
|
297 |
<QuotedIdentifier>On</QuotedIdentifier> |
|
298 |
</Build> |
|
299 |
<Build Include="SignalR\Tables\Messages_0.sql"> |
|
300 |
<AnsiNulls>On</AnsiNulls> |
|
301 |
<QuotedIdentifier>On</QuotedIdentifier> |
|
302 |
</Build> |
|
303 |
<Build Include="dbo\Tables\DocumentItem.sql"> |
|
304 |
<AnsiNulls>On</AnsiNulls> |
|
305 |
<QuotedIdentifier>On</QuotedIdentifier> |
|
306 |
</Build> |
|
307 |
<Build Include="dbo\Stored Procedures\SELECT_SLIP_ORIGINATOR.sql"> |
|
308 |
<AnsiNulls>On</AnsiNulls> |
|
309 |
<QuotedIdentifier>On</QuotedIdentifier> |
|
310 |
</Build> |
|
311 |
<Build Include="dbo\Stored Procedures\SELECT_RUNANDPROPERTY_INSERT.sql"> |
|
312 |
<AnsiNulls>On</AnsiNulls> |
|
313 |
<QuotedIdentifier>On</QuotedIdentifier> |
|
314 |
</Build> |
|
315 |
<Build Include="dbo\Stored Procedures\SELECT_RUN_PROJECTS.sql"> |
|
316 |
<AnsiNulls>On</AnsiNulls> |
|
317 |
<QuotedIdentifier>On</QuotedIdentifier> |
|
318 |
</Build> |
|
319 |
<Build Include="dbo\Stored Procedures\SELECT_PROPERTIES_RUN_PROJECTS.sql"> |
|
320 |
<AnsiNulls>On</AnsiNulls> |
|
321 |
<QuotedIdentifier>On</QuotedIdentifier> |
|
322 |
</Build> |
|
323 |
<Build Include="dbo\Stored Procedures\SELECT_MARKUP_INFO.sql"> |
|
324 |
<AnsiNulls>On</AnsiNulls> |
|
325 |
<QuotedIdentifier>On</QuotedIdentifier> |
|
326 |
</Build> |
|
327 |
<Build Include="dbo\Stored Procedures\SELECT_DOCUMENT_ITEM.sql"> |
|
328 |
<AnsiNulls>On</AnsiNulls> |
|
329 |
<QuotedIdentifier>On</QuotedIdentifier> |
|
330 |
</Build> |
|
331 |
<Build Include="dbo\Stored Procedures\SELECT_DOCINFO.sql"> |
|
332 |
<AnsiNulls>On</AnsiNulls> |
|
333 |
<QuotedIdentifier>On</QuotedIdentifier> |
|
334 |
</Build> |
|
335 |
<Build Include="dbo\Stored Procedures\SELECT_CONVERT_ITEM_test2.sql"> |
|
336 |
<AnsiNulls>On</AnsiNulls> |
|
337 |
<QuotedIdentifier>On</QuotedIdentifier> |
|
338 |
</Build> |
|
339 |
<Build Include="dbo\Stored Procedures\SELECT_CONVERT_ITEM_test1.sql"> |
|
340 |
<AnsiNulls>On</AnsiNulls> |
|
341 |
<QuotedIdentifier>On</QuotedIdentifier> |
|
342 |
</Build> |
|
343 |
<Build Include="dbo\Stored Procedures\FINALPDF_COUNT.sql"> |
|
344 |
<AnsiNulls>On</AnsiNulls> |
|
345 |
<QuotedIdentifier>On</QuotedIdentifier> |
|
346 |
</Build> |
|
347 |
<Build Include="dbo\Stored Procedures\FINAL_PDF_MARKUP_CHECK.sql"> |
|
348 |
<AnsiNulls>On</AnsiNulls> |
|
349 |
<QuotedIdentifier>On</QuotedIdentifier> |
|
350 |
</Build> |
|
351 |
<Build Include="dbo\Stored Procedures\CONVERT_COUNT.sql"> |
|
352 |
<AnsiNulls>On</AnsiNulls> |
|
353 |
<QuotedIdentifier>On</QuotedIdentifier> |
|
354 |
</Build> |
|
355 |
</ItemGroup> |
|
356 |
<ItemGroup> |
|
357 |
<None Include="Snapshots\StationControllerSQL_20200729_09-41-54.dacpac" /> |
|
287 | 358 |
</ItemGroup> |
288 | 359 |
</Project> |
내보내기 Unified diff