-
Notifications
You must be signed in to change notification settings - Fork 0
/
ProfHeat.sln
66 lines (66 loc) · 3.64 KB
/
ProfHeat.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{C59702C6-6A94-4479-B3A3-6206E0284AB5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProfHeat.Core", "src\ProfHeat.Core\ProfHeat.Core.csproj", "{C9F1AA1D-7E62-4825-9260-D5DC43BFE3F0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{ADCB7536-7DB9-4B9B-9B17-363EFBF13FC1}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProfHeat.Core.Tests", "tests\ProfHeat.Core.Tests\ProfHeat.Core.Tests.csproj", "{1A88B9B5-4A04-4F71-8ADB-0ABB5D2DBEB4}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProfHeat.AUI", "src\ProfHeat.AUI\ProfHeat.AUI.csproj", "{D3C6FE5E-CEF1-4A30-8F3B-1E20FC18E273}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ProfHeat.AUI.Tests", "tests\ProfHeat.AUI.Tests\ProfHeat.AUI.Tests.csproj", "{5664AC86-5CC9-46FA-ABAC-653AA323323D}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{E9DF8A9F-468A-43A8-8074-5068082EA682}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
.gitignore = .gitignore
CODE_OF_CONDUCT.md = CODE_OF_CONDUCT.md
Directory.Build.props = Directory.Build.props
global.json = global.json
LICENSE = LICENSE
NOTICE = NOTICE
OpenCode.vbs = OpenCode.vbs
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C9F1AA1D-7E62-4825-9260-D5DC43BFE3F0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C9F1AA1D-7E62-4825-9260-D5DC43BFE3F0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C9F1AA1D-7E62-4825-9260-D5DC43BFE3F0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C9F1AA1D-7E62-4825-9260-D5DC43BFE3F0}.Release|Any CPU.Build.0 = Release|Any CPU
{1A88B9B5-4A04-4F71-8ADB-0ABB5D2DBEB4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1A88B9B5-4A04-4F71-8ADB-0ABB5D2DBEB4}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1A88B9B5-4A04-4F71-8ADB-0ABB5D2DBEB4}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1A88B9B5-4A04-4F71-8ADB-0ABB5D2DBEB4}.Release|Any CPU.Build.0 = Release|Any CPU
{D3C6FE5E-CEF1-4A30-8F3B-1E20FC18E273}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3C6FE5E-CEF1-4A30-8F3B-1E20FC18E273}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3C6FE5E-CEF1-4A30-8F3B-1E20FC18E273}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3C6FE5E-CEF1-4A30-8F3B-1E20FC18E273}.Release|Any CPU.Build.0 = Release|Any CPU
{5664AC86-5CC9-46FA-ABAC-653AA323323D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{5664AC86-5CC9-46FA-ABAC-653AA323323D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{5664AC86-5CC9-46FA-ABAC-653AA323323D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{5664AC86-5CC9-46FA-ABAC-653AA323323D}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{C9F1AA1D-7E62-4825-9260-D5DC43BFE3F0} = {C59702C6-6A94-4479-B3A3-6206E0284AB5}
{1A88B9B5-4A04-4F71-8ADB-0ABB5D2DBEB4} = {ADCB7536-7DB9-4B9B-9B17-363EFBF13FC1}
{D3C6FE5E-CEF1-4A30-8F3B-1E20FC18E273} = {C59702C6-6A94-4479-B3A3-6206E0284AB5}
{5664AC86-5CC9-46FA-ABAC-653AA323323D} = {ADCB7536-7DB9-4B9B-9B17-363EFBF13FC1}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DE9BDBD1-12F9-4D20-9699-9B3ED3F4AA9B}
EndGlobalSection
EndGlobal