-
Notifications
You must be signed in to change notification settings - Fork 1
/
ShiroiFX.sln
52 lines (52 loc) · 3.05 KB
/
ShiroiFX.sln
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
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShiroiFX", "ShiroiFX\ShiroiFX.csproj", "{E8DD6165-9A33-49C7-B864-F3D64DBFB8B6}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ShiroiFX-Libraries", "ShiroiFX-Libraries", "{849D2E2F-F837-479C-952E-DFE11C68A393}"
ProjectSection(SolutionItems) = preProject
ShiroiFX-Libraries\UnityEngine.dll = ShiroiFX-Libraries\UnityEngine.dll
ShiroiFX-Libraries\UnityEngine.dll.mdb = ShiroiFX-Libraries\UnityEngine.dll.mdb
ShiroiFX-Libraries\UnityEngine.xml = ShiroiFX-Libraries\UnityEngine.xml
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ShiroiFX-Root", "ShiroiFX-Root", "{06519262-479C-4C7C-A2DB-65C5A1BC4A12}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
README.md = README.md
Lunari.Shiroi.FX.props = Lunari.Shiroi.FX.props
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "ShiroiFX-Assets", "ShiroiFX-Assets", "{E9BC1A6D-4CEE-4C84-85A3-FE49F5FB83E3}"
ProjectSection(SolutionItems) = preProject
ShiroiFX-Assets\Logo.png = ShiroiFX-Assets\Logo.png
ShiroiFX-Editor\Icons\AudioIcon.png = ShiroiFX-Editor\Icons\AudioIcon.png
ShiroiFX-Editor\Icons\ListIcon.png = ShiroiFX-Editor\Icons\ListIcon.png
ShiroiFX-Editor\Icons\ShakeIcon.png = ShiroiFX-Editor\Icons\ShakeIcon.png
ShiroiFX-Editor\Icons\TimeIcon.png = ShiroiFX-Editor\Icons\TimeIcon.png
ShiroiFX-Editor\Icons\FOVIcon.png = ShiroiFX-Editor\Icons\FOVIcon.png
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShiroiFX-Examples", "ShiroiFX-Examples\ShiroiFX-Examples.csproj", "{260FD352-D0C6-4AAF-8EC9-530EFAD62E69}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ShiroiFX-Editor", "ShiroiFX-Editor\ShiroiFX-Editor.csproj", "{2730FB94-C4A7-46AD-89E4-ABA9E19429F7}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E8DD6165-9A33-49C7-B864-F3D64DBFB8B6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{E8DD6165-9A33-49C7-B864-F3D64DBFB8B6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{E8DD6165-9A33-49C7-B864-F3D64DBFB8B6}.Release|Any CPU.ActiveCfg = Release|Any CPU
{E8DD6165-9A33-49C7-B864-F3D64DBFB8B6}.Release|Any CPU.Build.0 = Release|Any CPU
{260FD352-D0C6-4AAF-8EC9-530EFAD62E69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{260FD352-D0C6-4AAF-8EC9-530EFAD62E69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{260FD352-D0C6-4AAF-8EC9-530EFAD62E69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{260FD352-D0C6-4AAF-8EC9-530EFAD62E69}.Release|Any CPU.Build.0 = Release|Any CPU
{2730FB94-C4A7-46AD-89E4-ABA9E19429F7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2730FB94-C4A7-46AD-89E4-ABA9E19429F7}.Release|Any CPU.Build.0 = Release|Any CPU
{2730FB94-C4A7-46AD-89E4-ABA9E19429F7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2730FB94-C4A7-46AD-89E4-ABA9E19429F7}.Debug|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
EndGlobal