forked from anhquan22/SyncFx
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapache_license_files.txt
124 lines (124 loc) · 5.91 KB
/
apache_license_files.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
Client\ExceptionUtility.cs
Client\Properties\AssemblyInfo.cs
ClientCommon\AsyncWorkerManager.cs
ClientCommon\AsyncWorkManagerException.cs
ClientCommon\AsyncWorkRequest.cs
ClientCommon\CacheController.cs
ClientCommon\CacheControllerBehavior.cs
ClientCommon\CacheControllerException.cs
ClientCommon\CacheRefreshStatistics.cs
ClientCommon\CacheRequest.cs
ClientCommon\CacheRequestHandler.cs
ClientCommon\CacheRequestType.cs
ClientCommon\ChangeSet.cs
ClientCommon\ChangeSetResponse.cs
ClientCommon\HttpCacheRequestHandler.cs
ClientCommon\IsolatedStorage\ArchiveIdManager.cs
ClientCommon\IsolatedStorage\AutoResetLock.cs
ClientCommon\IsolatedStorage\CacheData.cs
ClientCommon\IsolatedStorage\CacheFileType.cs
ClientCommon\IsolatedStorage\Constants.cs
ClientCommon\IsolatedStorage\DownloadResponseData.cs
ClientCommon\IsolatedStorage\IsolatedStorageCollection.cs
ClientCommon\IsolatedStorage\IsolatedStorageOfflineContext.cs
ClientCommon\IsolatedStorage\IsolatedStorageOfflineEntity.cs
ClientCommon\IsolatedStorage\IsolatedStorageSchema.cs
ClientCommon\IsolatedStorage\IsolatedStorageSyncConflict.cs
ClientCommon\IsolatedStorage\IsolatedStorageSyncError.cs
ClientCommon\IsolatedStorage\LoadCompletedEventArgs.cs
ClientCommon\IsolatedStorage\OfflineEntityKey.cs
ClientCommon\IsolatedStorage\OfflineEntitySnapshot.cs
ClientCommon\IsolatedStorage\OfflineEntityState.cs
ClientCommon\IsolatedStorage\SaveFailedException.cs
ClientCommon\IsolatedStorage\StorageHandler.cs
ClientCommon\IsolatedStorage\StoreConflict.cs
ClientCommon\IsolatedStorage\StoreConflictResolutionAction.cs
ClientCommon\IsolatedStorage\SyncActiveException.cs
ClientCommon\IsolatedStorage\SyncErrorInfo.cs
ClientCommon\OfflineSyncProvider.cs
ClientCommon\ProcessCacheRequestCompletedEventArgs.cs
ClientCommon\RefreshCompletedEventArgs.cs
ClientCommon\SerializationFormat.cs
Common\Conflict.cs
Common\IOfflineEntity.cs
Common\OfflineEntityMetadata.cs
Common\SyncConflict.cs
Common\SyncConflictResolution.cs
Common\SyncError.cs
Formatters\AtomEntryInfoWrapper.cs
Formatters\AtomHelper.cs
Formatters\EntryInfoWrapper.cs
Formatters\FormatterConstants.cs
Formatters\FormatterUtilities.cs
Formatters\JsonElementTypes.cs
Formatters\JsonEntryInfoWrapper.cs
Formatters\JsonHelper.cs
Formatters\ODataAtomReader.cs
Formatters\ODataAtomWriter.cs
Formatters\ODataJsonReader.cs
Formatters\ODataJsonWriter.cs
Formatters\ReaderItemType.cs
Formatters\ReflectionUtility.cs
Formatters\SyncReader.cs
Formatters\SyncWriter.cs
tools\SyncSvcUtil\ArgsParser.cs
tools\SyncSvcUtil\CodeDom\CodeDomUtility.cs
tools\SyncSvcUtil\CodeDom\EntityGenerator.cs
tools\SyncSvcUtil\CodeDom\EntityGeneratorFactory.cs
tools\SyncSvcUtil\CodeDom\GenericClientEntityGenerator.cs
tools\SyncSvcUtil\CodeDom\IsolatedStoreClientEntityGenerator.cs
tools\SyncSvcUtil\CodeDom\ServiceEntityGenerator.cs
tools\SyncSvcUtil\Configuration\ConfigurationCollectionValidator.cs
tools\SyncSvcUtil\Configuration\ConfigurationCollectionValidatorAttribute.cs
tools\SyncSvcUtil\Configuration\FilterColumnCollection.cs
tools\SyncSvcUtil\Configuration\FilterColumnConfigElement.cs
tools\SyncSvcUtil\Configuration\FilterParameterCollection.cs
tools\SyncSvcUtil\Configuration\FilterParameterConfigElement.cs
tools\SyncSvcUtil\Configuration\SyncColumnCollection.cs
tools\SyncSvcUtil\Configuration\SyncColumnConfigElement.cs
tools\SyncSvcUtil\Configuration\SyncConfigurationSection.cs
tools\SyncSvcUtil\Configuration\SyncScopeCollection.cs
tools\SyncSvcUtil\Configuration\SyncScopeConfigElement.cs
tools\SyncSvcUtil\Configuration\SyncTableCollection.cs
tools\SyncSvcUtil\Configuration\SyncTableConfigElement.cs
tools\SyncSvcUtil\Configuration\TargetDatabaseCollection.cs
tools\SyncSvcUtil\Configuration\TargetDatabaseConfigElement.cs
tools\SyncSvcUtil\Constants.cs
tools\SyncSvcUtil\CSDLParser.cs
tools\SyncSvcUtil\Enums.cs
tools\SyncSvcUtil\Properties\AssemblyInfo.cs
tools\SyncSvcUtil\SyncSvcUtil.cs
tools\SyncSvcUtilUI\CodegenWizardPages\Step1_PickConfigOrCSDLModelPage.cs
tools\SyncSvcUtilUI\CodegenWizardPages\Step1_PickConfigOrCSDLModelPage.Designer.cs
tools\SyncSvcUtilUI\CodegenWizardPages\Step2_SelectCodeGenPrams.cs
tools\SyncSvcUtilUI\CodegenWizardPages\Step2_SelectCodeGenPrams.Designer.cs
tools\SyncSvcUtilUI\CodegenWizardPages\Step3_SummaryOfCodegenPage.cs
tools\SyncSvcUtilUI\CodegenWizardPages\Step3_SummaryOfCodegenPage.Designer.cs
tools\SyncSvcUtilUI\IWizardPage.cs
tools\SyncSvcUtilUI\MainForm.cs
tools\SyncSvcUtilUI\MainForm.Designer.cs
tools\SyncSvcUtilUI\Program.cs
tools\SyncSvcUtilUI\Properties\AssemblyInfo.cs
tools\SyncSvcUtilUI\Properties\Resources.Designer.cs
tools\SyncSvcUtilUI\Properties\Settings.Designer.cs
tools\SyncSvcUtilUI\SyncConfigWizardPages\Step1_CreateOrOpenPage.cs
tools\SyncSvcUtilUI\SyncConfigWizardPages\Step1_CreateOrOpenPage.Designer.cs
tools\SyncSvcUtilUI\SyncConfigWizardPages\Step2_AddDatabaseInfoPage.cs
tools\SyncSvcUtilUI\SyncConfigWizardPages\Step2_AddDatabaseInfoPage.Designer.cs
tools\SyncSvcUtilUI\SyncConfigWizardPages\Step3_AddSyncScopePage.cs
tools\SyncSvcUtilUI\SyncConfigWizardPages\Step3_AddSyncScopePage.Designer.cs
tools\SyncSvcUtilUI\SyncConfigWizardPages\Step4a_ReadTableInfoFromDbPage.cs
tools\SyncSvcUtilUI\SyncConfigWizardPages\Step4a_ReadTableInfoFromDbPage.Designer.cs
tools\SyncSvcUtilUI\SyncConfigWizardPages\Step4_AddSyncTablesPage.cs
tools\SyncSvcUtilUI\SyncConfigWizardPages\Step4_AddSyncTablesPage.Designer.cs
tools\SyncSvcUtilUI\SyncConfigWizardPages\Step5_SummaryAndFinishPage.cs
tools\SyncSvcUtilUI\SyncConfigWizardPages\Step5_SummaryAndFinishPage.Designer.cs
tools\SyncSvcUtilUI\SyncMasterWizard.cs
tools\SyncSvcUtilUI\SyncMasterWizard.Designer.cs
tools\SyncSvcUtilUI\SyncProvisionWizardPages\Setp1_GetAndOpenConfigFile.cs
tools\SyncSvcUtilUI\SyncProvisionWizardPages\Setp1_GetAndOpenConfigFile.Designer.cs
tools\SyncSvcUtilUI\SyncProvisionWizardPages\Step2_SummaryOfProvDeProvPage.cs
tools\SyncSvcUtilUI\SyncProvisionWizardPages\Step2_SummaryOfProvDeProvPage.Designer.cs
tools\SyncSvcUtilUI\WizardHelper.cs
WP7Client\ExceptionUtility.cs
WP7Client\Properties\AssemblyInfo.cs