forked from TheRealMJP/DeferredTexturing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.sublime-project
29 lines (29 loc) · 1.2 KB
/
project.sublime-project
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
{
"folders":
[
{
"path": "/",
"name": "Local",
"file_exclude_patterns": ["*.sln", "*.vcxproj", "*.filters", "*.rc", "*.props", "*.user", "*.opensdf", "*.ico"],
"folder_exclude_patterns": ["Debug", "Release", "bin", "obj", "Properties", "ipch", "x64", "ShaderCache", ".vs"]
},
{
"path": "../SampleFramework12/v1.01/",
"name": "SampleFramework",
"file_exclude_patterns": ["*.sln", "*.vcxproj", "*.filters", "*.rc", "*.props", "*.user", "*.opensdf", "*.ico"],
"folder_exclude_patterns": ["Debug", "Release", "bin", "obj", "Properties", "ipch", "x64", ".vs"]
},
{
"path": "../Externals/",
"name": "Externals",
"file_exclude_patterns": ["*.sln", "*.vcxproj", "*.filters", "*.rc", "*.props", "*.user", "*.opensdf", "*.ico", "*.lib", "*.dll", "*.pdb"],
"folder_exclude_patterns": ["Debug", "Release", "x64", "obj", "Properties", "ipch", "x64", "Lib*", "bin"]
}
],
"settings":
{
"tab_size": 4,
"translate_tabs_to_spaces": true,
"trim_trailing_white_space_on_save": true
}
}