-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathmipsdk-protectionapi-cpp-sample-basic.sln
More file actions
50 lines (50 loc) · 3.12 KB
/
Copy pathmipsdk-protectionapi-cpp-sample-basic.sln
File metadata and controls
50 lines (50 loc) · 3.12 KB
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
50
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.0.31903.59
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mipsdk-protectionapi-cpp-sample-basic", "mipsdk-protectionapi-cpp-sample-basic\mipsdk-protectionapi-cpp-sample-basic.vcxproj", "{F8C94F02-CAD2-4449-843F-D6ABCD8A6634}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MipAuth.Managed", "MipAuth.Managed\MipAuth.Managed.csproj", "{3DDB926F-0E5D-4E09-9945-5331456967A1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MipAuth.Managed.Tests", "MipAuth.Managed.Tests\MipAuth.Managed.Tests.csproj", "{912DB5B5-0BBF-4AF0-83B3-C41E8910C6EC}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|Any CPU = Debug|Any CPU
Release|x64 = Release|x64
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{F8C94F02-CAD2-4449-843F-D6ABCD8A6634}.Debug|x64.ActiveCfg = Debug|x64
{F8C94F02-CAD2-4449-843F-D6ABCD8A6634}.Debug|x64.Build.0 = Debug|x64
{F8C94F02-CAD2-4449-843F-D6ABCD8A6634}.Debug|Any CPU.ActiveCfg = Debug|x64
{F8C94F02-CAD2-4449-843F-D6ABCD8A6634}.Debug|Any CPU.Build.0 = Debug|x64
{F8C94F02-CAD2-4449-843F-D6ABCD8A6634}.Release|x64.ActiveCfg = Release|x64
{F8C94F02-CAD2-4449-843F-D6ABCD8A6634}.Release|x64.Build.0 = Release|x64
{F8C94F02-CAD2-4449-843F-D6ABCD8A6634}.Release|Any CPU.ActiveCfg = Release|x64
{F8C94F02-CAD2-4449-843F-D6ABCD8A6634}.Release|Any CPU.Build.0 = Release|x64
{3DDB926F-0E5D-4E09-9945-5331456967A1}.Debug|x64.ActiveCfg = Debug|Any CPU
{3DDB926F-0E5D-4E09-9945-5331456967A1}.Debug|x64.Build.0 = Debug|Any CPU
{3DDB926F-0E5D-4E09-9945-5331456967A1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{3DDB926F-0E5D-4E09-9945-5331456967A1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{3DDB926F-0E5D-4E09-9945-5331456967A1}.Release|x64.ActiveCfg = Release|Any CPU
{3DDB926F-0E5D-4E09-9945-5331456967A1}.Release|x64.Build.0 = Release|Any CPU
{3DDB926F-0E5D-4E09-9945-5331456967A1}.Release|Any CPU.ActiveCfg = Release|Any CPU
{3DDB926F-0E5D-4E09-9945-5331456967A1}.Release|Any CPU.Build.0 = Release|Any CPU
{912DB5B5-0BBF-4AF0-83B3-C41E8910C6EC}.Debug|x64.ActiveCfg = Debug|Any CPU
{912DB5B5-0BBF-4AF0-83B3-C41E8910C6EC}.Debug|x64.Build.0 = Debug|Any CPU
{912DB5B5-0BBF-4AF0-83B3-C41E8910C6EC}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{912DB5B5-0BBF-4AF0-83B3-C41E8910C6EC}.Debug|Any CPU.Build.0 = Debug|Any CPU
{912DB5B5-0BBF-4AF0-83B3-C41E8910C6EC}.Release|x64.ActiveCfg = Release|Any CPU
{912DB5B5-0BBF-4AF0-83B3-C41E8910C6EC}.Release|x64.Build.0 = Release|Any CPU
{912DB5B5-0BBF-4AF0-83B3-C41E8910C6EC}.Release|Any CPU.ActiveCfg = Release|Any CPU
{912DB5B5-0BBF-4AF0-83B3-C41E8910C6EC}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {8077E98E-4810-4A36-835B-1AF5BA5BD35C}
EndGlobalSection
EndGlobal