-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTeeSharp.sln
More file actions
50 lines (50 loc) · 2.47 KB
/
Copy pathTeeSharp.sln
File metadata and controls
50 lines (50 loc) · 2.47 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.8.34309.116
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "BuildItems", "BuildItems", "{F21E7E19-E406-4258-9A70-E0786ED06076}"
ProjectSection(SolutionItems) = preProject
BuildItems\AssemblyInfo.Build.props = BuildItems\AssemblyInfo.Build.props
BuildItems\NativeAOT.Build.props = BuildItems\NativeAOT.Build.props
BuildItems\WriteAssemblyInfo.Build.targets = BuildItems\WriteAssemblyInfo.Build.targets
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Configurations", "Configurations", "{2C237306-5491-48A9-8A6D-7D1AF313FEE6}"
ProjectSection(SolutionItems) = preProject
.gitattributes = .gitattributes
.gitignore = .gitignore
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "RepositoryItems", "RepositoryItems", "{DD146837-A0BC-4AEA-94C0-8E5C5DB1B896}"
ProjectSection(SolutionItems) = preProject
LICENSE.txt = LICENSE.txt
README.md = README.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "TeeCSharp", "TeeCSharp\TeeCSharp.csproj", "{C2A3616E-A5DD-4C01-A4AB-F4E49EA65D0B}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "TeeFSharp", "TeeFSharp\TeeFSharp.fsproj", "{64871ED2-F0AA-4978-9568-16787694B39B}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C2A3616E-A5DD-4C01-A4AB-F4E49EA65D0B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C2A3616E-A5DD-4C01-A4AB-F4E49EA65D0B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C2A3616E-A5DD-4C01-A4AB-F4E49EA65D0B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C2A3616E-A5DD-4C01-A4AB-F4E49EA65D0B}.Release|Any CPU.Build.0 = Release|Any CPU
{64871ED2-F0AA-4978-9568-16787694B39B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{64871ED2-F0AA-4978-9568-16787694B39B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{64871ED2-F0AA-4978-9568-16787694B39B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{64871ED2-F0AA-4978-9568-16787694B39B}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {1D96F213-DCF8-4524-BE66-A41E1D85AB43}
EndGlobalSection
EndGlobal