-
Notifications
You must be signed in to change notification settings - Fork 10
/
FastText.NetWrapper.sln
37 lines (37 loc) · 1.98 KB
/
FastText.NetWrapper.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.28922.388
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "FastText.NetWrapper", "FastText.NetWrapper\FastText.NetWrapper.csproj", "{E9BCD9F6-D9D9-4F12-B440-6B65585106B0}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{3FA348A3-6438-4E0D-A80C-19C6FD82A5BC}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ConsoleTest", "ConsoleTest\ConsoleTest.csproj", "{8C2DFE2B-9DCE-4236-B933-0D46ED804572}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{E9BCD9F6-D9D9-4F12-B440-6B65585106B0}.Debug|x64.ActiveCfg = Debug|Any CPU
{E9BCD9F6-D9D9-4F12-B440-6B65585106B0}.Debug|x64.Build.0 = Debug|Any CPU
{E9BCD9F6-D9D9-4F12-B440-6B65585106B0}.Release|x64.ActiveCfg = Release|Any CPU
{E9BCD9F6-D9D9-4F12-B440-6B65585106B0}.Release|x64.Build.0 = Release|Any CPU
{3FA348A3-6438-4E0D-A80C-19C6FD82A5BC}.Debug|x64.ActiveCfg = Debug|Any CPU
{3FA348A3-6438-4E0D-A80C-19C6FD82A5BC}.Debug|x64.Build.0 = Debug|Any CPU
{3FA348A3-6438-4E0D-A80C-19C6FD82A5BC}.Release|x64.ActiveCfg = Release|Any CPU
{3FA348A3-6438-4E0D-A80C-19C6FD82A5BC}.Release|x64.Build.0 = Release|Any CPU
{8C2DFE2B-9DCE-4236-B933-0D46ED804572}.Debug|x64.ActiveCfg = Debug|Any CPU
{8C2DFE2B-9DCE-4236-B933-0D46ED804572}.Debug|x64.Build.0 = Debug|Any CPU
{8C2DFE2B-9DCE-4236-B933-0D46ED804572}.Release|x64.ActiveCfg = Release|Any CPU
{8C2DFE2B-9DCE-4236-B933-0D46ED804572}.Release|x64.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A6EFC686-8783-42AC-9F91-DD4A64DF9449}
EndGlobalSection
EndGlobal