|
171 | 171 | </ItemDefinitionGroup>
|
172 | 172 | <ItemGroup>
|
173 | 173 | <ClInclude Include="..\..\..\source\core\slang-allocator.h" />
|
| 174 | + <ClInclude Include="..\..\..\source\core\slang-archive-file-system.h" /> |
174 | 175 | <ClInclude Include="..\..\..\source\core\slang-array-view.h" />
|
175 | 176 | <ClInclude Include="..\..\..\source\core\slang-array.h" />
|
176 | 177 | <ClInclude Include="..\..\..\source\core\slang-basic.h" />
|
177 | 178 | <ClInclude Include="..\..\..\source\core\slang-blob.h" />
|
178 | 179 | <ClInclude Include="..\..\..\source\core\slang-byte-encode-util.h" />
|
179 | 180 | <ClInclude Include="..\..\..\source\core\slang-char-util.h" />
|
180 | 181 | <ClInclude Include="..\..\..\source\core\slang-common.h" />
|
| 182 | + <ClInclude Include="..\..\..\source\core\slang-compression-system.h" /> |
| 183 | + <ClInclude Include="..\..\..\source\core\slang-deflate-compression-system.h" /> |
181 | 184 | <ClInclude Include="..\..\..\source\core\slang-dictionary.h" />
|
182 | 185 | <ClInclude Include="..\..\..\source\core\slang-downstream-compiler.h" />
|
183 | 186 | <ClInclude Include="..\..\..\source\core\slang-exception.h" />
|
|
188 | 191 | <ClInclude Include="..\..\..\source\core\slang-io.h" />
|
189 | 192 | <ClInclude Include="..\..\..\source\core\slang-linked-list.h" />
|
190 | 193 | <ClInclude Include="..\..\..\source\core\slang-list.h" />
|
| 194 | + <ClInclude Include="..\..\..\source\core\slang-lz4-compression-system.h" /> |
191 | 195 | <ClInclude Include="..\..\..\source\core\slang-math.h" />
|
192 | 196 | <ClInclude Include="..\..\..\source\core\slang-memory-arena.h" />
|
193 | 197 | <ClInclude Include="..\..\..\source\core\slang-name-convention-util.h" />
|
|
197 | 201 | <ClInclude Include="..\..\..\source\core\slang-process-util.h" />
|
198 | 202 | <ClInclude Include="..\..\..\source\core\slang-random-generator.h" />
|
199 | 203 | <ClInclude Include="..\..\..\source\core\slang-render-api-util.h" />
|
| 204 | + <ClInclude Include="..\..\..\source\core\slang-riff-file-system.h" /> |
200 | 205 | <ClInclude Include="..\..\..\source\core\slang-riff.h" />
|
201 | 206 | <ClInclude Include="..\..\..\source\core\slang-secure-crt.h" />
|
202 | 207 | <ClInclude Include="..\..\..\source\core\slang-semantic-version.h" />
|
|
220 | 225 | <ClInclude Include="..\..\..\source\core\windows\slang-win-visual-studio-util.h" />
|
221 | 226 | </ItemGroup>
|
222 | 227 | <ItemGroup>
|
| 228 | + <ClCompile Include="..\..\..\source\core\slang-archive-file-system.cpp" /> |
223 | 229 | <ClCompile Include="..\..\..\source\core\slang-blob.cpp" />
|
224 | 230 | <ClCompile Include="..\..\..\source\core\slang-byte-encode-util.cpp" />
|
225 | 231 | <ClCompile Include="..\..\..\source\core\slang-char-util.cpp" />
|
| 232 | + <ClCompile Include="..\..\..\source\core\slang-deflate-compression-system.cpp" /> |
226 | 233 | <ClCompile Include="..\..\..\source\core\slang-downstream-compiler.cpp" />
|
227 | 234 | <ClCompile Include="..\..\..\source\core\slang-free-list.cpp" />
|
228 | 235 | <ClCompile Include="..\..\..\source\core\slang-gcc-compiler-util.cpp" />
|
229 | 236 | <ClCompile Include="..\..\..\source\core\slang-hex-dump-util.cpp" />
|
230 | 237 | <ClCompile Include="..\..\..\source\core\slang-io.cpp" />
|
| 238 | + <ClCompile Include="..\..\..\source\core\slang-lz4-compression-system.cpp" /> |
231 | 239 | <ClCompile Include="..\..\..\source\core\slang-memory-arena.cpp" />
|
232 | 240 | <ClCompile Include="..\..\..\source\core\slang-name-convention-util.cpp" />
|
233 | 241 | <ClCompile Include="..\..\..\source\core\slang-nvrtc-compiler.cpp" />
|
234 | 242 | <ClCompile Include="..\..\..\source\core\slang-offset-container.cpp" />
|
235 | 243 | <ClCompile Include="..\..\..\source\core\slang-platform.cpp" />
|
236 | 244 | <ClCompile Include="..\..\..\source\core\slang-random-generator.cpp" />
|
237 | 245 | <ClCompile Include="..\..\..\source\core\slang-render-api-util.cpp" />
|
| 246 | + <ClCompile Include="..\..\..\source\core\slang-riff-file-system.cpp" /> |
238 | 247 | <ClCompile Include="..\..\..\source\core\slang-riff.cpp" />
|
239 | 248 | <ClCompile Include="..\..\..\source\core\slang-semantic-version.cpp" />
|
240 | 249 | <ClCompile Include="..\..\..\source\core\slang-shared-library.cpp" />
|
|
0 commit comments