|
1 | 1 |
|
2 | 2 | Microsoft Visual Studio Solution File, Format Version 12.00 |
3 | | -# Visual Studio Version 16 |
4 | | -VisualStudioVersion = 16.0.30309.148 |
| 3 | +# Visual Studio Version 17 |
| 4 | +VisualStudioVersion = 17.5.33424.131 |
5 | 5 | MinimumVisualStudioVersion = 10.0.40219.1 |
6 | 6 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ZLIB", "ZLIB.vcxproj", "{D3D173AB-D306-4179-BEC4-95CE1B14E647}" |
7 | 7 | EndProject |
@@ -49,98 +49,238 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Header Files", "Header File |
49 | 49 | Src\BlockedVector.h = Src\BlockedVector.h |
50 | 50 | Src\BSplineData.h = Src\BSplineData.h |
51 | 51 | Src\CmdLineParser.h = Src\CmdLineParser.h |
52 | | - Src\CoredMesh.h = Src\CoredMesh.h |
| 52 | + Src\DataStream.h = Src\DataStream.h |
| 53 | + Src\DataStream.imp.h = Src\DataStream.imp.h |
| 54 | + Src\Extrapolator.h = Src\Extrapolator.h |
53 | 55 | Src\Factor.h = Src\Factor.h |
54 | 56 | Src\FEMTree.h = Src\FEMTree.h |
55 | | - Src\FunctionData.h = Src\FunctionData.h |
56 | 57 | Src\Geometry.h = Src\Geometry.h |
57 | | - Src\GridWriter.h = Src\GridWriter.h |
58 | 58 | Src\Image.h = Src\Image.h |
59 | 59 | Src\JPEG.h = Src\JPEG.h |
60 | 60 | Src\MarchingCubes.h = Src\MarchingCubes.h |
61 | 61 | Src\MAT.h = Src\MAT.h |
| 62 | + Src\MergePlyClientServer.h = Src\MergePlyClientServer.h |
| 63 | + Src\MultiThreading.h = Src\MultiThreading.h |
| 64 | + Src\MyAtomic.h = Src\MyAtomic.h |
| 65 | + Src\MyExceptions.h = Src\MyExceptions.h |
62 | 66 | Src\MyMiscellany.h = Src\MyMiscellany.h |
| 67 | + Src\NestedVector.h = Src\NestedVector.h |
| 68 | + Src\ParameterPack.h = Src\ParameterPack.h |
63 | 69 | Src\Ply.h = Src\Ply.h |
64 | 70 | Src\PlyFile.h = Src\PlyFile.h |
65 | 71 | Src\PNG.h = Src\PNG.h |
| 72 | + Src\PointExtent.h = Src\PointExtent.h |
| 73 | + Src\PointPartition.h = Src\PointPartition.h |
| 74 | + Src\PointPartitionClientServer.h = Src\PointPartitionClientServer.h |
| 75 | + Src\PoissonReconClientServer.h = Src\PoissonReconClientServer.h |
66 | 76 | Src\Polynomial.h = Src\Polynomial.h |
67 | 77 | Src\PPolynomial.h = Src\PPolynomial.h |
68 | 78 | Src\PreProcessor.h = Src\PreProcessor.h |
69 | 79 | Src\Rasterizer.h = Src\Rasterizer.h |
| 80 | + Src\Reconstructors.h = Src\Reconstructors.h |
| 81 | + Src\Reconstructors.streams.h = Src\Reconstructors.streams.h |
70 | 82 | Src\RegularGrid.h = Src\RegularGrid.h |
71 | 83 | Src\RegularTree.h = Src\RegularTree.h |
| 84 | + Src\Socket.h = Src\Socket.h |
72 | 85 | Src\SparseMatrix.h = Src\SparseMatrix.h |
73 | 86 | Src\SparseMatrixInterface.h = Src\SparseMatrixInterface.h |
| 87 | + Src\Streams.h = Src\Streams.h |
74 | 88 | Src\VertexFactory.h = Src\VertexFactory.h |
75 | | - Src\VertexStream.h = Src\VertexStream.h |
76 | 89 | Src\Window.h = Src\Window.h |
77 | 90 | EndProjectSection |
78 | 91 | EndProject |
79 | 92 | Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Inline Files", "Inline Files", "{ACD217C3-BE24-4438-A4E6-C713312FEA34}" |
80 | 93 | ProjectSection(SolutionItems) = preProject |
81 | 94 | Src\Array.inl = Src\Array.inl |
82 | | - Src\BMPStream.inl = Src\BMPStream.inl |
83 | 95 | Src\BSplineData.inl = Src\BSplineData.inl |
84 | 96 | Src\CmdLineParser.inl = Src\CmdLineParser.inl |
85 | | - Src\CoredMesh.inl = Src\CoredMesh.inl |
| 97 | + Src\DataStream.imp.inl = Src\DataStream.imp.inl |
| 98 | + Src\DataStream.inl = Src\DataStream.inl |
86 | 99 | Src\FEMTree.Evaluation.inl = Src\FEMTree.Evaluation.inl |
87 | 100 | Src\FEMTree.Initialize.inl = Src\FEMTree.Initialize.inl |
88 | 101 | Src\FEMTree.inl = Src\FEMTree.inl |
89 | | - Src\FEMTree.IsoSurface.specialized.inl = Src\FEMTree.IsoSurface.specialized.inl |
| 102 | + Src\FEMTree.LevelSet.2D.inl = Src\FEMTree.LevelSet.2D.inl |
| 103 | + Src\FEMTree.LevelSet.3D.inl = Src\FEMTree.LevelSet.3D.inl |
| 104 | + Src\FEMTree.LevelSet.inl = Src\FEMTree.LevelSet.inl |
90 | 105 | Src\FEMTree.SortedTreeNodes.inl = Src\FEMTree.SortedTreeNodes.inl |
91 | 106 | Src\FEMTree.System.inl = Src\FEMTree.System.inl |
92 | 107 | Src\FEMTree.WeightedSamples.inl = Src\FEMTree.WeightedSamples.inl |
93 | | - Src\FunctionData.inl = Src\FunctionData.inl |
94 | 108 | Src\Geometry.inl = Src\Geometry.inl |
95 | 109 | Src\JPEG.inl = Src\JPEG.inl |
96 | 110 | Src\MAT.inl = Src\MAT.inl |
| 111 | + Src\MergePlyClientServer.inl = Src\MergePlyClientServer.inl |
97 | 112 | Src\Ply.inl = Src\Ply.inl |
98 | 113 | Src\PlyFile.inl = Src\PlyFile.inl |
99 | 114 | Src\PNG.inl = Src\PNG.inl |
| 115 | + Src\PointExtent.inl = Src\PointExtent.inl |
| 116 | + Src\PointPartition.inl = Src\PointPartition.inl |
| 117 | + Src\PointPartitionClientServer.inl = Src\PointPartitionClientServer.inl |
| 118 | + Src\PoissonRecon.client.inl = Src\PoissonRecon.client.inl |
| 119 | + Src\PoissonRecon.server.inl = Src\PoissonRecon.server.inl |
| 120 | + Src\PoissonReconClientServer.inl = Src\PoissonReconClientServer.inl |
100 | 121 | Src\Polynomial.inl = Src\Polynomial.inl |
101 | 122 | Src\PPolynomial.inl = Src\PPolynomial.inl |
102 | 123 | Src\Rasterizer.inl = Src\Rasterizer.inl |
103 | 124 | Src\RegularGrid.inl = Src\RegularGrid.inl |
104 | 125 | Src\RegularTree.inl = Src\RegularTree.inl |
| 126 | + Src\Socket.inl = Src\Socket.inl |
105 | 127 | Src\SparseMatrix.inl = Src\SparseMatrix.inl |
106 | 128 | Src\SparseMatrixInterface.inl = Src\SparseMatrixInterface.inl |
107 | 129 | Src\VertexFactory.inl = Src\VertexFactory.inl |
108 | | - Src\VertexStream.inl = Src\VertexStream.inl |
109 | 130 | Src\Window.inl = Src\Window.inl |
110 | 131 | EndProjectSection |
111 | 132 | EndProject |
112 | 133 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ChunkPLY", "ChunkPLY.vcxproj", "{95B998F8-A73B-40AB-AF35-C38F2CB89480}" |
113 | 134 | EndProject |
114 | 135 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PointInterpolant", "PointInterpolant.vcxproj", "{D5516BBE-9613-4AE3-BE4D-E754995F944C}" |
115 | 136 | EndProject |
| 137 | +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PoissonReconClient", "PoissonReconClient.vcxproj", "{D9DFEEF0-7F6E-4381-9098-1363F385DEC3}" |
| 138 | +EndProject |
| 139 | +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PoissonReconServer", "PoissonReconServer.vcxproj", "{649D8C83-6BE2-4419-B0A8-66F65CD4D4CB}" |
| 140 | +EndProject |
| 141 | +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Reconstruction.example", "Reconstruction.example.vcxproj", "{F40103C1-D18D-4C34-992C-F78D4DCD4A87}" |
| 142 | +EndProject |
| 143 | +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "PointsToDisks", "PointsToDisks.vcxproj", "{6AE727A9-A3F0-4970-8F5B-1F1A3AEAC552}" |
| 144 | +EndProject |
| 145 | +Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ScaleNormals", "ScaleNormals.vcxproj", "{BB5F81BE-3FDD-4BB3-9358-9B908C3644DE}" |
| 146 | +EndProject |
116 | 147 | Global |
117 | 148 | GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| 149 | + Debug|x64 = Debug|x64 |
| 150 | + Debug|x86 = Debug|x86 |
118 | 151 | Release|x64 = Release|x64 |
| 152 | + Release|x86 = Release|x86 |
119 | 153 | EndGlobalSection |
120 | 154 | GlobalSection(ProjectConfigurationPlatforms) = postSolution |
| 155 | + {D3D173AB-D306-4179-BEC4-95CE1B14E647}.Debug|x64.ActiveCfg = Debug|x64 |
| 156 | + {D3D173AB-D306-4179-BEC4-95CE1B14E647}.Debug|x64.Build.0 = Debug|x64 |
| 157 | + {D3D173AB-D306-4179-BEC4-95CE1B14E647}.Debug|x86.ActiveCfg = Debug|Win32 |
| 158 | + {D3D173AB-D306-4179-BEC4-95CE1B14E647}.Debug|x86.Build.0 = Debug|Win32 |
121 | 159 | {D3D173AB-D306-4179-BEC4-95CE1B14E647}.Release|x64.ActiveCfg = Release|x64 |
122 | 160 | {D3D173AB-D306-4179-BEC4-95CE1B14E647}.Release|x64.Build.0 = Release|x64 |
| 161 | + {D3D173AB-D306-4179-BEC4-95CE1B14E647}.Release|x86.ActiveCfg = Release|Win32 |
| 162 | + {D3D173AB-D306-4179-BEC4-95CE1B14E647}.Release|x86.Build.0 = Release|Win32 |
| 163 | + {477765F8-C16A-406B-807F-1302DAE74EBA}.Debug|x64.ActiveCfg = Debug|x64 |
| 164 | + {477765F8-C16A-406B-807F-1302DAE74EBA}.Debug|x64.Build.0 = Debug|x64 |
| 165 | + {477765F8-C16A-406B-807F-1302DAE74EBA}.Debug|x86.ActiveCfg = Debug|Win32 |
| 166 | + {477765F8-C16A-406B-807F-1302DAE74EBA}.Debug|x86.Build.0 = Debug|Win32 |
123 | 167 | {477765F8-C16A-406B-807F-1302DAE74EBA}.Release|x64.ActiveCfg = Release|x64 |
124 | 168 | {477765F8-C16A-406B-807F-1302DAE74EBA}.Release|x64.Build.0 = Release|x64 |
| 169 | + {477765F8-C16A-406B-807F-1302DAE74EBA}.Release|x86.ActiveCfg = Release|Win32 |
| 170 | + {477765F8-C16A-406B-807F-1302DAE74EBA}.Release|x86.Build.0 = Release|Win32 |
| 171 | + {B5899B32-FAC2-477E-99AA-86736B97F2FC}.Debug|x64.ActiveCfg = Debug|x64 |
| 172 | + {B5899B32-FAC2-477E-99AA-86736B97F2FC}.Debug|x64.Build.0 = Debug|x64 |
| 173 | + {B5899B32-FAC2-477E-99AA-86736B97F2FC}.Debug|x86.ActiveCfg = Debug|Win32 |
| 174 | + {B5899B32-FAC2-477E-99AA-86736B97F2FC}.Debug|x86.Build.0 = Debug|Win32 |
125 | 175 | {B5899B32-FAC2-477E-99AA-86736B97F2FC}.Release|x64.ActiveCfg = Release|x64 |
126 | 176 | {B5899B32-FAC2-477E-99AA-86736B97F2FC}.Release|x64.Build.0 = Release|x64 |
| 177 | + {B5899B32-FAC2-477E-99AA-86736B97F2FC}.Release|x86.ActiveCfg = Release|Win32 |
| 178 | + {B5899B32-FAC2-477E-99AA-86736B97F2FC}.Release|x86.Build.0 = Release|Win32 |
| 179 | + {0BE55595-4080-4265-82AF-51108EC956B2}.Debug|x64.ActiveCfg = Debug|x64 |
| 180 | + {0BE55595-4080-4265-82AF-51108EC956B2}.Debug|x64.Build.0 = Debug|x64 |
| 181 | + {0BE55595-4080-4265-82AF-51108EC956B2}.Debug|x86.ActiveCfg = Debug|Win32 |
| 182 | + {0BE55595-4080-4265-82AF-51108EC956B2}.Debug|x86.Build.0 = Debug|Win32 |
127 | 183 | {0BE55595-4080-4265-82AF-51108EC956B2}.Release|x64.ActiveCfg = Release|x64 |
128 | 184 | {0BE55595-4080-4265-82AF-51108EC956B2}.Release|x64.Build.0 = Release|x64 |
| 185 | + {0BE55595-4080-4265-82AF-51108EC956B2}.Release|x86.ActiveCfg = Release|Win32 |
| 186 | + {0BE55595-4080-4265-82AF-51108EC956B2}.Release|x86.Build.0 = Release|Win32 |
| 187 | + {E09D1615-1036-4F43-909A-2E751FC947F6}.Debug|x64.ActiveCfg = Debug|x64 |
| 188 | + {E09D1615-1036-4F43-909A-2E751FC947F6}.Debug|x64.Build.0 = Debug|x64 |
| 189 | + {E09D1615-1036-4F43-909A-2E751FC947F6}.Debug|x86.ActiveCfg = Debug|Win32 |
| 190 | + {E09D1615-1036-4F43-909A-2E751FC947F6}.Debug|x86.Build.0 = Debug|Win32 |
129 | 191 | {E09D1615-1036-4F43-909A-2E751FC947F6}.Release|x64.ActiveCfg = Release|x64 |
130 | 192 | {E09D1615-1036-4F43-909A-2E751FC947F6}.Release|x64.Build.0 = Release|x64 |
| 193 | + {E09D1615-1036-4F43-909A-2E751FC947F6}.Release|x86.ActiveCfg = Release|Win32 |
| 194 | + {E09D1615-1036-4F43-909A-2E751FC947F6}.Release|x86.Build.0 = Release|Win32 |
| 195 | + {3B94F9AD-35E8-4E1E-B176-AAA091E4C3CC}.Debug|x64.ActiveCfg = Debug|x64 |
| 196 | + {3B94F9AD-35E8-4E1E-B176-AAA091E4C3CC}.Debug|x64.Build.0 = Debug|x64 |
| 197 | + {3B94F9AD-35E8-4E1E-B176-AAA091E4C3CC}.Debug|x86.ActiveCfg = Debug|Win32 |
| 198 | + {3B94F9AD-35E8-4E1E-B176-AAA091E4C3CC}.Debug|x86.Build.0 = Debug|Win32 |
131 | 199 | {3B94F9AD-35E8-4E1E-B176-AAA091E4C3CC}.Release|x64.ActiveCfg = Release|x64 |
132 | 200 | {3B94F9AD-35E8-4E1E-B176-AAA091E4C3CC}.Release|x64.Build.0 = Release|x64 |
133 | 201 | {3B94F9AD-35E8-4E1E-B176-AAA091E4C3CC}.Release|x64.Deploy.0 = Release|x64 |
| 202 | + {3B94F9AD-35E8-4E1E-B176-AAA091E4C3CC}.Release|x86.ActiveCfg = Release|Win32 |
| 203 | + {3B94F9AD-35E8-4E1E-B176-AAA091E4C3CC}.Release|x86.Build.0 = Release|Win32 |
| 204 | + {99BEAFED-8DB9-4B7D-A0BE-5186158193FE}.Debug|x64.ActiveCfg = Debug|x64 |
| 205 | + {99BEAFED-8DB9-4B7D-A0BE-5186158193FE}.Debug|x64.Build.0 = Debug|x64 |
| 206 | + {99BEAFED-8DB9-4B7D-A0BE-5186158193FE}.Debug|x86.ActiveCfg = Debug|Win32 |
| 207 | + {99BEAFED-8DB9-4B7D-A0BE-5186158193FE}.Debug|x86.Build.0 = Debug|Win32 |
134 | 208 | {99BEAFED-8DB9-4B7D-A0BE-5186158193FE}.Release|x64.ActiveCfg = Release|x64 |
135 | 209 | {99BEAFED-8DB9-4B7D-A0BE-5186158193FE}.Release|x64.Build.0 = Release|x64 |
| 210 | + {99BEAFED-8DB9-4B7D-A0BE-5186158193FE}.Release|x86.ActiveCfg = Release|Win32 |
| 211 | + {99BEAFED-8DB9-4B7D-A0BE-5186158193FE}.Release|x86.Build.0 = Release|Win32 |
| 212 | + {46F87D0E-C53A-4F95-AB48-A5DBA8014340}.Debug|x64.ActiveCfg = Debug|x64 |
| 213 | + {46F87D0E-C53A-4F95-AB48-A5DBA8014340}.Debug|x64.Build.0 = Debug|x64 |
| 214 | + {46F87D0E-C53A-4F95-AB48-A5DBA8014340}.Debug|x86.ActiveCfg = Debug|Win32 |
| 215 | + {46F87D0E-C53A-4F95-AB48-A5DBA8014340}.Debug|x86.Build.0 = Debug|Win32 |
136 | 216 | {46F87D0E-C53A-4F95-AB48-A5DBA8014340}.Release|x64.ActiveCfg = Release|x64 |
137 | 217 | {46F87D0E-C53A-4F95-AB48-A5DBA8014340}.Release|x64.Build.0 = Release|x64 |
| 218 | + {46F87D0E-C53A-4F95-AB48-A5DBA8014340}.Release|x86.ActiveCfg = Release|Win32 |
| 219 | + {46F87D0E-C53A-4F95-AB48-A5DBA8014340}.Release|x86.Build.0 = Release|Win32 |
| 220 | + {742064B3-CEBB-4AF8-B43C-D213EB1C6D7A}.Debug|x64.ActiveCfg = Debug|x64 |
| 221 | + {742064B3-CEBB-4AF8-B43C-D213EB1C6D7A}.Debug|x64.Build.0 = Debug|x64 |
| 222 | + {742064B3-CEBB-4AF8-B43C-D213EB1C6D7A}.Debug|x86.ActiveCfg = Debug|Win32 |
| 223 | + {742064B3-CEBB-4AF8-B43C-D213EB1C6D7A}.Debug|x86.Build.0 = Debug|Win32 |
138 | 224 | {742064B3-CEBB-4AF8-B43C-D213EB1C6D7A}.Release|x64.ActiveCfg = Release|x64 |
139 | 225 | {742064B3-CEBB-4AF8-B43C-D213EB1C6D7A}.Release|x64.Build.0 = Release|x64 |
| 226 | + {742064B3-CEBB-4AF8-B43C-D213EB1C6D7A}.Release|x86.ActiveCfg = Release|Win32 |
| 227 | + {742064B3-CEBB-4AF8-B43C-D213EB1C6D7A}.Release|x86.Build.0 = Release|Win32 |
| 228 | + {95B998F8-A73B-40AB-AF35-C38F2CB89480}.Debug|x64.ActiveCfg = Debug|x64 |
| 229 | + {95B998F8-A73B-40AB-AF35-C38F2CB89480}.Debug|x64.Build.0 = Debug|x64 |
| 230 | + {95B998F8-A73B-40AB-AF35-C38F2CB89480}.Debug|x86.ActiveCfg = Debug|Win32 |
| 231 | + {95B998F8-A73B-40AB-AF35-C38F2CB89480}.Debug|x86.Build.0 = Debug|Win32 |
140 | 232 | {95B998F8-A73B-40AB-AF35-C38F2CB89480}.Release|x64.ActiveCfg = Release|x64 |
141 | 233 | {95B998F8-A73B-40AB-AF35-C38F2CB89480}.Release|x64.Build.0 = Release|x64 |
| 234 | + {95B998F8-A73B-40AB-AF35-C38F2CB89480}.Release|x86.ActiveCfg = Release|Win32 |
| 235 | + {95B998F8-A73B-40AB-AF35-C38F2CB89480}.Release|x86.Build.0 = Release|Win32 |
| 236 | + {D5516BBE-9613-4AE3-BE4D-E754995F944C}.Debug|x64.ActiveCfg = Debug|x64 |
| 237 | + {D5516BBE-9613-4AE3-BE4D-E754995F944C}.Debug|x64.Build.0 = Debug|x64 |
| 238 | + {D5516BBE-9613-4AE3-BE4D-E754995F944C}.Debug|x86.ActiveCfg = Debug|Win32 |
| 239 | + {D5516BBE-9613-4AE3-BE4D-E754995F944C}.Debug|x86.Build.0 = Debug|Win32 |
142 | 240 | {D5516BBE-9613-4AE3-BE4D-E754995F944C}.Release|x64.ActiveCfg = Release|x64 |
143 | 241 | {D5516BBE-9613-4AE3-BE4D-E754995F944C}.Release|x64.Build.0 = Release|x64 |
| 242 | + {D5516BBE-9613-4AE3-BE4D-E754995F944C}.Release|x86.ActiveCfg = Release|Win32 |
| 243 | + {D5516BBE-9613-4AE3-BE4D-E754995F944C}.Release|x86.Build.0 = Release|Win32 |
| 244 | + {D9DFEEF0-7F6E-4381-9098-1363F385DEC3}.Debug|x64.ActiveCfg = Debug|x64 |
| 245 | + {D9DFEEF0-7F6E-4381-9098-1363F385DEC3}.Debug|x64.Build.0 = Debug|x64 |
| 246 | + {D9DFEEF0-7F6E-4381-9098-1363F385DEC3}.Debug|x86.ActiveCfg = Debug|Win32 |
| 247 | + {D9DFEEF0-7F6E-4381-9098-1363F385DEC3}.Debug|x86.Build.0 = Debug|Win32 |
| 248 | + {D9DFEEF0-7F6E-4381-9098-1363F385DEC3}.Release|x64.ActiveCfg = Release|x64 |
| 249 | + {D9DFEEF0-7F6E-4381-9098-1363F385DEC3}.Release|x64.Build.0 = Release|x64 |
| 250 | + {D9DFEEF0-7F6E-4381-9098-1363F385DEC3}.Release|x86.ActiveCfg = Release|Win32 |
| 251 | + {D9DFEEF0-7F6E-4381-9098-1363F385DEC3}.Release|x86.Build.0 = Release|Win32 |
| 252 | + {649D8C83-6BE2-4419-B0A8-66F65CD4D4CB}.Debug|x64.ActiveCfg = Debug|x64 |
| 253 | + {649D8C83-6BE2-4419-B0A8-66F65CD4D4CB}.Debug|x64.Build.0 = Debug|x64 |
| 254 | + {649D8C83-6BE2-4419-B0A8-66F65CD4D4CB}.Debug|x86.ActiveCfg = Debug|Win32 |
| 255 | + {649D8C83-6BE2-4419-B0A8-66F65CD4D4CB}.Debug|x86.Build.0 = Debug|Win32 |
| 256 | + {649D8C83-6BE2-4419-B0A8-66F65CD4D4CB}.Release|x64.ActiveCfg = Release|x64 |
| 257 | + {649D8C83-6BE2-4419-B0A8-66F65CD4D4CB}.Release|x64.Build.0 = Release|x64 |
| 258 | + {649D8C83-6BE2-4419-B0A8-66F65CD4D4CB}.Release|x86.ActiveCfg = Release|Win32 |
| 259 | + {649D8C83-6BE2-4419-B0A8-66F65CD4D4CB}.Release|x86.Build.0 = Release|Win32 |
| 260 | + {F40103C1-D18D-4C34-992C-F78D4DCD4A87}.Debug|x64.ActiveCfg = Debug|x64 |
| 261 | + {F40103C1-D18D-4C34-992C-F78D4DCD4A87}.Debug|x64.Build.0 = Debug|x64 |
| 262 | + {F40103C1-D18D-4C34-992C-F78D4DCD4A87}.Debug|x86.ActiveCfg = Debug|Win32 |
| 263 | + {F40103C1-D18D-4C34-992C-F78D4DCD4A87}.Debug|x86.Build.0 = Debug|Win32 |
| 264 | + {F40103C1-D18D-4C34-992C-F78D4DCD4A87}.Release|x64.ActiveCfg = Release|x64 |
| 265 | + {F40103C1-D18D-4C34-992C-F78D4DCD4A87}.Release|x64.Build.0 = Release|x64 |
| 266 | + {F40103C1-D18D-4C34-992C-F78D4DCD4A87}.Release|x86.ActiveCfg = Release|Win32 |
| 267 | + {F40103C1-D18D-4C34-992C-F78D4DCD4A87}.Release|x86.Build.0 = Release|Win32 |
| 268 | + {6AE727A9-A3F0-4970-8F5B-1F1A3AEAC552}.Debug|x64.ActiveCfg = Debug|x64 |
| 269 | + {6AE727A9-A3F0-4970-8F5B-1F1A3AEAC552}.Debug|x64.Build.0 = Debug|x64 |
| 270 | + {6AE727A9-A3F0-4970-8F5B-1F1A3AEAC552}.Debug|x86.ActiveCfg = Debug|Win32 |
| 271 | + {6AE727A9-A3F0-4970-8F5B-1F1A3AEAC552}.Debug|x86.Build.0 = Debug|Win32 |
| 272 | + {6AE727A9-A3F0-4970-8F5B-1F1A3AEAC552}.Release|x64.ActiveCfg = Release|x64 |
| 273 | + {6AE727A9-A3F0-4970-8F5B-1F1A3AEAC552}.Release|x64.Build.0 = Release|x64 |
| 274 | + {6AE727A9-A3F0-4970-8F5B-1F1A3AEAC552}.Release|x86.ActiveCfg = Release|Win32 |
| 275 | + {6AE727A9-A3F0-4970-8F5B-1F1A3AEAC552}.Release|x86.Build.0 = Release|Win32 |
| 276 | + {BB5F81BE-3FDD-4BB3-9358-9B908C3644DE}.Debug|x64.ActiveCfg = Debug|x64 |
| 277 | + {BB5F81BE-3FDD-4BB3-9358-9B908C3644DE}.Debug|x64.Build.0 = Debug|x64 |
| 278 | + {BB5F81BE-3FDD-4BB3-9358-9B908C3644DE}.Debug|x86.ActiveCfg = Debug|Win32 |
| 279 | + {BB5F81BE-3FDD-4BB3-9358-9B908C3644DE}.Debug|x86.Build.0 = Debug|Win32 |
| 280 | + {BB5F81BE-3FDD-4BB3-9358-9B908C3644DE}.Release|x64.ActiveCfg = Release|x64 |
| 281 | + {BB5F81BE-3FDD-4BB3-9358-9B908C3644DE}.Release|x64.Build.0 = Release|x64 |
| 282 | + {BB5F81BE-3FDD-4BB3-9358-9B908C3644DE}.Release|x86.ActiveCfg = Release|Win32 |
| 283 | + {BB5F81BE-3FDD-4BB3-9358-9B908C3644DE}.Release|x86.Build.0 = Release|Win32 |
144 | 284 | EndGlobalSection |
145 | 285 | GlobalSection(SolutionProperties) = preSolution |
146 | 286 | HideSolutionNode = FALSE |
|
0 commit comments