-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathwebzio.sln
49 lines (49 loc) · 2.63 KB
/
webzio.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
49
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.4.33103.184
MinimumVisualStudioVersion = 10.0.40219.1
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "_solution", "_solution", "{BA4A7EA3-482B-48CF-8A6E-772C41A7DB0B}"
ProjectSection(SolutionItems) = preProject
.gitignore = .gitignore
build.cmd = build.cmd
build.proj = build.proj
readme.md = readme.md
EndProjectSection
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "webzio", "webzio\webzio.csproj", "{A649AC2C-E282-4712-9114-05A261D679E7}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "webzio.Tests", "webzio.Tests\webzio.Tests.csproj", "{48F43B1F-7711-4557-8846-1B90A2B63674}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
DebugNET7|Any CPU = DebugNET7|Any CPU
Release|Any CPU = Release|Any CPU
ReleaseNET7|Any CPU = ReleaseNET7|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{A649AC2C-E282-4712-9114-05A261D679E7}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A649AC2C-E282-4712-9114-05A261D679E7}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A649AC2C-E282-4712-9114-05A261D679E7}.DebugNET7|Any CPU.ActiveCfg = Debug|Any CPU
{A649AC2C-E282-4712-9114-05A261D679E7}.DebugNET7|Any CPU.Build.0 = Debug|Any CPU
{A649AC2C-E282-4712-9114-05A261D679E7}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A649AC2C-E282-4712-9114-05A261D679E7}.Release|Any CPU.Build.0 = Release|Any CPU
{A649AC2C-E282-4712-9114-05A261D679E7}.ReleaseNET7|Any CPU.ActiveCfg = Release|Any CPU
{A649AC2C-E282-4712-9114-05A261D679E7}.ReleaseNET7|Any CPU.Build.0 = Release|Any CPU
{48F43B1F-7711-4557-8846-1B90A2B63674}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{48F43B1F-7711-4557-8846-1B90A2B63674}.Debug|Any CPU.Build.0 = Debug|Any CPU
{48F43B1F-7711-4557-8846-1B90A2B63674}.DebugNET7|Any CPU.ActiveCfg = Debug|Any CPU
{48F43B1F-7711-4557-8846-1B90A2B63674}.DebugNET7|Any CPU.Build.0 = Debug|Any CPU
{48F43B1F-7711-4557-8846-1B90A2B63674}.Release|Any CPU.ActiveCfg = Release|Any CPU
{48F43B1F-7711-4557-8846-1B90A2B63674}.Release|Any CPU.Build.0 = Release|Any CPU
{48F43B1F-7711-4557-8846-1B90A2B63674}.ReleaseNET7|Any CPU.ActiveCfg = Release|Any CPU
{48F43B1F-7711-4557-8846-1B90A2B63674}.ReleaseNET7|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {B5E608B4-C85E-4DDC-A2C7-FDE1198A8655}
EndGlobalSection
EndGlobal