-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathQQWrySln.sln
42 lines (42 loc) · 2.5 KB
/
QQWrySln.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 16
VisualStudioVersion = 16.0.28407.52
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Sample", "Sample\Sample.csproj", "{6D0553F4-06F0-4276-B76E-E11F594E6771}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QQWry", "QQWry\QQWry.csproj", "{BB221A72-B661-4FF6-A6FF-0D8B9AF7F052}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QQWry.DependencyInjection", "QQWry.DependencyInjection\QQWry.DependencyInjection.csproj", "{8E9103A8-904C-4628-A4F6-956AC02D7E8D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "QQWry.Test", "QQWryTest\QQWry.Test.csproj", "{6D25D7F6-15A5-48A3-8817-00F0074BBDAD}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{6D0553F4-06F0-4276-B76E-E11F594E6771}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D0553F4-06F0-4276-B76E-E11F594E6771}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D0553F4-06F0-4276-B76E-E11F594E6771}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D0553F4-06F0-4276-B76E-E11F594E6771}.Release|Any CPU.Build.0 = Release|Any CPU
{BB221A72-B661-4FF6-A6FF-0D8B9AF7F052}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{BB221A72-B661-4FF6-A6FF-0D8B9AF7F052}.Debug|Any CPU.Build.0 = Debug|Any CPU
{BB221A72-B661-4FF6-A6FF-0D8B9AF7F052}.Release|Any CPU.ActiveCfg = Release|Any CPU
{BB221A72-B661-4FF6-A6FF-0D8B9AF7F052}.Release|Any CPU.Build.0 = Release|Any CPU
{8E9103A8-904C-4628-A4F6-956AC02D7E8D}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8E9103A8-904C-4628-A4F6-956AC02D7E8D}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8E9103A8-904C-4628-A4F6-956AC02D7E8D}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8E9103A8-904C-4628-A4F6-956AC02D7E8D}.Release|Any CPU.Build.0 = Release|Any CPU
{6D25D7F6-15A5-48A3-8817-00F0074BBDAD}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{6D25D7F6-15A5-48A3-8817-00F0074BBDAD}.Debug|Any CPU.Build.0 = Debug|Any CPU
{6D25D7F6-15A5-48A3-8817-00F0074BBDAD}.Release|Any CPU.ActiveCfg = Release|Any CPU
{6D25D7F6-15A5-48A3-8817-00F0074BBDAD}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {7CDAEBC0-B8FB-496A-8C20-7D4ED2EEC407}
EndGlobalSection
EndGlobal