프로젝트

일반

사용자정보

개정판 2007ecaa

ID2007ecaa8bd5bf674391b36d04f9d799151eacad
상위 15183831
하위 9d5b4bc2

김태성이(가) 4년 이상 전에 추가함

thumbnail을 별도의 프로세스에서 download 하도록 수정

Change-Id: Ica8432a3fbe5e44d92412ec91290097deddeee71

차이점 보기:

ConsoleApp1/App.config
1
<?xml version="1.0" encoding="utf-8" ?>
2
<configuration>
3
    <startup> 
4
        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.5" />
5
    </startup>
6
</configuration>
ConsoleClient/App.config
1
<?xml version="1.0" encoding="utf-8" ?>
2
<configuration>
3
    <startup> 
4
        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
5
    </startup>
6
</configuration>
ConsoleClient/ConsoleClient.csproj
1
<?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
    <ProjectGuid>{967A4CFE-FDD1-4566-A438-CCDF7DE38719}</ProjectGuid>
8
    <OutputType>Exe</OutputType>
9
    <RootNamespace>ConsoleClient</RootNamespace>
10
    <AssemblyName>ConsoleClient</AssemblyName>
11
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
12
    <FileAlignment>512</FileAlignment>
13
    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14
    <Deterministic>true</Deterministic>
15
  </PropertyGroup>
16
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17
    <PlatformTarget>AnyCPU</PlatformTarget>
18
    <DebugSymbols>true</DebugSymbols>
19
    <DebugType>full</DebugType>
20
    <Optimize>false</Optimize>
21
    <OutputPath>bin\Debug\</OutputPath>
22
    <DefineConstants>DEBUG;TRACE</DefineConstants>
23
    <ErrorReport>prompt</ErrorReport>
24
    <WarningLevel>4</WarningLevel>
25
  </PropertyGroup>
26
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27
    <PlatformTarget>AnyCPU</PlatformTarget>
28
    <DebugType>pdbonly</DebugType>
29
    <Optimize>true</Optimize>
30
    <OutputPath>bin\Release\</OutputPath>
31
    <DefineConstants>TRACE</DefineConstants>
32
    <ErrorReport>prompt</ErrorReport>
33
    <WarningLevel>4</WarningLevel>
34
  </PropertyGroup>
35
  <ItemGroup>
36
    <Reference Include="System" />
37
    <Reference Include="System.Core" />
38
    <Reference Include="System.ServiceModel" />
39
    <Reference Include="System.Xml.Linq" />
40
    <Reference Include="System.Data.DataSetExtensions" />
41
    <Reference Include="Microsoft.CSharp" />
42
    <Reference Include="System.Data" />
43
    <Reference Include="System.Net.Http" />
44
    <Reference Include="System.Xml" />
45
  </ItemGroup>
46
  <ItemGroup>
47
    <Compile Include="Program.cs" />
48
    <Compile Include="Properties\AssemblyInfo.cs" />
49
  </ItemGroup>
50
  <ItemGroup>
51
    <None Include="App.config" />
52
  </ItemGroup>
53
  <ItemGroup>
54
    <ProjectReference Include="..\IIpc\IIpc.csproj">
55
      <Project>{07282278-92d8-4010-af9f-313c2aab08df}</Project>
56
      <Name>IIpc</Name>
57
    </ProjectReference>
58
  </ItemGroup>
59
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
60
</Project>
ConsoleClient/Program.cs
1
using System;
2
using System.Collections.Generic;
3
using System.Linq;
4
using System.Text;
5
using System.Threading.Tasks;
6

  
7
namespace ConsoleClient
8
{
9
    class Program
10
    {
11
        static void Main(string[] args)
12
        {
13
            IIpc.WcfClient wcfClient = new IIpc.WcfClient("test1");
14

  
15
            for (int i = 0; i < 20000; i++)
16
            {
17
                string senddata = "test :" + i.ToString();
18

  
19
                Console.WriteLine(i.ToString() + " " + senddata);
20
                wcfClient.Send(i,senddata);
21

  
22
                System.Threading.Thread.Sleep(1);
23
            }
24

  
25
            Console.ReadLine();
26
            
27
        }
28
    }
29
}
ConsoleClient/Properties/AssemblyInfo.cs
1
using System.Reflection;
2
using System.Runtime.CompilerServices;
3
using System.Runtime.InteropServices;
4

  
5
// 어셈블리에 대한 일반 정보는 다음 특성 집합을 통해 
6
// 제어됩니다. 어셈블리와 관련된 정보를 수정하려면
7
// 이러한 특성 값을 변경하세요.
8
[assembly: AssemblyTitle("ConsoleClient")]
9
[assembly: AssemblyDescription("")]
10
[assembly: AssemblyConfiguration("")]
11
[assembly: AssemblyCompany("")]
12
[assembly: AssemblyProduct("ConsoleClient")]
13
[assembly: AssemblyCopyright("Copyright ©  2020")]
14
[assembly: AssemblyTrademark("")]
15
[assembly: AssemblyCulture("")]
16

  
17
// ComVisible을 false로 설정하면 이 어셈블리의 형식이 COM 구성 요소에 
18
// 표시되지 않습니다. COM에서 이 어셈블리의 형식에 액세스하려면
19
// 해당 형식에 대해 ComVisible 특성을 true로 설정하세요.
20
[assembly: ComVisible(false)]
21

  
22
// 이 프로젝트가 COM에 노출되는 경우 다음 GUID는 typelib의 ID를 나타냅니다.
23
[assembly: Guid("967a4cfe-fdd1-4566-a438-ccdf7de38719")]
24

  
25
// 어셈블리의 버전 정보는 다음 네 가지 값으로 구성됩니다.
26
//
27
//      주 버전
28
//      부 버전 
29
//      빌드 번호
30
//      수정 버전
31
//
32
// 모든 값을 지정하거나 아래와 같이 '*'를 사용하여 빌드 번호 및 수정 번호가 자동으로
33
// 지정되도록 할 수 있습니다.
34
// [assembly: AssemblyVersion("1.0.*")]
35
[assembly: AssemblyVersion("1.0.0.0")]
36
[assembly: AssemblyFileVersion("1.0.0.0")]
ConsoleIpcServer/App.config
1
<?xml version="1.0" encoding="utf-8" ?>
2
<configuration>
3
    <startup> 
4
        <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.6.1" />
5
    </startup>
6
</configuration>
ConsoleIpcServer/ConsoleIpcServer.csproj
1
<?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
    <ProjectGuid>{110F5867-97E6-4BE1-B592-CF8F4FF6CF5B}</ProjectGuid>
8
    <OutputType>Exe</OutputType>
9
    <RootNamespace>ConsoleIpcServer</RootNamespace>
10
    <AssemblyName>ConsoleIpcServer</AssemblyName>
11
    <TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
12
    <FileAlignment>512</FileAlignment>
13
    <AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>
14
    <Deterministic>true</Deterministic>
15
  </PropertyGroup>
16
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17
    <PlatformTarget>AnyCPU</PlatformTarget>
18
    <DebugSymbols>true</DebugSymbols>
19
    <DebugType>full</DebugType>
20
    <Optimize>false</Optimize>
21
    <OutputPath>bin\Debug\</OutputPath>
22
    <DefineConstants>DEBUG;TRACE</DefineConstants>
23
    <ErrorReport>prompt</ErrorReport>
24
    <WarningLevel>4</WarningLevel>
25
  </PropertyGroup>
26
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27
    <PlatformTarget>AnyCPU</PlatformTarget>
28
    <DebugType>pdbonly</DebugType>
29
    <Optimize>true</Optimize>
30
    <OutputPath>bin\Release\</OutputPath>
31
    <DefineConstants>TRACE</DefineConstants>
32
    <ErrorReport>prompt</ErrorReport>
33
    <WarningLevel>4</WarningLevel>
34
  </PropertyGroup>
35
  <ItemGroup>
36
    <Reference Include="System" />
37
    <Reference Include="System.Core" />
38
    <Reference Include="System.Xml.Linq" />
39
    <Reference Include="System.Data.DataSetExtensions" />
40
    <Reference Include="Microsoft.CSharp" />
41
    <Reference Include="System.Data" />
42
    <Reference Include="System.Net.Http" />
43
    <Reference Include="System.Xml" />
44
  </ItemGroup>
45
  <ItemGroup>
46
    <Compile Include="Program.cs" />
47
    <Compile Include="Properties\AssemblyInfo.cs" />
48
  </ItemGroup>
49
  <ItemGroup>
50
    <None Include="App.config" />
51
  </ItemGroup>
52
  <ItemGroup>
53
    <ProjectReference Include="..\IIpc\IIpc.csproj">
54
      <Project>{07282278-92d8-4010-af9f-313c2aab08df}</Project>
55
      <Name>IIpc</Name>
56
    </ProjectReference>
57
  </ItemGroup>
58
  <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
59
</Project>
ConsoleIpcServer/Program.cs
1
using System;
2
using System.Collections.Generic;
3
using System.Linq;
4
using System.Text;
5
using System.Threading.Tasks;
6

  
7
namespace ConsoleIpcServer
8
{
9
    class Program
10
    {
11
        static void Main(string[] args)
12
        {
13
            IIpc.WcfServer wcfServer = new IIpc.WcfServer("test1");
14
            wcfServer.IpcThumbnailReceived += WcfServer_IpcThumbnailReceived;
15
            wcfServer.Start();
16

  
17
            while (true)
18
            {
19
                System.Threading.Thread.Sleep(100);
20
            }
21
        }
22

  
23
        private static void WcfServer_IpcThumbnailReceived(object sender, IIpc.IpcThumbnailEventArgs e)
24
        {
25
            Console.WriteLine($"{e.PageNo} {e.Path}");
26
        }
27
    }
28
}
ConsoleIpcServer/Properties/AssemblyInfo.cs
1
using System.Reflection;
2
using System.Runtime.CompilerServices;
3
using System.Runtime.InteropServices;
4

  
5
// 어셈블리에 대한 일반 정보는 다음 특성 집합을 통해 
6
// 제어됩니다. 어셈블리와 관련된 정보를 수정하려면
7
// 이러한 특성 값을 변경하세요.
8
[assembly: AssemblyTitle("ConsoleIpcServer")]
9
[assembly: AssemblyDescription("")]
10
[assembly: AssemblyConfiguration("")]
11
[assembly: AssemblyCompany("")]
12
[assembly: AssemblyProduct("ConsoleIpcServer")]
13
[assembly: AssemblyCopyright("Copyright ©  2020")]
14
[assembly: AssemblyTrademark("")]
15
[assembly: AssemblyCulture("")]
16

  
17
// ComVisible을 false로 설정하면 이 어셈블리의 형식이 COM 구성 요소에 
18
// 표시되지 않습니다. COM에서 이 어셈블리의 형식에 액세스하려면
19
// 해당 형식에 대해 ComVisible 특성을 true로 설정하세요.
20
[assembly: ComVisible(false)]
21

  
22
// 이 프로젝트가 COM에 노출되는 경우 다음 GUID는 typelib의 ID를 나타냅니다.
23
[assembly: Guid("110f5867-97e6-4be1-b592-cf8f4ff6cf5b")]
24

  
25
// 어셈블리의 버전 정보는 다음 네 가지 값으로 구성됩니다.
26
//
27
//      주 버전
28
//      부 버전 
29
//      빌드 번호
30
//      수정 버전
31
//
32
// 모든 값을 지정하거나 아래와 같이 '*'를 사용하여 빌드 번호 및 수정 번호가 자동으로
33
// 지정되도록 할 수 있습니다.
34
// [assembly: AssemblyVersion("1.0.*")]
35
[assembly: AssemblyVersion("1.0.0.0")]
36
[assembly: AssemblyFileVersion("1.0.0.0")]
ConvertService/ServiceController/StationControllerSQL/SignalR/Tables/Messages_0.sql
1
CREATE TABLE [SignalR].[Messages_0] (
2
    [PayloadId]  BIGINT          NOT NULL,
3
    [Payload]    VARBINARY (MAX) NOT NULL,
4
    [InsertedOn] DATETIME        NOT NULL,
5
    PRIMARY KEY CLUSTERED ([PayloadId] ASC)
6
);
7

  
ConvertService/ServiceController/StationControllerSQL/SignalR/Tables/Messages_0_Id.sql
1
CREATE TABLE [SignalR].[Messages_0_Id] (
2
    [PayloadId] BIGINT NOT NULL,
3
    PRIMARY KEY CLUSTERED ([PayloadId] ASC)
4
);
5

  
ConvertService/ServiceController/StationControllerSQL/SignalR/Tables/Schema.sql
1
CREATE TABLE [SignalR].[Schema] (
2
    [SchemaVersion] INT NOT NULL,
3
    PRIMARY KEY CLUSTERED ([SchemaVersion] ASC)
4
);
5

  
ConvertService/ServiceController/StationControllerSQL/SqlSchemaCompare.scmp
1
<?xml version="1.0" encoding="utf-8"?>
2
<SchemaComparison>
3
  <Version>10</Version>
4
  <SourceModelProvider>
5
    <ConnectionBasedModelProvider>
6
      <ConnectionString>Data Source=cloud.devdoftech.co.kr,7777;Initial Catalog=markus;Persist Security Info=True;User ID=doftech;Pooling=False;MultipleActiveResultSets=False;Connect Timeout=60;Encrypt=False;TrustServerCertificate=True</ConnectionString>
7
    </ConnectionBasedModelProvider>
8
  </SourceModelProvider>
9
  <TargetModelProvider>
10
    <ProjectBasedModelProvider>
11
      <ProjectGuid>{58c58ddf-311d-4108-a12b-1090c39e718b}</ProjectGuid>
12
      <Name>StationControllerSQL</Name>
13
    </ProjectBasedModelProvider>
14
  </TargetModelProvider>
15
  <SchemaCompareSettingsService>
16
    <SchemaCompareSettingsService>
17
      <PropertyElementName>
18
        <Name>Version</Name>
19
        <Value>1</Value>
20
      </PropertyElementName>
21
    </SchemaCompareSettingsService>
22
    <ConfigurationOptionsElement>
23
      <PropertyElementName>
24
        <Name>PlanGenerationType</Name>
25
        <Value>SqlDeploymentOptions</Value>
26
      </PropertyElementName>
27
      <PropertyElementName>
28
        <Name>AllowExistingModelErrors</Name>
29
        <Value>False</Value>
30
      </PropertyElementName>
31
      <PropertyElementName>
32
        <Name>AllowIncompatiblePlatform</Name>
33
        <Value>False</Value>
34
      </PropertyElementName>
35
      <PropertyElementName>
36
        <Name>BackupDatabaseBeforeChanges</Name>
37
        <Value>False</Value>
38
      </PropertyElementName>
39
      <PropertyElementName>
40
        <Name>BlockOnPossibleDataLoss</Name>
41
        <Value>True</Value>
42
      </PropertyElementName>
43
      <PropertyElementName>
44
        <Name>BlockWhenDriftDetected</Name>
45
        <Value>False</Value>
46
      </PropertyElementName>
47
      <PropertyElementName>
48
        <Name>CompareUsingTargetCollation</Name>
49
        <Value>False</Value>
50
      </PropertyElementName>
51
      <PropertyElementName>
52
        <Name>CommentOutSetVarDeclarations</Name>
53
        <Value>False</Value>
54
      </PropertyElementName>
55
      <PropertyElementName>
56
        <Name>CreateNewDatabase</Name>
57
        <Value>False</Value>
58
      </PropertyElementName>
59
      <PropertyElementName>
60
        <Name>DeployDatabaseInSingleUserMode</Name>
61
        <Value>False</Value>
62
      </PropertyElementName>
63
      <PropertyElementName>
64
        <Name>DisableAndReenableDdlTriggers</Name>
65
        <Value>True</Value>
66
      </PropertyElementName>
67
      <PropertyElementName>
68
        <Name>DoNotAlterChangeDataCaptureObjects</Name>
69
        <Value>True</Value>
70
      </PropertyElementName>
71
      <PropertyElementName>
72
        <Name>DoNotAlterReplicatedObjects</Name>
73
        <Value>True</Value>
74
      </PropertyElementName>
75
      <PropertyElementName>
76
        <Name>DropConstraintsNotInSource</Name>
77
        <Value>True</Value>
78
      </PropertyElementName>
79
      <PropertyElementName>
80
        <Name>DropDmlTriggersNotInSource</Name>
81
        <Value>True</Value>
82
      </PropertyElementName>
83
      <PropertyElementName>
84
        <Name>DropExtendedPropertiesNotInSource</Name>
85
        <Value>True</Value>
86
      </PropertyElementName>
87
      <PropertyElementName>
88
        <Name>DropIndexesNotInSource</Name>
89
        <Value>True</Value>
90
      </PropertyElementName>
91
      <PropertyElementName>
92
        <Name>DropPermissionsNotInSource</Name>
93
        <Value>False</Value>
94
      </PropertyElementName>
95
      <PropertyElementName>
96
        <Name>DropObjectsNotInSource</Name>
97
        <Value>True</Value>
98
      </PropertyElementName>
99
      <PropertyElementName>
100
        <Name>DropRoleMembersNotInSource</Name>
101
        <Value>False</Value>
102
      </PropertyElementName>
103
      <PropertyElementName>
104
        <Name>DropStatisticsNotInSource</Name>
105
        <Value>True</Value>
106
      </PropertyElementName>
107
      <PropertyElementName>
108
        <Name>GenerateSmartDefaults</Name>
109
        <Value>False</Value>
110
      </PropertyElementName>
111
      <PropertyElementName>
112
        <Name>IgnoreDdlTriggerOrder</Name>
113
        <Value>False</Value>
114
      </PropertyElementName>
115
      <PropertyElementName>
116
        <Name>IgnoreDdlTriggerState</Name>
117
        <Value>False</Value>
118
      </PropertyElementName>
119
      <PropertyElementName>
120
        <Name>IgnoreObjectPlacementOnPartitionScheme</Name>
121
        <Value>True</Value>
122
      </PropertyElementName>
123
      <PropertyElementName>
124
        <Name>IgnoreAuthorizer</Name>
125
        <Value>False</Value>
126
      </PropertyElementName>
127
      <PropertyElementName>
128
        <Name>IgnoreDefaultSchema</Name>
129
        <Value>False</Value>
130
      </PropertyElementName>
131
      <PropertyElementName>
132
        <Name>IgnoreRouteLifetime</Name>
133
        <Value>True</Value>
134
      </PropertyElementName>
135
      <PropertyElementName>
136
        <Name>IgnoreCryptographicProviderFilePath</Name>
137
        <Value>True</Value>
138
      </PropertyElementName>
139
      <PropertyElementName>
140
        <Name>IgnoreComments</Name>
141
        <Value>False</Value>
142
      </PropertyElementName>
143
      <PropertyElementName>
144
        <Name>IgnoreWhitespace</Name>
145
        <Value>True</Value>
146
      </PropertyElementName>
147
      <PropertyElementName>
148
        <Name>IgnoreKeywordCasing</Name>
149
        <Value>True</Value>
150
      </PropertyElementName>
151
      <PropertyElementName>
152
        <Name>IgnoreSemicolonBetweenStatements</Name>
153
        <Value>True</Value>
154
      </PropertyElementName>
155
      <PropertyElementName>
156
        <Name>IgnorePartitionSchemes</Name>
157
        <Value>False</Value>
158
      </PropertyElementName>
159
      <PropertyElementName>
160
        <Name>IgnoreWithNocheckOnCheckConstraints</Name>
161
        <Value>False</Value>
162
      </PropertyElementName>
163
      <PropertyElementName>
164
        <Name>IgnoreWithNocheckOnForeignKeys</Name>
165
        <Value>False</Value>
166
      </PropertyElementName>
167
      <PropertyElementName>
168
        <Name>IgnoreIdentitySeed</Name>
169
        <Value>False</Value>
170
      </PropertyElementName>
171
      <PropertyElementName>
172
        <Name>IgnoreIncrement</Name>
173
        <Value>False</Value>
174
      </PropertyElementName>
175
      <PropertyElementName>
176
        <Name>IgnoreFillFactor</Name>
177
        <Value>True</Value>
178
      </PropertyElementName>
179
      <PropertyElementName>
180
        <Name>IgnoreIndexPadding</Name>
181
        <Value>True</Value>
182
      </PropertyElementName>
183
      <PropertyElementName>
184
        <Name>IgnoreColumnCollation</Name>
185
        <Value>False</Value>
186
      </PropertyElementName>
187
      <PropertyElementName>
188
        <Name>IgnoreColumnOrder</Name>
189
        <Value>False</Value>
190
      </PropertyElementName>
191
      <PropertyElementName>
192
        <Name>IgnoreLockHintsOnIndexes</Name>
193
        <Value>False</Value>
194
      </PropertyElementName>
195
      <PropertyElementName>
196
        <Name>IgnoreTableOptions</Name>
197
        <Value>False</Value>
198
      </PropertyElementName>
199
      <PropertyElementName>
200
        <Name>IgnoreIndexOptions</Name>
201
        <Value>False</Value>
202
      </PropertyElementName>
203
      <PropertyElementName>
204
        <Name>IgnoreDmlTriggerOrder</Name>
205
        <Value>False</Value>
206
      </PropertyElementName>
207
      <PropertyElementName>
208
        <Name>IgnoreDmlTriggerState</Name>
209
        <Value>False</Value>
210
      </PropertyElementName>
211
      <PropertyElementName>
212
        <Name>IgnoreAnsiNulls</Name>
213
        <Value>True</Value>
214
      </PropertyElementName>
215
      <PropertyElementName>
216
        <Name>IgnoreQuotedIdentifiers</Name>
217
        <Value>True</Value>
218
      </PropertyElementName>
219
      <PropertyElementName>
220
        <Name>IgnoreUserSettingsObjects</Name>
221
        <Value>False</Value>
222
      </PropertyElementName>
223
      <PropertyElementName>
224
        <Name>IgnoreFilegroupPlacement</Name>
225
        <Value>True</Value>
226
      </PropertyElementName>
227
      <PropertyElementName>
228
        <Name>IgnoreFullTextCatalogFilePath</Name>
229
        <Value>True</Value>
230
      </PropertyElementName>
231
      <PropertyElementName>
232
        <Name>IgnoreFileAndLogFilePath</Name>
233
        <Value>True</Value>
234
      </PropertyElementName>
235
      <PropertyElementName>
236
        <Name>IgnoreLoginSids</Name>
237
        <Value>True</Value>
238
      </PropertyElementName>
239
      <PropertyElementName>
240
        <Name>IgnoreNotForReplication</Name>
241
        <Value>False</Value>
242
      </PropertyElementName>
243
      <PropertyElementName>
244
        <Name>IgnoreFileSize</Name>
245
        <Value>True</Value>
246
      </PropertyElementName>
247
      <PropertyElementName>
248
        <Name>AllowUnsafeRowLevelSecurityDataMovement</Name>
249
        <Value>False</Value>
250
      </PropertyElementName>
251
      <PropertyElementName>
252
        <Name>IncludeCompositeObjects</Name>
253
        <Value>False</Value>
254
      </PropertyElementName>
255
      <PropertyElementName>
256
        <Name>IncludeTransactionalScripts</Name>
257
        <Value>False</Value>
258
      </PropertyElementName>
259
      <PropertyElementName>
260
        <Name>NoAlterStatementsToChangeCLRTypes</Name>
261
        <Value>False</Value>
262
      </PropertyElementName>
263
      <PropertyElementName>
264
        <Name>PopulateFilesOnFileGroups</Name>
265
        <Value>True</Value>
266
      </PropertyElementName>
267
      <PropertyElementName>
268
        <Name>RegisterDataTierApplication</Name>
269
        <Value>False</Value>
270
      </PropertyElementName>
271
      <PropertyElementName>
272
        <Name>ScriptDatabaseCollation</Name>
273
        <Value>False</Value>
274
      </PropertyElementName>
275
      <PropertyElementName>
276
        <Name>ScriptDatabaseCompatibility</Name>
277
        <Value>False</Value>
278
      </PropertyElementName>
279
      <PropertyElementName>
280
        <Name>ScriptDatabaseOptions</Name>
281
        <Value>False</Value>
282
      </PropertyElementName>
283
      <PropertyElementName>
284
        <Name>ScriptDeployStateChecks</Name>
285
        <Value>False</Value>
286
      </PropertyElementName>
287
      <PropertyElementName>
288
        <Name>ScriptFileSize</Name>
289
        <Value>False</Value>
290
      </PropertyElementName>
291
      <PropertyElementName>
292
        <Name>ScriptNewConstraintValidation</Name>
293
        <Value>True</Value>
294
      </PropertyElementName>
295
      <PropertyElementName>
296
        <Name>ScriptRefreshModule</Name>
297
        <Value>True</Value>
298
      </PropertyElementName>
299
      <PropertyElementName>
300
        <Name>TargetDatabaseName</Name>
301
        <Value>StationControllerSQL</Value>
302
      </PropertyElementName>
303
      <PropertyElementName>
304
        <Name>TargetConnectionString</Name>
305
        <Value>Integrated Security=True;Pooling=False;Connect Timeout=30</Value>
306
      </PropertyElementName>
307
      <PropertyElementName>
308
        <Name>TreatVerificationErrorsAsWarnings</Name>
309
        <Value>False</Value>
310
      </PropertyElementName>
311
      <PropertyElementName>
312
        <Name>UnmodifiableObjectWarnings</Name>
313
        <Value>True</Value>
314
      </PropertyElementName>
315
      <PropertyElementName>
316
        <Name>VerifyCollationCompatibility</Name>
317
        <Value>True</Value>
318
      </PropertyElementName>
319
      <PropertyElementName>
320
        <Name>VerifyDeployment</Name>
321
        <Value>True</Value>
322
      </PropertyElementName>
323
      <PropertyElementName>
324
        <Name>RunDeploymentPlanExecutors</Name>
325
        <Value>False</Value>
326
      </PropertyElementName>
327
      <PropertyElementName>
328
        <Name>AllowDropBlockingAssemblies</Name>
329
        <Value>False</Value>
330
      </PropertyElementName>
331
      <PropertyElementName>
332
        <Name>DoNotDropAggregates</Name>
333
        <Value>False</Value>
334
      </PropertyElementName>
335
      <PropertyElementName>
336
        <Name>DoNotDropApplicationRoles</Name>
337
        <Value>False</Value>
338
      </PropertyElementName>
339
      <PropertyElementName>
340
        <Name>DoNotDropAssemblies</Name>
341
        <Value>False</Value>
342
      </PropertyElementName>
343
      <PropertyElementName>
344
        <Name>DoNotDropAsymmetricKeys</Name>
345
        <Value>False</Value>
346
      </PropertyElementName>
347
      <PropertyElementName>
348
        <Name>DoNotDropAudits</Name>
349
        <Value>False</Value>
350
      </PropertyElementName>
351
      <PropertyElementName>
352
        <Name>DoNotDropBrokerPriorities</Name>
353
        <Value>False</Value>
354
      </PropertyElementName>
355
      <PropertyElementName>
356
        <Name>DoNotDropCertificates</Name>
357
        <Value>False</Value>
358
      </PropertyElementName>
359
      <PropertyElementName>
360
        <Name>DoNotDropClrUserDefinedTypes</Name>
361
        <Value>False</Value>
362
      </PropertyElementName>
363
      <PropertyElementName>
364
        <Name>DoNotDropColumnEncryptionKeys</Name>
365
        <Value>False</Value>
366
      </PropertyElementName>
367
      <PropertyElementName>
368
        <Name>DoNotDropColumnMasterKeys</Name>
369
        <Value>False</Value>
370
      </PropertyElementName>
371
      <PropertyElementName>
372
        <Name>DoNotDropContracts</Name>
373
        <Value>False</Value>
374
      </PropertyElementName>
375
      <PropertyElementName>
376
        <Name>DoNotDropCredentials</Name>
377
        <Value>False</Value>
378
      </PropertyElementName>
379
      <PropertyElementName>
380
        <Name>DoNotDropDatabaseScopedCredentials</Name>
381
        <Value>False</Value>
382
      </PropertyElementName>
383
      <PropertyElementName>
384
        <Name>DoNotDropCryptographicProviders</Name>
385
        <Value>False</Value>
386
      </PropertyElementName>
387
      <PropertyElementName>
388
        <Name>DoNotDropDatabaseAuditSpecifications</Name>
389
        <Value>False</Value>
390
      </PropertyElementName>
391
      <PropertyElementName>
392
        <Name>DoNotDropDatabaseRoles</Name>
393
        <Value>False</Value>
394
      </PropertyElementName>
395
      <PropertyElementName>
396
        <Name>DoNotDropDatabaseTriggers</Name>
397
        <Value>False</Value>
398
      </PropertyElementName>
399
      <PropertyElementName>
400
        <Name>DoNotDropDefaults</Name>
401
        <Value>False</Value>
402
      </PropertyElementName>
403
      <PropertyElementName>
404
        <Name>DoNotDropEndpoints</Name>
405
        <Value>False</Value>
406
      </PropertyElementName>
407
      <PropertyElementName>
408
        <Name>DoNotDropErrorMessages</Name>
409
        <Value>False</Value>
410
      </PropertyElementName>
411
      <PropertyElementName>
412
        <Name>DoNotDropEventNotifications</Name>
413
        <Value>False</Value>
414
      </PropertyElementName>
415
      <PropertyElementName>
416
        <Name>DoNotDropEventSessions</Name>
417
        <Value>False</Value>
418
      </PropertyElementName>
419
      <PropertyElementName>
420
        <Name>DoNotDropExtendedProperties</Name>
421
        <Value>False</Value>
422
      </PropertyElementName>
423
      <PropertyElementName>
424
        <Name>DoNotDropExternalDataSources</Name>
425
        <Value>False</Value>
426
      </PropertyElementName>
427
      <PropertyElementName>
428
        <Name>DoNotDropExternalFileFormats</Name>
429
        <Value>False</Value>
430
      </PropertyElementName>
431
      <PropertyElementName>
432
        <Name>DoNotDropExternalTables</Name>
433
        <Value>False</Value>
434
      </PropertyElementName>
435
      <PropertyElementName>
436
        <Name>DoNotDropFilegroups</Name>
437
        <Value>False</Value>
438
      </PropertyElementName>
439
      <PropertyElementName>
440
        <Name>DoNotDropFileTables</Name>
441
        <Value>False</Value>
442
      </PropertyElementName>
443
      <PropertyElementName>
444
        <Name>DoNotDropFullTextCatalogs</Name>
445
        <Value>False</Value>
446
      </PropertyElementName>
447
      <PropertyElementName>
448
        <Name>DoNotDropFullTextStoplists</Name>
449
        <Value>False</Value>
450
      </PropertyElementName>
451
      <PropertyElementName>
452
        <Name>DoNotDropTableValuedFunctions</Name>
453
        <Value>False</Value>
454
      </PropertyElementName>
455
      <PropertyElementName>
456
        <Name>DoNotDropLinkedServerLogins</Name>
457
        <Value>False</Value>
458
      </PropertyElementName>
459
      <PropertyElementName>
460
        <Name>DoNotDropLinkedServers</Name>
461
        <Value>False</Value>
462
      </PropertyElementName>
463
      <PropertyElementName>
464
        <Name>DoNotDropLogins</Name>
465
        <Value>False</Value>
466
      </PropertyElementName>
467
      <PropertyElementName>
468
        <Name>DoNotDropMessageTypes</Name>
469
        <Value>False</Value>
470
      </PropertyElementName>
471
      <PropertyElementName>
472
        <Name>DoNotDropPartitionFunctions</Name>
473
        <Value>False</Value>
474
      </PropertyElementName>
475
      <PropertyElementName>
476
        <Name>DoNotDropPartitionSchemes</Name>
477
        <Value>False</Value>
478
      </PropertyElementName>
479
      <PropertyElementName>
480
        <Name>DoNotDropPermissions</Name>
481
        <Value>False</Value>
482
      </PropertyElementName>
483
      <PropertyElementName>
484
        <Name>DoNotDropQueues</Name>
485
        <Value>False</Value>
486
      </PropertyElementName>
487
      <PropertyElementName>
488
        <Name>DoNotDropRemoteServiceBindings</Name>
489
        <Value>False</Value>
490
      </PropertyElementName>
491
      <PropertyElementName>
492
        <Name>DoNotDropRoleMembership</Name>
493
        <Value>False</Value>
494
      </PropertyElementName>
495
      <PropertyElementName>
496
        <Name>DoNotDropRoutes</Name>
497
        <Value>False</Value>
498
      </PropertyElementName>
499
      <PropertyElementName>
500
        <Name>DoNotDropRules</Name>
501
        <Value>False</Value>
502
      </PropertyElementName>
503
      <PropertyElementName>
504
        <Name>DoNotDropScalarValuedFunctions</Name>
505
        <Value>False</Value>
506
      </PropertyElementName>
507
      <PropertyElementName>
508
        <Name>DoNotDropSearchPropertyLists</Name>
509
        <Value>False</Value>
510
      </PropertyElementName>
511
      <PropertyElementName>
512
        <Name>DoNotDropSecurityPolicies</Name>
513
        <Value>False</Value>
514
      </PropertyElementName>
515
      <PropertyElementName>
516
        <Name>DoNotDropSequences</Name>
517
        <Value>False</Value>
518
      </PropertyElementName>
519
      <PropertyElementName>
520
        <Name>DoNotDropServerAuditSpecifications</Name>
521
        <Value>False</Value>
522
      </PropertyElementName>
523
      <PropertyElementName>
524
        <Name>DoNotDropServerRoleMembership</Name>
525
        <Value>False</Value>
526
      </PropertyElementName>
527
      <PropertyElementName>
528
        <Name>DoNotDropServerRoles</Name>
529
        <Value>False</Value>
530
      </PropertyElementName>
531
      <PropertyElementName>
532
        <Name>DoNotDropServerTriggers</Name>
533
        <Value>False</Value>
534
      </PropertyElementName>
535
      <PropertyElementName>
536
        <Name>DoNotDropServices</Name>
537
        <Value>False</Value>
538
      </PropertyElementName>
539
      <PropertyElementName>
540
        <Name>DoNotDropSignatures</Name>
541
        <Value>False</Value>
542
      </PropertyElementName>
543
      <PropertyElementName>
544
        <Name>DoNotDropStoredProcedures</Name>
545
        <Value>False</Value>
546
      </PropertyElementName>
547
      <PropertyElementName>
548
        <Name>DoNotDropSymmetricKeys</Name>
549
        <Value>False</Value>
550
      </PropertyElementName>
551
      <PropertyElementName>
552
        <Name>DoNotDropSynonyms</Name>
553
        <Value>False</Value>
554
      </PropertyElementName>
555
      <PropertyElementName>
556
        <Name>DoNotDropTables</Name>
557
        <Value>False</Value>
558
      </PropertyElementName>
559
      <PropertyElementName>
560
        <Name>DoNotDropUserDefinedDataTypes</Name>
561
        <Value>False</Value>
562
      </PropertyElementName>
563
      <PropertyElementName>
564
        <Name>DoNotDropUserDefinedTableTypes</Name>
565
        <Value>False</Value>
566
      </PropertyElementName>
567
      <PropertyElementName>
568
        <Name>DoNotDropUsers</Name>
569
        <Value>False</Value>
570
      </PropertyElementName>
571
      <PropertyElementName>
572
        <Name>DoNotDropViews</Name>
573
        <Value>False</Value>
574
      </PropertyElementName>
575
      <PropertyElementName>
576
        <Name>DoNotDropXmlSchemaCollections</Name>
577
        <Value>False</Value>
578
      </PropertyElementName>
579
      <PropertyElementName>
580
        <Name>ExcludeAggregates</Name>
581
        <Value>True</Value>
582
      </PropertyElementName>
583
      <PropertyElementName>
584
        <Name>ExcludeApplicationRoles</Name>
585
        <Value>True</Value>
586
      </PropertyElementName>
587
      <PropertyElementName>
588
        <Name>ExcludeAssemblies</Name>
589
        <Value>True</Value>
590
      </PropertyElementName>
591
      <PropertyElementName>
592
        <Name>ExcludeAsymmetricKeys</Name>
593
        <Value>True</Value>
594
      </PropertyElementName>
595
      <PropertyElementName>
596
        <Name>ExcludeAudits</Name>
597
        <Value>True</Value>
598
      </PropertyElementName>
599
      <PropertyElementName>
600
        <Name>ExcludeBrokerPriorities</Name>
601
        <Value>True</Value>
602
      </PropertyElementName>
603
      <PropertyElementName>
604
        <Name>ExcludeCertificates</Name>
605
        <Value>True</Value>
606
      </PropertyElementName>
607
      <PropertyElementName>
608
        <Name>ExcludeClrUserDefinedTypes</Name>
609
        <Value>True</Value>
610
      </PropertyElementName>
611
      <PropertyElementName>
612
        <Name>ExcludeColumnEncryptionKeys</Name>
613
        <Value>False</Value>
614
      </PropertyElementName>
615
      <PropertyElementName>
616
        <Name>ExcludeColumnMasterKeys</Name>
617
        <Value>False</Value>
618
      </PropertyElementName>
619
      <PropertyElementName>
620
        <Name>ExcludeContracts</Name>
621
        <Value>True</Value>
622
      </PropertyElementName>
623
      <PropertyElementName>
624
        <Name>ExcludeCredentials</Name>
625
        <Value>True</Value>
626
      </PropertyElementName>
627
      <PropertyElementName>
628
        <Name>ExcludeDatabaseScopedCredentials</Name>
629
        <Value>True</Value>
630
      </PropertyElementName>
631
      <PropertyElementName>
632
        <Name>ExcludeCryptographicProviders</Name>
633
        <Value>True</Value>
634
      </PropertyElementName>
635
      <PropertyElementName>
636
        <Name>ExcludeDatabaseAuditSpecifications</Name>
637
        <Value>True</Value>
638
      </PropertyElementName>
639
      <PropertyElementName>
640
        <Name>ExcludeDatabaseRoles</Name>
641
        <Value>True</Value>
642
      </PropertyElementName>
643
      <PropertyElementName>
644
        <Name>ExcludeDatabaseTriggers</Name>
645
        <Value>True</Value>
646
      </PropertyElementName>
647
      <PropertyElementName>
648
        <Name>ExcludeDefaults</Name>
649
        <Value>True</Value>
650
      </PropertyElementName>
651
      <PropertyElementName>
652
        <Name>ExcludeEndpoints</Name>
653
        <Value>True</Value>
654
      </PropertyElementName>
655
      <PropertyElementName>
656
        <Name>ExcludeErrorMessages</Name>
657
        <Value>True</Value>
658
      </PropertyElementName>
659
      <PropertyElementName>
660
        <Name>ExcludeEventNotifications</Name>
661
        <Value>False</Value>
662
      </PropertyElementName>
663
      <PropertyElementName>
664
        <Name>ExcludeExternalDataSources</Name>
665
        <Value>True</Value>
666
      </PropertyElementName>
667
      <PropertyElementName>
668
        <Name>ExcludeExternalFileFormats</Name>
669
        <Value>True</Value>
670
      </PropertyElementName>
671
      <PropertyElementName>
672
        <Name>ExcludeExternalTables</Name>
673
        <Value>True</Value>
674
      </PropertyElementName>
675
      <PropertyElementName>
676
        <Name>ExcludeEventSessions</Name>
677
        <Value>True</Value>
678
      </PropertyElementName>
679
      <PropertyElementName>
680
        <Name>ExcludeFilegroups</Name>
681
        <Value>True</Value>
682
      </PropertyElementName>
683
      <PropertyElementName>
684
        <Name>ExcludeFileTables</Name>
685
        <Value>True</Value>
686
      </PropertyElementName>
687
      <PropertyElementName>
688
        <Name>ExcludeFullTextCatalogs</Name>
689
        <Value>True</Value>
690
      </PropertyElementName>
691
      <PropertyElementName>
692
        <Name>ExcludeFullTextStoplists</Name>
693
        <Value>True</Value>
694
      </PropertyElementName>
695
      <PropertyElementName>
696
        <Name>ExcludeTableValuedFunctions</Name>
697
        <Value>True</Value>
698
      </PropertyElementName>
699
      <PropertyElementName>
700
        <Name>ExcludeLinkedServerLogins</Name>
701
        <Value>True</Value>
702
      </PropertyElementName>
703
      <PropertyElementName>
704
        <Name>ExcludeLinkedServers</Name>
705
        <Value>True</Value>
706
      </PropertyElementName>
707
      <PropertyElementName>
708
        <Name>ExcludeLogins</Name>
709
        <Value>True</Value>
710
      </PropertyElementName>
711
      <PropertyElementName>
712
        <Name>ExcludeMessageTypes</Name>
713
        <Value>True</Value>
714
      </PropertyElementName>
715
      <PropertyElementName>
716
        <Name>ExcludePartitionFunctions</Name>
717
        <Value>True</Value>
718
      </PropertyElementName>
719
      <PropertyElementName>
720
        <Name>ExcludePartitionSchemes</Name>
721
        <Value>True</Value>
722
      </PropertyElementName>
723
      <PropertyElementName>
724
        <Name>ExcludeQueues</Name>
725
        <Value>True</Value>
726
      </PropertyElementName>
727
      <PropertyElementName>
728
        <Name>ExcludeRemoteServiceBindings</Name>
729
        <Value>True</Value>
730
      </PropertyElementName>
731
      <PropertyElementName>
732
        <Name>ExcludeRoutes</Name>
733
        <Value>True</Value>
734
      </PropertyElementName>
735
      <PropertyElementName>
736
        <Name>ExcludeRules</Name>
737
        <Value>True</Value>
738
      </PropertyElementName>
739
      <PropertyElementName>
740
        <Name>ExcludeScalarValuedFunctions</Name>
741
        <Value>True</Value>
742
      </PropertyElementName>
743
      <PropertyElementName>
744
        <Name>ExcludeSearchPropertyLists</Name>
745
        <Value>True</Value>
746
      </PropertyElementName>
747
      <PropertyElementName>
748
        <Name>ExcludeSecurityPolicies</Name>
749
        <Value>False</Value>
750
      </PropertyElementName>
751
      <PropertyElementName>
752
        <Name>ExcludeSequences</Name>
753
        <Value>True</Value>
754
      </PropertyElementName>
755
      <PropertyElementName>
756
        <Name>ExcludeServerAuditSpecifications</Name>
757
        <Value>True</Value>
758
      </PropertyElementName>
759
      <PropertyElementName>
760
        <Name>ExcludeServerRoleMembership</Name>
761
        <Value>True</Value>
762
      </PropertyElementName>
763
      <PropertyElementName>
764
        <Name>ExcludeServerRoles</Name>
765
        <Value>True</Value>
766
      </PropertyElementName>
767
      <PropertyElementName>
768
        <Name>ExcludeServerTriggers</Name>
769
        <Value>True</Value>
770
      </PropertyElementName>
771
      <PropertyElementName>
772
        <Name>ExcludeServices</Name>
773
        <Value>True</Value>
774
      </PropertyElementName>
775
      <PropertyElementName>
776
        <Name>ExcludeSignatures</Name>
777
        <Value>True</Value>
778
      </PropertyElementName>
779
      <PropertyElementName>
780
        <Name>ExcludeStoredProcedures</Name>
781
        <Value>False</Value>
782
      </PropertyElementName>
783
      <PropertyElementName>
784
        <Name>ExcludeSymmetricKeys</Name>
785
        <Value>True</Value>
786
      </PropertyElementName>
787
      <PropertyElementName>
788
        <Name>ExcludeSynonyms</Name>
789
        <Value>True</Value>
790
      </PropertyElementName>
791
      <PropertyElementName>
792
        <Name>ExcludeTables</Name>
793
        <Value>False</Value>
794
      </PropertyElementName>
795
      <PropertyElementName>
796
        <Name>ExcludeUserDefinedDataTypes</Name>
797
        <Value>True</Value>
798
      </PropertyElementName>
799
      <PropertyElementName>
800
        <Name>ExcludeUserDefinedTableTypes</Name>
801
        <Value>True</Value>
802
      </PropertyElementName>
803
      <PropertyElementName>
804
        <Name>ExcludeUsers</Name>
805
        <Value>False</Value>
806
      </PropertyElementName>
807
      <PropertyElementName>
808
        <Name>ExcludeViews</Name>
809
        <Value>False</Value>
810
      </PropertyElementName>
811
      <PropertyElementName>
812
        <Name>ExcludeXmlSchemaCollections</Name>
813
        <Value>True</Value>
814
      </PropertyElementName>
815
      <PropertyElementName>
816
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlServerDdlTrigger</Name>
817
        <Value>ExcludedType</Value>
818
      </PropertyElementName>
819
      <PropertyElementName>
820
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlRoute</Name>
821
        <Value>ExcludedType</Value>
822
      </PropertyElementName>
823
      <PropertyElementName>
824
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlLinkedServerLogin</Name>
825
        <Value>ExcludedType</Value>
826
      </PropertyElementName>
827
      <PropertyElementName>
828
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlEndpoint</Name>
829
        <Value>ExcludedType</Value>
830
      </PropertyElementName>
831
      <PropertyElementName>
832
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlErrorMessage</Name>
833
        <Value>ExcludedType</Value>
834
      </PropertyElementName>
835
      <PropertyElementName>
836
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlFile</Name>
837
        <Value>ExcludedType</Value>
838
      </PropertyElementName>
839
      <PropertyElementName>
840
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlLogin</Name>
841
        <Value>ExcludedType</Value>
842
      </PropertyElementName>
843
      <PropertyElementName>
844
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlLinkedServer</Name>
845
        <Value>ExcludedType</Value>
846
      </PropertyElementName>
847
      <PropertyElementName>
848
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlCredential</Name>
849
        <Value>ExcludedType</Value>
850
      </PropertyElementName>
851
      <PropertyElementName>
852
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlDatabaseCredential</Name>
853
        <Value>ExcludedType</Value>
854
      </PropertyElementName>
855
      <PropertyElementName>
856
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlDatabaseEncryptionKey</Name>
857
        <Value>ExcludedType</Value>
858
      </PropertyElementName>
859
      <PropertyElementName>
860
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlMasterKey</Name>
861
        <Value>ExcludedType</Value>
862
      </PropertyElementName>
863
      <PropertyElementName>
864
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlDatabaseAuditSpecification</Name>
865
        <Value>ExcludedType</Value>
866
      </PropertyElementName>
867
      <PropertyElementName>
868
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlServerAudit</Name>
869
        <Value>ExcludedType</Value>
870
      </PropertyElementName>
871
      <PropertyElementName>
872
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlServerAuditSpecification</Name>
873
        <Value>ExcludedType</Value>
874
      </PropertyElementName>
875
      <PropertyElementName>
876
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlCryptographicProvider</Name>
877
        <Value>ExcludedType</Value>
878
      </PropertyElementName>
879
      <PropertyElementName>
880
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlUserDefinedServerRole</Name>
881
        <Value>ExcludedType</Value>
882
      </PropertyElementName>
883
      <PropertyElementName>
884
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlEventSession</Name>
885
        <Value>ExcludedType</Value>
886
      </PropertyElementName>
887
      <PropertyElementName>
888
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlDatabaseOptions</Name>
889
        <Value>ExcludedType</Value>
890
      </PropertyElementName>
891
      <PropertyElementName>
892
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlEventNotification</Name>
893
        <Value>ExcludedType</Value>
894
      </PropertyElementName>
895
      <PropertyElementName>
896
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlServerRoleMembership</Name>
897
        <Value>ExcludedType</Value>
898
      </PropertyElementName>
899
      <PropertyElementName>
900
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlDatabaseEventSession</Name>
901
        <Value>ExcludedType</Value>
902
      </PropertyElementName>
903
      <PropertyElementName>
904
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlAssemblyFile</Name>
905
        <Value>ExcludedType</Value>
906
      </PropertyElementName>
907
      <PropertyElementName>
908
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlBrokerPriority</Name>
909
        <Value>ExcludedType</Value>
910
      </PropertyElementName>
911
      <PropertyElementName>
912
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlCheckConstraint</Name>
913
        <Value>ExcludedType</Value>
914
      </PropertyElementName>
915
      <PropertyElementName>
916
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlDefaultConstraint</Name>
917
        <Value>ExcludedType</Value>
918
      </PropertyElementName>
919
      <PropertyElementName>
920
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlFileTable</Name>
921
        <Value>ExcludedType</Value>
922
      </PropertyElementName>
923
      <PropertyElementName>
924
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlXmlSchemaCollection</Name>
925
        <Value>ExcludedType</Value>
926
      </PropertyElementName>
927
      <PropertyElementName>
928
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlXmlIndex</Name>
929
        <Value>ExcludedType</Value>
930
      </PropertyElementName>
931
      <PropertyElementName>
932
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlSearchPropertyList</Name>
933
        <Value>ExcludedType</Value>
934
      </PropertyElementName>
935
      <PropertyElementName>
936
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlContract</Name>
937
        <Value>ExcludedType</Value>
938
      </PropertyElementName>
939
      <PropertyElementName>
940
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlUniqueConstraint</Name>
941
        <Value>ExcludedType</Value>
942
      </PropertyElementName>
943
      <PropertyElementName>
944
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlPermissionStatement</Name>
945
        <Value>ExcludedType</Value>
946
      </PropertyElementName>
947
      <PropertyElementName>
948
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlRule</Name>
949
        <Value>ExcludedType</Value>
950
      </PropertyElementName>
951
      <PropertyElementName>
952
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlPrimaryKeyConstraint</Name>
953
        <Value>ExcludedType</Value>
954
      </PropertyElementName>
955
      <PropertyElementName>
956
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlDefault</Name>
957
        <Value>ExcludedType</Value>
958
      </PropertyElementName>
959
      <PropertyElementName>
960
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlSymmetricKey</Name>
961
        <Value>ExcludedType</Value>
962
      </PropertyElementName>
963
      <PropertyElementName>
964
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlRole</Name>
965
        <Value>ExcludedType</Value>
966
      </PropertyElementName>
967
      <PropertyElementName>
968
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlDatabaseDdlTrigger</Name>
969
        <Value>ExcludedType</Value>
970
      </PropertyElementName>
971
      <PropertyElementName>
972
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlSynonym</Name>
973
        <Value>ExcludedType</Value>
974
      </PropertyElementName>
975
      <PropertyElementName>
976
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlMessageType</Name>
977
        <Value>ExcludedType</Value>
978
      </PropertyElementName>
979
      <PropertyElementName>
980
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlAsymmetricKey</Name>
981
        <Value>ExcludedType</Value>
982
      </PropertyElementName>
983
      <PropertyElementName>
984
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlUserDefinedDataType</Name>
985
        <Value>ExcludedType</Value>
986
      </PropertyElementName>
987
      <PropertyElementName>
988
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlUserDefinedType</Name>
989
        <Value>ExcludedType</Value>
990
      </PropertyElementName>
991
      <PropertyElementName>
992
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlTableType</Name>
993
        <Value>ExcludedType</Value>
994
      </PropertyElementName>
995
      <PropertyElementName>
996
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlSignature</Name>
997
        <Value>ExcludedType</Value>
998
      </PropertyElementName>
999
      <PropertyElementName>
1000
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlService</Name>
1001
        <Value>ExcludedType</Value>
1002
      </PropertyElementName>
1003
      <PropertyElementName>
1004
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlSelectiveXmlIndex</Name>
1005
        <Value>ExcludedType</Value>
1006
      </PropertyElementName>
1007
      <PropertyElementName>
1008
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlScalarFunction</Name>
1009
        <Value>ExcludedType</Value>
1010
      </PropertyElementName>
1011
      <PropertyElementName>
1012
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlSequence</Name>
1013
        <Value>ExcludedType</Value>
1014
      </PropertyElementName>
1015
      <PropertyElementName>
1016
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlApplicationRole</Name>
1017
        <Value>ExcludedType</Value>
1018
      </PropertyElementName>
1019
      <PropertyElementName>
1020
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlAssembly</Name>
1021
        <Value>ExcludedType</Value>
1022
      </PropertyElementName>
1023
      <PropertyElementName>
1024
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlRoleMembership</Name>
1025
        <Value>ExcludedType</Value>
1026
      </PropertyElementName>
1027
      <PropertyElementName>
1028
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlColumnStoreIndex</Name>
1029
        <Value>ExcludedType</Value>
1030
      </PropertyElementName>
1031
      <PropertyElementName>
1032
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlForeignKeyConstraint</Name>
1033
        <Value>ExcludedType</Value>
1034
      </PropertyElementName>
1035
      <PropertyElementName>
1036
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlExternalDataSource</Name>
1037
        <Value>ExcludedType</Value>
1038
      </PropertyElementName>
1039
      <PropertyElementName>
1040
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlExternalTable</Name>
1041
        <Value>ExcludedType</Value>
1042
      </PropertyElementName>
1043
      <PropertyElementName>
1044
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlExternalFileFormat</Name>
1045
        <Value>ExcludedType</Value>
1046
      </PropertyElementName>
1047
      <PropertyElementName>
1048
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlRemoteServiceBinding</Name>
1049
        <Value>ExcludedType</Value>
1050
      </PropertyElementName>
1051
      <PropertyElementName>
1052
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlIndex</Name>
1053
        <Value>ExcludedType</Value>
1054
      </PropertyElementName>
1055
      <PropertyElementName>
1056
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlInlineTableValuedFunction</Name>
1057
        <Value>ExcludedType</Value>
1058
      </PropertyElementName>
1059
      <PropertyElementName>
1060
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlCertificate</Name>
1061
        <Value>ExcludedType</Value>
1062
      </PropertyElementName>
1063
      <PropertyElementName>
1064
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlFullTextIndex</Name>
1065
        <Value>ExcludedType</Value>
1066
      </PropertyElementName>
1067
      <PropertyElementName>
1068
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlFullTextStopList</Name>
1069
        <Value>ExcludedType</Value>
1070
      </PropertyElementName>
1071
      <PropertyElementName>
1072
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlFullTextCatalog</Name>
1073
        <Value>ExcludedType</Value>
1074
      </PropertyElementName>
1075
      <PropertyElementName>
1076
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlAggregate</Name>
1077
        <Value>ExcludedType</Value>
1078
      </PropertyElementName>
1079
      <PropertyElementName>
1080
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlQueue</Name>
1081
        <Value>ExcludedType</Value>
1082
      </PropertyElementName>
1083
      <PropertyElementName>
1084
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlTableTypeIndex</Name>
1085
        <Value>ExcludedType</Value>
1086
      </PropertyElementName>
1087
      <PropertyElementName>
1088
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlStatistic</Name>
1089
        <Value>ExcludedType</Value>
1090
      </PropertyElementName>
1091
      <PropertyElementName>
1092
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlDmlTrigger</Name>
1093
        <Value>ExcludedType</Value>
1094
      </PropertyElementName>
1095
      <PropertyElementName>
1096
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlFilegroup</Name>
1097
        <Value>ExcludedType</Value>
1098
      </PropertyElementName>
1099
      <PropertyElementName>
1100
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlPartitionScheme</Name>
1101
        <Value>ExcludedType</Value>
1102
      </PropertyElementName>
1103
      <PropertyElementName>
1104
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlPartitionFunction</Name>
1105
        <Value>ExcludedType</Value>
1106
      </PropertyElementName>
1107
      <PropertyElementName>
1108
        <Name>Microsoft.Data.Tools.Schema.Sql.SchemaModel.SqlExtendedProperty</Name>
1109
        <Value>ExcludedType</Value>
1110
      </PropertyElementName>
1111
    </ConfigurationOptionsElement>
1112
  </SchemaCompareSettingsService>
1113
  <SchemaCompareViewSettings>
1114
    <GroupBy>2</GroupBy>
1115
    <ZoomLevel>100</ZoomLevel>
1116
    <Filter>Equals_Objects,Not_Supported_Deploy</Filter>
1117
  </SchemaCompareViewSettings>
1118
</SchemaComparison>
... 이 차이점은 표시할 수 있는 최대 줄수를 초과해서 이 차이점은 잘렸습니다.

내보내기 Unified diff

클립보드 이미지 추가 (최대 크기: 500 MB)