-
Notifications
You must be signed in to change notification settings - Fork 1
/
SentenceTransformers.sln
48 lines (48 loc) · 2.91 KB
/
SentenceTransformers.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.6.33417.168
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SentenceTransformers.MiniLM", "SentenceTransformers.MiniLM\SentenceTransformers.MiniLM.csproj", "{97C4A1E2-C923-4A45-B922-8EA265C70706}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SentenceTransformers.Test", "SentenceTransformers.Test\SentenceTransformers.Test.csproj", "{4902461B-8ED8-4EE6-9FD3-2F3DF6E170D2}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SentenceTransformers.ArcticXs", "SentenceTransformers.ArcticXs\SentenceTransformers.ArcticXs.csproj", "{D7F8195C-70DD-4A5B-B650-85C9EB3B6C56}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "SentenceTransformers", "SentenceTransformers\SentenceTransformers.csproj", "{FD1F6D8B-7601-4D41-963C-E55DD74F26E0}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "devops", "devops", "{071F2575-918B-4BB8-B732-6E9DB46EC013}"
ProjectSection(SolutionItems) = preProject
.devops\azure-pipelines.yml = .devops\azure-pipelines.yml
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{97C4A1E2-C923-4A45-B922-8EA265C70706}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{97C4A1E2-C923-4A45-B922-8EA265C70706}.Debug|Any CPU.Build.0 = Debug|Any CPU
{97C4A1E2-C923-4A45-B922-8EA265C70706}.Release|Any CPU.ActiveCfg = Release|Any CPU
{97C4A1E2-C923-4A45-B922-8EA265C70706}.Release|Any CPU.Build.0 = Release|Any CPU
{4902461B-8ED8-4EE6-9FD3-2F3DF6E170D2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4902461B-8ED8-4EE6-9FD3-2F3DF6E170D2}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4902461B-8ED8-4EE6-9FD3-2F3DF6E170D2}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4902461B-8ED8-4EE6-9FD3-2F3DF6E170D2}.Release|Any CPU.Build.0 = Release|Any CPU
{D7F8195C-70DD-4A5B-B650-85C9EB3B6C56}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D7F8195C-70DD-4A5B-B650-85C9EB3B6C56}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D7F8195C-70DD-4A5B-B650-85C9EB3B6C56}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D7F8195C-70DD-4A5B-B650-85C9EB3B6C56}.Release|Any CPU.Build.0 = Release|Any CPU
{FD1F6D8B-7601-4D41-963C-E55DD74F26E0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FD1F6D8B-7601-4D41-963C-E55DD74F26E0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FD1F6D8B-7601-4D41-963C-E55DD74F26E0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FD1F6D8B-7601-4D41-963C-E55DD74F26E0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A274C4EB-E10E-4455-A5F5-F3C01A0929DC}
EndGlobalSection
EndGlobal