-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathZySharp.Progress.sln
42 lines (42 loc) · 2.34 KB
/
ZySharp.Progress.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.3.32811.315
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ZySharp.Progress", "ZySharp.Progress\ZySharp.Progress.csproj", "{96F61D7B-B101-4326-9525-CDD0E37E1689}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{6733C9BA-7E81-4DAA-A6A2-5A869B797178}"
ProjectSection(SolutionItems) = preProject
.editorconfig = .editorconfig
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZySharp.Progress.Tests", "ZySharp.Progress.Tests\ZySharp.Progress.Tests.csproj", "{528C8D96-B853-43EE-BB6B-6BEEF30EED78}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "ZySharp.Progress.Examples", "ZySharp.Progress.Examples\ZySharp.Progress.Examples.csproj", "{2E7F9F52-1AF3-4415-8712-A3DD3ABDCA90}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{96F61D7B-B101-4326-9525-CDD0E37E1689}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{96F61D7B-B101-4326-9525-CDD0E37E1689}.Debug|Any CPU.Build.0 = Debug|Any CPU
{96F61D7B-B101-4326-9525-CDD0E37E1689}.Release|Any CPU.ActiveCfg = Release|Any CPU
{96F61D7B-B101-4326-9525-CDD0E37E1689}.Release|Any CPU.Build.0 = Release|Any CPU
{528C8D96-B853-43EE-BB6B-6BEEF30EED78}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{528C8D96-B853-43EE-BB6B-6BEEF30EED78}.Debug|Any CPU.Build.0 = Debug|Any CPU
{528C8D96-B853-43EE-BB6B-6BEEF30EED78}.Release|Any CPU.ActiveCfg = Release|Any CPU
{528C8D96-B853-43EE-BB6B-6BEEF30EED78}.Release|Any CPU.Build.0 = Release|Any CPU
{2E7F9F52-1AF3-4415-8712-A3DD3ABDCA90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{2E7F9F52-1AF3-4415-8712-A3DD3ABDCA90}.Debug|Any CPU.Build.0 = Debug|Any CPU
{2E7F9F52-1AF3-4415-8712-A3DD3ABDCA90}.Release|Any CPU.ActiveCfg = Release|Any CPU
{2E7F9F52-1AF3-4415-8712-A3DD3ABDCA90}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {DB099616-4BCC-449E-B01B-D23CE0E5ECC0}
EndGlobalSection
EndGlobal