-
Notifications
You must be signed in to change notification settings - Fork 0
/
ByteDev.Crypto.PackageTests.sln
44 lines (44 loc) · 2.75 KB
/
ByteDev.Crypto.PackageTests.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.29709.97
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ByteDev.Crypto.Net461.PackageTests", "tests\ByteDev.Crypto.Net461.PackageTests\ByteDev.Crypto.Net461.PackageTests.csproj", "{4B83F9D6-5906-4232-A506-C1F54436A7B0}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ByteDev.Crypto.NetCore.PackageTests", "tests\ByteDev.Crypto.NetCore.PackageTests\ByteDev.Crypto.NetCore.PackageTests.csproj", "{9B80B626-AA3F-4D37-AB7F-B69D2F5E639F}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Build", "Build", "{CD9D71A9-893D-4A64-ABBB-228D088C9377}"
ProjectSection(SolutionItems) = preProject
build\build-package-tests.cake = build\build-package-tests.cake
build\ByteDev.Utilities.cake = build\ByteDev.Utilities.cake
EndProjectSection
EndProject
Project("{D954291E-2A0B-460D-934E-DC6B0785DB48}") = "ByteDev.Crypto.Shared.PackageTests", "tests\ByteDev.Crypto.Shared.PackageTests\ByteDev.Crypto.Shared.PackageTests.shproj", "{A8AAF776-C8A2-4944-B3ED-10F0426C8474}"
EndProject
Global
GlobalSection(SharedMSBuildProjectFiles) = preSolution
tests\ByteDev.Crypto.Shared.PackageTests\ByteDev.Crypto.Shared.PackageTests.projitems*{4b83f9d6-5906-4232-a506-c1f54436a7b0}*SharedItemsImports = 5
tests\ByteDev.Crypto.Shared.PackageTests\ByteDev.Crypto.Shared.PackageTests.projitems*{9b80b626-aa3f-4d37-ab7f-b69d2f5e639f}*SharedItemsImports = 5
tests\ByteDev.Crypto.Shared.PackageTests\ByteDev.Crypto.Shared.PackageTests.projitems*{a8aaf776-c8a2-4944-b3ed-10f0426c8474}*SharedItemsImports = 13
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{4B83F9D6-5906-4232-A506-C1F54436A7B0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4B83F9D6-5906-4232-A506-C1F54436A7B0}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4B83F9D6-5906-4232-A506-C1F54436A7B0}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4B83F9D6-5906-4232-A506-C1F54436A7B0}.Release|Any CPU.Build.0 = Release|Any CPU
{9B80B626-AA3F-4D37-AB7F-B69D2F5E639F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{9B80B626-AA3F-4D37-AB7F-B69D2F5E639F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{9B80B626-AA3F-4D37-AB7F-B69D2F5E639F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{9B80B626-AA3F-4D37-AB7F-B69D2F5E639F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {4C591A58-3179-4752-81FC-EFDEDBB097EB}
EndGlobalSection
EndGlobal