-
Notifications
You must be signed in to change notification settings - Fork 2
/
Aiursoft.Dotlang.sln
53 lines (53 loc) · 3.29 KB
/
Aiursoft.Dotlang.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
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}") = "Aiursoft.Dotlang", "src\Aiursoft.Dotlang\Aiursoft.Dotlang.csproj", "{F51C9750-5940-4EDF-9A7B-5E417F604484}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aiursoft.Dotlang.BingTranslate", "src\Aiursoft.Dotlang.BingTranslate\Aiursoft.Dotlang.BingTranslate.csproj", "{D597828F-B939-4C2E-A4A0-7A0B9335D192}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{E143FC92-6B31-4915-8409-BD6A7AB56083}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{816BD1AD-7C14-40C1-A3F1-87D7D31AEE62}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Aiursoft.Dotlang.Tests", "tests\Aiursoft.Dotlang.Tests\Aiursoft.Dotlang.Tests.csproj", "{865E6D58-5EF0-4F58-B1ED-CB85B1F9A127}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Aiursoft.Dotlang.GptTranslate", "src\Aiursoft.Dotlang.GptTranslate\Aiursoft.Dotlang.GptTranslate.csproj", "{F3BA406A-58E4-4BB1-8ABD-BFDC38DF4C7C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F51C9750-5940-4EDF-9A7B-5E417F604484}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F51C9750-5940-4EDF-9A7B-5E417F604484}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F51C9750-5940-4EDF-9A7B-5E417F604484}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F51C9750-5940-4EDF-9A7B-5E417F604484}.Release|Any CPU.Build.0 = Release|Any CPU
{D597828F-B939-4C2E-A4A0-7A0B9335D192}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D597828F-B939-4C2E-A4A0-7A0B9335D192}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D597828F-B939-4C2E-A4A0-7A0B9335D192}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D597828F-B939-4C2E-A4A0-7A0B9335D192}.Release|Any CPU.Build.0 = Release|Any CPU
{865E6D58-5EF0-4F58-B1ED-CB85B1F9A127}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{865E6D58-5EF0-4F58-B1ED-CB85B1F9A127}.Debug|Any CPU.Build.0 = Debug|Any CPU
{865E6D58-5EF0-4F58-B1ED-CB85B1F9A127}.Release|Any CPU.ActiveCfg = Release|Any CPU
{865E6D58-5EF0-4F58-B1ED-CB85B1F9A127}.Release|Any CPU.Build.0 = Release|Any CPU
{F3BA406A-58E4-4BB1-8ABD-BFDC38DF4C7C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F3BA406A-58E4-4BB1-8ABD-BFDC38DF4C7C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F3BA406A-58E4-4BB1-8ABD-BFDC38DF4C7C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F3BA406A-58E4-4BB1-8ABD-BFDC38DF4C7C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(NestedProjects) = preSolution
{F51C9750-5940-4EDF-9A7B-5E417F604484} = {E143FC92-6B31-4915-8409-BD6A7AB56083}
{D597828F-B939-4C2E-A4A0-7A0B9335D192} = {E143FC92-6B31-4915-8409-BD6A7AB56083}
{865E6D58-5EF0-4F58-B1ED-CB85B1F9A127} = {816BD1AD-7C14-40C1-A3F1-87D7D31AEE62}
{F3BA406A-58E4-4BB1-8ABD-BFDC38DF4C7C} = {E143FC92-6B31-4915-8409-BD6A7AB56083}
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {CA90704F-CCC5-41D6-B392-FC3174961D0E}
EndGlobalSection
EndGlobal