forked from ttsu/TextStatistics.Net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TextStatistics.Net.sln
28 lines (28 loc) · 1.56 KB
/
TextStatistics.Net.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Express 2012 for Windows Desktop
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TextStatistics.Net", "TextStatistics.Net\TextStatistics.Net.csproj", "{C67A0A75-24C7-4C87-B51C-C5D99B979717}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TextStatistics.Net.Test", "TextStatistics.Net.Test\TextStatistics.Net.Test.csproj", "{1CD0483F-788B-49C4-B334-FAC6659A69E3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{DFF2238D-CE11-4E4B-8BC5-3F067AFEC6D0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{C67A0A75-24C7-4C87-B51C-C5D99B979717}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C67A0A75-24C7-4C87-B51C-C5D99B979717}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C67A0A75-24C7-4C87-B51C-C5D99B979717}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C67A0A75-24C7-4C87-B51C-C5D99B979717}.Release|Any CPU.Build.0 = Release|Any CPU
{1CD0483F-788B-49C4-B334-FAC6659A69E3}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1CD0483F-788B-49C4-B334-FAC6659A69E3}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1CD0483F-788B-49C4-B334-FAC6659A69E3}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1CD0483F-788B-49C4-B334-FAC6659A69E3}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal