-
-
Notifications
You must be signed in to change notification settings - Fork 25
/
Copy pathVolumey.sln
47 lines (47 loc) · 2.58 KB
/
Volumey.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.1.32127.271
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Volumey", "Volumey\Volumey.csproj", "{33547CAE-0BD2-4A17-A47C-B02C58D37944}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Volumey.Tests", "Volumey.Tests\Volumey.Tests.csproj", "{D5D684ED-2EA1-40B2-BFE0-E1D153BD735F}"
EndProject
Project("{C7167F0D-BC9F-4E6E-AFE1-012C56B48DB5}") = "Volumey.Package", "Volumey.Package\Volumey.Package.wapproj", "{AD0F301C-EBF5-4929-A4C3-EF76EE46B56E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
Store|x64 = Store|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{33547CAE-0BD2-4A17-A47C-B02C58D37944}.Debug|x64.ActiveCfg = Debug|x64
{33547CAE-0BD2-4A17-A47C-B02C58D37944}.Debug|x64.Build.0 = Debug|x64
{33547CAE-0BD2-4A17-A47C-B02C58D37944}.Release|x64.ActiveCfg = Release|x64
{33547CAE-0BD2-4A17-A47C-B02C58D37944}.Release|x64.Build.0 = Release|x64
{33547CAE-0BD2-4A17-A47C-B02C58D37944}.Store|x64.ActiveCfg = Store|x64
{33547CAE-0BD2-4A17-A47C-B02C58D37944}.Store|x64.Build.0 = Store|x64
{D5D684ED-2EA1-40B2-BFE0-E1D153BD735F}.Debug|x64.ActiveCfg = Debug|x64
{D5D684ED-2EA1-40B2-BFE0-E1D153BD735F}.Debug|x64.Build.0 = Debug|x64
{D5D684ED-2EA1-40B2-BFE0-E1D153BD735F}.Release|x64.ActiveCfg = Release|x64
{D5D684ED-2EA1-40B2-BFE0-E1D153BD735F}.Release|x64.Build.0 = Release|x64
{D5D684ED-2EA1-40B2-BFE0-E1D153BD735F}.Store|x64.ActiveCfg = Store|x64
{D5D684ED-2EA1-40B2-BFE0-E1D153BD735F}.Store|x64.Build.0 = Store|x64
{AD0F301C-EBF5-4929-A4C3-EF76EE46B56E}.Debug|x64.ActiveCfg = Debug|x64
{AD0F301C-EBF5-4929-A4C3-EF76EE46B56E}.Debug|x64.Build.0 = Debug|x64
{AD0F301C-EBF5-4929-A4C3-EF76EE46B56E}.Debug|x64.Deploy.0 = Debug|x64
{AD0F301C-EBF5-4929-A4C3-EF76EE46B56E}.Release|x64.ActiveCfg = Release|x64
{AD0F301C-EBF5-4929-A4C3-EF76EE46B56E}.Release|x64.Build.0 = Release|x64
{AD0F301C-EBF5-4929-A4C3-EF76EE46B56E}.Release|x64.Deploy.0 = Release|x64
{AD0F301C-EBF5-4929-A4C3-EF76EE46B56E}.Store|x64.ActiveCfg = Store|x64
{AD0F301C-EBF5-4929-A4C3-EF76EE46B56E}.Store|x64.Build.0 = Store|x64
{AD0F301C-EBF5-4929-A4C3-EF76EE46B56E}.Store|x64.Deploy.0 = Store|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8286264A-A43F-46D8-AA62-CA4A4D332D4C}
EndGlobalSection
EndGlobal