-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathKOTORModSync.sln
58 lines (58 loc) · 3.25 KB
/
KOTORModSync.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
55
56
57
58
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.5.33627.172
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KOTORModSync.Core", "KOTORModSync.Core\KOTORModSync.Core.csproj", "{33369F03-7C1D-4D53-A82B-FB82EF06BCEB}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9F65FCCE-2210-4FAA-9D60-362FCD21A8BE}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
Info.plist = Info.plist
testenvironments.json = testenvironments.json
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KOTORModSync", "KOTORModSync.GUI\KOTORModSync.csproj", "{E3B5CB94-DA74-4F77-B769-B9D872495916}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "KOTORModSync.Tests", "KOTORModSync.Tests\KOTORModSync.Tests.csproj", "{52B21526-2B8D-43BE-90DD-2A54FF631825}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
Release|x64 = Release|x64
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{33369F03-7C1D-4D53-A82B-FB82EF06BCEB}.Debug|x64.ActiveCfg = Debug|Any CPU
{33369F03-7C1D-4D53-A82B-FB82EF06BCEB}.Debug|x64.Build.0 = Debug|Any CPU
{33369F03-7C1D-4D53-A82B-FB82EF06BCEB}.Debug|x86.ActiveCfg = Debug|Any CPU
{33369F03-7C1D-4D53-A82B-FB82EF06BCEB}.Debug|x86.Build.0 = Debug|Any CPU
{33369F03-7C1D-4D53-A82B-FB82EF06BCEB}.Release|x64.ActiveCfg = Release|Any CPU
{33369F03-7C1D-4D53-A82B-FB82EF06BCEB}.Release|x64.Build.0 = Release|Any CPU
{33369F03-7C1D-4D53-A82B-FB82EF06BCEB}.Release|x86.ActiveCfg = Release|Any CPU
{33369F03-7C1D-4D53-A82B-FB82EF06BCEB}.Release|x86.Build.0 = Release|Any CPU
{E3B5CB94-DA74-4F77-B769-B9D872495916}.Debug|x64.ActiveCfg = Debug|x64
{E3B5CB94-DA74-4F77-B769-B9D872495916}.Debug|x64.Build.0 = Debug|x64
{E3B5CB94-DA74-4F77-B769-B9D872495916}.Debug|x86.ActiveCfg = Debug|x86
{E3B5CB94-DA74-4F77-B769-B9D872495916}.Debug|x86.Build.0 = Debug|x86
{E3B5CB94-DA74-4F77-B769-B9D872495916}.Release|x64.ActiveCfg = Release|x64
{E3B5CB94-DA74-4F77-B769-B9D872495916}.Release|x64.Build.0 = Release|x64
{E3B5CB94-DA74-4F77-B769-B9D872495916}.Release|x86.ActiveCfg = Release|x86
{E3B5CB94-DA74-4F77-B769-B9D872495916}.Release|x86.Build.0 = Release|x86
{52B21526-2B8D-43BE-90DD-2A54FF631825}.Debug|x64.ActiveCfg = Debug|Any CPU
{52B21526-2B8D-43BE-90DD-2A54FF631825}.Debug|x64.Build.0 = Debug|Any CPU
{52B21526-2B8D-43BE-90DD-2A54FF631825}.Debug|x86.ActiveCfg = Debug|Any CPU
{52B21526-2B8D-43BE-90DD-2A54FF631825}.Debug|x86.Build.0 = Debug|Any CPU
{52B21526-2B8D-43BE-90DD-2A54FF631825}.Release|x64.ActiveCfg = Release|Any CPU
{52B21526-2B8D-43BE-90DD-2A54FF631825}.Release|x64.Build.0 = Release|Any CPU
{52B21526-2B8D-43BE-90DD-2A54FF631825}.Release|x86.ActiveCfg = Release|Any CPU
{52B21526-2B8D-43BE-90DD-2A54FF631825}.Release|x86.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {72450C1B-C7A8-4725-A228-6DCCF279B7CA}
EndGlobalSection
EndGlobal