프로젝트

일반

사용자정보

개정판 eaafc1eb

IDeaafc1ebae460b54bd63f1121578e2f9d477f529
상위 f882e166
하위 ab590000

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

daelim debug 프로젝트 추가

Change-Id: Ib22a8145905cee7587946fa49a9f54679ea546ee

차이점 보기:

CommonLib/CommonLib.csproj
139 139
    <ErrorReport>prompt</ErrorReport>
140 140
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
141 141
  </PropertyGroup>
142
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|AnyCPU'">
143
    <DebugSymbols>true</DebugSymbols>
144
    <OutputPath>bin\Debug_Daelim\</OutputPath>
145
    <DefineConstants>DEBUG;TRACE</DefineConstants>
146
    <DebugType>full</DebugType>
147
    <PlatformTarget>AnyCPU</PlatformTarget>
148
    <ErrorReport>prompt</ErrorReport>
149
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
150
  </PropertyGroup>
151
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x86'">
152
    <DebugSymbols>true</DebugSymbols>
153
    <OutputPath>bin\x86\Debug_Daelim\</OutputPath>
154
    <DefineConstants>DEBUG;TRACE</DefineConstants>
155
    <DebugType>full</DebugType>
156
    <PlatformTarget>x86</PlatformTarget>
157
    <ErrorReport>prompt</ErrorReport>
158
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
159
  </PropertyGroup>
142 160
  <ItemGroup>
143 161
    <Reference Include="System" />
144 162
    <Reference Include="System.Core" />
CompareLib/CompareLib.csproj
141 141
    <ErrorReport>prompt</ErrorReport>
142 142
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
143 143
  </PropertyGroup>
144
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|AnyCPU'">
145
    <DebugSymbols>true</DebugSymbols>
146
    <OutputPath>bin\Debug_Daelim\</OutputPath>
147
    <DefineConstants>DEBUG;TRACE</DefineConstants>
148
    <DebugType>full</DebugType>
149
    <PlatformTarget>x64</PlatformTarget>
150
    <ErrorReport>prompt</ErrorReport>
151
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
152
  </PropertyGroup>
153
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x86'">
154
    <DebugSymbols>true</DebugSymbols>
155
    <OutputPath>bin\x86\Debug_Daelim\</OutputPath>
156
    <DefineConstants>DEBUG;TRACE</DefineConstants>
157
    <DebugType>full</DebugType>
158
    <PlatformTarget>x86</PlatformTarget>
159
    <ErrorReport>prompt</ErrorReport>
160
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
161
  </PropertyGroup>
144 162
  <ItemGroup>
145 163
    <Reference Include="Magick.NET-x64, Version=7.0.0.0, Culture=neutral, PublicKeyToken=2004825badfa91ec, processorArchitecture=AMD64">
146 164
      <HintPath>..\packages\Magick.NET-7.0.0.18-Q16-x64.1.0.0\lib\net40-client\Magick.NET-x64.dll</HintPath>
DnsCheckTest/DnsCheckTest.csproj
44 44
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
45 45
    <Prefer32Bit>true</Prefer32Bit>
46 46
  </PropertyGroup>
47
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|AnyCPU'">
48
    <DebugSymbols>true</DebugSymbols>
49
    <OutputPath>bin\Debug_Daelim\</OutputPath>
50
    <DefineConstants>DEBUG;TRACE</DefineConstants>
51
    <DebugType>full</DebugType>
52
    <PlatformTarget>AnyCPU</PlatformTarget>
53
    <ErrorReport>prompt</ErrorReport>
54
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
55
  </PropertyGroup>
47 56
  <ItemGroup>
48 57
    <Reference Include="Newtonsoft.Json, Version=12.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
49 58
      <HintPath>..\packages\Newtonsoft.Json.12.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
FinalService/KCOM_FinalService/FinalPDFClient/MainWindow.xaml
21 21
            </Grid.ColumnDefinitions>
22 22
            <StackPanel Orientation="Horizontal" HorizontalAlignment="Right">
23 23
                <TextBlock Text="User Id : "/>
24
                <TextBox Name="txtUserId" Width="120"/>
24
                <TextBox Name="txtUserId" Width="120" Text="doftech"/>
25 25
            </StackPanel>
26 26
            <StackPanel Orientation="Horizontal" HorizontalAlignment="Right" Grid.Row="1">
27 27
                <TextBlock Text="Project NO : "/>
28
                <TextBox Name="txtProject" Width="120"/>
28
                <TextBox Name="txtProject" Width="120"  Text="000000"/>
29 29
            </StackPanel>
30 30
            <StackPanel Orientation="Horizontal" Grid.Row="2" HorizontalAlignment="Right">
31 31
                <TextBlock Text="Document ID : "/>
32
                <TextBox Name="txtDocId" Width="120"/>
32
                <TextBox Name="txtDocId" Width="120" Text="30000165"/>
33 33
            </StackPanel>
34 34
            <Button Grid.Row="3" Content="Merged PDF" Margin="2" Width="100" Click="Button_Click"/>
35 35
        </Grid>
FinalService/KCOM_FinalService/IFinalPDF/IFinalPDF.csproj
137 137
    <ErrorReport>prompt</ErrorReport>
138 138
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
139 139
  </PropertyGroup>
140
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|AnyCPU'">
141
    <DebugSymbols>true</DebugSymbols>
142
    <OutputPath>bin\Debug_Daelim\</OutputPath>
143
    <DefineConstants>DEBUG;TRACE</DefineConstants>
144
    <DebugType>full</DebugType>
145
    <PlatformTarget>AnyCPU</PlatformTarget>
146
    <ErrorReport>prompt</ErrorReport>
147
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
148
  </PropertyGroup>
149
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x86'">
150
    <DebugSymbols>true</DebugSymbols>
151
    <OutputPath>bin\x86\Debug_Daelim\</OutputPath>
152
    <DefineConstants>DEBUG;TRACE</DefineConstants>
153
    <DebugType>full</DebugType>
154
    <PlatformTarget>x86</PlatformTarget>
155
    <ErrorReport>prompt</ErrorReport>
156
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
157
  </PropertyGroup>
140 158
  <ItemGroup>
141 159
    <Reference Include="System" />
142 160
    <Reference Include="System.Core" />
IKCOM/IKCOM.csproj
140 140
    <ErrorReport>prompt</ErrorReport>
141 141
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
142 142
  </PropertyGroup>
143
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|AnyCPU'">
144
    <DebugSymbols>true</DebugSymbols>
145
    <OutputPath>bin\Debug_Daelim\</OutputPath>
146
    <DefineConstants>DEBUG;TRACE</DefineConstants>
147
    <DebugType>full</DebugType>
148
    <PlatformTarget>AnyCPU</PlatformTarget>
149
    <ErrorReport>prompt</ErrorReport>
150
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
151
  </PropertyGroup>
152
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x86'">
153
    <DebugSymbols>true</DebugSymbols>
154
    <OutputPath>bin\x86\Debug_Daelim\</OutputPath>
155
    <DefineConstants>DEBUG;TRACE</DefineConstants>
156
    <DebugType>full</DebugType>
157
    <PlatformTarget>x86</PlatformTarget>
158
    <ErrorReport>prompt</ErrorReport>
159
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
160
  </PropertyGroup>
143 161
  <ItemGroup>
144 162
    <Reference Include="PresentationCore" />
145 163
    <Reference Include="PresentationFramework" />
KCOM.sln
85 85
		Debug_CadExport|Any CPU = Debug_CadExport|Any CPU
86 86
		Debug_CadExport|x64 = Debug_CadExport|x64
87 87
		Debug_CadExport|x86 = Debug_CadExport|x86
88
		Debug_Daelim|Any CPU = Debug_Daelim|Any CPU
89
		Debug_Daelim|x64 = Debug_Daelim|x64
90
		Debug_Daelim|x86 = Debug_Daelim|x86
88 91
		Debug_DevDoftech|Any CPU = Debug_DevDoftech|Any CPU
89 92
		Debug_DevDoftech|x64 = Debug_DevDoftech|x64
90 93
		Debug_DevDoftech|x86 = Debug_DevDoftech|x86
......
114 117
		{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Debug_CadExport|x64.Build.0 = Debug_CadExport|x64
115 118
		{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Debug_CadExport|x86.ActiveCfg = Debug_CadExport|x86
116 119
		{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Debug_CadExport|x86.Build.0 = Debug_CadExport|x86
120
		{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Debug_Daelim|Any CPU.ActiveCfg = Debug_Daelim|Any CPU
121
		{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Debug_Daelim|Any CPU.Build.0 = Debug_Daelim|Any CPU
122
		{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Debug_Daelim|x64.ActiveCfg = Debug_Daelim|x64
123
		{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Debug_Daelim|x64.Build.0 = Debug_Daelim|x64
124
		{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Debug_Daelim|x86.ActiveCfg = Debug_Daelim|x86
125
		{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Debug_Daelim|x86.Build.0 = Debug_Daelim|x86
117 126
		{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Debug_DevDoftech|Any CPU.ActiveCfg = Debug_DevDoftech|Any CPU
118 127
		{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Debug_DevDoftech|Any CPU.Build.0 = Debug_DevDoftech|Any CPU
119 128
		{9F7C22A1-065C-4203-A570-F9EEA08F2344}.Debug_DevDoftech|x64.ActiveCfg = Debug|Any CPU
......
162 171
		{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Debug_CadExport|x64.Build.0 = Debug_CadExport|Any CPU
163 172
		{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Debug_CadExport|x86.ActiveCfg = Debug_CadExport|x86
164 173
		{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Debug_CadExport|x86.Build.0 = Debug_CadExport|x86
174
		{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Debug_Daelim|Any CPU.ActiveCfg = Debug_Daelim|Any CPU
175
		{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Debug_Daelim|Any CPU.Build.0 = Debug_Daelim|Any CPU
176
		{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Debug_Daelim|x64.ActiveCfg = Debug_Daelim|Any CPU
177
		{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Debug_Daelim|x64.Build.0 = Debug_Daelim|Any CPU
178
		{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Debug_Daelim|x86.ActiveCfg = Debug_Daelim|x86
179
		{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Debug_Daelim|x86.Build.0 = Debug_Daelim|x86
165 180
		{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Debug_DevDoftech|Any CPU.ActiveCfg = Debug|Any CPU
166 181
		{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Debug_DevDoftech|Any CPU.Build.0 = Debug|Any CPU
167 182
		{2CE89D0E-F2F8-40B2-88CA-2496C0E48EB0}.Debug_DevDoftech|x64.ActiveCfg = Debug|Any CPU
......
210 225
		{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Debug_CadExport|x64.Build.0 = Debug_CadExport|Any CPU
211 226
		{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Debug_CadExport|x86.ActiveCfg = Debug_CadExport|x86
212 227
		{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Debug_CadExport|x86.Build.0 = Debug_CadExport|x86
228
		{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Debug_Daelim|Any CPU.ActiveCfg = Debug_Daelim|Any CPU
229
		{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Debug_Daelim|Any CPU.Build.0 = Debug_Daelim|Any CPU
230
		{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Debug_Daelim|x64.ActiveCfg = Debug_Daelim|Any CPU
231
		{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Debug_Daelim|x64.Build.0 = Debug_Daelim|Any CPU
232
		{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Debug_Daelim|x86.ActiveCfg = Debug_Daelim|x86
233
		{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Debug_Daelim|x86.Build.0 = Debug_Daelim|x86
213 234
		{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Debug_DevDoftech|Any CPU.ActiveCfg = Debug|Any CPU
214 235
		{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Debug_DevDoftech|Any CPU.Build.0 = Debug|Any CPU
215 236
		{629DC8CD-D458-47EF-8F02-CD12C7001C3E}.Debug_DevDoftech|x64.ActiveCfg = Debug|Any CPU
......
258 279
		{F026B592-11B9-410C-B4FF-384E511A4666}.Debug_CadExport|x64.Build.0 = Debug_CadExport|x64
259 280
		{F026B592-11B9-410C-B4FF-384E511A4666}.Debug_CadExport|x86.ActiveCfg = Debug_CadExport|x86
260 281
		{F026B592-11B9-410C-B4FF-384E511A4666}.Debug_CadExport|x86.Build.0 = Debug_CadExport|x86
282
		{F026B592-11B9-410C-B4FF-384E511A4666}.Debug_Daelim|Any CPU.ActiveCfg = Debug_Daelim|Any CPU
283
		{F026B592-11B9-410C-B4FF-384E511A4666}.Debug_Daelim|Any CPU.Build.0 = Debug_Daelim|Any CPU
284
		{F026B592-11B9-410C-B4FF-384E511A4666}.Debug_Daelim|x64.ActiveCfg = Debug_Daelim|x64
285
		{F026B592-11B9-410C-B4FF-384E511A4666}.Debug_Daelim|x64.Build.0 = Debug_Daelim|x64
286
		{F026B592-11B9-410C-B4FF-384E511A4666}.Debug_Daelim|x86.ActiveCfg = Debug_Daelim|x86
287
		{F026B592-11B9-410C-B4FF-384E511A4666}.Debug_Daelim|x86.Build.0 = Debug_Daelim|x86
261 288
		{F026B592-11B9-410C-B4FF-384E511A4666}.Debug_DevDoftech|Any CPU.ActiveCfg = Debug_DevDoftech|Any CPU
262 289
		{F026B592-11B9-410C-B4FF-384E511A4666}.Debug_DevDoftech|Any CPU.Build.0 = Debug_DevDoftech|Any CPU
263 290
		{F026B592-11B9-410C-B4FF-384E511A4666}.Debug_DevDoftech|x64.ActiveCfg = Debug|Any CPU
......
306 333
		{6C950AF4-04D2-4638-8B78-472E39F78B45}.Debug_CadExport|x64.Build.0 = Debug_CadExport|Any CPU
307 334
		{6C950AF4-04D2-4638-8B78-472E39F78B45}.Debug_CadExport|x86.ActiveCfg = Debug_CadExport|x86
308 335
		{6C950AF4-04D2-4638-8B78-472E39F78B45}.Debug_CadExport|x86.Build.0 = Debug_CadExport|x86
336
		{6C950AF4-04D2-4638-8B78-472E39F78B45}.Debug_Daelim|Any CPU.ActiveCfg = Debug_Daelim|Any CPU
337
		{6C950AF4-04D2-4638-8B78-472E39F78B45}.Debug_Daelim|Any CPU.Build.0 = Debug_Daelim|Any CPU
338
		{6C950AF4-04D2-4638-8B78-472E39F78B45}.Debug_Daelim|x64.ActiveCfg = Debug_Daelim|Any CPU
339
		{6C950AF4-04D2-4638-8B78-472E39F78B45}.Debug_Daelim|x64.Build.0 = Debug_Daelim|Any CPU
340
		{6C950AF4-04D2-4638-8B78-472E39F78B45}.Debug_Daelim|x86.ActiveCfg = Debug_Daelim|x86
341
		{6C950AF4-04D2-4638-8B78-472E39F78B45}.Debug_Daelim|x86.Build.0 = Debug_Daelim|x86
309 342
		{6C950AF4-04D2-4638-8B78-472E39F78B45}.Debug_DevDoftech|Any CPU.ActiveCfg = Debug|Any CPU
310 343
		{6C950AF4-04D2-4638-8B78-472E39F78B45}.Debug_DevDoftech|Any CPU.Build.0 = Debug|Any CPU
311 344
		{6C950AF4-04D2-4638-8B78-472E39F78B45}.Debug_DevDoftech|x64.ActiveCfg = Debug|Any CPU
......
354 387
		{F236A005-12F4-406A-B9ED-0C3B5D994001}.Debug_CadExport|x64.Build.0 = Debug_CadExport|Any CPU
355 388
		{F236A005-12F4-406A-B9ED-0C3B5D994001}.Debug_CadExport|x86.ActiveCfg = Debug_CadExport|x86
356 389
		{F236A005-12F4-406A-B9ED-0C3B5D994001}.Debug_CadExport|x86.Build.0 = Debug_CadExport|x86
390
		{F236A005-12F4-406A-B9ED-0C3B5D994001}.Debug_Daelim|Any CPU.ActiveCfg = Debug_Daelim|Any CPU
391
		{F236A005-12F4-406A-B9ED-0C3B5D994001}.Debug_Daelim|Any CPU.Build.0 = Debug_Daelim|Any CPU
392
		{F236A005-12F4-406A-B9ED-0C3B5D994001}.Debug_Daelim|x64.ActiveCfg = Debug_Daelim|Any CPU
393
		{F236A005-12F4-406A-B9ED-0C3B5D994001}.Debug_Daelim|x64.Build.0 = Debug_Daelim|Any CPU
394
		{F236A005-12F4-406A-B9ED-0C3B5D994001}.Debug_Daelim|x86.ActiveCfg = Debug_Daelim|x86
395
		{F236A005-12F4-406A-B9ED-0C3B5D994001}.Debug_Daelim|x86.Build.0 = Debug_Daelim|x86
357 396
		{F236A005-12F4-406A-B9ED-0C3B5D994001}.Debug_DevDoftech|Any CPU.ActiveCfg = Debug|Any CPU
358 397
		{F236A005-12F4-406A-B9ED-0C3B5D994001}.Debug_DevDoftech|Any CPU.Build.0 = Debug|Any CPU
359 398
		{F236A005-12F4-406A-B9ED-0C3B5D994001}.Debug_DevDoftech|x64.ActiveCfg = Debug|Any CPU
......
402 441
		{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Debug_CadExport|x64.Build.0 = Debug_CadExport|x64
403 442
		{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Debug_CadExport|x86.ActiveCfg = Debug_CadExport|x86
404 443
		{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Debug_CadExport|x86.Build.0 = Debug_CadExport|x86
444
		{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Debug_Daelim|Any CPU.ActiveCfg = Debug_Daelim|Any CPU
445
		{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Debug_Daelim|Any CPU.Build.0 = Debug_Daelim|Any CPU
446
		{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Debug_Daelim|x64.ActiveCfg = Debug_Daelim|x64
447
		{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Debug_Daelim|x64.Build.0 = Debug_Daelim|x64
448
		{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Debug_Daelim|x86.ActiveCfg = Debug_Daelim|x86
449
		{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Debug_Daelim|x86.Build.0 = Debug_Daelim|x86
405 450
		{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Debug_DevDoftech|Any CPU.ActiveCfg = Debug|Any CPU
406 451
		{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Debug_DevDoftech|Any CPU.Build.0 = Debug|Any CPU
407 452
		{A714BD67-8AAC-4ED8-8ECF-7853C3549A68}.Debug_DevDoftech|x64.ActiveCfg = Debug|Any CPU
......
450 495
		{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Debug_CadExport|x64.Build.0 = Debug_CadExport|Any CPU
451 496
		{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Debug_CadExport|x86.ActiveCfg = Debug_CadExport|x86
452 497
		{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Debug_CadExport|x86.Build.0 = Debug_CadExport|x86
498
		{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Debug_Daelim|Any CPU.ActiveCfg = Debug_Daelim|Any CPU
499
		{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Debug_Daelim|Any CPU.Build.0 = Debug_Daelim|Any CPU
500
		{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Debug_Daelim|x64.ActiveCfg = Debug_Daelim|Any CPU
501
		{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Debug_Daelim|x64.Build.0 = Debug_Daelim|Any CPU
502
		{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Debug_Daelim|x86.ActiveCfg = Debug_Daelim|x86
503
		{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Debug_Daelim|x86.Build.0 = Debug_Daelim|x86
453 504
		{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Debug_DevDoftech|Any CPU.ActiveCfg = Debug|Any CPU
454 505
		{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Debug_DevDoftech|Any CPU.Build.0 = Debug|Any CPU
455 506
		{AB53FC3B-606B-499E-B2A8-ACDB3BCC2C98}.Debug_DevDoftech|x64.ActiveCfg = Debug|Any CPU
......
498 549
		{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Debug_CadExport|x64.Build.0 = Debug_CadExport|x64
499 550
		{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Debug_CadExport|x86.ActiveCfg = Debug_CadExport|x86
500 551
		{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Debug_CadExport|x86.Build.0 = Debug_CadExport|x86
552
		{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Debug_Daelim|Any CPU.ActiveCfg = Debug_Daelim|Any CPU
553
		{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Debug_Daelim|Any CPU.Build.0 = Debug_Daelim|Any CPU
554
		{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Debug_Daelim|x64.ActiveCfg = Debug_Daelim|x64
555
		{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Debug_Daelim|x64.Build.0 = Debug_Daelim|x64
556
		{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Debug_Daelim|x86.ActiveCfg = Debug_Daelim|x86
557
		{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Debug_Daelim|x86.Build.0 = Debug_Daelim|x86
501 558
		{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Debug_DevDoftech|Any CPU.ActiveCfg = Debug|Any CPU
502 559
		{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Debug_DevDoftech|Any CPU.Build.0 = Debug|Any CPU
503 560
		{EA12FDC9-575E-471B-A691-3C31D03EA24C}.Debug_DevDoftech|x64.ActiveCfg = Debug|Any CPU
......
546 603
		{784438BE-2074-41AE-A692-24E1A4A67FE3}.Debug_CadExport|x64.Build.0 = Debug_CadExport|Any CPU
547 604
		{784438BE-2074-41AE-A692-24E1A4A67FE3}.Debug_CadExport|x86.ActiveCfg = Debug_CadExport|x86
548 605
		{784438BE-2074-41AE-A692-24E1A4A67FE3}.Debug_CadExport|x86.Build.0 = Debug_CadExport|x86
606
		{784438BE-2074-41AE-A692-24E1A4A67FE3}.Debug_Daelim|Any CPU.ActiveCfg = Debug_Daelim|Any CPU
607
		{784438BE-2074-41AE-A692-24E1A4A67FE3}.Debug_Daelim|Any CPU.Build.0 = Debug_Daelim|Any CPU
608
		{784438BE-2074-41AE-A692-24E1A4A67FE3}.Debug_Daelim|x64.ActiveCfg = Debug_Daelim|Any CPU
609
		{784438BE-2074-41AE-A692-24E1A4A67FE3}.Debug_Daelim|x64.Build.0 = Debug_Daelim|Any CPU
610
		{784438BE-2074-41AE-A692-24E1A4A67FE3}.Debug_Daelim|x86.ActiveCfg = Debug_Daelim|x86
611
		{784438BE-2074-41AE-A692-24E1A4A67FE3}.Debug_Daelim|x86.Build.0 = Debug_Daelim|x86
549 612
		{784438BE-2074-41AE-A692-24E1A4A67FE3}.Debug_DevDoftech|Any CPU.ActiveCfg = Debug|Any CPU
550 613
		{784438BE-2074-41AE-A692-24E1A4A67FE3}.Debug_DevDoftech|Any CPU.Build.0 = Debug|Any CPU
551 614
		{784438BE-2074-41AE-A692-24E1A4A67FE3}.Debug_DevDoftech|x64.ActiveCfg = Debug|Any CPU
......
594 657
		{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Debug_CadExport|x64.Build.0 = Debug_CadExport|Any CPU
595 658
		{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Debug_CadExport|x86.ActiveCfg = Debug_CadExport|x86
596 659
		{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Debug_CadExport|x86.Build.0 = Debug_CadExport|x86
660
		{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Debug_Daelim|Any CPU.ActiveCfg = Debug_Daelim|Any CPU
661
		{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Debug_Daelim|Any CPU.Build.0 = Debug_Daelim|Any CPU
662
		{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Debug_Daelim|x64.ActiveCfg = Debug_Daelim|Any CPU
663
		{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Debug_Daelim|x64.Build.0 = Debug_Daelim|Any CPU
664
		{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Debug_Daelim|x86.ActiveCfg = Debug_Daelim|x86
665
		{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Debug_Daelim|x86.Build.0 = Debug_Daelim|x86
597 666
		{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Debug_DevDoftech|Any CPU.ActiveCfg = Debug|Any CPU
598 667
		{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Debug_DevDoftech|Any CPU.Build.0 = Debug|Any CPU
599 668
		{DEF47FC2-B898-4C92-AD8D-D7B9E994495E}.Debug_DevDoftech|x64.ActiveCfg = Debug|Any CPU
......
642 711
		{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Debug_CadExport|x64.Build.0 = Debug_CadExport
643 712
		{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Debug_CadExport|x86.ActiveCfg = Debug_CadExport
644 713
		{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Debug_CadExport|x86.Build.0 = Debug_CadExport
714
		{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Debug_Daelim|Any CPU.ActiveCfg = Debug_Daelim
715
		{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Debug_Daelim|Any CPU.Build.0 = Debug_Daelim
716
		{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Debug_Daelim|x64.ActiveCfg = Debug_Daelim
717
		{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Debug_Daelim|x64.Build.0 = Debug_Daelim
718
		{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Debug_Daelim|x86.ActiveCfg = Debug_Daelim
719
		{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Debug_Daelim|x86.Build.0 = Debug_Daelim
645 720
		{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Debug_DevDoftech|Any CPU.ActiveCfg = Debug
646 721
		{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Debug_DevDoftech|Any CPU.Build.0 = Debug
647 722
		{64175E13-41C4-4A6E-B35E-EA14C76C57B0}.Debug_DevDoftech|x64.ActiveCfg = Debug
......
690 765
		{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Debug_CadExport|x64.Build.0 = Debug_CadExport|Any CPU
691 766
		{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Debug_CadExport|x86.ActiveCfg = Debug_CadExport|Any CPU
692 767
		{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Debug_CadExport|x86.Build.0 = Debug_CadExport|Any CPU
768
		{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Debug_Daelim|Any CPU.ActiveCfg = Debug_Daelim|Any CPU
769
		{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Debug_Daelim|Any CPU.Build.0 = Debug_Daelim|Any CPU
770
		{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Debug_Daelim|x64.ActiveCfg = Debug_Daelim|Any CPU
771
		{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Debug_Daelim|x64.Build.0 = Debug_Daelim|Any CPU
772
		{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Debug_Daelim|x86.ActiveCfg = Debug_Daelim|Any CPU
773
		{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Debug_Daelim|x86.Build.0 = Debug_Daelim|Any CPU
693 774
		{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Debug_DevDoftech|Any CPU.ActiveCfg = Debug|Any CPU
694 775
		{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Debug_DevDoftech|Any CPU.Build.0 = Debug|Any CPU
695 776
		{B6A34853-E5D4-460D-9451-EA64E537FDA9}.Debug_DevDoftech|x64.ActiveCfg = Debug|Any CPU
......
738 819
		{2B00FB44-7C2F-4E57-9F9A-7CF2462172EA}.Debug_CadExport|x64.Build.0 = Debug|Any CPU
739 820
		{2B00FB44-7C2F-4E57-9F9A-7CF2462172EA}.Debug_CadExport|x86.ActiveCfg = Debug|Any CPU
740 821
		{2B00FB44-7C2F-4E57-9F9A-7CF2462172EA}.Debug_CadExport|x86.Build.0 = Debug|Any CPU
822
		{2B00FB44-7C2F-4E57-9F9A-7CF2462172EA}.Debug_Daelim|Any CPU.ActiveCfg = Debug_Daelim|Any CPU
823
		{2B00FB44-7C2F-4E57-9F9A-7CF2462172EA}.Debug_Daelim|Any CPU.Build.0 = Debug_Daelim|Any CPU
824
		{2B00FB44-7C2F-4E57-9F9A-7CF2462172EA}.Debug_Daelim|x64.ActiveCfg = Debug_Daelim|Any CPU
825
		{2B00FB44-7C2F-4E57-9F9A-7CF2462172EA}.Debug_Daelim|x64.Build.0 = Debug_Daelim|Any CPU
826
		{2B00FB44-7C2F-4E57-9F9A-7CF2462172EA}.Debug_Daelim|x86.ActiveCfg = Debug_Daelim|Any CPU
827
		{2B00FB44-7C2F-4E57-9F9A-7CF2462172EA}.Debug_Daelim|x86.Build.0 = Debug_Daelim|Any CPU
741 828
		{2B00FB44-7C2F-4E57-9F9A-7CF2462172EA}.Debug_DevDoftech|Any CPU.ActiveCfg = Debug|Any CPU
742 829
		{2B00FB44-7C2F-4E57-9F9A-7CF2462172EA}.Debug_DevDoftech|Any CPU.Build.0 = Debug|Any CPU
743 830
		{2B00FB44-7C2F-4E57-9F9A-7CF2462172EA}.Debug_DevDoftech|x64.ActiveCfg = Debug|Any CPU
......
783 870
		{8A397553-B98A-49B7-9BFE-2D61B628175D}.Debug_CadExport|Any CPU.ActiveCfg = Debug
784 871
		{8A397553-B98A-49B7-9BFE-2D61B628175D}.Debug_CadExport|x64.ActiveCfg = Debug
785 872
		{8A397553-B98A-49B7-9BFE-2D61B628175D}.Debug_CadExport|x86.ActiveCfg = Debug
873
		{8A397553-B98A-49B7-9BFE-2D61B628175D}.Debug_Daelim|Any CPU.ActiveCfg = Debug_Daelim
874
		{8A397553-B98A-49B7-9BFE-2D61B628175D}.Debug_Daelim|x64.ActiveCfg = Debug_Daelim
875
		{8A397553-B98A-49B7-9BFE-2D61B628175D}.Debug_Daelim|x64.Build.0 = Debug_Daelim
876
		{8A397553-B98A-49B7-9BFE-2D61B628175D}.Debug_Daelim|x86.ActiveCfg = Debug_Daelim
877
		{8A397553-B98A-49B7-9BFE-2D61B628175D}.Debug_Daelim|x86.Build.0 = Debug_Daelim
786 878
		{8A397553-B98A-49B7-9BFE-2D61B628175D}.Debug_DevDoftech|Any CPU.ActiveCfg = Debug
787 879
		{8A397553-B98A-49B7-9BFE-2D61B628175D}.Debug_DevDoftech|x64.ActiveCfg = Debug
788 880
		{8A397553-B98A-49B7-9BFE-2D61B628175D}.Debug_DevDoftech|x86.ActiveCfg = Debug
......
810 902
		{37154747-EA85-4EDE-BB48-E639D63E16A7}.Debug_CadExport|x64.Build.0 = Debug|Any CPU
811 903
		{37154747-EA85-4EDE-BB48-E639D63E16A7}.Debug_CadExport|x86.ActiveCfg = Debug|Any CPU
812 904
		{37154747-EA85-4EDE-BB48-E639D63E16A7}.Debug_CadExport|x86.Build.0 = Debug|Any CPU
905
		{37154747-EA85-4EDE-BB48-E639D63E16A7}.Debug_Daelim|Any CPU.ActiveCfg = Debug_Daelim|Any CPU
906
		{37154747-EA85-4EDE-BB48-E639D63E16A7}.Debug_Daelim|Any CPU.Build.0 = Debug_Daelim|Any CPU
907
		{37154747-EA85-4EDE-BB48-E639D63E16A7}.Debug_Daelim|x64.ActiveCfg = Debug_Daelim|Any CPU
908
		{37154747-EA85-4EDE-BB48-E639D63E16A7}.Debug_Daelim|x64.Build.0 = Debug_Daelim|Any CPU
909
		{37154747-EA85-4EDE-BB48-E639D63E16A7}.Debug_Daelim|x86.ActiveCfg = Debug_Daelim|Any CPU
910
		{37154747-EA85-4EDE-BB48-E639D63E16A7}.Debug_Daelim|x86.Build.0 = Debug_Daelim|Any CPU
813 911
		{37154747-EA85-4EDE-BB48-E639D63E16A7}.Debug_DevDoftech|Any CPU.ActiveCfg = Debug|Any CPU
814 912
		{37154747-EA85-4EDE-BB48-E639D63E16A7}.Debug_DevDoftech|Any CPU.Build.0 = Debug|Any CPU
815 913
		{37154747-EA85-4EDE-BB48-E639D63E16A7}.Debug_DevDoftech|x64.ActiveCfg = Debug|Any CPU
......
858 956
		{E1427F3F-5D7B-4FF7-A4EA-88B2FBE1785A}.Debug_CadExport|x64.Build.0 = Debug|Any CPU
859 957
		{E1427F3F-5D7B-4FF7-A4EA-88B2FBE1785A}.Debug_CadExport|x86.ActiveCfg = Debug|Any CPU
860 958
		{E1427F3F-5D7B-4FF7-A4EA-88B2FBE1785A}.Debug_CadExport|x86.Build.0 = Debug|Any CPU
959
		{E1427F3F-5D7B-4FF7-A4EA-88B2FBE1785A}.Debug_Daelim|Any CPU.ActiveCfg = Debug_Daelim|Any CPU
960
		{E1427F3F-5D7B-4FF7-A4EA-88B2FBE1785A}.Debug_Daelim|Any CPU.Build.0 = Debug_Daelim|Any CPU
961
		{E1427F3F-5D7B-4FF7-A4EA-88B2FBE1785A}.Debug_Daelim|x64.ActiveCfg = Debug_Daelim|Any CPU
962
		{E1427F3F-5D7B-4FF7-A4EA-88B2FBE1785A}.Debug_Daelim|x64.Build.0 = Debug_Daelim|Any CPU
963
		{E1427F3F-5D7B-4FF7-A4EA-88B2FBE1785A}.Debug_Daelim|x86.ActiveCfg = Debug_Daelim|Any CPU
964
		{E1427F3F-5D7B-4FF7-A4EA-88B2FBE1785A}.Debug_Daelim|x86.Build.0 = Debug_Daelim|Any CPU
861 965
		{E1427F3F-5D7B-4FF7-A4EA-88B2FBE1785A}.Debug_DevDoftech|Any CPU.ActiveCfg = Debug|Any CPU
862 966
		{E1427F3F-5D7B-4FF7-A4EA-88B2FBE1785A}.Debug_DevDoftech|Any CPU.Build.0 = Debug|Any CPU
863 967
		{E1427F3F-5D7B-4FF7-A4EA-88B2FBE1785A}.Debug_DevDoftech|x64.ActiveCfg = Debug|Any CPU
......
906 1010
		{BE26F656-74B0-4594-ACDB-5754F75859DB}.Debug_CadExport|x64.Build.0 = Release|x86
907 1011
		{BE26F656-74B0-4594-ACDB-5754F75859DB}.Debug_CadExport|x86.ActiveCfg = Debug|x86
908 1012
		{BE26F656-74B0-4594-ACDB-5754F75859DB}.Debug_CadExport|x86.Build.0 = Debug|x86
1013
		{BE26F656-74B0-4594-ACDB-5754F75859DB}.Debug_Daelim|Any CPU.ActiveCfg = Debug|x86
1014
		{BE26F656-74B0-4594-ACDB-5754F75859DB}.Debug_Daelim|Any CPU.Build.0 = Debug|x86
1015
		{BE26F656-74B0-4594-ACDB-5754F75859DB}.Debug_Daelim|x64.ActiveCfg = Debug|x86
1016
		{BE26F656-74B0-4594-ACDB-5754F75859DB}.Debug_Daelim|x64.Build.0 = Debug|x86
1017
		{BE26F656-74B0-4594-ACDB-5754F75859DB}.Debug_Daelim|x86.ActiveCfg = Debug|x86
1018
		{BE26F656-74B0-4594-ACDB-5754F75859DB}.Debug_Daelim|x86.Build.0 = Debug|x86
909 1019
		{BE26F656-74B0-4594-ACDB-5754F75859DB}.Debug_DevDoftech|Any CPU.ActiveCfg = Release|x86
910 1020
		{BE26F656-74B0-4594-ACDB-5754F75859DB}.Debug_DevDoftech|Any CPU.Build.0 = Release|x86
911 1021
		{BE26F656-74B0-4594-ACDB-5754F75859DB}.Debug_DevDoftech|x64.ActiveCfg = Release|x86
......
950 1060
		{7FE93B54-E4CA-49BE-B693-FB825820BCAC}.Debug_CadExport|x64.Build.0 = Debug|Any CPU
951 1061
		{7FE93B54-E4CA-49BE-B693-FB825820BCAC}.Debug_CadExport|x86.ActiveCfg = Debug|Any CPU
952 1062
		{7FE93B54-E4CA-49BE-B693-FB825820BCAC}.Debug_CadExport|x86.Build.0 = Debug|Any CPU
1063
		{7FE93B54-E4CA-49BE-B693-FB825820BCAC}.Debug_Daelim|Any CPU.ActiveCfg = Debug_Daelim|Any CPU
1064
		{7FE93B54-E4CA-49BE-B693-FB825820BCAC}.Debug_Daelim|Any CPU.Build.0 = Debug_Daelim|Any CPU
1065
		{7FE93B54-E4CA-49BE-B693-FB825820BCAC}.Debug_Daelim|x64.ActiveCfg = Debug_Daelim|Any CPU
1066
		{7FE93B54-E4CA-49BE-B693-FB825820BCAC}.Debug_Daelim|x64.Build.0 = Debug_Daelim|Any CPU
1067
		{7FE93B54-E4CA-49BE-B693-FB825820BCAC}.Debug_Daelim|x86.ActiveCfg = Debug_Daelim|Any CPU
1068
		{7FE93B54-E4CA-49BE-B693-FB825820BCAC}.Debug_Daelim|x86.Build.0 = Debug_Daelim|Any CPU
953 1069
		{7FE93B54-E4CA-49BE-B693-FB825820BCAC}.Debug_DevDoftech|Any CPU.ActiveCfg = Debug|Any CPU
954 1070
		{7FE93B54-E4CA-49BE-B693-FB825820BCAC}.Debug_DevDoftech|Any CPU.Build.0 = Debug|Any CPU
955 1071
		{7FE93B54-E4CA-49BE-B693-FB825820BCAC}.Debug_DevDoftech|x64.ActiveCfg = Debug|Any CPU
KCOM/KCOM.csproj
1314 1314
)
1315 1315

  
1316 1316
if $(ConfigurationName) == Debug_Daelim (
1317
     copy /Y "$(SolutionDir)\INI\MARKUS_Daelim.ini" "C:\ProgramData\MARKUS\MARKUS.ini"
1317
      copy /Y "$(SolutionDir)\INI\MARKUS_Daelim.ini" "C:\ProgramData\MARKUS\MARKUS.ini"
1318 1318
)
1319 1319

  
1320 1320
if $(ConfigurationName) == Debug_DevDoftech (
KCOMDataModel/KCOMDataModel.csproj
142 142
    <ErrorReport>prompt</ErrorReport>
143 143
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
144 144
  </PropertyGroup>
145
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|AnyCPU'">
146
    <DebugSymbols>true</DebugSymbols>
147
    <OutputPath>bin\Debug_Daelim\</OutputPath>
148
    <DefineConstants>DEBUG;TRACE</DefineConstants>
149
    <DebugType>full</DebugType>
150
    <PlatformTarget>AnyCPU</PlatformTarget>
151
    <ErrorReport>prompt</ErrorReport>
152
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
153
  </PropertyGroup>
154
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x86'">
155
    <DebugSymbols>true</DebugSymbols>
156
    <OutputPath>bin\x86\Debug_Daelim\</OutputPath>
157
    <DefineConstants>DEBUG;TRACE</DefineConstants>
158
    <DebugType>full</DebugType>
159
    <PlatformTarget>x86</PlatformTarget>
160
    <ErrorReport>prompt</ErrorReport>
161
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
162
  </PropertyGroup>
145 163
  <ItemGroup>
146 164
    <Reference Include="EntityFramework, Version=4.4.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089, processorArchitecture=MSIL">
147 165
      <HintPath>..\packages\EntityFramework.5.0.0\lib\net40\EntityFramework.dll</HintPath>
KCOM_API/KCOM_API.csproj
377 377
    <ErrorReport>prompt</ErrorReport>
378 378
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
379 379
  </PropertyGroup>
380
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|AnyCPU'">
381
    <DebugSymbols>true</DebugSymbols>
382
    <OutputPath>bin\</OutputPath>
383
    <DefineConstants>DEBUG;TRACE</DefineConstants>
384
    <DebugType>full</DebugType>
385
    <PlatformTarget>AnyCPU</PlatformTarget>
386
    <ErrorReport>prompt</ErrorReport>
387
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
388
  </PropertyGroup>
389
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x86'">
390
    <DebugSymbols>true</DebugSymbols>
391
    <OutputPath>bin\</OutputPath>
392
    <DefineConstants>DEBUG;TRACE</DefineConstants>
393
    <DebugType>full</DebugType>
394
    <PlatformTarget>x86</PlatformTarget>
395
    <ErrorReport>prompt</ErrorReport>
396
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
397
  </PropertyGroup>
398
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x64'">
399
    <DebugSymbols>true</DebugSymbols>
400
    <OutputPath>bin\</OutputPath>
401
    <DefineConstants>DEBUG;TRACE</DefineConstants>
402
    <DebugType>full</DebugType>
403
    <PlatformTarget>x64</PlatformTarget>
404
    <ErrorReport>prompt</ErrorReport>
405
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
406
  </PropertyGroup>
380 407
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
381 408
  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
382 409
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
KCOM_API_AutoStamping/KCOM_API_AutoStamping.csproj
130 130
    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
131 131
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
132 132
  </PropertyGroup>
133
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|AnyCPU'">
134
    <DebugSymbols>true</DebugSymbols>
135
    <OutputPath>bin\</OutputPath>
136
    <DefineConstants>DEBUG;TRACE</DefineConstants>
137
    <DebugType>full</DebugType>
138
    <PlatformTarget>AnyCPU</PlatformTarget>
139
    <ErrorReport>prompt</ErrorReport>
140
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
141
  </PropertyGroup>
133 142
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
134 143
  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
135 144
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
KCOM_Helper/KCOM_Helper.csproj
137 137
    <ErrorReport>prompt</ErrorReport>
138 138
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
139 139
  </PropertyGroup>
140
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|AnyCPU'">
141
    <DebugSymbols>true</DebugSymbols>
142
    <OutputPath>bin\Debug_Daelim\</OutputPath>
143
    <DefineConstants>DEBUG;TRACE</DefineConstants>
144
    <DebugType>full</DebugType>
145
    <PlatformTarget>AnyCPU</PlatformTarget>
146
    <ErrorReport>prompt</ErrorReport>
147
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
148
  </PropertyGroup>
149
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|x86'">
150
    <DebugSymbols>true</DebugSymbols>
151
    <OutputPath>bin\x86\Debug_Daelim\</OutputPath>
152
    <DefineConstants>DEBUG;TRACE</DefineConstants>
153
    <DebugType>full</DebugType>
154
    <PlatformTarget>x86</PlatformTarget>
155
    <ErrorReport>prompt</ErrorReport>
156
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
157
  </PropertyGroup>
140 158
  <ItemGroup>
141 159
    <Reference Include="System" />
142 160
    <Reference Include="System.Core" />
KcomStart/KcomStart.csproj
34 34
    <ErrorReport>prompt</ErrorReport>
35 35
    <WarningLevel>4</WarningLevel>
36 36
  </PropertyGroup>
37
  <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug_Daelim|AnyCPU'">
38
    <DebugSymbols>true</DebugSymbols>
39
    <OutputPath>bin\Debug_Daelim\</OutputPath>
40
    <DefineConstants>DEBUG;TRACE</DefineConstants>
41
    <DebugType>full</DebugType>
42
    <PlatformTarget>AnyCPU</PlatformTarget>
43
    <ErrorReport>prompt</ErrorReport>
44
    <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
45
    <Prefer32Bit>true</Prefer32Bit>
46
  </PropertyGroup>
37 47
  <ItemGroup>
38 48
    <Reference Include="System" />
39 49
    <Reference Include="System.Data" />
MARKUSSETUP/MARKUSSETUP.vdproj
15 15
    {
16 16
        "Entry"
17 17
        {
18
        "MsmKey" = "8:_0100D0968203C124D8E66DC3AB495522"
19
        "OwnerKey" = "8:_AC675114F5571BBFB725A1C9127AC61F"
20
        "MsmSig" = "8:_UNDEFINED"
21
        }
22
        "Entry"
23
        {
24
        "MsmKey" = "8:_0100D0968203C124D8E66DC3AB495522"
25
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
26
        "MsmSig" = "8:_UNDEFINED"
27
        }
28
        "Entry"
29
        {
30
        "MsmKey" = "8:_04A820487CBF1F6E5B0591E70D1E6A3A"
31
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
32
        "MsmSig" = "8:_UNDEFINED"
33
        }
34
        "Entry"
35
        {
36
        "MsmKey" = "8:_04A820487CBF1F6E5B0591E70D1E6A3A"
37
        "OwnerKey" = "8:_7EEF24CEE7B2436CDC574285E376342E"
38
        "MsmSig" = "8:_UNDEFINED"
39
        }
40
        "Entry"
41
        {
42
        "MsmKey" = "8:_08DBEA38FC48DB8B68D12E6D30C642B2"
43
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
44
        "MsmSig" = "8:_UNDEFINED"
45
        }
46
        "Entry"
47
        {
48
        "MsmKey" = "8:_0CD4E40A92599C2F85453EA0F0CD3599"
49
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
50
        "MsmSig" = "8:_UNDEFINED"
51
        }
52
        "Entry"
53
        {
54
        "MsmKey" = "8:_118D5FB463038F05FEFDEF81B9681A7C"
55
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
56
        "MsmSig" = "8:_UNDEFINED"
57
        }
58
        "Entry"
59
        {
60 18
        "MsmKey" = "8:_15332449F6E72BE2DB7474231C983458"
61 19
        "OwnerKey" = "8:_3E4C723168B74B716CBDAE860EFB7914"
62 20
        "MsmSig" = "8:_UNDEFINED"
......
64 22
        "Entry"
65 23
        {
66 24
        "MsmKey" = "8:_15332449F6E72BE2DB7474231C983458"
67
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
25
        "OwnerKey" = "8:_E618F4D93FEA3896A4820F1FF77833E6"
68 26
        "MsmSig" = "8:_UNDEFINED"
69 27
        }
70 28
        "Entry"
71 29
        {
72 30
        "MsmKey" = "8:_15332449F6E72BE2DB7474231C983458"
73
        "OwnerKey" = "8:_E618F4D93FEA3896A4820F1FF77833E6"
31
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
74 32
        "MsmSig" = "8:_UNDEFINED"
75 33
        }
76 34
        "Entry"
......
81 39
        }
82 40
        "Entry"
83 41
        {
84
        "MsmKey" = "8:_1FADD9CB7EE601B8344B47707D4A0940"
42
        "MsmKey" = "8:_2830E01E0AB774F21DD73B123B541E8A"
85 43
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
86 44
        "MsmSig" = "8:_UNDEFINED"
87 45
        }
88 46
        "Entry"
89 47
        {
90
        "MsmKey" = "8:_25A121A091D788A443513467F75931DE"
48
        "MsmKey" = "8:_3A931127C64677CDA53DBEB968205038"
91 49
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
92 50
        "MsmSig" = "8:_UNDEFINED"
93 51
        }
94 52
        "Entry"
95 53
        {
96
        "MsmKey" = "8:_27E7F7BE3CD55A16A06D55B5D5B0ACB0"
54
        "MsmKey" = "8:_3E4C723168B74B716CBDAE860EFB7914"
97 55
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
98 56
        "MsmSig" = "8:_UNDEFINED"
99 57
        }
100 58
        "Entry"
101 59
        {
102
        "MsmKey" = "8:_2830E01E0AB774F21DD73B123B541E8A"
60
        "MsmKey" = "8:_57E71662519D3E9A69A248D55928D003"
103 61
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
104 62
        "MsmSig" = "8:_UNDEFINED"
105 63
        }
106 64
        "Entry"
107 65
        {
108
        "MsmKey" = "8:_2AA77708F6785FB7D28F687520D8FC72"
109
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
66
        "MsmKey" = "8:_591269EE6203FFDCBFFAA2249614F7D4"
67
        "OwnerKey" = "8:_BA58F9F2777E8A46EE5A3BAAB8D0CC66"
110 68
        "MsmSig" = "8:_UNDEFINED"
111 69
        }
112 70
        "Entry"
113 71
        {
114
        "MsmKey" = "8:_2F749EF3EBAF451EDCC3B9915313A65A"
72
        "MsmKey" = "8:_591269EE6203FFDCBFFAA2249614F7D4"
115 73
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
116 74
        "MsmSig" = "8:_UNDEFINED"
117 75
        }
118 76
        "Entry"
119 77
        {
120
        "MsmKey" = "8:_307063A5D4BE7C67B8CFD844A26E667B"
78
        "MsmKey" = "8:_63A4EF2AD8BE84C2A57FBB2A3A91A67D"
121 79
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
122 80
        "MsmSig" = "8:_UNDEFINED"
123 81
        }
124 82
        "Entry"
125 83
        {
126
        "MsmKey" = "8:_3623E71BAE6DFE5EB9450C4F63E19DA5"
127
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
84
        "MsmKey" = "8:_7059C44A67D41A05DF3FF4B70CBB41B4"
85
        "OwnerKey" = "8:_E618F4D93FEA3896A4820F1FF77833E6"
128 86
        "MsmSig" = "8:_UNDEFINED"
129 87
        }
130 88
        "Entry"
131 89
        {
132
        "MsmKey" = "8:_3864A07F7EDE82137FF55A1C994A26A9"
90
        "MsmKey" = "8:_7059C44A67D41A05DF3FF4B70CBB41B4"
133 91
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
134 92
        "MsmSig" = "8:_UNDEFINED"
135 93
        }
136 94
        "Entry"
137 95
        {
138
        "MsmKey" = "8:_3A931127C64677CDA53DBEB968205038"
139
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
96
        "MsmKey" = "8:_76B45399666CF26C3ADFBA51A7EEDF2C"
97
        "OwnerKey" = "8:_AC675114F5571BBFB725A1C9127AC61F"
140 98
        "MsmSig" = "8:_UNDEFINED"
141 99
        }
142 100
        "Entry"
143 101
        {
144
        "MsmKey" = "8:_3DBA5A5BB051305210A6D307690FC896"
102
        "MsmKey" = "8:_76B45399666CF26C3ADFBA51A7EEDF2C"
145 103
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
146 104
        "MsmSig" = "8:_UNDEFINED"
147 105
        }
148 106
        "Entry"
149 107
        {
150
        "MsmKey" = "8:_3E4C723168B74B716CBDAE860EFB7914"
151
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
108
        "MsmKey" = "8:_77FC425513D907275B3E011E366B2CFB"
109
        "OwnerKey" = "8:_BA58F9F2777E8A46EE5A3BAAB8D0CC66"
152 110
        "MsmSig" = "8:_UNDEFINED"
153 111
        }
154 112
        "Entry"
155 113
        {
156
        "MsmKey" = "8:_48E9B880962B67FE24307D9F5868E58D"
157
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
114
        "MsmKey" = "8:_8C1E49BC3FE08BD5F2DFFAB2C616DD4E"
115
        "OwnerKey" = "8:_91E7F9E5671A15E6467A51B76B52BA05"
158 116
        "MsmSig" = "8:_UNDEFINED"
159 117
        }
160 118
        "Entry"
161 119
        {
162
        "MsmKey" = "8:_4E5ED4BDB0D156A46D5EC59AC0011C8D"
163
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
120
        "MsmKey" = "8:_8C1E49BC3FE08BD5F2DFFAB2C616DD4E"
121
        "OwnerKey" = "8:_2830E01E0AB774F21DD73B123B541E8A"
164 122
        "MsmSig" = "8:_UNDEFINED"
165 123
        }
166 124
        "Entry"
167 125
        {
168
        "MsmKey" = "8:_4E7026AD678AE94D728D86DA2388AC9E"
126
        "MsmKey" = "8:_8C1E49BC3FE08BD5F2DFFAB2C616DD4E"
169 127
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
170 128
        "MsmSig" = "8:_UNDEFINED"
171 129
        }
172 130
        "Entry"
173 131
        {
174
        "MsmKey" = "8:_4F798614337B3148EB5B44B5BD76F7DC"
175
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
132
        "MsmKey" = "8:_8DF825B789B14EF594AB9321F102C61B"
133
        "OwnerKey" = "8:_UNDEFINED"
176 134
        "MsmSig" = "8:_UNDEFINED"
177 135
        }
178 136
        "Entry"
179 137
        {
180
        "MsmKey" = "8:_514CDCB8ACD55A06BF7DA2CC9D0E054B"
138
        "MsmKey" = "8:_9100322F88456ACA53F7FACAE20CC50D"
181 139
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
182 140
        "MsmSig" = "8:_UNDEFINED"
183 141
        }
184 142
        "Entry"
185 143
        {
186
        "MsmKey" = "8:_55C99728D08FBB4C71A6BC18ABB0AEB2"
144
        "MsmKey" = "8:_91E7F9E5671A15E6467A51B76B52BA05"
187 145
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
188 146
        "MsmSig" = "8:_UNDEFINED"
189 147
        }
190 148
        "Entry"
191 149
        {
192
        "MsmKey" = "8:_561D653B64F953E562187D919C0FDAB6"
193
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
150
        "MsmKey" = "8:_92B44499EC44CEA35599DF4E250BC016"
151
        "OwnerKey" = "8:_1A27D73450F9D2F2B5C490D5813C884E"
194 152
        "MsmSig" = "8:_UNDEFINED"
195 153
        }
196 154
        "Entry"
197 155
        {
198
        "MsmKey" = "8:_57CBCBC84253D407662279E78B32F325"
156
        "MsmKey" = "8:_92B44499EC44CEA35599DF4E250BC016"
199 157
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
200 158
        "MsmSig" = "8:_UNDEFINED"
201 159
        }
202 160
        "Entry"
203 161
        {
204
        "MsmKey" = "8:_57CBCBC84253D407662279E78B32F325"
205
        "OwnerKey" = "8:_CA9BBFD9563FF72DBBA51195C2B228E8"
206
        "MsmSig" = "8:_UNDEFINED"
207
        }
208
        "Entry"
209
        {
210
        "MsmKey" = "8:_57CBCBC84253D407662279E78B32F325"
211
        "OwnerKey" = "8:_B13670482C297201D1A5417144B70912"
212
        "MsmSig" = "8:_UNDEFINED"
213
        }
214
        "Entry"
215
        {
216
        "MsmKey" = "8:_57E71662519D3E9A69A248D55928D003"
162
        "MsmKey" = "8:_9D204F79E94398A76CBB672860F9C013"
217 163
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
218 164
        "MsmSig" = "8:_UNDEFINED"
219 165
        }
220 166
        "Entry"
221 167
        {
222
        "MsmKey" = "8:_591269EE6203FFDCBFFAA2249614F7D4"
223
        "OwnerKey" = "8:_BA58F9F2777E8A46EE5A3BAAB8D0CC66"
168
        "MsmKey" = "8:_9F597371228CEE5E9C27B9C5A6D8D018"
169
        "OwnerKey" = "8:_9100322F88456ACA53F7FACAE20CC50D"
224 170
        "MsmSig" = "8:_UNDEFINED"
225 171
        }
226 172
        "Entry"
227 173
        {
228
        "MsmKey" = "8:_591269EE6203FFDCBFFAA2249614F7D4"
229
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
174
        "MsmKey" = "8:_9F597371228CEE5E9C27B9C5A6D8D018"
175
        "OwnerKey" = "8:_2830E01E0AB774F21DD73B123B541E8A"
230 176
        "MsmSig" = "8:_UNDEFINED"
231 177
        }
232 178
        "Entry"
233 179
        {
234
        "MsmKey" = "8:_5ED4CBE6DEDC8C732E6EDBC8C07AC216"
180
        "MsmKey" = "8:_9F597371228CEE5E9C27B9C5A6D8D018"
235 181
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
236 182
        "MsmSig" = "8:_UNDEFINED"
237 183
        }
238 184
        "Entry"
239 185
        {
240
        "MsmKey" = "8:_5F437C9F463DA85BD95C7CCBE3AA3D78"
186
        "MsmKey" = "8:_AC675114F5571BBFB725A1C9127AC61F"
241 187
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
242 188
        "MsmSig" = "8:_UNDEFINED"
243 189
        }
244 190
        "Entry"
245 191
        {
246
        "MsmKey" = "8:_63A4EF2AD8BE84C2A57FBB2A3A91A67D"
192
        "MsmKey" = "8:_BA58F9F2777E8A46EE5A3BAAB8D0CC66"
247 193
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
248 194
        "MsmSig" = "8:_UNDEFINED"
249 195
        }
250 196
        "Entry"
251 197
        {
252
        "MsmKey" = "8:_63A4EF2AD8BE84C2A57FBB2A3A91A67D"
253
        "OwnerKey" = "8:_888A6068098AA72778F482D950AEF283"
254
        "MsmSig" = "8:_UNDEFINED"
255
        }
256
        "Entry"
257
        {
258
        "MsmKey" = "8:_63A4EF2AD8BE84C2A57FBB2A3A91A67D"
259
        "OwnerKey" = "8:_7ADE337533691BCD43A62F2BF401C36A"
260
        "MsmSig" = "8:_UNDEFINED"
261
        }
262
        "Entry"
263
        {
264
        "MsmKey" = "8:_671B08C5F776D289014DCE27DB4CF4C1"
198
        "MsmKey" = "8:_BE1ADF0D1332AE16AACE98E9EB6B7002"
265 199
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
266 200
        "MsmSig" = "8:_UNDEFINED"
267 201
        }
268 202
        "Entry"
269 203
        {
270
        "MsmKey" = "8:_671B08C5F776D289014DCE27DB4CF4C1"
271
        "OwnerKey" = "8:_04A820487CBF1F6E5B0591E70D1E6A3A"
272
        "MsmSig" = "8:_UNDEFINED"
273
        }
274
        "Entry"
275
        {
276
        "MsmKey" = "8:_671B08C5F776D289014DCE27DB4CF4C1"
277
        "OwnerKey" = "8:_7EEF24CEE7B2436CDC574285E376342E"
278
        "MsmSig" = "8:_UNDEFINED"
279
        }
280
        "Entry"
281
        {
282
        "MsmKey" = "8:_69DD9BA2CA427220EE6D8EE709E5C567"
204
        "MsmKey" = "8:_BE57F957CCAFCB844A3D8FF821AD7CD1"
283 205
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
284 206
        "MsmSig" = "8:_UNDEFINED"
285 207
        }
286 208
        "Entry"
287 209
        {
288
        "MsmKey" = "8:_6B220573F568975B1C9D0885100D1CA0"
289
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
210
        "MsmKey" = "8:_CAE13FF03966F92DB313700FBEF0FF8B"
211
        "OwnerKey" = "8:_9F597371228CEE5E9C27B9C5A6D8D018"
290 212
        "MsmSig" = "8:_UNDEFINED"
291 213
        }
292 214
        "Entry"
293 215
        {
294
        "MsmKey" = "8:_6B63367C8E28CD7D3BC23B2FB976ED34"
216
        "MsmKey" = "8:_CAE13FF03966F92DB313700FBEF0FF8B"
295 217
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
296 218
        "MsmSig" = "8:_UNDEFINED"
297 219
        }
298 220
        "Entry"
299 221
        {
300
        "MsmKey" = "8:_7059C44A67D41A05DF3FF4B70CBB41B4"
301
        "OwnerKey" = "8:_E618F4D93FEA3896A4820F1FF77833E6"
222
        "MsmKey" = "8:_CAE13FF03966F92DB313700FBEF0FF8B"
223
        "OwnerKey" = "8:_91E7F9E5671A15E6467A51B76B52BA05"
302 224
        "MsmSig" = "8:_UNDEFINED"
303 225
        }
304 226
        "Entry"
305 227
        {
306
        "MsmKey" = "8:_7059C44A67D41A05DF3FF4B70CBB41B4"
228
        "MsmKey" = "8:_D536BD1AD39BEAB61DE8C0DFF4E03B0C"
307 229
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
308 230
        "MsmSig" = "8:_UNDEFINED"
309 231
        }
310 232
        "Entry"
311 233
        {
312
        "MsmKey" = "8:_73E68FEF29E1AAF21F39F35EA48FCBEA"
313
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
234
        "MsmKey" = "8:_D536BD1AD39BEAB61DE8C0DFF4E03B0C"
235
        "OwnerKey" = "8:_E618F4D93FEA3896A4820F1FF77833E6"
314 236
        "MsmSig" = "8:_UNDEFINED"
315 237
        }
316 238
        "Entry"
317 239
        {
318
        "MsmKey" = "8:_778C0F2B8A1A744116ABB36669F6243D"
319
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
240
        "MsmKey" = "8:_D536BD1AD39BEAB61DE8C0DFF4E03B0C"
241
        "OwnerKey" = "8:_15332449F6E72BE2DB7474231C983458"
320 242
        "MsmSig" = "8:_UNDEFINED"
321 243
        }
322 244
        "Entry"
323 245
        {
324
        "MsmKey" = "8:_77FC425513D907275B3E011E366B2CFB"
325
        "OwnerKey" = "8:_BA58F9F2777E8A46EE5A3BAAB8D0CC66"
246
        "MsmKey" = "8:_DBD46F5F95E1EC5907492AC0064F96D2"
247
        "OwnerKey" = "8:_E618F4D93FEA3896A4820F1FF77833E6"
326 248
        "MsmSig" = "8:_UNDEFINED"
327 249
        }
328 250
        "Entry"
329 251
        {
330
        "MsmKey" = "8:_7ADE337533691BCD43A62F2BF401C36A"
252
        "MsmKey" = "8:_DBD46F5F95E1EC5907492AC0064F96D2"
331 253
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
332 254
        "MsmSig" = "8:_UNDEFINED"
333 255
        }
334 256
        "Entry"
335 257
        {
336
        "MsmKey" = "8:_7BA55B3687FFBE42C4B87971275C7B4A"
258
        "MsmKey" = "8:_E618F4D93FEA3896A4820F1FF77833E6"
337 259
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
338 260
        "MsmSig" = "8:_UNDEFINED"
339 261
        }
340 262
        "Entry"
341 263
        {
342
        "MsmKey" = "8:_7EEF24CEE7B2436CDC574285E376342E"
343
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
264
        "MsmKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
265
        "OwnerKey" = "8:_UNDEFINED"
344 266
        "MsmSig" = "8:_UNDEFINED"
345 267
        }
346 268
        "Entry"
347 269
        {
348
        "MsmKey" = "8:_80037AF542059B60E891CDDADE65BB49"
270
        "MsmKey" = "8:_FEB022EDE0033D98762218D7F195A4C5"
349 271
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
350 272
        "MsmSig" = "8:_UNDEFINED"
351 273
        }
352 274
        "Entry"
353 275
        {
354
        "MsmKey" = "8:_8019B29BE466F5F6BBE52717EEE284E7"
355
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
276
        "MsmKey" = "8:_FEB022EDE0033D98762218D7F195A4C5"
277
        "OwnerKey" = "8:_3A931127C64677CDA53DBEB968205038"
356 278
        "MsmSig" = "8:_UNDEFINED"
357 279
        }
358 280
        "Entry"
359 281
        {
360
        "MsmKey" = "8:_8124E635E076100DA1D2F9A485D38DEA"
361
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
282
        "MsmKey" = "8:_FEB022EDE0033D98762218D7F195A4C5"
283
        "OwnerKey" = "8:_E618F4D93FEA3896A4820F1FF77833E6"
362 284
        "MsmSig" = "8:_UNDEFINED"
363 285
        }
364 286
        "Entry"
365 287
        {
366
        "MsmKey" = "8:_82A4EB382A64EB2F3BEA46BEE7862D03"
367
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
288
        "MsmKey" = "8:_FEB022EDE0033D98762218D7F195A4C5"
289
        "OwnerKey" = "8:_2830E01E0AB774F21DD73B123B541E8A"
368 290
        "MsmSig" = "8:_UNDEFINED"
369 291
        }
370 292
        "Entry"
371 293
        {
372
        "MsmKey" = "8:_87C4820F1FCCB0EF2195795A85E3CE00"
373
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
294
        "MsmKey" = "8:_FEB022EDE0033D98762218D7F195A4C5"
295
        "OwnerKey" = "8:_8C1E49BC3FE08BD5F2DFFAB2C616DD4E"
374 296
        "MsmSig" = "8:_UNDEFINED"
375 297
        }
376 298
        "Entry"
377 299
        {
378
        "MsmKey" = "8:_888A6068098AA72778F482D950AEF283"
379
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
300
        "MsmKey" = "8:_FEB022EDE0033D98762218D7F195A4C5"
301
        "OwnerKey" = "8:_91E7F9E5671A15E6467A51B76B52BA05"
380 302
        "MsmSig" = "8:_UNDEFINED"
381 303
        }
382 304
        "Entry"
383 305
        {
384
        "MsmKey" = "8:_8C1E49BC3FE08BD5F2DFFAB2C616DD4E"
385
        "OwnerKey" = "8:_91E7F9E5671A15E6467A51B76B52BA05"
306
        "MsmKey" = "8:_FEB022EDE0033D98762218D7F195A4C5"
307
        "OwnerKey" = "8:_CAE13FF03966F92DB313700FBEF0FF8B"
386 308
        "MsmSig" = "8:_UNDEFINED"
387 309
        }
388 310
        "Entry"
389 311
        {
390
        "MsmKey" = "8:_8C1E49BC3FE08BD5F2DFFAB2C616DD4E"
391
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
312
        "MsmKey" = "8:_FEB022EDE0033D98762218D7F195A4C5"
313
        "OwnerKey" = "8:_9F597371228CEE5E9C27B9C5A6D8D018"
392 314
        "MsmSig" = "8:_UNDEFINED"
393 315
        }
394 316
        "Entry"
395 317
        {
396
        "MsmKey" = "8:_8C1E49BC3FE08BD5F2DFFAB2C616DD4E"
397
        "OwnerKey" = "8:_2830E01E0AB774F21DD73B123B541E8A"
318
        "MsmKey" = "8:_FEB022EDE0033D98762218D7F195A4C5"
319
        "OwnerKey" = "8:_9100322F88456ACA53F7FACAE20CC50D"
398 320
        "MsmSig" = "8:_UNDEFINED"
399 321
        }
400 322
        "Entry"
401 323
        {
402
        "MsmKey" = "8:_8C51178CC000E286BD4B18382067A3DF"
324
        "MsmKey" = "8:_UNDEFINED"
403 325
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
404 326
        "MsmSig" = "8:_UNDEFINED"
405 327
        }
406 328
        "Entry"
407 329
        {
408
        "MsmKey" = "8:_8DF825B789B14EF594AB9321F102C61B"
409
        "OwnerKey" = "8:_UNDEFINED"
330
        "MsmKey" = "8:_UNDEFINED"
331
        "OwnerKey" = "8:_9D204F79E94398A76CBB672860F9C013"
410 332
        "MsmSig" = "8:_UNDEFINED"
411 333
        }
412 334
        "Entry"
413 335
        {
414
        "MsmKey" = "8:_8F7680AA088FFA8D76BE6EBF97D200EF"
415
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
336
        "MsmKey" = "8:_UNDEFINED"
337
        "OwnerKey" = "8:_BE57F957CCAFCB844A3D8FF821AD7CD1"
416 338
        "MsmSig" = "8:_UNDEFINED"
417 339
        }
418 340
        "Entry"
419 341
        {
420
        "MsmKey" = "8:_9100322F88456ACA53F7FACAE20CC50D"
421
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
342
        "MsmKey" = "8:_UNDEFINED"
343
        "OwnerKey" = "8:_3A931127C64677CDA53DBEB968205038"
422 344
        "MsmSig" = "8:_UNDEFINED"
423 345
        }
424 346
        "Entry"
425 347
        {
426
        "MsmKey" = "8:_91E7F9E5671A15E6467A51B76B52BA05"
427
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
348
        "MsmKey" = "8:_UNDEFINED"
349
        "OwnerKey" = "8:_1A27D73450F9D2F2B5C490D5813C884E"
428 350
        "MsmSig" = "8:_UNDEFINED"
429 351
        }
430 352
        "Entry"
431 353
        {
432
        "MsmKey" = "8:_92B44499EC44CEA35599DF4E250BC016"
433
        "OwnerKey" = "8:_1A27D73450F9D2F2B5C490D5813C884E"
354
        "MsmKey" = "8:_UNDEFINED"
355
        "OwnerKey" = "8:_92B44499EC44CEA35599DF4E250BC016"
434 356
        "MsmSig" = "8:_UNDEFINED"
435 357
        }
436 358
        "Entry"
437 359
        {
438
        "MsmKey" = "8:_92B44499EC44CEA35599DF4E250BC016"
439
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
360
        "MsmKey" = "8:_UNDEFINED"
361
        "OwnerKey" = "8:_BA58F9F2777E8A46EE5A3BAAB8D0CC66"
440 362
        "MsmSig" = "8:_UNDEFINED"
441 363
        }
442 364
        "Entry"
443 365
        {
444
        "MsmKey" = "8:_97BC6F8F6D63B3676948470436586D47"
445
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
366
        "MsmKey" = "8:_UNDEFINED"
367
        "OwnerKey" = "8:_591269EE6203FFDCBFFAA2249614F7D4"
446 368
        "MsmSig" = "8:_UNDEFINED"
447 369
        }
448 370
        "Entry"
449 371
        {
450
        "MsmKey" = "8:_9D204F79E94398A76CBB672860F9C013"
451
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
372
        "MsmKey" = "8:_UNDEFINED"
373
        "OwnerKey" = "8:_AC675114F5571BBFB725A1C9127AC61F"
452 374
        "MsmSig" = "8:_UNDEFINED"
453 375
        }
454 376
        "Entry"
455 377
        {
456
        "MsmKey" = "8:_9F597371228CEE5E9C27B9C5A6D8D018"
457
        "OwnerKey" = "8:_9100322F88456ACA53F7FACAE20CC50D"
378
        "MsmKey" = "8:_UNDEFINED"
379
        "OwnerKey" = "8:_76B45399666CF26C3ADFBA51A7EEDF2C"
458 380
        "MsmSig" = "8:_UNDEFINED"
459 381
        }
460 382
        "Entry"
461 383
        {
462
        "MsmKey" = "8:_9F597371228CEE5E9C27B9C5A6D8D018"
463
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
384
        "MsmKey" = "8:_UNDEFINED"
385
        "OwnerKey" = "8:_57E71662519D3E9A69A248D55928D003"
464 386
        "MsmSig" = "8:_UNDEFINED"
465 387
        }
466 388
        "Entry"
467 389
        {
468
        "MsmKey" = "8:_9F597371228CEE5E9C27B9C5A6D8D018"
469
        "OwnerKey" = "8:_2830E01E0AB774F21DD73B123B541E8A"
390
        "MsmKey" = "8:_UNDEFINED"
391
        "OwnerKey" = "8:_BE1ADF0D1332AE16AACE98E9EB6B7002"
470 392
        "MsmSig" = "8:_UNDEFINED"
471 393
        }
472 394
        "Entry"
473 395
        {
474
        "MsmKey" = "8:_A02F7E9DBFFD4035D955203E414B9B70"
475
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
396
        "MsmKey" = "8:_UNDEFINED"
397
        "OwnerKey" = "8:_E618F4D93FEA3896A4820F1FF77833E6"
476 398
        "MsmSig" = "8:_UNDEFINED"
477 399
        }
478 400
        "Entry"
479 401
        {
480
        "MsmKey" = "8:_A30D39F9DF3FE686168DFD1468A9F585"
481
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
402
        "MsmKey" = "8:_UNDEFINED"
403
        "OwnerKey" = "8:_7059C44A67D41A05DF3FF4B70CBB41B4"
482 404
        "MsmSig" = "8:_UNDEFINED"
483 405
        }
484 406
        "Entry"
485 407
        {
486
        "MsmKey" = "8:_A4E956DE052EB706E59BF10995EAA040"
487
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
408
        "MsmKey" = "8:_UNDEFINED"
409
        "OwnerKey" = "8:_DBD46F5F95E1EC5907492AC0064F96D2"
488 410
        "MsmSig" = "8:_UNDEFINED"
489 411
        }
490 412
        "Entry"
491 413
        {
492
        "MsmKey" = "8:_A4E956DE052EB706E59BF10995EAA040"
493
        "OwnerKey" = "8:_04A820487CBF1F6E5B0591E70D1E6A3A"
414
        "MsmKey" = "8:_UNDEFINED"
415
        "OwnerKey" = "8:_2830E01E0AB774F21DD73B123B541E8A"
494 416
        "MsmSig" = "8:_UNDEFINED"
495 417
        }
496 418
        "Entry"
497 419
        {
498
        "MsmKey" = "8:_A4E956DE052EB706E59BF10995EAA040"
499
        "OwnerKey" = "8:_7EEF24CEE7B2436CDC574285E376342E"
420
        "MsmKey" = "8:_UNDEFINED"
421
        "OwnerKey" = "8:_91E7F9E5671A15E6467A51B76B52BA05"
500 422
        "MsmSig" = "8:_UNDEFINED"
501 423
        }
502 424
        "Entry"
503 425
        {
504
        "MsmKey" = "8:_A77D3200A75948751BA230F51C416426"
505
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
426
        "MsmKey" = "8:_UNDEFINED"
427
        "OwnerKey" = "8:_8C1E49BC3FE08BD5F2DFFAB2C616DD4E"
506 428
        "MsmSig" = "8:_UNDEFINED"
507 429
        }
508 430
        "Entry"
509 431
        {
510
        "MsmKey" = "8:_A960BE324C15AFFB3F9C40212FAB57A4"
511
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
432
        "MsmKey" = "8:_UNDEFINED"
433
        "OwnerKey" = "8:_9100322F88456ACA53F7FACAE20CC50D"
512 434
        "MsmSig" = "8:_UNDEFINED"
513 435
        }
514 436
        "Entry"
515 437
        {
516
        "MsmKey" = "8:_AADF009EF9894E47EA157BD2B441FB50"
517
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
438
        "MsmKey" = "8:_UNDEFINED"
439
        "OwnerKey" = "8:_9F597371228CEE5E9C27B9C5A6D8D018"
518 440
        "MsmSig" = "8:_UNDEFINED"
519 441
        }
520 442
        "Entry"
521 443
        {
522
        "MsmKey" = "8:_AC675114F5571BBFB725A1C9127AC61F"
523
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
444
        "MsmKey" = "8:_UNDEFINED"
445
        "OwnerKey" = "8:_CAE13FF03966F92DB313700FBEF0FF8B"
524 446
        "MsmSig" = "8:_UNDEFINED"
525 447
        }
526 448
        "Entry"
527 449
        {
528
        "MsmKey" = "8:_AD9D15C7127E25B06C33EF249CF37FE4"
529
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
450
        "MsmKey" = "8:_UNDEFINED"
451
        "OwnerKey" = "8:_FEB022EDE0033D98762218D7F195A4C5"
530 452
        "MsmSig" = "8:_UNDEFINED"
531 453
        }
532 454
        "Entry"
533 455
        {
534
        "MsmKey" = "8:_B13670482C297201D1A5417144B70912"
535
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
456
        "MsmKey" = "8:_UNDEFINED"
457
        "OwnerKey" = "8:_3E4C723168B74B716CBDAE860EFB7914"
536 458
        "MsmSig" = "8:_UNDEFINED"
537 459
        }
538 460
        "Entry"
539 461
        {
540
        "MsmKey" = "8:_BA58F9F2777E8A46EE5A3BAAB8D0CC66"
541
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
462
        "MsmKey" = "8:_UNDEFINED"
463
        "OwnerKey" = "8:_15332449F6E72BE2DB7474231C983458"
542 464
        "MsmSig" = "8:_UNDEFINED"
543 465
        }
544 466
        "Entry"
545 467
        {
546
        "MsmKey" = "8:_BE1ADF0D1332AE16AACE98E9EB6B7002"
547
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
468
        "MsmKey" = "8:_UNDEFINED"
469
        "OwnerKey" = "8:_D536BD1AD39BEAB61DE8C0DFF4E03B0C"
548 470
        "MsmSig" = "8:_UNDEFINED"
549 471
        }
550 472
        "Entry"
551 473
        {
552
        "MsmKey" = "8:_BE57F957CCAFCB844A3D8FF821AD7CD1"
553
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
474
        "MsmKey" = "8:_UNDEFINED"
475
        "OwnerKey" = "8:_63A4EF2AD8BE84C2A57FBB2A3A91A67D"
554 476
        "MsmSig" = "8:_UNDEFINED"
555 477
        }
556
        "Entry"
557
        {
558
        "MsmKey" = "8:_C51D003C828433EDFFF837BE9A3531F1"
559
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
560
        "MsmSig" = "8:_UNDEFINED"
561
        }
562
        "Entry"
563
        {
564
        "MsmKey" = "8:_C5E80764EA218B5BCBC12DC78B08F349"
565
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
566
        "MsmSig" = "8:_UNDEFINED"
567
        }
568
        "Entry"
569
        {
570
        "MsmKey" = "8:_CA9BBFD9563FF72DBBA51195C2B228E8"
571
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
572
        "MsmSig" = "8:_UNDEFINED"
573
        }
574
        "Entry"
575
        {
576
        "MsmKey" = "8:_CAE13FF03966F92DB313700FBEF0FF8B"
577
        "OwnerKey" = "8:_9F597371228CEE5E9C27B9C5A6D8D018"
578
        "MsmSig" = "8:_UNDEFINED"
579
        }
580
        "Entry"
581
        {
582
        "MsmKey" = "8:_CAE13FF03966F92DB313700FBEF0FF8B"
583
        "OwnerKey" = "8:_91E7F9E5671A15E6467A51B76B52BA05"
584
        "MsmSig" = "8:_UNDEFINED"
585
        }
586
        "Entry"
587
        {
588
        "MsmKey" = "8:_CAE13FF03966F92DB313700FBEF0FF8B"
589
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
590
        "MsmSig" = "8:_UNDEFINED"
591
        }
592
        "Entry"
593
        {
594
        "MsmKey" = "8:_CB44AC8BAB2348AFA2B02922B8292EF2"
595
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
596
        "MsmSig" = "8:_UNDEFINED"
597
        }
598
        "Entry"
599
        {
600
        "MsmKey" = "8:_CB53FE9CAE8C0897637A5D7972E20458"
601
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
602
        "MsmSig" = "8:_UNDEFINED"
603
        }
604
        "Entry"
605
        {
606
        "MsmKey" = "8:_D392D5A5CDB50128CF87E292CB48A40F"
607
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
608
        "MsmSig" = "8:_UNDEFINED"
609
        }
610
        "Entry"
611
        {
612
        "MsmKey" = "8:_D392D5A5CDB50128CF87E292CB48A40F"
613
        "OwnerKey" = "8:_8124E635E076100DA1D2F9A485D38DEA"
614
        "MsmSig" = "8:_UNDEFINED"
615
        }
616
        "Entry"
617
        {
618
        "MsmKey" = "8:_D4035D0C630B49017D8DF2E968E8FBA4"
619
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
620
        "MsmSig" = "8:_UNDEFINED"
621
        }
622
        "Entry"
623
        {
624
        "MsmKey" = "8:_D536BD1AD39BEAB61DE8C0DFF4E03B0C"
625
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
626
        "MsmSig" = "8:_UNDEFINED"
627
        }
628
        "Entry"
629
        {
630
        "MsmKey" = "8:_D536BD1AD39BEAB61DE8C0DFF4E03B0C"
631
        "OwnerKey" = "8:_15332449F6E72BE2DB7474231C983458"
632
        "MsmSig" = "8:_UNDEFINED"
633
        }
634
        "Entry"
635
        {
636
        "MsmKey" = "8:_D536BD1AD39BEAB61DE8C0DFF4E03B0C"
637
        "OwnerKey" = "8:_E618F4D93FEA3896A4820F1FF77833E6"
638
        "MsmSig" = "8:_UNDEFINED"
639
        }
640
        "Entry"
641
        {
642
        "MsmKey" = "8:_DBD46F5F95E1EC5907492AC0064F96D2"
643
        "OwnerKey" = "8:_E618F4D93FEA3896A4820F1FF77833E6"
644
        "MsmSig" = "8:_UNDEFINED"
645
        }
646
        "Entry"
647
        {
648
        "MsmKey" = "8:_DBD46F5F95E1EC5907492AC0064F96D2"
649
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
650
        "MsmSig" = "8:_UNDEFINED"
651
        }
652
        "Entry"
653
        {
654
        "MsmKey" = "8:_E2A426C6146D208E56D4F253DC18EEE3"
655
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
656
        "MsmSig" = "8:_UNDEFINED"
657
        }
658
        "Entry"
659
        {
660
        "MsmKey" = "8:_E618F4D93FEA3896A4820F1FF77833E6"
661
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
662
        "MsmSig" = "8:_UNDEFINED"
663
        }
664
        "Entry"
665
        {
666
        "MsmKey" = "8:_E9F1AC8F55C4D9AB1976622B511DCBFD"
667
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
668
        "MsmSig" = "8:_UNDEFINED"
669
        }
670
        "Entry"
671
        {
672
        "MsmKey" = "8:_EC76406E613839D68147714EAC1621E9"
673
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
674
        "MsmSig" = "8:_UNDEFINED"
675
        }
676
        "Entry"
677
        {
678
        "MsmKey" = "8:_F1DD665E8690CB693FE3D8622B414DCE"
679
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
680
        "MsmSig" = "8:_UNDEFINED"
681
        }
682
        "Entry"
683
        {
684
        "MsmKey" = "8:_F7BC674F3995D4DE2EB3CBB9B0E178F6"
685
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
686
        "MsmSig" = "8:_UNDEFINED"
687
        }
688
        "Entry"
689
        {
690
        "MsmKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
691
        "OwnerKey" = "8:_UNDEFINED"
692
        "MsmSig" = "8:_UNDEFINED"
693
        }
694
        "Entry"
695
        {
696
        "MsmKey" = "8:_F9657B884723C46F5FF383CF78A1CD7B"
697
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
698
        "MsmSig" = "8:_UNDEFINED"
699
        }
700
        "Entry"
701
        {
702
        "MsmKey" = "8:_FAA3AF738FB3BE18114A8C803C8C6D19"
703
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
704
        "MsmSig" = "8:_UNDEFINED"
705
        }
706
        "Entry"
707
        {
708
        "MsmKey" = "8:_FAAC1FFB169FB8917B9CAC1F7D985493"
709
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
710
        "MsmSig" = "8:_UNDEFINED"
711
        }
712
        "Entry"
713
        {
714
        "MsmKey" = "8:_FAE13061DB988068CE7482609DB22EBE"
715
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
716
        "MsmSig" = "8:_UNDEFINED"
717
        }
718
        "Entry"
719
        {
720
        "MsmKey" = "8:_FEB022EDE0033D98762218D7F195A4C5"
721
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
722
        "MsmSig" = "8:_UNDEFINED"
723
        }
724
        "Entry"
725
        {
726
        "MsmKey" = "8:_FEB022EDE0033D98762218D7F195A4C5"
727
        "OwnerKey" = "8:_9100322F88456ACA53F7FACAE20CC50D"
728
        "MsmSig" = "8:_UNDEFINED"
729
        }
730
        "Entry"
731
        {
732
        "MsmKey" = "8:_FEB022EDE0033D98762218D7F195A4C5"
733
        "OwnerKey" = "8:_9F597371228CEE5E9C27B9C5A6D8D018"
734
        "MsmSig" = "8:_UNDEFINED"
735
        }
736
        "Entry"
737
        {
738
        "MsmKey" = "8:_FEB022EDE0033D98762218D7F195A4C5"
739
        "OwnerKey" = "8:_CAE13FF03966F92DB313700FBEF0FF8B"
740
        "MsmSig" = "8:_UNDEFINED"
741
        }
742
        "Entry"
743
        {
744
        "MsmKey" = "8:_FEB022EDE0033D98762218D7F195A4C5"
745
        "OwnerKey" = "8:_91E7F9E5671A15E6467A51B76B52BA05"
746
        "MsmSig" = "8:_UNDEFINED"
747
        }
748
        "Entry"
749
        {
750
        "MsmKey" = "8:_FEB022EDE0033D98762218D7F195A4C5"
751
        "OwnerKey" = "8:_8C1E49BC3FE08BD5F2DFFAB2C616DD4E"
752
        "MsmSig" = "8:_UNDEFINED"
753
        }
754
        "Entry"
755
        {
756
        "MsmKey" = "8:_FEB022EDE0033D98762218D7F195A4C5"
757
        "OwnerKey" = "8:_2830E01E0AB774F21DD73B123B541E8A"
758
        "MsmSig" = "8:_UNDEFINED"
759
        }
760
        "Entry"
761
        {
762
        "MsmKey" = "8:_FEB022EDE0033D98762218D7F195A4C5"
763
        "OwnerKey" = "8:_E618F4D93FEA3896A4820F1FF77833E6"
764
        "MsmSig" = "8:_UNDEFINED"
765
        }
766
        "Entry"
767
        {
768
        "MsmKey" = "8:_FEB022EDE0033D98762218D7F195A4C5"
769
        "OwnerKey" = "8:_3A931127C64677CDA53DBEB968205038"
770
        "MsmSig" = "8:_UNDEFINED"
771
        }
772
        "Entry"
773
        {
774
        "MsmKey" = "8:_UNDEFINED"
775
        "OwnerKey" = "8:_F94B54978CDB4C7288FE8601AFC2A147"
776
        "MsmSig" = "8:_UNDEFINED"
777
        }
778
        "Entry"
779
        {
780
        "MsmKey" = "8:_UNDEFINED"
781
        "OwnerKey" = "8:_1FADD9CB7EE601B8344B47707D4A0940"
782
        "MsmSig" = "8:_UNDEFINED"
783
        }
784
        "Entry"
785
        {
786
        "MsmKey" = "8:_UNDEFINED"
787
        "OwnerKey" = "8:_25A121A091D788A443513467F75931DE"
788
        "MsmSig" = "8:_UNDEFINED"
789
        }
790
        "Entry"
791
        {
792
        "MsmKey" = "8:_UNDEFINED"
793
        "OwnerKey" = "8:_A960BE324C15AFFB3F9C40212FAB57A4"
794
        "MsmSig" = "8:_UNDEFINED"
795
        }
796
        "Entry"
797
        {
798
        "MsmKey" = "8:_UNDEFINED"
799
        "OwnerKey" = "8:_FAAC1FFB169FB8917B9CAC1F7D985493"
800
        "MsmSig" = "8:_UNDEFINED"
801
        }
802
        "Entry"
803
        {
804
        "MsmKey" = "8:_UNDEFINED"
805
        "OwnerKey" = "8:_FAA3AF738FB3BE18114A8C803C8C6D19"
806
        "MsmSig" = "8:_UNDEFINED"
807
        }
808
        "Entry"
809
        {
810
        "MsmKey" = "8:_UNDEFINED"
811
        "OwnerKey" = "8:_2AA77708F6785FB7D28F687520D8FC72"
812
        "MsmSig" = "8:_UNDEFINED"
... 이 차이점은 표시할 수 있는 최대 줄수를 초과해서 이 차이점은 잘렸습니다.

내보내기 Unified diff

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