-
Notifications
You must be signed in to change notification settings - Fork 25
/
VFXEditor.sln
48 lines (48 loc) · 2.48 KB
/
VFXEditor.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31521.260
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F89C9EAE-25C8-43BE-8108-5921E5A93502}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
.github\workflows\release.yml = .github\workflows\release.yml
repo.json = repo.json
scripts\reslog_common_files.py = scripts\reslog_common_files.py
scripts\reslog_process.py = scripts\reslog_process.py
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "VFXEditor", "VFXEditor\VFXEditor.csproj", "{F6806E83-137E-47D8-AD35-5E89501570B3}"
ProjectSection(ProjectDependencies) = postProject
{77895120-9D50-43F0-A908-41B66F47B736} = {77895120-9D50-43F0-A908-41B66F47B736}
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Penumbra.String", "Penumbra.String\Penumbra.String.csproj", "{77895120-9D50-43F0-A908-41B66F47B736}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Beta|Any CPU = Beta|Any CPU
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F6806E83-137E-47D8-AD35-5E89501570B3}.Beta|Any CPU.ActiveCfg = Beta|Any CPU
{F6806E83-137E-47D8-AD35-5E89501570B3}.Beta|Any CPU.Build.0 = Beta|Any CPU
{F6806E83-137E-47D8-AD35-5E89501570B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F6806E83-137E-47D8-AD35-5E89501570B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F6806E83-137E-47D8-AD35-5E89501570B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F6806E83-137E-47D8-AD35-5E89501570B3}.Release|Any CPU.Build.0 = Release|Any CPU
{77895120-9D50-43F0-A908-41B66F47B736}.Beta|Any CPU.ActiveCfg = Release|Any CPU
{77895120-9D50-43F0-A908-41B66F47B736}.Beta|Any CPU.Build.0 = Release|Any CPU
{77895120-9D50-43F0-A908-41B66F47B736}.Debug|Any CPU.ActiveCfg = Release|Any CPU
{77895120-9D50-43F0-A908-41B66F47B736}.Debug|Any CPU.Build.0 = Release|Any CPU
{77895120-9D50-43F0-A908-41B66F47B736}.Release|Any CPU.ActiveCfg = Release|Any CPU
{77895120-9D50-43F0-A908-41B66F47B736}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B17E85B1-5F60-4440-9F9A-3DDE877E8CDF}
EndGlobalSection
EndGlobal