From 03b0fb421f8e3fd851618da0b20cb00c4626c133 Mon Sep 17 00:00:00 2001 From: timchen <365931026@qq.com> Date: Mon, 13 Sep 2021 16:03:24 +0800 Subject: [PATCH] update --- .vscode/settings.json | 56 ++++++++++++++++++++++++++++++++++++ CustomSRP_06_ShadowMasks.sln | 21 ++++++++++++++ 2 files changed, 77 insertions(+) create mode 100644 .vscode/settings.json create mode 100644 CustomSRP_06_ShadowMasks.sln diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..1060b04 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,56 @@ +{ + "files.exclude": + { + "**/.DS_Store":true, + "**/.git":true, + "**/.gitignore":true, + "**/.gitmodules":true, + "**/*.booproj":true, + "**/*.pidb":true, + "**/*.suo":true, + "**/*.user":true, + "**/*.userprefs":true, + "**/*.unityproj":true, + "**/*.dll":true, + "**/*.exe":true, + "**/*.pdf":true, + "**/*.mid":true, + "**/*.midi":true, + "**/*.wav":true, + "**/*.gif":true, + "**/*.ico":true, + "**/*.jpg":true, + "**/*.jpeg":true, + "**/*.png":true, + "**/*.psd":true, + "**/*.tga":true, + "**/*.tif":true, + "**/*.tiff":true, + "**/*.3ds":true, + "**/*.3DS":true, + "**/*.fbx":true, + "**/*.FBX":true, + "**/*.lxo":true, + "**/*.LXO":true, + "**/*.ma":true, + "**/*.MA":true, + "**/*.obj":true, + "**/*.OBJ":true, + "**/*.asset":true, + "**/*.cubemap":true, + "**/*.flare":true, + "**/*.mat":true, + "**/*.meta":true, + "**/*.prefab":true, + "**/*.unity":true, + "build/":true, + "Build/":true, + "Library/":true, + "library/":true, + "obj/":true, + "Obj/":true, + "ProjectSettings/":true, + "temp/":true, + "Temp/":true + } +} \ No newline at end of file diff --git a/CustomSRP_06_ShadowMasks.sln b/CustomSRP_06_ShadowMasks.sln new file mode 100644 index 0000000..5e9740a --- /dev/null +++ b/CustomSRP_06_ShadowMasks.sln @@ -0,0 +1,21 @@ + +Microsoft Visual Studio Solution File, Format Version 11.00 +# Visual Studio 2010 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{3175fd2d-f181-6146-73e6-b2b0cb2e8360}" +EndProject +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-Editor", "Assembly-CSharp-Editor.csproj", "{1b00d2d0-ae7b-edc8-88c8-a29fbb928f9b}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {3175fd2d-f181-6146-73e6-b2b0cb2e8360}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {3175fd2d-f181-6146-73e6-b2b0cb2e8360}.Debug|Any CPU.Build.0 = Debug|Any CPU + {1b00d2d0-ae7b-edc8-88c8-a29fbb928f9b}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {1b00d2d0-ae7b-edc8-88c8-a29fbb928f9b}.Debug|Any CPU.Build.0 = Debug|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal -- GitLab