-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathcleantalk.csharp.sln
More file actions
31 lines (31 loc) · 1.65 KB
/
cleantalk.csharp.sln
File metadata and controls
31 lines (31 loc) · 1.65 KB
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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.7.34202.233
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cleantalk.csharp", "cleantalk.csharp\cleantalk.csharp.csproj", "{6DCB6255-560C-485B-B407-C03FAA2CDE10}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "cleantalk.csharp.nunit.test", "cleantalk.csharp.nunit.test\cleantalk.csharp.nunit.test.csproj", "{C15810F7-DBC6-4D58-9969-09D8CDB3CAF0}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6DCB6255-560C-485B-B407-C03FAA2CDE10}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6DCB6255-560C-485B-B407-C03FAA2CDE10}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6DCB6255-560C-485B-B407-C03FAA2CDE10}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6DCB6255-560C-485B-B407-C03FAA2CDE10}.Release|Any CPU.Build.0 = Release|Any CPU
{C15810F7-DBC6-4D58-9969-09D8CDB3CAF0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C15810F7-DBC6-4D58-9969-09D8CDB3CAF0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C15810F7-DBC6-4D58-9969-09D8CDB3CAF0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C15810F7-DBC6-4D58-9969-09D8CDB3CAF0}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {D4C8EC10-3800-4509-A6DB-2E8ADF49DB17}
EndGlobalSection
EndGlobal