-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathXIVEVENT.sln
48 lines (48 loc) · 2.5 KB
/
XIVEVENT.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 16
VisualStudioVersion = 16.0.31321.278
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XIVEVENT", "XIVEVENT\XIVEVENT.csproj", "{F916D410-A580-467A-AD0F-300DFBCF6AF4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XIVEVENT.Launcher", "XIVEVENT.Launcher\XIVEVENT.Launcher.csproj", "{7C590F7B-2A0A-4156-8841-FFB079FC0F6C}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{BB3F9194-2E94-4DAC-956F-DC415D2A9748}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitattributes = .gitattributes
.gitignore = .gitignore
FixLineEndings.bat = FixLineEndings.bat
LICENSE.md = LICENSE.md
PublishRelease.bat = PublishRelease.bat
RenameSymbolsToPackage.ps1 = RenameSymbolsToPackage.ps1
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sharlayan", "..\sharlayan\Sharlayan\Sharlayan.csproj", "{8BFC4FC1-4E6F-4472-BFFD-2F73F2E0E5B3}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F916D410-A580-467A-AD0F-300DFBCF6AF4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F916D410-A580-467A-AD0F-300DFBCF6AF4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F916D410-A580-467A-AD0F-300DFBCF6AF4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F916D410-A580-467A-AD0F-300DFBCF6AF4}.Release|Any CPU.Build.0 = Release|Any CPU
{7C590F7B-2A0A-4156-8841-FFB079FC0F6C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7C590F7B-2A0A-4156-8841-FFB079FC0F6C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7C590F7B-2A0A-4156-8841-FFB079FC0F6C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7C590F7B-2A0A-4156-8841-FFB079FC0F6C}.Release|Any CPU.Build.0 = Release|Any CPU
{8BFC4FC1-4E6F-4472-BFFD-2F73F2E0E5B3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8BFC4FC1-4E6F-4472-BFFD-2F73F2E0E5B3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8BFC4FC1-4E6F-4472-BFFD-2F73F2E0E5B3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8BFC4FC1-4E6F-4472-BFFD-2F73F2E0E5B3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5D41B9BB-0A38-4FAB-849B-1FD814699B15}
EndGlobalSection
EndGlobal