diff options
| author | Diego Nehab <diego.nehab@gmail.com> | 2012-12-10 18:45:05 -0200 |
|---|---|---|
| committer | Diego Nehab <diego.nehab@gmail.com> | 2012-12-10 18:45:05 -0200 |
| commit | 66670c354146feb8c9603f10682fabcba44a05a9 (patch) | |
| tree | 9ee77f026aaba3ed6287d2f3ae60d895e1ab52db | |
| parent | 9d97d39575f5f5125868c23bd7225cef7d488f24 (diff) | |
| download | luasocket-66670c354146feb8c9603f10682fabcba44a05a9.tar.gz luasocket-66670c354146feb8c9603f10682fabcba44a05a9.tar.bz2 luasocket-66670c354146feb8c9603f10682fabcba44a05a9.zip | |
Move Visual Studio projects to 2012.
| -rw-r--r-- | luasocket.sln | 18 | ||||
| -rw-r--r-- | mime.vcproj | 207 | ||||
| -rwxr-xr-x | mime.vcxproj | 195 | ||||
| -rw-r--r-- | socket.vcproj | 259 | ||||
| -rwxr-xr-x | socket.vcxproj | 206 |
5 files changed, 415 insertions, 470 deletions
diff --git a/luasocket.sln b/luasocket.sln index 76b175b..0e5cdc7 100644 --- a/luasocket.sln +++ b/luasocket.sln | |||
| @@ -1,23 +1,33 @@ | |||
| 1 | Microsoft Visual Studio Solution File, Format Version 10.00 | 1 | Microsoft Visual Studio Solution File, Format Version 12.00 |
| 2 | # Visual Studio 2008 | 2 | # Visual Studio 2012 |
| 3 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "socket", "socket.vcproj", "{66E3CE14-884D-4AEA-9F20-15A0BEAF8C5A}" | 3 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "socket", "socket.vcxproj", "{66E3CE14-884D-4AEA-9F20-15A0BEAF8C5A}" |
| 4 | EndProject | 4 | EndProject |
| 5 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mime", "mime.vcproj", "{128E8BD0-174A-48F0-8771-92B1E8D18713}" | 5 | Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mime", "mime.vcxproj", "{128E8BD0-174A-48F0-8771-92B1E8D18713}" |
| 6 | EndProject | 6 | EndProject |
| 7 | Global | 7 | Global |
| 8 | GlobalSection(SolutionConfigurationPlatforms) = preSolution | 8 | GlobalSection(SolutionConfigurationPlatforms) = preSolution |
| 9 | Debug|Win32 = Debug|Win32 | 9 | Debug|Win32 = Debug|Win32 |
| 10 | Debug|x64 = Debug|x64 | ||
| 10 | Release|Win32 = Release|Win32 | 11 | Release|Win32 = Release|Win32 |
| 12 | Release|x64 = Release|x64 | ||
| 11 | EndGlobalSection | 13 | EndGlobalSection |
| 12 | GlobalSection(ProjectConfigurationPlatforms) = postSolution | 14 | GlobalSection(ProjectConfigurationPlatforms) = postSolution |
| 13 | {66E3CE14-884D-4AEA-9F20-15A0BEAF8C5A}.Debug|Win32.ActiveCfg = Debug|Win32 | 15 | {66E3CE14-884D-4AEA-9F20-15A0BEAF8C5A}.Debug|Win32.ActiveCfg = Debug|Win32 |
| 14 | {66E3CE14-884D-4AEA-9F20-15A0BEAF8C5A}.Debug|Win32.Build.0 = Debug|Win32 | 16 | {66E3CE14-884D-4AEA-9F20-15A0BEAF8C5A}.Debug|Win32.Build.0 = Debug|Win32 |
| 17 | {66E3CE14-884D-4AEA-9F20-15A0BEAF8C5A}.Debug|x64.ActiveCfg = Debug|x64 | ||
| 18 | {66E3CE14-884D-4AEA-9F20-15A0BEAF8C5A}.Debug|x64.Build.0 = Debug|x64 | ||
| 15 | {66E3CE14-884D-4AEA-9F20-15A0BEAF8C5A}.Release|Win32.ActiveCfg = Release|Win32 | 19 | {66E3CE14-884D-4AEA-9F20-15A0BEAF8C5A}.Release|Win32.ActiveCfg = Release|Win32 |
| 16 | {66E3CE14-884D-4AEA-9F20-15A0BEAF8C5A}.Release|Win32.Build.0 = Release|Win32 | 20 | {66E3CE14-884D-4AEA-9F20-15A0BEAF8C5A}.Release|Win32.Build.0 = Release|Win32 |
| 21 | {66E3CE14-884D-4AEA-9F20-15A0BEAF8C5A}.Release|x64.ActiveCfg = Release|x64 | ||
| 22 | {66E3CE14-884D-4AEA-9F20-15A0BEAF8C5A}.Release|x64.Build.0 = Release|x64 | ||
| 17 | {128E8BD0-174A-48F0-8771-92B1E8D18713}.Debug|Win32.ActiveCfg = Debug|Win32 | 23 | {128E8BD0-174A-48F0-8771-92B1E8D18713}.Debug|Win32.ActiveCfg = Debug|Win32 |
| 18 | {128E8BD0-174A-48F0-8771-92B1E8D18713}.Debug|Win32.Build.0 = Debug|Win32 | 24 | {128E8BD0-174A-48F0-8771-92B1E8D18713}.Debug|Win32.Build.0 = Debug|Win32 |
| 25 | {128E8BD0-174A-48F0-8771-92B1E8D18713}.Debug|x64.ActiveCfg = Debug|x64 | ||
| 26 | {128E8BD0-174A-48F0-8771-92B1E8D18713}.Debug|x64.Build.0 = Debug|x64 | ||
| 19 | {128E8BD0-174A-48F0-8771-92B1E8D18713}.Release|Win32.ActiveCfg = Release|Win32 | 27 | {128E8BD0-174A-48F0-8771-92B1E8D18713}.Release|Win32.ActiveCfg = Release|Win32 |
| 20 | {128E8BD0-174A-48F0-8771-92B1E8D18713}.Release|Win32.Build.0 = Release|Win32 | 28 | {128E8BD0-174A-48F0-8771-92B1E8D18713}.Release|Win32.Build.0 = Release|Win32 |
| 29 | {128E8BD0-174A-48F0-8771-92B1E8D18713}.Release|x64.ActiveCfg = Release|x64 | ||
| 30 | {128E8BD0-174A-48F0-8771-92B1E8D18713}.Release|x64.Build.0 = Release|x64 | ||
| 21 | EndGlobalSection | 31 | EndGlobalSection |
| 22 | GlobalSection(SolutionProperties) = preSolution | 32 | GlobalSection(SolutionProperties) = preSolution |
| 23 | HideSolutionNode = FALSE | 33 | HideSolutionNode = FALSE |
diff --git a/mime.vcproj b/mime.vcproj deleted file mode 100644 index 313cdb1..0000000 --- a/mime.vcproj +++ /dev/null | |||
| @@ -1,207 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
| 2 | <VisualStudioProject | ||
| 3 | ProjectType="Visual C++" | ||
| 4 | Version="9.00" | ||
| 5 | Name="mime" | ||
| 6 | ProjectGUID="{128E8BD0-174A-48F0-8771-92B1E8D18713}" | ||
| 7 | Keyword="Win32Proj" | ||
| 8 | TargetFrameworkVersion="131072" | ||
| 9 | > | ||
| 10 | <Platforms> | ||
| 11 | <Platform | ||
| 12 | Name="Win32" | ||
| 13 | /> | ||
| 14 | </Platforms> | ||
| 15 | <ToolFiles> | ||
| 16 | </ToolFiles> | ||
| 17 | <Configurations> | ||
| 18 | <Configuration | ||
| 19 | Name="Debug|Win32" | ||
| 20 | OutputDirectory="src" | ||
| 21 | IntermediateDirectory="src" | ||
| 22 | ConfigurationType="2" | ||
| 23 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" | ||
| 24 | CharacterSet="2" | ||
| 25 | > | ||
| 26 | <Tool | ||
| 27 | Name="VCPreBuildEventTool" | ||
| 28 | /> | ||
| 29 | <Tool | ||
| 30 | Name="VCCustomBuildTool" | ||
| 31 | /> | ||
| 32 | <Tool | ||
| 33 | Name="VCXMLDataGeneratorTool" | ||
| 34 | /> | ||
| 35 | <Tool | ||
| 36 | Name="VCWebServiceProxyGeneratorTool" | ||
| 37 | /> | ||
| 38 | <Tool | ||
| 39 | Name="VCMIDLTool" | ||
| 40 | /> | ||
| 41 | <Tool | ||
| 42 | Name="VCCLCompilerTool" | ||
| 43 | Optimization="0" | ||
| 44 | AdditionalIncludeDirectories="..\lua-5.1.4\src" | ||
| 45 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;MIME_EXPORTS;MIME_API=__declspec(dllexport);_CRT_SECURE_NO_WARNINGS" | ||
| 46 | MinimalRebuild="true" | ||
| 47 | BasicRuntimeChecks="3" | ||
| 48 | RuntimeLibrary="3" | ||
| 49 | UsePrecompiledHeader="0" | ||
| 50 | WarningLevel="3" | ||
| 51 | Detect64BitPortabilityProblems="false" | ||
| 52 | DebugInformationFormat="4" | ||
| 53 | /> | ||
| 54 | <Tool | ||
| 55 | Name="VCManagedResourceCompilerTool" | ||
| 56 | /> | ||
| 57 | <Tool | ||
| 58 | Name="VCResourceCompilerTool" | ||
| 59 | /> | ||
| 60 | <Tool | ||
| 61 | Name="VCPreLinkEventTool" | ||
| 62 | /> | ||
| 63 | <Tool | ||
| 64 | Name="VCLinkerTool" | ||
| 65 | AdditionalDependencies="lua5.1.lib" | ||
| 66 | OutputFile="$(OutDir)/mime.dll" | ||
| 67 | LinkIncremental="2" | ||
| 68 | AdditionalLibraryDirectories="..\lua-5.1.4" | ||
| 69 | GenerateDebugInformation="true" | ||
| 70 | ProgramDatabaseFile="$(OutDir)/mime.pdb" | ||
| 71 | SubSystem="2" | ||
| 72 | RandomizedBaseAddress="1" | ||
| 73 | DataExecutionPrevention="0" | ||
| 74 | ImportLibrary="$(OutDir)/mime.lib" | ||
| 75 | TargetMachine="1" | ||
| 76 | /> | ||
| 77 | <Tool | ||
| 78 | Name="VCALinkTool" | ||
| 79 | /> | ||
| 80 | <Tool | ||
| 81 | Name="VCManifestTool" | ||
| 82 | /> | ||
| 83 | <Tool | ||
| 84 | Name="VCXDCMakeTool" | ||
| 85 | /> | ||
| 86 | <Tool | ||
| 87 | Name="VCBscMakeTool" | ||
| 88 | /> | ||
| 89 | <Tool | ||
| 90 | Name="VCFxCopTool" | ||
| 91 | /> | ||
| 92 | <Tool | ||
| 93 | Name="VCAppVerifierTool" | ||
| 94 | /> | ||
| 95 | <Tool | ||
| 96 | Name="VCPostBuildEventTool" | ||
| 97 | /> | ||
| 98 | </Configuration> | ||
| 99 | <Configuration | ||
| 100 | Name="Release|Win32" | ||
| 101 | OutputDirectory="src" | ||
| 102 | IntermediateDirectory="src" | ||
| 103 | ConfigurationType="2" | ||
| 104 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" | ||
| 105 | CharacterSet="2" | ||
| 106 | > | ||
| 107 | <Tool | ||
| 108 | Name="VCPreBuildEventTool" | ||
| 109 | /> | ||
| 110 | <Tool | ||
| 111 | Name="VCCustomBuildTool" | ||
| 112 | /> | ||
| 113 | <Tool | ||
| 114 | Name="VCXMLDataGeneratorTool" | ||
| 115 | /> | ||
| 116 | <Tool | ||
| 117 | Name="VCWebServiceProxyGeneratorTool" | ||
| 118 | /> | ||
| 119 | <Tool | ||
| 120 | Name="VCMIDLTool" | ||
| 121 | /> | ||
| 122 | <Tool | ||
| 123 | Name="VCCLCompilerTool" | ||
| 124 | AdditionalIncludeDirectories="..\lua-5.1.4\src" | ||
| 125 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;MIME_EXPORTS; MIME_API=__declspec(dllexport);_CRT_SECURE_NO_WARNINGS" | ||
| 126 | RuntimeLibrary="2" | ||
| 127 | UsePrecompiledHeader="0" | ||
| 128 | WarningLevel="4" | ||
| 129 | Detect64BitPortabilityProblems="false" | ||
| 130 | DebugInformationFormat="0" | ||
| 131 | /> | ||
| 132 | <Tool | ||
| 133 | Name="VCManagedResourceCompilerTool" | ||
| 134 | /> | ||
| 135 | <Tool | ||
| 136 | Name="VCResourceCompilerTool" | ||
| 137 | /> | ||
| 138 | <Tool | ||
| 139 | Name="VCPreLinkEventTool" | ||
| 140 | /> | ||
| 141 | <Tool | ||
| 142 | Name="VCLinkerTool" | ||
| 143 | AdditionalDependencies="lua5.1.lib" | ||
| 144 | OutputFile="$(OutDir)/mime.dll" | ||
| 145 | LinkIncremental="1" | ||
| 146 | AdditionalLibraryDirectories="..\lua-5.1.4" | ||
| 147 | GenerateDebugInformation="true" | ||
| 148 | SubSystem="2" | ||
| 149 | OptimizeReferences="2" | ||
| 150 | EnableCOMDATFolding="2" | ||
| 151 | RandomizedBaseAddress="1" | ||
| 152 | DataExecutionPrevention="0" | ||
| 153 | ImportLibrary="$(OutDir)/mime.lib" | ||
| 154 | TargetMachine="1" | ||
| 155 | /> | ||
| 156 | <Tool | ||
| 157 | Name="VCALinkTool" | ||
| 158 | /> | ||
| 159 | <Tool | ||
| 160 | Name="VCManifestTool" | ||
| 161 | /> | ||
| 162 | <Tool | ||
| 163 | Name="VCXDCMakeTool" | ||
| 164 | /> | ||
| 165 | <Tool | ||
| 166 | Name="VCBscMakeTool" | ||
| 167 | /> | ||
| 168 | <Tool | ||
| 169 | Name="VCFxCopTool" | ||
| 170 | /> | ||
| 171 | <Tool | ||
| 172 | Name="VCAppVerifierTool" | ||
| 173 | /> | ||
| 174 | <Tool | ||
| 175 | Name="VCPostBuildEventTool" | ||
| 176 | /> | ||
| 177 | </Configuration> | ||
| 178 | </Configurations> | ||
| 179 | <References> | ||
| 180 | </References> | ||
| 181 | <Files> | ||
| 182 | <Filter | ||
| 183 | Name="Source Files" | ||
| 184 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" | ||
| 185 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" | ||
| 186 | > | ||
| 187 | <File | ||
| 188 | RelativePath="src\mime.c" | ||
| 189 | > | ||
| 190 | </File> | ||
| 191 | </Filter> | ||
| 192 | <Filter | ||
| 193 | Name="Header Files" | ||
| 194 | Filter="h;hpp;hxx;hm;inl;inc;xsd" | ||
| 195 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" | ||
| 196 | > | ||
| 197 | </Filter> | ||
| 198 | <Filter | ||
| 199 | Name="Resource Files" | ||
| 200 | Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" | ||
| 201 | UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" | ||
| 202 | > | ||
| 203 | </Filter> | ||
| 204 | </Files> | ||
| 205 | <Globals> | ||
| 206 | </Globals> | ||
| 207 | </VisualStudioProject> | ||
diff --git a/mime.vcxproj b/mime.vcxproj new file mode 100755 index 0000000..95781f2 --- /dev/null +++ b/mime.vcxproj | |||
| @@ -0,0 +1,195 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup Label="ProjectConfigurations"> | ||
| 4 | <ProjectConfiguration Include="Debug|Win32"> | ||
| 5 | <Configuration>Debug</Configuration> | ||
| 6 | <Platform>Win32</Platform> | ||
| 7 | </ProjectConfiguration> | ||
| 8 | <ProjectConfiguration Include="Debug|x64"> | ||
| 9 | <Configuration>Debug</Configuration> | ||
| 10 | <Platform>x64</Platform> | ||
| 11 | </ProjectConfiguration> | ||
| 12 | <ProjectConfiguration Include="Release|Win32"> | ||
| 13 | <Configuration>Release</Configuration> | ||
| 14 | <Platform>Win32</Platform> | ||
| 15 | </ProjectConfiguration> | ||
| 16 | <ProjectConfiguration Include="Release|x64"> | ||
| 17 | <Configuration>Release</Configuration> | ||
| 18 | <Platform>x64</Platform> | ||
| 19 | </ProjectConfiguration> | ||
| 20 | </ItemGroup> | ||
| 21 | <ItemGroup> | ||
| 22 | <ClCompile Include="src\mime.c" /> | ||
| 23 | </ItemGroup> | ||
| 24 | <PropertyGroup Label="Globals"> | ||
| 25 | <ProjectGuid>{128E8BD0-174A-48F0-8771-92B1E8D18713}</ProjectGuid> | ||
| 26 | <Keyword>Win32Proj</Keyword> | ||
| 27 | </PropertyGroup> | ||
| 28 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 29 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
| 30 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 31 | <PlatformToolset>v110</PlatformToolset> | ||
| 32 | <CharacterSet>MultiByte</CharacterSet> | ||
| 33 | </PropertyGroup> | ||
| 34 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
| 35 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 36 | <PlatformToolset>v110</PlatformToolset> | ||
| 37 | <CharacterSet>MultiByte</CharacterSet> | ||
| 38 | </PropertyGroup> | ||
| 39 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
| 40 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 41 | <PlatformToolset>v110</PlatformToolset> | ||
| 42 | <CharacterSet>MultiByte</CharacterSet> | ||
| 43 | </PropertyGroup> | ||
| 44 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
| 45 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 46 | <PlatformToolset>v110</PlatformToolset> | ||
| 47 | <CharacterSet>MultiByte</CharacterSet> | ||
| 48 | </PropertyGroup> | ||
| 49 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 50 | <ImportGroup Label="ExtensionSettings"> | ||
| 51 | </ImportGroup> | ||
| 52 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||
| 53 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 54 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | ||
| 55 | </ImportGroup> | ||
| 56 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
| 57 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 58 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | ||
| 59 | </ImportGroup> | ||
| 60 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||
| 61 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 62 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | ||
| 63 | </ImportGroup> | ||
| 64 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
| 65 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 66 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | ||
| 67 | </ImportGroup> | ||
| 68 | <PropertyGroup Label="UserMacros" /> | ||
| 69 | <PropertyGroup> | ||
| 70 | <_ProjectFileVersion>11.0.50727.1</_ProjectFileVersion> | ||
| 71 | </PropertyGroup> | ||
| 72 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 73 | <OutDir>$(SolutionDir)\$(Configuration)\mime\</OutDir> | ||
| 74 | <IntDir>$(Configuration)\</IntDir> | ||
| 75 | <LinkIncremental>true</LinkIncremental> | ||
| 76 | <TargetName>core</TargetName> | ||
| 77 | </PropertyGroup> | ||
| 78 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 79 | <LinkIncremental>true</LinkIncremental> | ||
| 80 | <TargetName>core</TargetName> | ||
| 81 | <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\mime\</OutDir> | ||
| 82 | </PropertyGroup> | ||
| 83 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 84 | <OutDir>$(SolutionDir)\$(Configuration)\mime\</OutDir> | ||
| 85 | <IntDir>$(Configuration)\</IntDir> | ||
| 86 | <LinkIncremental>false</LinkIncremental> | ||
| 87 | <TargetName>core</TargetName> | ||
| 88 | </PropertyGroup> | ||
| 89 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 90 | <LinkIncremental>false</LinkIncremental> | ||
| 91 | <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\mime\</OutDir> | ||
| 92 | <TargetName>core</TargetName> | ||
| 93 | </PropertyGroup> | ||
| 94 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 95 | <ClCompile> | ||
| 96 | <Optimization>Disabled</Optimization> | ||
| 97 | <AdditionalIncludeDirectories>..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 98 | <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;MIME_API=__declspec(dllexport);_CRT_SECURE_NO_WARNINGS;LUA_COMPAT_MODULE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 99 | <MinimalRebuild>true</MinimalRebuild> | ||
| 100 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | ||
| 101 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 102 | <PrecompiledHeader /> | ||
| 103 | <WarningLevel>Level3</WarningLevel> | ||
| 104 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | ||
| 105 | </ClCompile> | ||
| 106 | <Link> | ||
| 107 | <AdditionalDependencies>lualib.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 108 | <OutputFile>$(OutDir)$(TargetName).dll</OutputFile> | ||
| 109 | <AdditionalLibraryDirectories>..\bin\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | ||
| 110 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 111 | <ProgramDatabaseFile>$(OutDir)mime.pdb</ProgramDatabaseFile> | ||
| 112 | <SubSystem>Windows</SubSystem> | ||
| 113 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 114 | <DataExecutionPrevention /> | ||
| 115 | <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> | ||
| 116 | <TargetMachine>MachineX86</TargetMachine> | ||
| 117 | </Link> | ||
| 118 | </ItemDefinitionGroup> | ||
| 119 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 120 | <ClCompile> | ||
| 121 | <Optimization>Disabled</Optimization> | ||
| 122 | <AdditionalIncludeDirectories>..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 123 | <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;MIME_API=__declspec(dllexport);_CRT_SECURE_NO_WARNINGS;LUA_COMPAT_MODULE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 124 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | ||
| 125 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 126 | <PrecompiledHeader> | ||
| 127 | </PrecompiledHeader> | ||
| 128 | <WarningLevel>Level3</WarningLevel> | ||
| 129 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 130 | </ClCompile> | ||
| 131 | <Link> | ||
| 132 | <AdditionalDependencies>lualib.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 133 | <OutputFile>$(OutDir)$(TargetName).dll</OutputFile> | ||
| 134 | <AdditionalLibraryDirectories>..\bin\$(Platform)\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | ||
| 135 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 136 | <ProgramDatabaseFile>$(OutDir)mime.pdb</ProgramDatabaseFile> | ||
| 137 | <SubSystem>Windows</SubSystem> | ||
| 138 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 139 | <DataExecutionPrevention> | ||
| 140 | </DataExecutionPrevention> | ||
| 141 | <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> | ||
| 142 | </Link> | ||
| 143 | </ItemDefinitionGroup> | ||
| 144 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 145 | <ClCompile> | ||
| 146 | <AdditionalIncludeDirectories>..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 147 | <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;MIME_API=__declspec(dllexport);_CRT_SECURE_NO_WARNINGS;LUA_COMPAT_MODULE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 148 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 149 | <PrecompiledHeader /> | ||
| 150 | <WarningLevel>Level4</WarningLevel> | ||
| 151 | <DebugInformationFormat /> | ||
| 152 | </ClCompile> | ||
| 153 | <Link> | ||
| 154 | <AdditionalDependencies>lualib.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 155 | <OutputFile>$(OutDir)$(TargetName).dll</OutputFile> | ||
| 156 | <AdditionalLibraryDirectories>..\bin\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | ||
| 157 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 158 | <SubSystem>Windows</SubSystem> | ||
| 159 | <OptimizeReferences>true</OptimizeReferences> | ||
| 160 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 161 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 162 | <DataExecutionPrevention /> | ||
| 163 | <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> | ||
| 164 | <TargetMachine>MachineX86</TargetMachine> | ||
| 165 | </Link> | ||
| 166 | </ItemDefinitionGroup> | ||
| 167 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 168 | <ClCompile> | ||
| 169 | <AdditionalIncludeDirectories>..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 170 | <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;MIME_API=__declspec(dllexport);_CRT_SECURE_NO_WARNINGS;LUA_COMPAT_MODULE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 171 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 172 | <PrecompiledHeader> | ||
| 173 | </PrecompiledHeader> | ||
| 174 | <WarningLevel>Level4</WarningLevel> | ||
| 175 | <DebugInformationFormat> | ||
| 176 | </DebugInformationFormat> | ||
| 177 | </ClCompile> | ||
| 178 | <Link> | ||
| 179 | <AdditionalDependencies>lualib.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 180 | <OutputFile>$(OutDir)$(TargetName).dll</OutputFile> | ||
| 181 | <AdditionalLibraryDirectories>..\bin\$(Platform)\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | ||
| 182 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 183 | <SubSystem>Windows</SubSystem> | ||
| 184 | <OptimizeReferences>true</OptimizeReferences> | ||
| 185 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 186 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 187 | <DataExecutionPrevention> | ||
| 188 | </DataExecutionPrevention> | ||
| 189 | <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> | ||
| 190 | </Link> | ||
| 191 | </ItemDefinitionGroup> | ||
| 192 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 193 | <ImportGroup Label="ExtensionTargets"> | ||
| 194 | </ImportGroup> | ||
| 195 | </Project> \ No newline at end of file | ||
diff --git a/socket.vcproj b/socket.vcproj deleted file mode 100644 index 195eb09..0000000 --- a/socket.vcproj +++ /dev/null | |||
| @@ -1,259 +0,0 @@ | |||
| 1 | <?xml version="1.0" encoding="Windows-1252"?> | ||
| 2 | <VisualStudioProject | ||
| 3 | ProjectType="Visual C++" | ||
| 4 | Version="9.00" | ||
| 5 | Name="socket" | ||
| 6 | ProjectGUID="{66E3CE14-884D-4AEA-9F20-15A0BEAF8C5A}" | ||
| 7 | Keyword="Win32Proj" | ||
| 8 | TargetFrameworkVersion="131072" | ||
| 9 | > | ||
| 10 | <Platforms> | ||
| 11 | <Platform | ||
| 12 | Name="Win32" | ||
| 13 | /> | ||
| 14 | </Platforms> | ||
| 15 | <ToolFiles> | ||
| 16 | </ToolFiles> | ||
| 17 | <Configurations> | ||
| 18 | <Configuration | ||
| 19 | Name="Debug|Win32" | ||
| 20 | OutputDirectory="src" | ||
| 21 | IntermediateDirectory="src" | ||
| 22 | ConfigurationType="2" | ||
| 23 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" | ||
| 24 | CharacterSet="2" | ||
| 25 | > | ||
| 26 | <Tool | ||
| 27 | Name="VCPreBuildEventTool" | ||
| 28 | /> | ||
| 29 | <Tool | ||
| 30 | Name="VCCustomBuildTool" | ||
| 31 | /> | ||
| 32 | <Tool | ||
| 33 | Name="VCXMLDataGeneratorTool" | ||
| 34 | /> | ||
| 35 | <Tool | ||
| 36 | Name="VCWebServiceProxyGeneratorTool" | ||
| 37 | /> | ||
| 38 | <Tool | ||
| 39 | Name="VCMIDLTool" | ||
| 40 | /> | ||
| 41 | <Tool | ||
| 42 | Name="VCCLCompilerTool" | ||
| 43 | Optimization="0" | ||
| 44 | AdditionalIncludeDirectories="..\lua-5.1.4\src" | ||
| 45 | PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;LUASOCKET_EXPORTS;LUASOCKET_API=__declspec(dllexport);_CRT_SECURE_NO_WARNINGS" | ||
| 46 | MinimalRebuild="true" | ||
| 47 | BasicRuntimeChecks="3" | ||
| 48 | RuntimeLibrary="3" | ||
| 49 | UsePrecompiledHeader="0" | ||
| 50 | WarningLevel="3" | ||
| 51 | Detect64BitPortabilityProblems="false" | ||
| 52 | DebugInformationFormat="4" | ||
| 53 | /> | ||
| 54 | <Tool | ||
| 55 | Name="VCManagedResourceCompilerTool" | ||
| 56 | /> | ||
| 57 | <Tool | ||
| 58 | Name="VCResourceCompilerTool" | ||
| 59 | /> | ||
| 60 | <Tool | ||
| 61 | Name="VCPreLinkEventTool" | ||
| 62 | /> | ||
| 63 | <Tool | ||
| 64 | Name="VCLinkerTool" | ||
| 65 | AdditionalDependencies="ws2_32.lib lua5.1.lib" | ||
| 66 | OutputFile="$(OutDir)/socket.dll" | ||
| 67 | LinkIncremental="2" | ||
| 68 | AdditionalLibraryDirectories="..\lua-5.1.4" | ||
| 69 | GenerateDebugInformation="true" | ||
| 70 | ProgramDatabaseFile="$(OutDir)/socket.pdb" | ||
| 71 | SubSystem="2" | ||
| 72 | RandomizedBaseAddress="1" | ||
| 73 | DataExecutionPrevention="0" | ||
| 74 | ImportLibrary="$(OutDir)/socket.lib" | ||
| 75 | TargetMachine="1" | ||
| 76 | /> | ||
| 77 | <Tool | ||
| 78 | Name="VCALinkTool" | ||
| 79 | /> | ||
| 80 | <Tool | ||
| 81 | Name="VCManifestTool" | ||
| 82 | /> | ||
| 83 | <Tool | ||
| 84 | Name="VCXDCMakeTool" | ||
| 85 | /> | ||
| 86 | <Tool | ||
| 87 | Name="VCBscMakeTool" | ||
| 88 | /> | ||
| 89 | <Tool | ||
| 90 | Name="VCFxCopTool" | ||
| 91 | /> | ||
| 92 | <Tool | ||
| 93 | Name="VCAppVerifierTool" | ||
| 94 | /> | ||
| 95 | <Tool | ||
| 96 | Name="VCPostBuildEventTool" | ||
| 97 | /> | ||
| 98 | </Configuration> | ||
| 99 | <Configuration | ||
| 100 | Name="Release|Win32" | ||
| 101 | OutputDirectory="./src" | ||
| 102 | IntermediateDirectory="./src" | ||
| 103 | ConfigurationType="2" | ||
| 104 | InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops" | ||
| 105 | CharacterSet="2" | ||
| 106 | > | ||
| 107 | <Tool | ||
| 108 | Name="VCPreBuildEventTool" | ||
| 109 | /> | ||
| 110 | <Tool | ||
| 111 | Name="VCCustomBuildTool" | ||
| 112 | /> | ||
| 113 | <Tool | ||
| 114 | Name="VCXMLDataGeneratorTool" | ||
| 115 | /> | ||
| 116 | <Tool | ||
| 117 | Name="VCWebServiceProxyGeneratorTool" | ||
| 118 | /> | ||
| 119 | <Tool | ||
| 120 | Name="VCMIDLTool" | ||
| 121 | /> | ||
| 122 | <Tool | ||
| 123 | Name="VCCLCompilerTool" | ||
| 124 | AdditionalIncludeDirectories="..\lua-5.1.4\src" | ||
| 125 | PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;LUASOCKET_EXPORTS;LUASOCKET_API=__declspec(dllexport); LUASOCKET_DEBUG; _CRT_SECURE_NO_WARNINGS" | ||
| 126 | RuntimeLibrary="2" | ||
| 127 | UsePrecompiledHeader="0" | ||
| 128 | WarningLevel="3" | ||
| 129 | Detect64BitPortabilityProblems="false" | ||
| 130 | DebugInformationFormat="0" | ||
| 131 | /> | ||
| 132 | <Tool | ||
| 133 | Name="VCManagedResourceCompilerTool" | ||
| 134 | /> | ||
| 135 | <Tool | ||
| 136 | Name="VCResourceCompilerTool" | ||
| 137 | /> | ||
| 138 | <Tool | ||
| 139 | Name="VCPreLinkEventTool" | ||
| 140 | /> | ||
| 141 | <Tool | ||
| 142 | Name="VCLinkerTool" | ||
| 143 | AdditionalDependencies="ws2_32.lib lua5.1.lib" | ||
| 144 | OutputFile="$(OutDir)/socket.dll" | ||
| 145 | LinkIncremental="1" | ||
| 146 | AdditionalLibraryDirectories="..\lua-5.1.4" | ||
| 147 | GenerateDebugInformation="true" | ||
| 148 | SubSystem="2" | ||
| 149 | OptimizeReferences="2" | ||
| 150 | EnableCOMDATFolding="2" | ||
| 151 | RandomizedBaseAddress="1" | ||
| 152 | DataExecutionPrevention="0" | ||
| 153 | ImportLibrary="$(OutDir)/socket.lib" | ||
| 154 | TargetMachine="1" | ||
| 155 | /> | ||
| 156 | <Tool | ||
| 157 | Name="VCALinkTool" | ||
| 158 | /> | ||
| 159 | <Tool | ||
| 160 | Name="VCManifestTool" | ||
| 161 | /> | ||
| 162 | <Tool | ||
| 163 | Name="VCXDCMakeTool" | ||
| 164 | /> | ||
| 165 | <Tool | ||
| 166 | Name="VCBscMakeTool" | ||
| 167 | /> | ||
| 168 | <Tool | ||
| 169 | Name="VCFxCopTool" | ||
| 170 | /> | ||
| 171 | <Tool | ||
| 172 | Name="VCAppVerifierTool" | ||
| 173 | /> | ||
| 174 | <Tool | ||
| 175 | Name="VCPostBuildEventTool" | ||
| 176 | /> | ||
| 177 | </Configuration> | ||
| 178 | </Configurations> | ||
| 179 | <References> | ||
| 180 | </References> | ||
| 181 | <Files> | ||
| 182 | <Filter | ||
| 183 | Name="Source Files" | ||
| 184 | Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx" | ||
| 185 | UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}" | ||
| 186 | > | ||
| 187 | <File | ||
| 188 | RelativePath="src\auxiliar.c" | ||
| 189 | > | ||
| 190 | </File> | ||
| 191 | <File | ||
| 192 | RelativePath="src\buffer.c" | ||
| 193 | > | ||
| 194 | </File> | ||
| 195 | <File | ||
| 196 | RelativePath="src\except.c" | ||
| 197 | > | ||
| 198 | </File> | ||
| 199 | <File | ||
| 200 | RelativePath="src\inet.c" | ||
| 201 | > | ||
| 202 | </File> | ||
| 203 | <File | ||
| 204 | RelativePath="src\io.c" | ||
| 205 | > | ||
| 206 | </File> | ||
| 207 | <File | ||
| 208 | RelativePath="src\luasocket.c" | ||
| 209 | > | ||
| 210 | </File> | ||
| 211 | <File | ||
| 212 | RelativePath="src\options.c" | ||
| 213 | > | ||
| 214 | </File> | ||
| 215 | <File | ||
| 216 | RelativePath="src\select.c" | ||
| 217 | > | ||
| 218 | </File> | ||
| 219 | <File | ||
| 220 | RelativePath="src\tcp.c" | ||
| 221 | > | ||
| 222 | </File> | ||
| 223 | <File | ||
| 224 | RelativePath="src\timeout.c" | ||
| 225 | > | ||
| 226 | </File> | ||
| 227 | <File | ||
| 228 | RelativePath="src\udp.c" | ||
| 229 | > | ||
| 230 | </File> | ||
| 231 | <File | ||
| 232 | RelativePath="src\wsocket.c" | ||
| 233 | > | ||
| 234 | <FileConfiguration | ||
| 235 | Name="Release|Win32" | ||
| 236 | > | ||
| 237 | <Tool | ||
| 238 | Name="VCCLCompilerTool" | ||
| 239 | GeneratePreprocessedFile="0" | ||
| 240 | /> | ||
| 241 | </FileConfiguration> | ||
| 242 | </File> | ||
| 243 | </Filter> | ||
| 244 | <Filter | ||
| 245 | Name="Header Files" | ||
| 246 | Filter="h;hpp;hxx;hm;inl;inc;xsd" | ||
| 247 | UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}" | ||
| 248 | > | ||
| 249 | </Filter> | ||
| 250 | <Filter | ||
| 251 | Name="Resource Files" | ||
| 252 | Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx" | ||
| 253 | UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}" | ||
| 254 | > | ||
| 255 | </Filter> | ||
| 256 | </Files> | ||
| 257 | <Globals> | ||
| 258 | </Globals> | ||
| 259 | </VisualStudioProject> | ||
diff --git a/socket.vcxproj b/socket.vcxproj new file mode 100755 index 0000000..0256c90 --- /dev/null +++ b/socket.vcxproj | |||
| @@ -0,0 +1,206 @@ | |||
| 1 | <?xml version="1.0" encoding="utf-8"?> | ||
| 2 | <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | ||
| 3 | <ItemGroup Label="ProjectConfigurations"> | ||
| 4 | <ProjectConfiguration Include="Debug|Win32"> | ||
| 5 | <Configuration>Debug</Configuration> | ||
| 6 | <Platform>Win32</Platform> | ||
| 7 | </ProjectConfiguration> | ||
| 8 | <ProjectConfiguration Include="Debug|x64"> | ||
| 9 | <Configuration>Debug</Configuration> | ||
| 10 | <Platform>x64</Platform> | ||
| 11 | </ProjectConfiguration> | ||
| 12 | <ProjectConfiguration Include="Release|Win32"> | ||
| 13 | <Configuration>Release</Configuration> | ||
| 14 | <Platform>Win32</Platform> | ||
| 15 | </ProjectConfiguration> | ||
| 16 | <ProjectConfiguration Include="Release|x64"> | ||
| 17 | <Configuration>Release</Configuration> | ||
| 18 | <Platform>x64</Platform> | ||
| 19 | </ProjectConfiguration> | ||
| 20 | </ItemGroup> | ||
| 21 | <ItemGroup> | ||
| 22 | <ClCompile Include="src\auxiliar.c" /> | ||
| 23 | <ClCompile Include="src\buffer.c" /> | ||
| 24 | <ClCompile Include="src\except.c" /> | ||
| 25 | <ClCompile Include="src\inet.c" /> | ||
| 26 | <ClCompile Include="src\io.c" /> | ||
| 27 | <ClCompile Include="src\luasocket.c" /> | ||
| 28 | <ClCompile Include="src\options.c" /> | ||
| 29 | <ClCompile Include="src\select.c" /> | ||
| 30 | <ClCompile Include="src\tcp.c" /> | ||
| 31 | <ClCompile Include="src\timeout.c" /> | ||
| 32 | <ClCompile Include="src\udp.c" /> | ||
| 33 | <ClCompile Include="src\wsocket.c" /> | ||
| 34 | </ItemGroup> | ||
| 35 | <PropertyGroup Label="Globals"> | ||
| 36 | <ProjectGuid>{66E3CE14-884D-4AEA-9F20-15A0BEAF8C5A}</ProjectGuid> | ||
| 37 | <Keyword>Win32Proj</Keyword> | ||
| 38 | </PropertyGroup> | ||
| 39 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.Default.props" /> | ||
| 40 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="Configuration"> | ||
| 41 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 42 | <PlatformToolset>v110</PlatformToolset> | ||
| 43 | <CharacterSet>MultiByte</CharacterSet> | ||
| 44 | </PropertyGroup> | ||
| 45 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="Configuration"> | ||
| 46 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 47 | <PlatformToolset>v110</PlatformToolset> | ||
| 48 | <CharacterSet>MultiByte</CharacterSet> | ||
| 49 | </PropertyGroup> | ||
| 50 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="Configuration"> | ||
| 51 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 52 | <PlatformToolset>v110</PlatformToolset> | ||
| 53 | <CharacterSet>MultiByte</CharacterSet> | ||
| 54 | </PropertyGroup> | ||
| 55 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="Configuration"> | ||
| 56 | <ConfigurationType>DynamicLibrary</ConfigurationType> | ||
| 57 | <PlatformToolset>v110</PlatformToolset> | ||
| 58 | <CharacterSet>MultiByte</CharacterSet> | ||
| 59 | </PropertyGroup> | ||
| 60 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.props" /> | ||
| 61 | <ImportGroup Label="ExtensionSettings"> | ||
| 62 | </ImportGroup> | ||
| 63 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'" Label="PropertySheets"> | ||
| 64 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 65 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | ||
| 66 | </ImportGroup> | ||
| 67 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'" Label="PropertySheets"> | ||
| 68 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 69 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | ||
| 70 | </ImportGroup> | ||
| 71 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'" Label="PropertySheets"> | ||
| 72 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 73 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | ||
| 74 | </ImportGroup> | ||
| 75 | <ImportGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'" Label="PropertySheets"> | ||
| 76 | <Import Project="$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition="exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label="LocalAppDataPlatform" /> | ||
| 77 | <Import Project="$(VCTargetsPath)Microsoft.CPP.UpgradeFromVC71.props" /> | ||
| 78 | </ImportGroup> | ||
| 79 | <PropertyGroup Label="UserMacros" /> | ||
| 80 | <PropertyGroup> | ||
| 81 | <_ProjectFileVersion>11.0.50727.1</_ProjectFileVersion> | ||
| 82 | </PropertyGroup> | ||
| 83 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 84 | <OutDir>$(SolutionDir)\$(Configuration)\socket\</OutDir> | ||
| 85 | <IntDir>$(Configuration)\</IntDir> | ||
| 86 | <LinkIncremental>true</LinkIncremental> | ||
| 87 | <TargetName>core</TargetName> | ||
| 88 | </PropertyGroup> | ||
| 89 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 90 | <LinkIncremental>true</LinkIncremental> | ||
| 91 | <TargetName>core</TargetName> | ||
| 92 | <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\socket\</OutDir> | ||
| 93 | </PropertyGroup> | ||
| 94 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 95 | <OutDir>$(SolutionDir)\$(Configuration)\socket\</OutDir> | ||
| 96 | <IntDir>$(Configuration)\</IntDir> | ||
| 97 | <LinkIncremental>false</LinkIncremental> | ||
| 98 | <TargetName>core</TargetName> | ||
| 99 | </PropertyGroup> | ||
| 100 | <PropertyGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 101 | <LinkIncremental>false</LinkIncremental> | ||
| 102 | <OutDir>$(SolutionDir)$(Platform)\$(Configuration)\socket\</OutDir> | ||
| 103 | <TargetName>core</TargetName> | ||
| 104 | </PropertyGroup> | ||
| 105 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|Win32'"> | ||
| 106 | <ClCompile> | ||
| 107 | <Optimization>Disabled</Optimization> | ||
| 108 | <AdditionalIncludeDirectories>..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 109 | <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LUASOCKET_API=__declspec(dllexport);_CRT_SECURE_NO_WARNINGS;LUA_COMPAT_MODULE;LUASOCKET_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 110 | <MinimalRebuild>true</MinimalRebuild> | ||
| 111 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | ||
| 112 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 113 | <PrecompiledHeader /> | ||
| 114 | <WarningLevel>Level3</WarningLevel> | ||
| 115 | <DebugInformationFormat>EditAndContinue</DebugInformationFormat> | ||
| 116 | </ClCompile> | ||
| 117 | <Link> | ||
| 118 | <AdditionalDependencies>lualib.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 119 | <OutputFile>$(OutDir)$(TargetName).dll</OutputFile> | ||
| 120 | <AdditionalLibraryDirectories>..\bin\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | ||
| 121 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 122 | <ProgramDatabaseFile>$(OutDir)mime.pdb</ProgramDatabaseFile> | ||
| 123 | <SubSystem>Windows</SubSystem> | ||
| 124 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 125 | <DataExecutionPrevention /> | ||
| 126 | <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> | ||
| 127 | <TargetMachine>MachineX86</TargetMachine> | ||
| 128 | </Link> | ||
| 129 | </ItemDefinitionGroup> | ||
| 130 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Debug|x64'"> | ||
| 131 | <ClCompile> | ||
| 132 | <Optimization>Disabled</Optimization> | ||
| 133 | <AdditionalIncludeDirectories>..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 134 | <PreprocessorDefinitions>WIN32;_DEBUG;_WINDOWS;_USRDLL;LUASOCKET_API=__declspec(dllexport);_CRT_SECURE_NO_WARNINGS;LUA_COMPAT_MODULE;LUASOCKET_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 135 | <BasicRuntimeChecks>EnableFastChecks</BasicRuntimeChecks> | ||
| 136 | <RuntimeLibrary>MultiThreadedDebugDLL</RuntimeLibrary> | ||
| 137 | <PrecompiledHeader> | ||
| 138 | </PrecompiledHeader> | ||
| 139 | <WarningLevel>Level3</WarningLevel> | ||
| 140 | <DebugInformationFormat>ProgramDatabase</DebugInformationFormat> | ||
| 141 | </ClCompile> | ||
| 142 | <Link> | ||
| 143 | <AdditionalDependencies>lualib.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 144 | <OutputFile>$(OutDir)$(TargetName).dll</OutputFile> | ||
| 145 | <AdditionalLibraryDirectories>..\bin\$(Platform)\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | ||
| 146 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 147 | <ProgramDatabaseFile>$(OutDir)mime.pdb</ProgramDatabaseFile> | ||
| 148 | <SubSystem>Windows</SubSystem> | ||
| 149 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 150 | <DataExecutionPrevention> | ||
| 151 | </DataExecutionPrevention> | ||
| 152 | <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> | ||
| 153 | </Link> | ||
| 154 | </ItemDefinitionGroup> | ||
| 155 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|Win32'"> | ||
| 156 | <ClCompile> | ||
| 157 | <AdditionalIncludeDirectories>..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 158 | <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LUASOCKET_API=__declspec(dllexport);_CRT_SECURE_NO_WARNINGS;LUA_COMPAT_MODULE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 159 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 160 | <PrecompiledHeader /> | ||
| 161 | <WarningLevel>Level4</WarningLevel> | ||
| 162 | <DebugInformationFormat /> | ||
| 163 | </ClCompile> | ||
| 164 | <Link> | ||
| 165 | <AdditionalDependencies>lualib.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 166 | <OutputFile>$(OutDir)$(TargetName).dll</OutputFile> | ||
| 167 | <AdditionalLibraryDirectories>..\bin\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | ||
| 168 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 169 | <SubSystem>Windows</SubSystem> | ||
| 170 | <OptimizeReferences>true</OptimizeReferences> | ||
| 171 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 172 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 173 | <DataExecutionPrevention /> | ||
| 174 | <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> | ||
| 175 | <TargetMachine>MachineX86</TargetMachine> | ||
| 176 | </Link> | ||
| 177 | </ItemDefinitionGroup> | ||
| 178 | <ItemDefinitionGroup Condition="'$(Configuration)|$(Platform)'=='Release|x64'"> | ||
| 179 | <ClCompile> | ||
| 180 | <AdditionalIncludeDirectories>..\include;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories> | ||
| 181 | <PreprocessorDefinitions>WIN32;NDEBUG;_WINDOWS;_USRDLL;LUASOCKET_API=__declspec(dllexport);_CRT_SECURE_NO_WARNINGS;LUA_COMPAT_MODULE;%(PreprocessorDefinitions)</PreprocessorDefinitions> | ||
| 182 | <RuntimeLibrary>MultiThreadedDLL</RuntimeLibrary> | ||
| 183 | <PrecompiledHeader> | ||
| 184 | </PrecompiledHeader> | ||
| 185 | <WarningLevel>Level4</WarningLevel> | ||
| 186 | <DebugInformationFormat> | ||
| 187 | </DebugInformationFormat> | ||
| 188 | </ClCompile> | ||
| 189 | <Link> | ||
| 190 | <AdditionalDependencies>lualib.lib;ws2_32.lib;%(AdditionalDependencies)</AdditionalDependencies> | ||
| 191 | <OutputFile>$(OutDir)$(TargetName).dll</OutputFile> | ||
| 192 | <AdditionalLibraryDirectories>..\bin\$(Platform)\$(Configuration);%(AdditionalLibraryDirectories)</AdditionalLibraryDirectories> | ||
| 193 | <GenerateDebugInformation>true</GenerateDebugInformation> | ||
| 194 | <SubSystem>Windows</SubSystem> | ||
| 195 | <OptimizeReferences>true</OptimizeReferences> | ||
| 196 | <EnableCOMDATFolding>true</EnableCOMDATFolding> | ||
| 197 | <RandomizedBaseAddress>false</RandomizedBaseAddress> | ||
| 198 | <DataExecutionPrevention> | ||
| 199 | </DataExecutionPrevention> | ||
| 200 | <ImportLibrary>$(OutDir)$(TargetName).lib</ImportLibrary> | ||
| 201 | </Link> | ||
| 202 | </ItemDefinitionGroup> | ||
| 203 | <Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" /> | ||
| 204 | <ImportGroup Label="ExtensionTargets"> | ||
| 205 | </ImportGroup> | ||
| 206 | </Project> \ No newline at end of file | ||
