forked from chummer5a/chummer5a
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Chummer.sln
97 lines (97 loc) · 5.48 KB
/
Chummer.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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26403.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Chummer", "Chummer\Chummer.csproj", "{95279469-5A3E-42E6-993C-6A403586C86E}"
ProjectSection(ProjectDependencies) = postProject
{B65D0252-6BCB-4901-9CA6-856EF785DF8D} = {B65D0252-6BCB-4901-9CA6-856EF785DF8D}
{8C904468-F3A3-4034-B2DE-ED532803AD38} = {8C904468-F3A3-4034-B2DE-ED532803AD38}
{97EFDBA5-9A5A-459E-BEC4-BA7647295675} = {97EFDBA5-9A5A-459E-BEC4-BA7647295675}
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{3BA63651-26F7-43C4-B47A-AEA1E4181434}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
LICENSE.txt = LICENSE.txt
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "CrashHandler", "CrashHandler\CrashHandler.csproj", "{8C904468-F3A3-4034-B2DE-ED532803AD38}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ChummerDataViewer", "ChummerDataViewer\ChummerDataViewer.csproj", "{9951D983-ED70-4F91-A958-8C13F006CB24}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Textblock-Converter", "TextblockConverter\Textblock-Converter.csproj", "{97EFDBA5-9A5A-459E-BEC4-BA7647295675}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Translator", "Translator\Translator.csproj", "{B65D0252-6BCB-4901-9CA6-856EF785DF8D}"
EndProject
Global
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{95279469-5A3E-42E6-993C-6A403586C86E}.Debug|Any CPU.ActiveCfg = Debug|x86
{95279469-5A3E-42E6-993C-6A403586C86E}.Debug|Any CPU.Build.0 = Debug|x86
{95279469-5A3E-42E6-993C-6A403586C86E}.Debug|x86.ActiveCfg = Debug|x86
{95279469-5A3E-42E6-993C-6A403586C86E}.Debug|x86.Build.0 = Debug|x86
{95279469-5A3E-42E6-993C-6A403586C86E}.Release|Any CPU.ActiveCfg = Release|x86
{95279469-5A3E-42E6-993C-6A403586C86E}.Release|Any CPU.Build.0 = Release|x86
{95279469-5A3E-42E6-993C-6A403586C86E}.Release|Any CPU.Deploy.0 = Release|x86
{95279469-5A3E-42E6-993C-6A403586C86E}.Release|x86.ActiveCfg = Release|x86
{95279469-5A3E-42E6-993C-6A403586C86E}.Release|x86.Build.0 = Release|x86
{8C904468-F3A3-4034-B2DE-ED532803AD38}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8C904468-F3A3-4034-B2DE-ED532803AD38}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8C904468-F3A3-4034-B2DE-ED532803AD38}.Debug|x86.ActiveCfg = Debug|Any CPU
{8C904468-F3A3-4034-B2DE-ED532803AD38}.Debug|x86.Build.0 = Debug|Any CPU
{8C904468-F3A3-4034-B2DE-ED532803AD38}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8C904468-F3A3-4034-B2DE-ED532803AD38}.Release|Any CPU.Build.0 = Release|Any CPU
{8C904468-F3A3-4034-B2DE-ED532803AD38}.Release|x86.ActiveCfg = Release|Any CPU
{8C904468-F3A3-4034-B2DE-ED532803AD38}.Release|x86.Build.0 = Release|Any CPU
{9951D983-ED70-4F91-A958-8C13F006CB24}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9951D983-ED70-4F91-A958-8C13F006CB24}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9951D983-ED70-4F91-A958-8C13F006CB24}.Debug|x86.ActiveCfg = Debug|Any CPU
{9951D983-ED70-4F91-A958-8C13F006CB24}.Debug|x86.Build.0 = Debug|Any CPU
{9951D983-ED70-4F91-A958-8C13F006CB24}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9951D983-ED70-4F91-A958-8C13F006CB24}.Release|Any CPU.Build.0 = Release|Any CPU
{9951D983-ED70-4F91-A958-8C13F006CB24}.Release|x86.ActiveCfg = Release|Any CPU
{9951D983-ED70-4F91-A958-8C13F006CB24}.Release|x86.Build.0 = Release|Any CPU
{97EFDBA5-9A5A-459E-BEC4-BA7647295675}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97EFDBA5-9A5A-459E-BEC4-BA7647295675}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97EFDBA5-9A5A-459E-BEC4-BA7647295675}.Debug|x86.ActiveCfg = Debug|Any CPU
{97EFDBA5-9A5A-459E-BEC4-BA7647295675}.Debug|x86.Build.0 = Debug|Any CPU
{97EFDBA5-9A5A-459E-BEC4-BA7647295675}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97EFDBA5-9A5A-459E-BEC4-BA7647295675}.Release|Any CPU.Build.0 = Release|Any CPU
{97EFDBA5-9A5A-459E-BEC4-BA7647295675}.Release|x86.ActiveCfg = Release|Any CPU
{97EFDBA5-9A5A-459E-BEC4-BA7647295675}.Release|x86.Build.0 = Release|Any CPU
{B65D0252-6BCB-4901-9CA6-856EF785DF8D}.Debug|Any CPU.ActiveCfg = Debug|x86
{B65D0252-6BCB-4901-9CA6-856EF785DF8D}.Debug|Any CPU.Build.0 = Debug|x86
{B65D0252-6BCB-4901-9CA6-856EF785DF8D}.Debug|x86.ActiveCfg = Debug|x86
{B65D0252-6BCB-4901-9CA6-856EF785DF8D}.Debug|x86.Build.0 = Debug|x86
{B65D0252-6BCB-4901-9CA6-856EF785DF8D}.Release|Any CPU.ActiveCfg = Release|x86
{B65D0252-6BCB-4901-9CA6-856EF785DF8D}.Release|x86.ActiveCfg = Release|x86
{B65D0252-6BCB-4901-9CA6-856EF785DF8D}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
GlobalSection(Performance) = preSolution
HasPerformanceSessions = true
EndGlobalSection
EndGlobal