This repository has been archived by the owner on Nov 9, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
QwQ.sln
49 lines (49 loc) · 2.57 KB
/
QwQ.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31912.275
MinimumVisualStudioVersion = 10.0.40219.1
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "QwQ", "QwQ\QwQ.fsproj", "{55F95C79-9282-4D10-9AC7-51519D5598A9}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "QwQ.Test", "QwQ.Test\QwQ.Test.fsproj", "{DAAA582F-D96C-416C-B95E-835280A82143}"
EndProject
Project("{6EC3EE1D-3C4E-46DD-8F32-0CC8E7565705}") = "QwQ.Console", "QwQ.Console\QwQ.Console.fsproj", "{F7C89BC7-18CB-4E3E-A3B9-0DED4448BB69}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{9C54339B-162F-48F6-847A-94310054B0F6}"
ProjectSection(SolutionItems) = preProject
FullTest.fsx = FullTest.fsx
README.md = README.md
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Github Action", "Github Action", "{ED39D56E-BC20-472F-84C6-F44EBA85C32E}"
ProjectSection(SolutionItems) = preProject
.github\workflows\build.yml = .github\workflows\build.yml
.github\workflows\full-test.yml = .github\workflows\full-test.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{55F95C79-9282-4D10-9AC7-51519D5598A9}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{55F95C79-9282-4D10-9AC7-51519D5598A9}.Debug|Any CPU.Build.0 = Debug|Any CPU
{55F95C79-9282-4D10-9AC7-51519D5598A9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{55F95C79-9282-4D10-9AC7-51519D5598A9}.Release|Any CPU.Build.0 = Release|Any CPU
{DAAA582F-D96C-416C-B95E-835280A82143}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DAAA582F-D96C-416C-B95E-835280A82143}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DAAA582F-D96C-416C-B95E-835280A82143}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DAAA582F-D96C-416C-B95E-835280A82143}.Release|Any CPU.Build.0 = Release|Any CPU
{F7C89BC7-18CB-4E3E-A3B9-0DED4448BB69}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7C89BC7-18CB-4E3E-A3B9-0DED4448BB69}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7C89BC7-18CB-4E3E-A3B9-0DED4448BB69}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7C89BC7-18CB-4E3E-A3B9-0DED4448BB69}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {97A99A1B-E502-4888-84EA-48F8F4C08558}
EndGlobalSection
EndGlobal