forked from AutoHotkey/AutoHotkey-v1.0
-
Notifications
You must be signed in to change notification settings - Fork 0
/
AutoHotkey.sln
40 lines (40 loc) · 2.23 KB
/
AutoHotkey.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
Microsoft Visual Studio Solution File, Format Version 8.00
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AutoHotkey", "AutoHotkey.vcproj", "{76EFDEE3-81CF-4ADA-94DC-EA5509FF6FFC}"
ProjectSection(ProjectDependencies) = postProject
{39037993-9571-4DF2-8E39-CD2909043574} = {39037993-9571-4DF2-8E39-CD2909043574}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lib_pcre", "source\lib_pcre\lib_pcre.vcproj", "{39037993-9571-4DF2-8E39-CD2909043574}"
ProjectSection(ProjectDependencies) = postProject
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfiguration) = preSolution
Debug = Debug
Release = Release
SC (minimum size) = SC (minimum size)
SC (self-contained) = SC (self-contained)
EndGlobalSection
GlobalSection(ProjectConfiguration) = postSolution
{76EFDEE3-81CF-4ADA-94DC-EA5509FF6FFC}.Debug.ActiveCfg = Debug|Win32
{76EFDEE3-81CF-4ADA-94DC-EA5509FF6FFC}.Debug.Build.0 = Debug|Win32
{76EFDEE3-81CF-4ADA-94DC-EA5509FF6FFC}.Release.ActiveCfg = Release|Win32
{76EFDEE3-81CF-4ADA-94DC-EA5509FF6FFC}.Release.Build.0 = Release|Win32
{76EFDEE3-81CF-4ADA-94DC-EA5509FF6FFC}.SC (minimum size).ActiveCfg = SC (minimum size)|Win32
{76EFDEE3-81CF-4ADA-94DC-EA5509FF6FFC}.SC (minimum size).Build.0 = SC (minimum size)|Win32
{76EFDEE3-81CF-4ADA-94DC-EA5509FF6FFC}.SC (self-contained).ActiveCfg = SC (self-contained)|Win32
{76EFDEE3-81CF-4ADA-94DC-EA5509FF6FFC}.SC (self-contained).Build.0 = SC (self-contained)|Win32
{39037993-9571-4DF2-8E39-CD2909043574}.Debug.ActiveCfg = Debug|Win32
{39037993-9571-4DF2-8E39-CD2909043574}.Debug.Build.0 = Debug|Win32
{39037993-9571-4DF2-8E39-CD2909043574}.Release.ActiveCfg = Release|Win32
{39037993-9571-4DF2-8E39-CD2909043574}.Release.Build.0 = Release|Win32
{39037993-9571-4DF2-8E39-CD2909043574}.SC (minimum size).ActiveCfg = Release|Win32
{39037993-9571-4DF2-8E39-CD2909043574}.SC (minimum size).Build.0 = Release|Win32
{39037993-9571-4DF2-8E39-CD2909043574}.SC (self-contained).ActiveCfg = Release|Win32
{39037993-9571-4DF2-8E39-CD2909043574}.SC (self-contained).Build.0 = Release|Win32
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EndGlobalSection
GlobalSection(ExtensibilityAddIns) = postSolution
EndGlobalSection
EndGlobal