-
Notifications
You must be signed in to change notification settings - Fork 1
/
IntChecker2.sln
41 lines (41 loc) · 2.33 KB
/
IntChecker2.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.32510.428
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "IntChecker2", "source\IntChecker2.vcxproj", "{575E3215-DAD6-4B44-8231-C7D53D25BE82}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "rhash", "depends\rhash\rhash.vcxproj", "{66FEB52E-3624-4806-B018-02DAD5CF59DF}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug-Far3|Win32 = Debug-Far3|Win32
Debug-Far3|x64 = Debug-Far3|x64
Release-Far3|Win32 = Release-Far3|Win32
Release-Far3|x64 = Release-Far3|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{575E3215-DAD6-4B44-8231-C7D53D25BE82}.Debug-Far3|Win32.ActiveCfg = Debug-Far3|Win32
{575E3215-DAD6-4B44-8231-C7D53D25BE82}.Debug-Far3|Win32.Build.0 = Debug-Far3|Win32
{575E3215-DAD6-4B44-8231-C7D53D25BE82}.Debug-Far3|x64.ActiveCfg = Debug-Far3|x64
{575E3215-DAD6-4B44-8231-C7D53D25BE82}.Debug-Far3|x64.Build.0 = Debug-Far3|x64
{575E3215-DAD6-4B44-8231-C7D53D25BE82}.Release-Far3|Win32.ActiveCfg = Release-Far3|Win32
{575E3215-DAD6-4B44-8231-C7D53D25BE82}.Release-Far3|Win32.Build.0 = Release-Far3|Win32
{575E3215-DAD6-4B44-8231-C7D53D25BE82}.Release-Far3|x64.ActiveCfg = Release-Far3|x64
{575E3215-DAD6-4B44-8231-C7D53D25BE82}.Release-Far3|x64.Build.0 = Release-Far3|x64
{66FEB52E-3624-4806-B018-02DAD5CF59DF}.Debug-Far3|Win32.ActiveCfg = Debug-Far3|Win32
{66FEB52E-3624-4806-B018-02DAD5CF59DF}.Debug-Far3|Win32.Build.0 = Debug-Far3|Win32
{66FEB52E-3624-4806-B018-02DAD5CF59DF}.Debug-Far3|x64.ActiveCfg = Debug-Far3|x64
{66FEB52E-3624-4806-B018-02DAD5CF59DF}.Debug-Far3|x64.Build.0 = Debug-Far3|x64
{66FEB52E-3624-4806-B018-02DAD5CF59DF}.Release-Far3|Win32.ActiveCfg = Release-Far3|Win32
{66FEB52E-3624-4806-B018-02DAD5CF59DF}.Release-Far3|Win32.Build.0 = Release-Far3|Win32
{66FEB52E-3624-4806-B018-02DAD5CF59DF}.Release-Far3|x64.ActiveCfg = Release-Far3|x64
{66FEB52E-3624-4806-B018-02DAD5CF59DF}.Release-Far3|x64.Build.0 = Release-Far3|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {5DD68ECA-C76B-4802-835D-919C9AD59523}
EndGlobalSection
EndGlobal