-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathkirandomtpm.sln
39 lines (39 loc) · 1.91 KB
/
kirandomtpm.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tpm_getrandom", "tpm_getrandom\tpm_getrandom.vcxproj", "{59F2CA1D-4750-4A36-B753-D795B07BC47A}"
ProjectSection(ProjectDependencies) = postProject
{0FBC3201-B4F7-42C0-909F-43FAE42F4D46} = {0FBC3201-B4F7-42C0-909F-43FAE42F4D46}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "kirandomtpmprov", "kirandomtpmprov\kirandomtpmprov.vcxproj", "{0FBC3201-B4F7-42C0-909F-43FAE42F4D46}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{56A1E313-9EB4-4AAC-9958-747688205981}"
ProjectSection(SolutionItems) = preProject
appveyor.yml = appveyor.yml
README.md = README.md
EndProjectSection
EndProject
Global
GlobalSection(SubversionScc) = preSolution
Svn-Managed = True
Manager = AnkhSVN - Subversion Support for Visual Studio
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|Win32 = Release|Win32
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{59F2CA1D-4750-4A36-B753-D795B07BC47A}.Release|Win32.ActiveCfg = Release|Win32
{59F2CA1D-4750-4A36-B753-D795B07BC47A}.Release|Win32.Build.0 = Release|Win32
{59F2CA1D-4750-4A36-B753-D795B07BC47A}.Release|x64.ActiveCfg = Release|x64
{59F2CA1D-4750-4A36-B753-D795B07BC47A}.Release|x64.Build.0 = Release|x64
{0FBC3201-B4F7-42C0-909F-43FAE42F4D46}.Release|Win32.ActiveCfg = Release|Win32
{0FBC3201-B4F7-42C0-909F-43FAE42F4D46}.Release|Win32.Build.0 = Release|Win32
{0FBC3201-B4F7-42C0-909F-43FAE42F4D46}.Release|x64.ActiveCfg = Release|x64
{0FBC3201-B4F7-42C0-909F-43FAE42F4D46}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal