markus / ConvertService / ServiceBase / ServiceBase.sln @ 082cbc54
이력 | 보기 | 이력해설 | 다운로드 (30.4 KB)
1 | 53c9637d | taeseongkim | |
---|---|---|---|
2 | Microsoft Visual Studio Solution File, Format Version 12.00 |
||
3 | # Visual Studio 15 |
||
4 | VisualStudioVersion = 15.0.28307.572 |
||
5 | MinimumVisualStudioVersion = 10.0.40219.1 |
||
6 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Markus.Service.Interface", "IServiceBase\Markus.Service.Interface.csproj", "{4A465FD0-8130-4D6B-A65F-C3CD6CC355A4}" |
||
7 | EndProject |
||
8 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Markus.Service.Convert", "Markus.Service.Convert\Markus.Service.Convert.csproj", "{867E065C-3C22-47B1-9C2A-130A78DDDD51}" |
||
9 | ProjectSection(ProjectDependencies) = postProject |
||
10 | {0523C15E-B197-4C34-83BA-D62B384E2B77} = {0523C15E-B197-4C34-83BA-D62B384E2B77} |
||
11 | EndProjectSection |
||
12 | EndProject |
||
13 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Markus.Service.IWcfService", "Markus.Service.WcfService\Markus.Service.IWcfService.csproj", "{0523C15E-B197-4C34-83BA-D62B384E2B77}" |
||
14 | EndProject |
||
15 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ServiceTestApp", "ServiceTestApp\ServiceTestApp.csproj", "{0F9D3B52-01B6-4058-9571-4822FB32FD7A}" |
||
16 | ProjectSection(ProjectDependencies) = postProject |
||
17 | {0523C15E-B197-4C34-83BA-D62B384E2B77} = {0523C15E-B197-4C34-83BA-D62B384E2B77} |
||
18 | 06f13e11 | taeseongkim | {6115C8D1-15FF-4520-94A2-0AF46EEB9F10} = {6115C8D1-15FF-4520-94A2-0AF46EEB9F10} |
19 | 53c9637d | taeseongkim | EndProjectSection |
20 | EndProject |
||
21 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Markus.Service.DataBase", "Markus.Service.DataBase\Markus.Service.DataBase.csproj", "{400736FB-92C9-4BC0-B447-E8274103D813}" |
||
22 | EndProject |
||
23 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Markus.Service.Extensions", "Markus.Service.Extensions\Markus.Service.Extensions.csproj", "{5F983789-3E8F-4F9A-A601-138C3A83CA5F}" |
||
24 | EndProject |
||
25 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Markus.Service.ConvertProcess", "Markus.Service.ConvertProcess\Markus.Service.ConvertProcess.csproj", "{3F94FECF-4326-4452-8067-9F7B45D9BC6C}" |
||
26 | ProjectSection(ProjectDependencies) = postProject |
||
27 | {0523C15E-B197-4C34-83BA-D62B384E2B77} = {0523C15E-B197-4C34-83BA-D62B384E2B77} |
||
28 | f363a40e | taeseongkim | {A317C1F6-E72E-4A5C-87EC-601622B0CF09} = {A317C1F6-E72E-4A5C-87EC-601622B0CF09} |
29 | 53c9637d | taeseongkim | EndProjectSection |
30 | EndProject |
||
31 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Markus.Service.MonitorService", "Markus.Service.Monitor\Markus.Service.MonitorService.csproj", "{3F200E07-DE20-41F5-984F-A8371FEF17A4}" |
||
32 | ProjectSection(ProjectDependencies) = postProject |
||
33 | {0523C15E-B197-4C34-83BA-D62B384E2B77} = {0523C15E-B197-4C34-83BA-D62B384E2B77} |
||
34 | EndProjectSection |
||
35 | EndProject |
||
36 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Markus.Service.Station", "Markus.Service.Station\Markus.Service.Station.csproj", "{BF8B3B13-30D5-482C-8452-A7511E96DE97}" |
||
37 | EndProject |
||
38 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConnectionStringBuild", "ConnectionStringBuild\ConnectionStringBuild.csproj", "{2934E21A-D380-43B2-B68A-9B0D7C55A72F}" |
||
39 | EndProject |
||
40 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConvertWcfCheck", "WcfCheck\ConvertWcfCheck.csproj", "{75D7FDAE-9FBA-4A99-AE96-88F5B42C15EC}" |
||
41 | ProjectSection(ProjectDependencies) = postProject |
||
42 | {0523C15E-B197-4C34-83BA-D62B384E2B77} = {0523C15E-B197-4C34-83BA-D62B384E2B77} |
||
43 | EndProjectSection |
||
44 | EndProject |
||
45 | 1caec1a9 | taeseongkim | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConvertionWebService", "ConvertionWebService\ConvertionWebService.csproj", "{6115C8D1-15FF-4520-94A2-0AF46EEB9F10}" |
46 | EndProject |
||
47 | 06f13e11 | taeseongkim | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Markus.Service.WcfClient", "Markus.Service.WcfClient\Markus.Service.WcfClient.csproj", "{691078D3-BE0E-4697-BAB6-ED3ACA842D19}" |
48 | ProjectSection(ProjectDependencies) = postProject |
||
49 | {0523C15E-B197-4C34-83BA-D62B384E2B77} = {0523C15E-B197-4C34-83BA-D62B384E2B77} |
||
50 | EndProjectSection |
||
51 | EndProject |
||
52 | 484b88ec | taeseongkim | Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "ConvertService", "ConvertService\ConvertService.vdproj", "{390E93D0-2A7A-46DA-A9E9-98E7AAB72FBD}" |
53 | EndProject |
||
54 | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "WindowsSdk", "WindowsSdk", "{00A21311-C057-40E4-8E1B-28D6FBB78378}" |
||
55 | ProjectSection(SolutionItems) = preProject |
||
56 | WindowsSdk\05047a45609f311645eebcac2739fc4c.cab = WindowsSdk\05047a45609f311645eebcac2739fc4c.cab |
||
57 | WindowsSdk\0b2a4987421d95d0cb37640889aa9e9b.cab = WindowsSdk\0b2a4987421d95d0cb37640889aa9e9b.cab |
||
58 | WindowsSdk\13d68b8a7b6678a368e2d13ff4027521.cab = WindowsSdk\13d68b8a7b6678a368e2d13ff4027521.cab |
||
59 | WindowsSdk\463ad1b0783ebda908fd6c16a4abfe93.cab = WindowsSdk\463ad1b0783ebda908fd6c16a4abfe93.cab |
||
60 | WindowsSdk\4c3ef4b2b1dc72149f979f4243d2accf.cab = WindowsSdk\4c3ef4b2b1dc72149f979f4243d2accf.cab |
||
61 | WindowsSdk\685f3d4691f444bc382762d603a99afc.cab = WindowsSdk\685f3d4691f444bc382762d603a99afc.cab |
||
62 | WindowsSdk\7b7c7382fe1ea268787e911da88eb37e.cab = WindowsSdk\7b7c7382fe1ea268787e911da88eb37e.cab |
||
63 | WindowsSdk\e5c4b31ff9997ac5603f4f28cd7df602.cab = WindowsSdk\e5c4b31ff9997ac5603f4f28cd7df602.cab |
||
64 | WindowsSdk\e98fa5eb5fee6ce17a7a69d585870b7c.cab = WindowsSdk\e98fa5eb5fee6ce17a7a69d585870b7c.cab |
||
65 | WindowsSdk\Windows SDK for Windows Store Managed Apps Libs-x86_en-us.msi = WindowsSdk\Windows SDK for Windows Store Managed Apps Libs-x86_en-us.msi |
||
66 | WindowsSdk\Windows SDK Signing Tools-x86_en-us.msi = WindowsSdk\Windows SDK Signing Tools-x86_en-us.msi |
||
67 | EndProjectSection |
||
68 | 0a89a17f | taeseongkim | EndProject |
69 | af9bffc5 | taeseongkim | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "FileDownloadTest", "FileDownloadTest\FileDownloadTest.csproj", "{9D72BE39-3471-4267-BD62-36BDA836EC1F}" |
70 | EndProject |
||
71 | f363a40e | taeseongkim | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Markus.Service.Convert.IPlugin", "Markus.Service.Convert.IPlugin\Markus.Service.Convert.IPlugin.csproj", "{A5BA7325-379C-4CCB-B156-1704FC2175E3}" |
72 | EndProject |
||
73 | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "CovnertPlugin", "CovnertPlugin", "{38FB29F2-1B34-49E6-873C-9E04F77F7B08}" |
||
74 | EndProject |
||
75 | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PemssDocumentInfo", "PemssDocumentInfo\PemssDocumentInfo.csproj", "{A317C1F6-E72E-4A5C-87EC-601622B0CF09}" |
||
76 | EndProject |
||
77 | a0341bef | taeseongkim | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PemssDocumentInfoTest", "PemssDocumentInfoTest\PemssDocumentInfoTest.csproj", "{535AA98D-063A-46A4-86D8-371F6C16C099}" |
78 | EndProject |
||
79 | 150747cb | taeseongkim | Project("{E24C65DC-7377-472B-9ABA-BC803B73C61A}") = "StationRestTest", "StationRestTest\", "{F7C76CE2-EB5A-4E7D-BD9C-4596BD2A62D5}" |
80 | ProjectSection(WebsiteProperties) = preProject |
||
81 | TargetFrameworkMoniker = ".NETFramework,Version%3Dv4.5" |
||
82 | Debug.AspNetCompiler.VirtualPath = "/localhost_64413" |
||
83 | Debug.AspNetCompiler.PhysicalPath = "StationRestTest\" |
||
84 | Debug.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_64413\" |
||
85 | Debug.AspNetCompiler.Updateable = "true" |
||
86 | Debug.AspNetCompiler.ForceOverwrite = "true" |
||
87 | Debug.AspNetCompiler.FixedNames = "false" |
||
88 | Debug.AspNetCompiler.Debug = "True" |
||
89 | Release.AspNetCompiler.VirtualPath = "/localhost_64413" |
||
90 | Release.AspNetCompiler.PhysicalPath = "StationRestTest\" |
||
91 | Release.AspNetCompiler.TargetPath = "PrecompiledWeb\localhost_64413\" |
||
92 | Release.AspNetCompiler.Updateable = "true" |
||
93 | Release.AspNetCompiler.ForceOverwrite = "true" |
||
94 | Release.AspNetCompiler.FixedNames = "false" |
||
95 | Release.AspNetCompiler.Debug = "False" |
||
96 | VWDPort = "64413" |
||
97 | SlnRelativePath = "StationRestTest\" |
||
98 | DefaultWebSiteLanguage = "Visual C#" |
||
99 | EndProjectSection |
||
100 | EndProject |
||
101 | 2bbea412 | taeseongkim | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{550E3333-9B36-4B0F-A411-93EDA2D75CF4}" |
102 | ProjectSection(SolutionItems) = preProject |
||
103 | ReadMe.txt = ReadMe.txt |
||
104 | EndProjectSection |
||
105 | EndProject |
||
106 | f22054ff | taeseongkim | Project("{54435603-DBB4-11D2-8724-00A0C9A8B90C}") = "ConvertServiceMonitor", "ConvertServiceMonitor\ConvertServiceMonitor.vdproj", "{4F13EC6E-6369-4BF4-AE9C-9F6B647D37C8}" |
107 | EndProject |
||
108 | 5d863c06 | taeseongkim | Project("{930C7802-8A8C-48F9-8165-68863BCCD9DD}") = "ConvertMonitorSetup", "ConvertMonitorSetup\ConvertMonitorSetup.wixproj", "{AD7EE515-34E5-4123-A0CD-B2F6ECC48E56}" |
109 | EndProject |
||
110 | 3aafb914 | taeseongkim | Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "UnitTest.Markus.Service", "UnitTest.Markus.Service\UnitTest.Markus.Service.csproj", "{8555777D-922B-473F-9997-EBC63CA944C4}" |
111 | 5d863c06 | taeseongkim | EndProject |
112 | dfc86b71 | taeseongkim | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestDocumentInfo", "TestDocumentInfo\TestDocumentInfo.csproj", "{8E4A5DBD-1A40-4D43-A03B-E780ED098E9D}" |
113 | EndProject |
||
114 | c8183702 | taeseongkim | Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PlugInTest", "PlugInTest\PlugInTest.csproj", "{F344E7AE-B16E-4736-9816-4BE415418F58}" |
115 | EndProject |
||
116 | 53c9637d | taeseongkim | Global |
117 | GlobalSection(SolutionConfigurationPlatforms) = preSolution |
||
118 | Debug|Any CPU = Debug|Any CPU |
||
119 | Debug|x64 = Debug|x64 |
||
120 | Debug|x86 = Debug|x86 |
||
121 | Release|Any CPU = Release|Any CPU |
||
122 | Release|x64 = Release|x64 |
||
123 | Release|x86 = Release|x86 |
||
124 | EndGlobalSection |
||
125 | GlobalSection(ProjectConfigurationPlatforms) = postSolution |
||
126 | {4A465FD0-8130-4D6B-A65F-C3CD6CC355A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
||
127 | {4A465FD0-8130-4D6B-A65F-C3CD6CC355A4}.Debug|Any CPU.Build.0 = Debug|Any CPU |
||
128 | {4A465FD0-8130-4D6B-A65F-C3CD6CC355A4}.Debug|x64.ActiveCfg = Debug|x64 |
||
129 | {4A465FD0-8130-4D6B-A65F-C3CD6CC355A4}.Debug|x64.Build.0 = Debug|x64 |
||
130 | {4A465FD0-8130-4D6B-A65F-C3CD6CC355A4}.Debug|x86.ActiveCfg = Debug|Any CPU |
||
131 | {4A465FD0-8130-4D6B-A65F-C3CD6CC355A4}.Debug|x86.Build.0 = Debug|Any CPU |
||
132 | {4A465FD0-8130-4D6B-A65F-C3CD6CC355A4}.Release|Any CPU.ActiveCfg = Release|Any CPU |
||
133 | {4A465FD0-8130-4D6B-A65F-C3CD6CC355A4}.Release|Any CPU.Build.0 = Release|Any CPU |
||
134 | {4A465FD0-8130-4D6B-A65F-C3CD6CC355A4}.Release|x64.ActiveCfg = Release|x64 |
||
135 | {4A465FD0-8130-4D6B-A65F-C3CD6CC355A4}.Release|x64.Build.0 = Release|x64 |
||
136 | {4A465FD0-8130-4D6B-A65F-C3CD6CC355A4}.Release|x86.ActiveCfg = Release|Any CPU |
||
137 | {4A465FD0-8130-4D6B-A65F-C3CD6CC355A4}.Release|x86.Build.0 = Release|Any CPU |
||
138 | {867E065C-3C22-47B1-9C2A-130A78DDDD51}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
||
139 | {867E065C-3C22-47B1-9C2A-130A78DDDD51}.Debug|Any CPU.Build.0 = Debug|Any CPU |
||
140 | {867E065C-3C22-47B1-9C2A-130A78DDDD51}.Debug|x64.ActiveCfg = Debug|x64 |
||
141 | {867E065C-3C22-47B1-9C2A-130A78DDDD51}.Debug|x64.Build.0 = Debug|x64 |
||
142 | {867E065C-3C22-47B1-9C2A-130A78DDDD51}.Debug|x86.ActiveCfg = Debug|Any CPU |
||
143 | {867E065C-3C22-47B1-9C2A-130A78DDDD51}.Debug|x86.Build.0 = Debug|Any CPU |
||
144 | {867E065C-3C22-47B1-9C2A-130A78DDDD51}.Release|Any CPU.ActiveCfg = Release|Any CPU |
||
145 | {867E065C-3C22-47B1-9C2A-130A78DDDD51}.Release|Any CPU.Build.0 = Release|Any CPU |
||
146 | {867E065C-3C22-47B1-9C2A-130A78DDDD51}.Release|x64.ActiveCfg = Release|x64 |
||
147 | {867E065C-3C22-47B1-9C2A-130A78DDDD51}.Release|x64.Build.0 = Release|x64 |
||
148 | {867E065C-3C22-47B1-9C2A-130A78DDDD51}.Release|x86.ActiveCfg = Release|Any CPU |
||
149 | {867E065C-3C22-47B1-9C2A-130A78DDDD51}.Release|x86.Build.0 = Release|Any CPU |
||
150 | {0523C15E-B197-4C34-83BA-D62B384E2B77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
||
151 | {0523C15E-B197-4C34-83BA-D62B384E2B77}.Debug|Any CPU.Build.0 = Debug|Any CPU |
||
152 | {0523C15E-B197-4C34-83BA-D62B384E2B77}.Debug|x64.ActiveCfg = Debug|x64 |
||
153 | {0523C15E-B197-4C34-83BA-D62B384E2B77}.Debug|x64.Build.0 = Debug|x64 |
||
154 | {0523C15E-B197-4C34-83BA-D62B384E2B77}.Debug|x86.ActiveCfg = Debug|Any CPU |
||
155 | {0523C15E-B197-4C34-83BA-D62B384E2B77}.Debug|x86.Build.0 = Debug|Any CPU |
||
156 | {0523C15E-B197-4C34-83BA-D62B384E2B77}.Release|Any CPU.ActiveCfg = Release|Any CPU |
||
157 | {0523C15E-B197-4C34-83BA-D62B384E2B77}.Release|Any CPU.Build.0 = Release|Any CPU |
||
158 | {0523C15E-B197-4C34-83BA-D62B384E2B77}.Release|x64.ActiveCfg = Release|x64 |
||
159 | {0523C15E-B197-4C34-83BA-D62B384E2B77}.Release|x64.Build.0 = Release|x64 |
||
160 | {0523C15E-B197-4C34-83BA-D62B384E2B77}.Release|x86.ActiveCfg = Release|Any CPU |
||
161 | {0523C15E-B197-4C34-83BA-D62B384E2B77}.Release|x86.Build.0 = Release|Any CPU |
||
162 | {0F9D3B52-01B6-4058-9571-4822FB32FD7A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
||
163 | {0F9D3B52-01B6-4058-9571-4822FB32FD7A}.Debug|Any CPU.Build.0 = Debug|Any CPU |
||
164 | {0F9D3B52-01B6-4058-9571-4822FB32FD7A}.Debug|x64.ActiveCfg = Debug|x64 |
||
165 | {0F9D3B52-01B6-4058-9571-4822FB32FD7A}.Debug|x64.Build.0 = Debug|x64 |
||
166 | {0F9D3B52-01B6-4058-9571-4822FB32FD7A}.Debug|x86.ActiveCfg = Debug|Any CPU |
||
167 | {0F9D3B52-01B6-4058-9571-4822FB32FD7A}.Debug|x86.Build.0 = Debug|Any CPU |
||
168 | {0F9D3B52-01B6-4058-9571-4822FB32FD7A}.Release|Any CPU.ActiveCfg = Release|Any CPU |
||
169 | {0F9D3B52-01B6-4058-9571-4822FB32FD7A}.Release|Any CPU.Build.0 = Release|Any CPU |
||
170 | {0F9D3B52-01B6-4058-9571-4822FB32FD7A}.Release|x64.ActiveCfg = Release|x64 |
||
171 | {0F9D3B52-01B6-4058-9571-4822FB32FD7A}.Release|x64.Build.0 = Release|x64 |
||
172 | {0F9D3B52-01B6-4058-9571-4822FB32FD7A}.Release|x86.ActiveCfg = Release|Any CPU |
||
173 | {0F9D3B52-01B6-4058-9571-4822FB32FD7A}.Release|x86.Build.0 = Release|Any CPU |
||
174 | {400736FB-92C9-4BC0-B447-E8274103D813}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
||
175 | {400736FB-92C9-4BC0-B447-E8274103D813}.Debug|Any CPU.Build.0 = Debug|Any CPU |
||
176 | {400736FB-92C9-4BC0-B447-E8274103D813}.Debug|x64.ActiveCfg = Debug|x64 |
||
177 | {400736FB-92C9-4BC0-B447-E8274103D813}.Debug|x64.Build.0 = Debug|x64 |
||
178 | {400736FB-92C9-4BC0-B447-E8274103D813}.Debug|x86.ActiveCfg = Debug|Any CPU |
||
179 | {400736FB-92C9-4BC0-B447-E8274103D813}.Debug|x86.Build.0 = Debug|Any CPU |
||
180 | {400736FB-92C9-4BC0-B447-E8274103D813}.Release|Any CPU.ActiveCfg = Release|Any CPU |
||
181 | {400736FB-92C9-4BC0-B447-E8274103D813}.Release|Any CPU.Build.0 = Release|Any CPU |
||
182 | {400736FB-92C9-4BC0-B447-E8274103D813}.Release|x64.ActiveCfg = Release|x64 |
||
183 | {400736FB-92C9-4BC0-B447-E8274103D813}.Release|x64.Build.0 = Release|x64 |
||
184 | {400736FB-92C9-4BC0-B447-E8274103D813}.Release|x86.ActiveCfg = Release|Any CPU |
||
185 | {400736FB-92C9-4BC0-B447-E8274103D813}.Release|x86.Build.0 = Release|Any CPU |
||
186 | {5F983789-3E8F-4F9A-A601-138C3A83CA5F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
||
187 | {5F983789-3E8F-4F9A-A601-138C3A83CA5F}.Debug|Any CPU.Build.0 = Debug|Any CPU |
||
188 | {5F983789-3E8F-4F9A-A601-138C3A83CA5F}.Debug|x64.ActiveCfg = Debug|x64 |
||
189 | {5F983789-3E8F-4F9A-A601-138C3A83CA5F}.Debug|x64.Build.0 = Debug|x64 |
||
190 | {5F983789-3E8F-4F9A-A601-138C3A83CA5F}.Debug|x86.ActiveCfg = Debug|Any CPU |
||
191 | {5F983789-3E8F-4F9A-A601-138C3A83CA5F}.Debug|x86.Build.0 = Debug|Any CPU |
||
192 | {5F983789-3E8F-4F9A-A601-138C3A83CA5F}.Release|Any CPU.ActiveCfg = Release|Any CPU |
||
193 | {5F983789-3E8F-4F9A-A601-138C3A83CA5F}.Release|Any CPU.Build.0 = Release|Any CPU |
||
194 | {5F983789-3E8F-4F9A-A601-138C3A83CA5F}.Release|x64.ActiveCfg = Release|x64 |
||
195 | {5F983789-3E8F-4F9A-A601-138C3A83CA5F}.Release|x64.Build.0 = Release|x64 |
||
196 | {5F983789-3E8F-4F9A-A601-138C3A83CA5F}.Release|x86.ActiveCfg = Release|Any CPU |
||
197 | {5F983789-3E8F-4F9A-A601-138C3A83CA5F}.Release|x86.Build.0 = Release|Any CPU |
||
198 | {3F94FECF-4326-4452-8067-9F7B45D9BC6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
||
199 | {3F94FECF-4326-4452-8067-9F7B45D9BC6C}.Debug|Any CPU.Build.0 = Debug|Any CPU |
||
200 | {3F94FECF-4326-4452-8067-9F7B45D9BC6C}.Debug|x64.ActiveCfg = Debug|x64 |
||
201 | {3F94FECF-4326-4452-8067-9F7B45D9BC6C}.Debug|x64.Build.0 = Debug|x64 |
||
202 | {3F94FECF-4326-4452-8067-9F7B45D9BC6C}.Debug|x86.ActiveCfg = Debug|Any CPU |
||
203 | {3F94FECF-4326-4452-8067-9F7B45D9BC6C}.Debug|x86.Build.0 = Debug|Any CPU |
||
204 | {3F94FECF-4326-4452-8067-9F7B45D9BC6C}.Release|Any CPU.ActiveCfg = Release|Any CPU |
||
205 | {3F94FECF-4326-4452-8067-9F7B45D9BC6C}.Release|Any CPU.Build.0 = Release|Any CPU |
||
206 | {3F94FECF-4326-4452-8067-9F7B45D9BC6C}.Release|x64.ActiveCfg = Release|x64 |
||
207 | {3F94FECF-4326-4452-8067-9F7B45D9BC6C}.Release|x64.Build.0 = Release|x64 |
||
208 | {3F94FECF-4326-4452-8067-9F7B45D9BC6C}.Release|x86.ActiveCfg = Release|Any CPU |
||
209 | {3F94FECF-4326-4452-8067-9F7B45D9BC6C}.Release|x86.Build.0 = Release|Any CPU |
||
210 | {3F200E07-DE20-41F5-984F-A8371FEF17A4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
||
211 | {3F200E07-DE20-41F5-984F-A8371FEF17A4}.Debug|Any CPU.Build.0 = Debug|Any CPU |
||
212 | {3F200E07-DE20-41F5-984F-A8371FEF17A4}.Debug|x64.ActiveCfg = Debug|x64 |
||
213 | {3F200E07-DE20-41F5-984F-A8371FEF17A4}.Debug|x64.Build.0 = Debug|x64 |
||
214 | {3F200E07-DE20-41F5-984F-A8371FEF17A4}.Debug|x86.ActiveCfg = Debug|Any CPU |
||
215 | {3F200E07-DE20-41F5-984F-A8371FEF17A4}.Debug|x86.Build.0 = Debug|Any CPU |
||
216 | {3F200E07-DE20-41F5-984F-A8371FEF17A4}.Release|Any CPU.ActiveCfg = Release|Any CPU |
||
217 | {3F200E07-DE20-41F5-984F-A8371FEF17A4}.Release|Any CPU.Build.0 = Release|Any CPU |
||
218 | {3F200E07-DE20-41F5-984F-A8371FEF17A4}.Release|x64.ActiveCfg = Release|x64 |
||
219 | {3F200E07-DE20-41F5-984F-A8371FEF17A4}.Release|x64.Build.0 = Release|x64 |
||
220 | {3F200E07-DE20-41F5-984F-A8371FEF17A4}.Release|x86.ActiveCfg = Release|Any CPU |
||
221 | {3F200E07-DE20-41F5-984F-A8371FEF17A4}.Release|x86.Build.0 = Release|Any CPU |
||
222 | {BF8B3B13-30D5-482C-8452-A7511E96DE97}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
||
223 | {BF8B3B13-30D5-482C-8452-A7511E96DE97}.Debug|Any CPU.Build.0 = Debug|Any CPU |
||
224 | {BF8B3B13-30D5-482C-8452-A7511E96DE97}.Debug|x64.ActiveCfg = Debug|x64 |
||
225 | {BF8B3B13-30D5-482C-8452-A7511E96DE97}.Debug|x64.Build.0 = Debug|x64 |
||
226 | {BF8B3B13-30D5-482C-8452-A7511E96DE97}.Debug|x86.ActiveCfg = Debug|Any CPU |
||
227 | {BF8B3B13-30D5-482C-8452-A7511E96DE97}.Debug|x86.Build.0 = Debug|Any CPU |
||
228 | {BF8B3B13-30D5-482C-8452-A7511E96DE97}.Release|Any CPU.ActiveCfg = Release|Any CPU |
||
229 | {BF8B3B13-30D5-482C-8452-A7511E96DE97}.Release|Any CPU.Build.0 = Release|Any CPU |
||
230 | {BF8B3B13-30D5-482C-8452-A7511E96DE97}.Release|x64.ActiveCfg = Release|x64 |
||
231 | {BF8B3B13-30D5-482C-8452-A7511E96DE97}.Release|x64.Build.0 = Release|x64 |
||
232 | {BF8B3B13-30D5-482C-8452-A7511E96DE97}.Release|x86.ActiveCfg = Release|Any CPU |
||
233 | {BF8B3B13-30D5-482C-8452-A7511E96DE97}.Release|x86.Build.0 = Release|Any CPU |
||
234 | {2934E21A-D380-43B2-B68A-9B0D7C55A72F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
||
235 | {2934E21A-D380-43B2-B68A-9B0D7C55A72F}.Debug|Any CPU.Build.0 = Debug|Any CPU |
||
236 | {2934E21A-D380-43B2-B68A-9B0D7C55A72F}.Debug|x64.ActiveCfg = Debug|Any CPU |
||
237 | {2934E21A-D380-43B2-B68A-9B0D7C55A72F}.Debug|x64.Build.0 = Debug|Any CPU |
||
238 | {2934E21A-D380-43B2-B68A-9B0D7C55A72F}.Debug|x86.ActiveCfg = Debug|Any CPU |
||
239 | {2934E21A-D380-43B2-B68A-9B0D7C55A72F}.Debug|x86.Build.0 = Debug|Any CPU |
||
240 | {2934E21A-D380-43B2-B68A-9B0D7C55A72F}.Release|Any CPU.ActiveCfg = Release|Any CPU |
||
241 | {2934E21A-D380-43B2-B68A-9B0D7C55A72F}.Release|Any CPU.Build.0 = Release|Any CPU |
||
242 | {2934E21A-D380-43B2-B68A-9B0D7C55A72F}.Release|x64.ActiveCfg = Release|Any CPU |
||
243 | {2934E21A-D380-43B2-B68A-9B0D7C55A72F}.Release|x64.Build.0 = Release|Any CPU |
||
244 | {2934E21A-D380-43B2-B68A-9B0D7C55A72F}.Release|x86.ActiveCfg = Release|Any CPU |
||
245 | {2934E21A-D380-43B2-B68A-9B0D7C55A72F}.Release|x86.Build.0 = Release|Any CPU |
||
246 | {75D7FDAE-9FBA-4A99-AE96-88F5B42C15EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
||
247 | {75D7FDAE-9FBA-4A99-AE96-88F5B42C15EC}.Debug|Any CPU.Build.0 = Debug|Any CPU |
||
248 | {75D7FDAE-9FBA-4A99-AE96-88F5B42C15EC}.Debug|x64.ActiveCfg = Debug|Any CPU |
||
249 | {75D7FDAE-9FBA-4A99-AE96-88F5B42C15EC}.Debug|x64.Build.0 = Debug|Any CPU |
||
250 | {75D7FDAE-9FBA-4A99-AE96-88F5B42C15EC}.Debug|x86.ActiveCfg = Debug|Any CPU |
||
251 | {75D7FDAE-9FBA-4A99-AE96-88F5B42C15EC}.Debug|x86.Build.0 = Debug|Any CPU |
||
252 | {75D7FDAE-9FBA-4A99-AE96-88F5B42C15EC}.Release|Any CPU.ActiveCfg = Release|Any CPU |
||
253 | {75D7FDAE-9FBA-4A99-AE96-88F5B42C15EC}.Release|Any CPU.Build.0 = Release|Any CPU |
||
254 | {75D7FDAE-9FBA-4A99-AE96-88F5B42C15EC}.Release|x64.ActiveCfg = Release|Any CPU |
||
255 | {75D7FDAE-9FBA-4A99-AE96-88F5B42C15EC}.Release|x64.Build.0 = Release|Any CPU |
||
256 | {75D7FDAE-9FBA-4A99-AE96-88F5B42C15EC}.Release|x86.ActiveCfg = Release|Any CPU |
||
257 | {75D7FDAE-9FBA-4A99-AE96-88F5B42C15EC}.Release|x86.Build.0 = Release|Any CPU |
||
258 | 1caec1a9 | taeseongkim | {6115C8D1-15FF-4520-94A2-0AF46EEB9F10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
259 | {6115C8D1-15FF-4520-94A2-0AF46EEB9F10}.Debug|Any CPU.Build.0 = Debug|Any CPU |
||
260 | {6115C8D1-15FF-4520-94A2-0AF46EEB9F10}.Debug|x64.ActiveCfg = Debug|x64 |
||
261 | {6115C8D1-15FF-4520-94A2-0AF46EEB9F10}.Debug|x64.Build.0 = Debug|x64 |
||
262 | {6115C8D1-15FF-4520-94A2-0AF46EEB9F10}.Debug|x86.ActiveCfg = Debug|Any CPU |
||
263 | {6115C8D1-15FF-4520-94A2-0AF46EEB9F10}.Debug|x86.Build.0 = Debug|Any CPU |
||
264 | {6115C8D1-15FF-4520-94A2-0AF46EEB9F10}.Release|Any CPU.ActiveCfg = Release|Any CPU |
||
265 | {6115C8D1-15FF-4520-94A2-0AF46EEB9F10}.Release|Any CPU.Build.0 = Release|Any CPU |
||
266 | {6115C8D1-15FF-4520-94A2-0AF46EEB9F10}.Release|x64.ActiveCfg = Release|x64 |
||
267 | {6115C8D1-15FF-4520-94A2-0AF46EEB9F10}.Release|x64.Build.0 = Release|x64 |
||
268 | {6115C8D1-15FF-4520-94A2-0AF46EEB9F10}.Release|x86.ActiveCfg = Release|Any CPU |
||
269 | {6115C8D1-15FF-4520-94A2-0AF46EEB9F10}.Release|x86.Build.0 = Release|Any CPU |
||
270 | 06f13e11 | taeseongkim | {691078D3-BE0E-4697-BAB6-ED3ACA842D19}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
271 | {691078D3-BE0E-4697-BAB6-ED3ACA842D19}.Debug|Any CPU.Build.0 = Debug|Any CPU |
||
272 | {691078D3-BE0E-4697-BAB6-ED3ACA842D19}.Debug|x64.ActiveCfg = Debug|Any CPU |
||
273 | {691078D3-BE0E-4697-BAB6-ED3ACA842D19}.Debug|x64.Build.0 = Debug|Any CPU |
||
274 | {691078D3-BE0E-4697-BAB6-ED3ACA842D19}.Debug|x86.ActiveCfg = Debug|Any CPU |
||
275 | {691078D3-BE0E-4697-BAB6-ED3ACA842D19}.Debug|x86.Build.0 = Debug|Any CPU |
||
276 | {691078D3-BE0E-4697-BAB6-ED3ACA842D19}.Release|Any CPU.ActiveCfg = Release|Any CPU |
||
277 | {691078D3-BE0E-4697-BAB6-ED3ACA842D19}.Release|Any CPU.Build.0 = Release|Any CPU |
||
278 | {691078D3-BE0E-4697-BAB6-ED3ACA842D19}.Release|x64.ActiveCfg = Release|Any CPU |
||
279 | {691078D3-BE0E-4697-BAB6-ED3ACA842D19}.Release|x64.Build.0 = Release|Any CPU |
||
280 | {691078D3-BE0E-4697-BAB6-ED3ACA842D19}.Release|x86.ActiveCfg = Release|Any CPU |
||
281 | {691078D3-BE0E-4697-BAB6-ED3ACA842D19}.Release|x86.Build.0 = Release|Any CPU |
||
282 | 484b88ec | taeseongkim | {390E93D0-2A7A-46DA-A9E9-98E7AAB72FBD}.Debug|Any CPU.ActiveCfg = Debug |
283 | {390E93D0-2A7A-46DA-A9E9-98E7AAB72FBD}.Debug|Any CPU.Build.0 = Debug |
||
284 | {390E93D0-2A7A-46DA-A9E9-98E7AAB72FBD}.Debug|x64.ActiveCfg = Debug |
||
285 | {390E93D0-2A7A-46DA-A9E9-98E7AAB72FBD}.Debug|x64.Build.0 = Debug |
||
286 | {390E93D0-2A7A-46DA-A9E9-98E7AAB72FBD}.Debug|x86.ActiveCfg = Debug |
||
287 | {390E93D0-2A7A-46DA-A9E9-98E7AAB72FBD}.Debug|x86.Build.0 = Debug |
||
288 | {390E93D0-2A7A-46DA-A9E9-98E7AAB72FBD}.Release|Any CPU.ActiveCfg = Release |
||
289 | {390E93D0-2A7A-46DA-A9E9-98E7AAB72FBD}.Release|Any CPU.Build.0 = Release |
||
290 | {390E93D0-2A7A-46DA-A9E9-98E7AAB72FBD}.Release|x64.ActiveCfg = Release |
||
291 | {390E93D0-2A7A-46DA-A9E9-98E7AAB72FBD}.Release|x64.Build.0 = Release |
||
292 | {390E93D0-2A7A-46DA-A9E9-98E7AAB72FBD}.Release|x86.ActiveCfg = Release |
||
293 | {390E93D0-2A7A-46DA-A9E9-98E7AAB72FBD}.Release|x86.Build.0 = Release |
||
294 | af9bffc5 | taeseongkim | {9D72BE39-3471-4267-BD62-36BDA836EC1F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
295 | {9D72BE39-3471-4267-BD62-36BDA836EC1F}.Debug|Any CPU.Build.0 = Debug|Any CPU |
||
296 | {9D72BE39-3471-4267-BD62-36BDA836EC1F}.Debug|x64.ActiveCfg = Debug|Any CPU |
||
297 | {9D72BE39-3471-4267-BD62-36BDA836EC1F}.Debug|x64.Build.0 = Debug|Any CPU |
||
298 | {9D72BE39-3471-4267-BD62-36BDA836EC1F}.Debug|x86.ActiveCfg = Debug|Any CPU |
||
299 | {9D72BE39-3471-4267-BD62-36BDA836EC1F}.Debug|x86.Build.0 = Debug|Any CPU |
||
300 | {9D72BE39-3471-4267-BD62-36BDA836EC1F}.Release|Any CPU.ActiveCfg = Release|Any CPU |
||
301 | {9D72BE39-3471-4267-BD62-36BDA836EC1F}.Release|Any CPU.Build.0 = Release|Any CPU |
||
302 | {9D72BE39-3471-4267-BD62-36BDA836EC1F}.Release|x64.ActiveCfg = Release|Any CPU |
||
303 | {9D72BE39-3471-4267-BD62-36BDA836EC1F}.Release|x64.Build.0 = Release|Any CPU |
||
304 | {9D72BE39-3471-4267-BD62-36BDA836EC1F}.Release|x86.ActiveCfg = Release|Any CPU |
||
305 | {9D72BE39-3471-4267-BD62-36BDA836EC1F}.Release|x86.Build.0 = Release|Any CPU |
||
306 | f363a40e | taeseongkim | {A5BA7325-379C-4CCB-B156-1704FC2175E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
307 | {A5BA7325-379C-4CCB-B156-1704FC2175E3}.Debug|Any CPU.Build.0 = Debug|Any CPU |
||
308 | {A5BA7325-379C-4CCB-B156-1704FC2175E3}.Debug|x64.ActiveCfg = Debug|Any CPU |
||
309 | {A5BA7325-379C-4CCB-B156-1704FC2175E3}.Debug|x64.Build.0 = Debug|Any CPU |
||
310 | {A5BA7325-379C-4CCB-B156-1704FC2175E3}.Debug|x86.ActiveCfg = Debug|Any CPU |
||
311 | {A5BA7325-379C-4CCB-B156-1704FC2175E3}.Debug|x86.Build.0 = Debug|Any CPU |
||
312 | {A5BA7325-379C-4CCB-B156-1704FC2175E3}.Release|Any CPU.ActiveCfg = Release|Any CPU |
||
313 | {A5BA7325-379C-4CCB-B156-1704FC2175E3}.Release|Any CPU.Build.0 = Release|Any CPU |
||
314 | {A5BA7325-379C-4CCB-B156-1704FC2175E3}.Release|x64.ActiveCfg = Release|Any CPU |
||
315 | {A5BA7325-379C-4CCB-B156-1704FC2175E3}.Release|x64.Build.0 = Release|Any CPU |
||
316 | {A5BA7325-379C-4CCB-B156-1704FC2175E3}.Release|x86.ActiveCfg = Release|Any CPU |
||
317 | {A5BA7325-379C-4CCB-B156-1704FC2175E3}.Release|x86.Build.0 = Release|Any CPU |
||
318 | {A317C1F6-E72E-4A5C-87EC-601622B0CF09}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
||
319 | {A317C1F6-E72E-4A5C-87EC-601622B0CF09}.Debug|Any CPU.Build.0 = Debug|Any CPU |
||
320 | {A317C1F6-E72E-4A5C-87EC-601622B0CF09}.Debug|x64.ActiveCfg = Debug|Any CPU |
||
321 | {A317C1F6-E72E-4A5C-87EC-601622B0CF09}.Debug|x64.Build.0 = Debug|Any CPU |
||
322 | {A317C1F6-E72E-4A5C-87EC-601622B0CF09}.Debug|x86.ActiveCfg = Debug|Any CPU |
||
323 | {A317C1F6-E72E-4A5C-87EC-601622B0CF09}.Debug|x86.Build.0 = Debug|Any CPU |
||
324 | {A317C1F6-E72E-4A5C-87EC-601622B0CF09}.Release|Any CPU.ActiveCfg = Release|Any CPU |
||
325 | {A317C1F6-E72E-4A5C-87EC-601622B0CF09}.Release|Any CPU.Build.0 = Release|Any CPU |
||
326 | {A317C1F6-E72E-4A5C-87EC-601622B0CF09}.Release|x64.ActiveCfg = Release|Any CPU |
||
327 | {A317C1F6-E72E-4A5C-87EC-601622B0CF09}.Release|x64.Build.0 = Release|Any CPU |
||
328 | {A317C1F6-E72E-4A5C-87EC-601622B0CF09}.Release|x86.ActiveCfg = Release|Any CPU |
||
329 | {A317C1F6-E72E-4A5C-87EC-601622B0CF09}.Release|x86.Build.0 = Release|Any CPU |
||
330 | a0341bef | taeseongkim | {535AA98D-063A-46A4-86D8-371F6C16C099}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
331 | {535AA98D-063A-46A4-86D8-371F6C16C099}.Debug|Any CPU.Build.0 = Debug|Any CPU |
||
332 | {535AA98D-063A-46A4-86D8-371F6C16C099}.Debug|x64.ActiveCfg = Debug|Any CPU |
||
333 | {535AA98D-063A-46A4-86D8-371F6C16C099}.Debug|x64.Build.0 = Debug|Any CPU |
||
334 | {535AA98D-063A-46A4-86D8-371F6C16C099}.Debug|x86.ActiveCfg = Debug|Any CPU |
||
335 | {535AA98D-063A-46A4-86D8-371F6C16C099}.Debug|x86.Build.0 = Debug|Any CPU |
||
336 | {535AA98D-063A-46A4-86D8-371F6C16C099}.Release|Any CPU.ActiveCfg = Release|Any CPU |
||
337 | {535AA98D-063A-46A4-86D8-371F6C16C099}.Release|Any CPU.Build.0 = Release|Any CPU |
||
338 | {535AA98D-063A-46A4-86D8-371F6C16C099}.Release|x64.ActiveCfg = Release|Any CPU |
||
339 | {535AA98D-063A-46A4-86D8-371F6C16C099}.Release|x64.Build.0 = Release|Any CPU |
||
340 | {535AA98D-063A-46A4-86D8-371F6C16C099}.Release|x86.ActiveCfg = Release|Any CPU |
||
341 | {535AA98D-063A-46A4-86D8-371F6C16C099}.Release|x86.Build.0 = Release|Any CPU |
||
342 | 150747cb | taeseongkim | {F7C76CE2-EB5A-4E7D-BD9C-4596BD2A62D5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
343 | {F7C76CE2-EB5A-4E7D-BD9C-4596BD2A62D5}.Debug|Any CPU.Build.0 = Debug|Any CPU |
||
344 | {F7C76CE2-EB5A-4E7D-BD9C-4596BD2A62D5}.Debug|x64.ActiveCfg = Debug|Any CPU |
||
345 | {F7C76CE2-EB5A-4E7D-BD9C-4596BD2A62D5}.Debug|x64.Build.0 = Debug|Any CPU |
||
346 | {F7C76CE2-EB5A-4E7D-BD9C-4596BD2A62D5}.Debug|x86.ActiveCfg = Debug|Any CPU |
||
347 | {F7C76CE2-EB5A-4E7D-BD9C-4596BD2A62D5}.Debug|x86.Build.0 = Debug|Any CPU |
||
348 | {F7C76CE2-EB5A-4E7D-BD9C-4596BD2A62D5}.Release|Any CPU.ActiveCfg = Debug|Any CPU |
||
349 | {F7C76CE2-EB5A-4E7D-BD9C-4596BD2A62D5}.Release|Any CPU.Build.0 = Debug|Any CPU |
||
350 | {F7C76CE2-EB5A-4E7D-BD9C-4596BD2A62D5}.Release|x64.ActiveCfg = Debug|Any CPU |
||
351 | {F7C76CE2-EB5A-4E7D-BD9C-4596BD2A62D5}.Release|x64.Build.0 = Debug|Any CPU |
||
352 | {F7C76CE2-EB5A-4E7D-BD9C-4596BD2A62D5}.Release|x86.ActiveCfg = Debug|Any CPU |
||
353 | {F7C76CE2-EB5A-4E7D-BD9C-4596BD2A62D5}.Release|x86.Build.0 = Debug|Any CPU |
||
354 | f22054ff | taeseongkim | {4F13EC6E-6369-4BF4-AE9C-9F6B647D37C8}.Debug|Any CPU.ActiveCfg = Debug |
355 | {4F13EC6E-6369-4BF4-AE9C-9F6B647D37C8}.Debug|x64.ActiveCfg = Debug |
||
356 | {4F13EC6E-6369-4BF4-AE9C-9F6B647D37C8}.Debug|x86.ActiveCfg = Debug |
||
357 | {4F13EC6E-6369-4BF4-AE9C-9F6B647D37C8}.Release|Any CPU.ActiveCfg = Release |
||
358 | {4F13EC6E-6369-4BF4-AE9C-9F6B647D37C8}.Release|x64.ActiveCfg = Release |
||
359 | {4F13EC6E-6369-4BF4-AE9C-9F6B647D37C8}.Release|x86.ActiveCfg = Release |
||
360 | 5d863c06 | taeseongkim | {AD7EE515-34E5-4123-A0CD-B2F6ECC48E56}.Debug|Any CPU.ActiveCfg = Debug|x86 |
361 | {AD7EE515-34E5-4123-A0CD-B2F6ECC48E56}.Debug|x64.ActiveCfg = Debug|x86 |
||
362 | {AD7EE515-34E5-4123-A0CD-B2F6ECC48E56}.Debug|x86.ActiveCfg = Debug|x86 |
||
363 | {AD7EE515-34E5-4123-A0CD-B2F6ECC48E56}.Debug|x86.Build.0 = Debug|x86 |
||
364 | {AD7EE515-34E5-4123-A0CD-B2F6ECC48E56}.Release|Any CPU.ActiveCfg = Release|x86 |
||
365 | {AD7EE515-34E5-4123-A0CD-B2F6ECC48E56}.Release|x64.ActiveCfg = Release|x86 |
||
366 | {AD7EE515-34E5-4123-A0CD-B2F6ECC48E56}.Release|x86.ActiveCfg = Release|x86 |
||
367 | {AD7EE515-34E5-4123-A0CD-B2F6ECC48E56}.Release|x86.Build.0 = Release|x86 |
||
368 | {8555777D-922B-473F-9997-EBC63CA944C4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
||
369 | {8555777D-922B-473F-9997-EBC63CA944C4}.Debug|Any CPU.Build.0 = Debug|Any CPU |
||
370 | {8555777D-922B-473F-9997-EBC63CA944C4}.Debug|x64.ActiveCfg = Debug|Any CPU |
||
371 | {8555777D-922B-473F-9997-EBC63CA944C4}.Debug|x64.Build.0 = Debug|Any CPU |
||
372 | {8555777D-922B-473F-9997-EBC63CA944C4}.Debug|x86.ActiveCfg = Debug|Any CPU |
||
373 | {8555777D-922B-473F-9997-EBC63CA944C4}.Debug|x86.Build.0 = Debug|Any CPU |
||
374 | {8555777D-922B-473F-9997-EBC63CA944C4}.Release|Any CPU.ActiveCfg = Release|Any CPU |
||
375 | {8555777D-922B-473F-9997-EBC63CA944C4}.Release|Any CPU.Build.0 = Release|Any CPU |
||
376 | {8555777D-922B-473F-9997-EBC63CA944C4}.Release|x64.ActiveCfg = Release|Any CPU |
||
377 | {8555777D-922B-473F-9997-EBC63CA944C4}.Release|x64.Build.0 = Release|Any CPU |
||
378 | {8555777D-922B-473F-9997-EBC63CA944C4}.Release|x86.ActiveCfg = Release|Any CPU |
||
379 | {8555777D-922B-473F-9997-EBC63CA944C4}.Release|x86.Build.0 = Release|Any CPU |
||
380 | dfc86b71 | taeseongkim | {8E4A5DBD-1A40-4D43-A03B-E780ED098E9D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
381 | {8E4A5DBD-1A40-4D43-A03B-E780ED098E9D}.Debug|Any CPU.Build.0 = Debug|Any CPU |
||
382 | {8E4A5DBD-1A40-4D43-A03B-E780ED098E9D}.Debug|x64.ActiveCfg = Debug|Any CPU |
||
383 | {8E4A5DBD-1A40-4D43-A03B-E780ED098E9D}.Debug|x64.Build.0 = Debug|Any CPU |
||
384 | {8E4A5DBD-1A40-4D43-A03B-E780ED098E9D}.Debug|x86.ActiveCfg = Debug|Any CPU |
||
385 | {8E4A5DBD-1A40-4D43-A03B-E780ED098E9D}.Debug|x86.Build.0 = Debug|Any CPU |
||
386 | {8E4A5DBD-1A40-4D43-A03B-E780ED098E9D}.Release|Any CPU.ActiveCfg = Release|Any CPU |
||
387 | {8E4A5DBD-1A40-4D43-A03B-E780ED098E9D}.Release|Any CPU.Build.0 = Release|Any CPU |
||
388 | {8E4A5DBD-1A40-4D43-A03B-E780ED098E9D}.Release|x64.ActiveCfg = Release|Any CPU |
||
389 | {8E4A5DBD-1A40-4D43-A03B-E780ED098E9D}.Release|x64.Build.0 = Release|Any CPU |
||
390 | {8E4A5DBD-1A40-4D43-A03B-E780ED098E9D}.Release|x86.ActiveCfg = Release|Any CPU |
||
391 | {8E4A5DBD-1A40-4D43-A03B-E780ED098E9D}.Release|x86.Build.0 = Release|Any CPU |
||
392 | c8183702 | taeseongkim | {F344E7AE-B16E-4736-9816-4BE415418F58}.Debug|Any CPU.ActiveCfg = Debug|Any CPU |
393 | {F344E7AE-B16E-4736-9816-4BE415418F58}.Debug|Any CPU.Build.0 = Debug|Any CPU |
||
394 | {F344E7AE-B16E-4736-9816-4BE415418F58}.Debug|x64.ActiveCfg = Debug|Any CPU |
||
395 | {F344E7AE-B16E-4736-9816-4BE415418F58}.Debug|x64.Build.0 = Debug|Any CPU |
||
396 | {F344E7AE-B16E-4736-9816-4BE415418F58}.Debug|x86.ActiveCfg = Debug|Any CPU |
||
397 | {F344E7AE-B16E-4736-9816-4BE415418F58}.Debug|x86.Build.0 = Debug|Any CPU |
||
398 | {F344E7AE-B16E-4736-9816-4BE415418F58}.Release|Any CPU.ActiveCfg = Release|Any CPU |
||
399 | {F344E7AE-B16E-4736-9816-4BE415418F58}.Release|Any CPU.Build.0 = Release|Any CPU |
||
400 | {F344E7AE-B16E-4736-9816-4BE415418F58}.Release|x64.ActiveCfg = Release|Any CPU |
||
401 | {F344E7AE-B16E-4736-9816-4BE415418F58}.Release|x64.Build.0 = Release|Any CPU |
||
402 | {F344E7AE-B16E-4736-9816-4BE415418F58}.Release|x86.ActiveCfg = Release|Any CPU |
||
403 | {F344E7AE-B16E-4736-9816-4BE415418F58}.Release|x86.Build.0 = Release|Any CPU |
||
404 | 53c9637d | taeseongkim | EndGlobalSection |
405 | GlobalSection(SolutionProperties) = preSolution |
||
406 | HideSolutionNode = FALSE |
||
407 | EndGlobalSection |
||
408 | f363a40e | taeseongkim | GlobalSection(NestedProjects) = preSolution |
409 | {A317C1F6-E72E-4A5C-87EC-601622B0CF09} = {38FB29F2-1B34-49E6-873C-9E04F77F7B08} |
||
410 | a0341bef | taeseongkim | {535AA98D-063A-46A4-86D8-371F6C16C099} = {38FB29F2-1B34-49E6-873C-9E04F77F7B08} |
411 | dfc86b71 | taeseongkim | {8E4A5DBD-1A40-4D43-A03B-E780ED098E9D} = {38FB29F2-1B34-49E6-873C-9E04F77F7B08} |
412 | c8183702 | taeseongkim | {F344E7AE-B16E-4736-9816-4BE415418F58} = {38FB29F2-1B34-49E6-873C-9E04F77F7B08} |
413 | f363a40e | taeseongkim | EndGlobalSection |
414 | 53c9637d | taeseongkim | GlobalSection(ExtensibilityGlobals) = postSolution |
415 | SolutionGuid = {CA1BB1E8-1969-4435-A889-37F359B6EAAE} |
||
416 | EndGlobalSection |
||
417 | GlobalSection(Performance) = preSolution |
||
418 | HasPerformanceSessions = true |
||
419 | EndGlobalSection |
||
420 | GlobalSection(Performance) = preSolution |
||
421 | HasPerformanceSessions = true |
||
422 | EndGlobalSection |
||
423 | EndGlobal |