forked from 0ceal0t/Dalamud-VFXEditor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathVFXEditor.sln
More file actions
49 lines (49 loc) · 2.42 KB
/
VFXEditor.sln
File metadata and controls
49 lines (49 loc) · 2.42 KB
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
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
VFXEditor\VFXEditor.json = VFXEditor\VFXEditor.json
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|x64 = Beta|x64
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F6806E83-137E-47D8-AD35-5E89501570B3}.Beta|x64.ActiveCfg = Beta|x64
{F6806E83-137E-47D8-AD35-5E89501570B3}.Beta|x64.Build.0 = Beta|x64
{F6806E83-137E-47D8-AD35-5E89501570B3}.Debug|x64.ActiveCfg = Debug|x64
{F6806E83-137E-47D8-AD35-5E89501570B3}.Debug|x64.Build.0 = Debug|x64
{F6806E83-137E-47D8-AD35-5E89501570B3}.Release|x64.ActiveCfg = Release|x64
{F6806E83-137E-47D8-AD35-5E89501570B3}.Release|x64.Build.0 = Release|x64
{77895120-9D50-43F0-A908-41B66F47B736}.Beta|x64.ActiveCfg = Release|x64
{77895120-9D50-43F0-A908-41B66F47B736}.Beta|x64.Build.0 = Release|x64
{77895120-9D50-43F0-A908-41B66F47B736}.Debug|x64.ActiveCfg = Release|x64
{77895120-9D50-43F0-A908-41B66F47B736}.Debug|x64.Build.0 = Release|x64
{77895120-9D50-43F0-A908-41B66F47B736}.Release|x64.ActiveCfg = Release|x64
{77895120-9D50-43F0-A908-41B66F47B736}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B17E85B1-5F60-4440-9F9A-3DDE877E8CDF}
EndGlobalSection
EndGlobal