diff options
Diffstat (limited to 'luasocket.sln')
-rw-r--r-- | luasocket.sln | 44 |
1 files changed, 16 insertions, 28 deletions
diff --git a/luasocket.sln b/luasocket.sln index a674c33..76b175b 100644 --- a/luasocket.sln +++ b/luasocket.sln | |||
@@ -1,37 +1,25 @@ | |||
1 | Microsoft Visual Studio Solution File, Format Version 8.00 | 1 | Microsoft Visual Studio Solution File, Format Version 10.00 |
2 | # Visual Studio 2008 | ||
2 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "socket", "socket.vcproj", "{66E3CE14-884D-4AEA-9F20-15A0BEAF8C5A}" | 3 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "socket", "socket.vcproj", "{66E3CE14-884D-4AEA-9F20-15A0BEAF8C5A}" |
3 | ProjectSection(ProjectDependencies) = postProject | ||
4 | EndProjectSection | ||
5 | EndProject | 4 | EndProject |
6 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mime", "mime.vcproj", "{128E8BD0-174A-48F0-8771-92B1E8D18713}" | 5 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mime", "mime.vcproj", "{128E8BD0-174A-48F0-8771-92B1E8D18713}" |
7 | ProjectSection(ProjectDependencies) = postProject | ||
8 | EndProjectSection | ||
9 | EndProject | ||
10 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "libluasocket", "libluasocket.vcproj", "{599EAD40-60EE-4043-9C14-AE090A8A092D}" | ||
11 | ProjectSection(ProjectDependencies) = postProject | ||
12 | EndProjectSection | ||
13 | EndProject | 6 | EndProject |
14 | Global | 7 | Global |
15 | GlobalSection(SolutionConfiguration) = preSolution | 8 | GlobalSection(SolutionConfigurationPlatforms) = preSolution |
16 | Debug = Debug | 9 | Debug|Win32 = Debug|Win32 |
17 | Release = Release | 10 | Release|Win32 = Release|Win32 |
18 | EndGlobalSection | ||
19 | GlobalSection(ProjectConfiguration) = postSolution | ||
20 | {66E3CE14-884D-4AEA-9F20-15A0BEAF8C5A}.Debug.ActiveCfg = Debug|Win32 | ||
21 | {66E3CE14-884D-4AEA-9F20-15A0BEAF8C5A}.Debug.Build.0 = Debug|Win32 | ||
22 | {66E3CE14-884D-4AEA-9F20-15A0BEAF8C5A}.Release.ActiveCfg = Release|Win32 | ||
23 | {66E3CE14-884D-4AEA-9F20-15A0BEAF8C5A}.Release.Build.0 = Release|Win32 | ||
24 | {128E8BD0-174A-48F0-8771-92B1E8D18713}.Debug.ActiveCfg = Debug|Win32 | ||
25 | {128E8BD0-174A-48F0-8771-92B1E8D18713}.Debug.Build.0 = Debug|Win32 | ||
26 | {128E8BD0-174A-48F0-8771-92B1E8D18713}.Release.ActiveCfg = Release|Win32 | ||
27 | {128E8BD0-174A-48F0-8771-92B1E8D18713}.Release.Build.0 = Release|Win32 | ||
28 | {599EAD40-60EE-4043-9C14-AE090A8A092D}.Debug.ActiveCfg = Debug|Win32 | ||
29 | {599EAD40-60EE-4043-9C14-AE090A8A092D}.Debug.Build.0 = Debug|Win32 | ||
30 | {599EAD40-60EE-4043-9C14-AE090A8A092D}.Release.ActiveCfg = Release|Win32 | ||
31 | {599EAD40-60EE-4043-9C14-AE090A8A092D}.Release.Build.0 = Release|Win32 | ||
32 | EndGlobalSection | 11 | EndGlobalSection |
33 | GlobalSection(ExtensibilityGlobals) = postSolution | 12 | GlobalSection(ProjectConfigurationPlatforms) = postSolution |
13 | {66E3CE14-884D-4AEA-9F20-15A0BEAF8C5A}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
14 | {66E3CE14-884D-4AEA-9F20-15A0BEAF8C5A}.Debug|Win32.Build.0 = Debug|Win32 | ||
15 | {66E3CE14-884D-4AEA-9F20-15A0BEAF8C5A}.Release|Win32.ActiveCfg = Release|Win32 | ||
16 | {66E3CE14-884D-4AEA-9F20-15A0BEAF8C5A}.Release|Win32.Build.0 = Release|Win32 | ||
17 | {128E8BD0-174A-48F0-8771-92B1E8D18713}.Debug|Win32.ActiveCfg = Debug|Win32 | ||
18 | {128E8BD0-174A-48F0-8771-92B1E8D18713}.Debug|Win32.Build.0 = Debug|Win32 | ||
19 | {128E8BD0-174A-48F0-8771-92B1E8D18713}.Release|Win32.ActiveCfg = Release|Win32 | ||
20 | {128E8BD0-174A-48F0-8771-92B1E8D18713}.Release|Win32.Build.0 = Release|Win32 | ||
34 | EndGlobalSection | 21 | EndGlobalSection |
35 | GlobalSection(ExtensibilityAddIns) = postSolution | 22 | GlobalSection(SolutionProperties) = preSolution |
23 | HideSolutionNode = FALSE | ||
36 | EndGlobalSection | 24 | EndGlobalSection |
37 | EndGlobal | 25 | EndGlobal |