This repository has been archived by the owner on Sep 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathTexToolsModExtractor.sln
54 lines (54 loc) · 3.31 KB
/
TexToolsModExtractor.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
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TexToolsModExtractor", "Extractor\TexToolsModExtractor.csproj", "{7FDE1E17-B329-49E4-8A88-EB9F77843AD9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TextoolsModExtractorCli", "ModExtractorCli\TextoolsModExtractorCli.csproj", "{32E93771-FCD6-40F0-811D-702B12FBAA0D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{1F23DFCD-0FF9-4A07-84FC-35C37E4B409E}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TexToolsModExtractorGUI", "TexToolsModExtractorGUI\TexToolsModExtractorGUI.csproj", "{97822B24-B8DB-44EC-9FB6-9C48752CE084}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FfxivResourceConverter", "FfxivResourceConverter\FfxivResourceConverter.csproj", "{03E84965-DF49-4CF3-80AC-B8FDE01B45EF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XivToolsWpf", "libs\XivToolsWpf\XivToolsWpf.csproj", "{14544873-18A9-4F51-9D25-B4DB74F683C5}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{7FDE1E17-B329-49E4-8A88-EB9F77843AD9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7FDE1E17-B329-49E4-8A88-EB9F77843AD9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7FDE1E17-B329-49E4-8A88-EB9F77843AD9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{7FDE1E17-B329-49E4-8A88-EB9F77843AD9}.Release|Any CPU.Build.0 = Release|Any CPU
{32E93771-FCD6-40F0-811D-702B12FBAA0D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{32E93771-FCD6-40F0-811D-702B12FBAA0D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{32E93771-FCD6-40F0-811D-702B12FBAA0D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{32E93771-FCD6-40F0-811D-702B12FBAA0D}.Release|Any CPU.Build.0 = Release|Any CPU
{97822B24-B8DB-44EC-9FB6-9C48752CE084}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97822B24-B8DB-44EC-9FB6-9C48752CE084}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97822B24-B8DB-44EC-9FB6-9C48752CE084}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97822B24-B8DB-44EC-9FB6-9C48752CE084}.Release|Any CPU.Build.0 = Release|Any CPU
{03E84965-DF49-4CF3-80AC-B8FDE01B45EF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{03E84965-DF49-4CF3-80AC-B8FDE01B45EF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{03E84965-DF49-4CF3-80AC-B8FDE01B45EF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{03E84965-DF49-4CF3-80AC-B8FDE01B45EF}.Release|Any CPU.Build.0 = Release|Any CPU
{14544873-18A9-4F51-9D25-B4DB74F683C5}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{14544873-18A9-4F51-9D25-B4DB74F683C5}.Debug|Any CPU.Build.0 = Debug|Any CPU
{14544873-18A9-4F51-9D25-B4DB74F683C5}.Release|Any CPU.ActiveCfg = Release|Any CPU
{14544873-18A9-4F51-9D25-B4DB74F683C5}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {68DF1955-2464-4D5F-8476-1533521FBD47}
EndGlobalSection
EndGlobal