-
Notifications
You must be signed in to change notification settings - Fork 0
/
mmapper.sln
30 lines (30 loc) · 1.47 KB
/
mmapper.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
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mmapper", "src\mmapper.vcproj", "{524B60A6-F64D-424B-82FE-F9F68FF9012A}"
ProjectSection(ProjectDependencies) = postProject
{E6E3397E-5BA8-4095-96DF-35EBD36F78FA} = {E6E3397E-5BA8-4095-96DF-35EBD36F78FA}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cryptlib", "CryptoLib\cryptlib.vcproj", "{E6E3397E-5BA8-4095-96DF-35EBD36F78FA}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
Release = Release
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{524B60A6-F64D-424B-82FE-F9F68FF9012A}.Debug.ActiveCfg = Debug|Win32
{524B60A6-F64D-424B-82FE-F9F68FF9012A}.Debug.Build.0 = Debug|Win32
{524B60A6-F64D-424B-82FE-F9F68FF9012A}.Release.ActiveCfg = Release|Win32
{524B60A6-F64D-424B-82FE-F9F68FF9012A}.Release.Build.0 = Release|Win32
{E6E3397E-5BA8-4095-96DF-35EBD36F78FA}.Debug.ActiveCfg = Debug|Win32
{E6E3397E-5BA8-4095-96DF-35EBD36F78FA}.Debug.Build.0 = Debug|Win32
{E6E3397E-5BA8-4095-96DF-35EBD36F78FA}.Release.ActiveCfg = Release|Win32
{E6E3397E-5BA8-4095-96DF-35EBD36F78FA}.Release.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal