-
-
Notifications
You must be signed in to change notification settings - Fork 7
/
RuntimeCompiler.vcxproj.filters
54 lines (54 loc) · 3.12 KB
/
RuntimeCompiler.vcxproj.filters
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup>
<ClCompile Include="RuntimeCompiledCPlusPlus\Aurora\RuntimeCompiler\FileChangeNotifier.cpp" />
<ClCompile Include="RuntimeCompiledCPlusPlus\Aurora\RuntimeCompiler\BuildTool.cpp" />
<ClCompile Include="RuntimeCompiledCPlusPlus\Aurora\RuntimeCompiler\Compiler_PlatformWindows.cpp" />
<ClCompile Include="RuntimeCompiledCPlusPlus\Aurora\RuntimeCompiler\SimpleFileWatcher\FileWatcher.cpp">
<Filter>SimpleFileWatcher</Filter>
</ClCompile>
<ClCompile Include="RuntimeCompiledCPlusPlus\Aurora\RuntimeCompiler\SimpleFileWatcher\FileWatcherWin32.cpp">
<Filter>SimpleFileWatcher</Filter>
</ClCompile>
<ClCompile Include="RuntimeCompiledCPlusPlus\Aurora\RuntimeCompiler\Compiler_PlatformPosix.cpp" />
<ClCompile Include="RuntimeCompiledCPlusPlus\Aurora\RuntimeCompiler\SimpleFileWatcher\FileWatcherLinux.cpp">
<Filter>SimpleFileWatcher</Filter>
</ClCompile>
<ClCompile Include="RuntimeCompiledCPlusPlus\Aurora\RuntimeCompiler\SimpleFileWatcher\FileWatcherOSX.cpp">
<Filter>SimpleFileWatcher</Filter>
</ClCompile>
</ItemGroup>
<ItemGroup>
<ClInclude Include="RuntimeCompiledCPlusPlus\Aurora\RuntimeCompiler\FileChangeNotifier.h" />
<ClInclude Include="RuntimeCompiledCPlusPlus\Aurora\RuntimeCompiler\BuildTool.h" />
<ClInclude Include="RuntimeCompiledCPlusPlus\Aurora\RuntimeCompiler\Compiler.h" />
<ClInclude Include="RuntimeCompiledCPlusPlus\Aurora\RuntimeCompiler\IFileChangeNotifier.h" />
<ClInclude Include="RuntimeCompiledCPlusPlus\Aurora\RuntimeCompiler\ICompilerLogger.h" />
<ClInclude Include="RuntimeCompiledCPlusPlus\Aurora\RuntimeCompiler\SimpleFileWatcher\FileWatcher.h">
<Filter>SimpleFileWatcher</Filter>
</ClInclude>
<ClInclude Include="RuntimeCompiledCPlusPlus\Aurora\RuntimeCompiler\SimpleFileWatcher\FileWatcherImpl.h">
<Filter>SimpleFileWatcher</Filter>
</ClInclude>
<ClInclude Include="RuntimeCompiledCPlusPlus\Aurora\RuntimeCompiler\SimpleFileWatcher\FileWatcherWin32.h">
<Filter>SimpleFileWatcher</Filter>
</ClInclude>
<ClInclude Include="RuntimeCompiledCPlusPlus\Aurora\RuntimeCompiler\FileSystemUtils.h" />
<ClInclude Include="RuntimeCompiledCPlusPlus\Aurora\RuntimeCompiler\SimpleFileWatcher\FileWatcherWin32_AltImpl.h">
<Filter>SimpleFileWatcher</Filter>
</ClInclude>
<ClInclude Include="RuntimeCompiledCPlusPlus\Aurora\RuntimeCompiler\CompileOptions.h" />
<ClInclude Include="RuntimeCompiledCPlusPlus\Aurora\RuntimeCompiler\SimpleFileWatcher\FileWatcherLinux.h">
<Filter>SimpleFileWatcher</Filter>
</ClInclude>
<ClInclude Include="RuntimeCompiledCPlusPlus\Aurora\RuntimeCompiler\SimpleFileWatcher\FileWatcherOSX.h">
<Filter>SimpleFileWatcher</Filter>
</ClInclude>
<ClInclude Include="RuntimeCompiledCPlusPlus\Aurora\RuntimeCompiler\AUArray.h" />
</ItemGroup>
<ItemGroup>
<Filter Include="SimpleFileWatcher">
<UniqueIdentifier>{0baef244-e3d1-4bf8-b037-fb5e814ef3d4}</UniqueIdentifier>
</Filter>
</ItemGroup>
</Project>