changed win32 project files to MSVC9/Visual C++ 2008 and renamed the directory accordingly; added .gitignore to ignore all the MSVC build files

This commit is contained in:
Simon Goldschmidt 2014-08-20 21:45:31 +02:00
parent af57a58b48
commit 80ae68d1be
11 changed files with 37 additions and 11 deletions

9
.gitignore vendored Normal file
View File

@ -0,0 +1,9 @@
/ports/win32/msvc/Debug
/ports/win32/lwipcfg_msvc.h
/ports/win32/msvc/Debug unittests
/ports/win32/msvc/Release
/ports/win32/msvc/Release unittests
/ports/win32/msvc/*.user
/ports/win32/msvc/*.ncb
/ports/win32/msvc/*.cache
/ports/win32/msvc/*.suo

View File

@ -1 +0,0 @@
lwipcfg_msvc.h

View File

@ -1,10 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8,00"
Version="9,00"
Name="libcheck"
ProjectGUID="{EBB156DC-01BF-47B2-B69C-1A750B6B5F09}"
RootNamespace="libcheck"
TargetFrameworkVersion="131072"
>
<Platforms>
<Platform

View File

@ -1,9 +1,10 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8,00"
Version="9,00"
Name="lwIP"
ProjectGUID="{2CC276FA-B226-49C9-8F82-7FCD5A228E28}"
TargetFrameworkVersion="131072"
>
<Platforms>
<Platform

View File

@ -1,5 +1,5 @@
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual C++ Express 2005
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual C++ Express 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lwIP_test", "lwIP_Test.vcproj", "{8CC0CE51-32CF-4585-BFAF-A9343BC5A96D}"
ProjectSection(ProjectDependencies) = postProject
{6F44E49E-9F21-4144-91EC-53B92AEF62CE} = {6F44E49E-9F21-4144-91EC-53B92AEF62CE}

View File

@ -1,10 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8,00"
Version="9,00"
Name="lwIP_test"
ProjectGUID="{8CC0CE51-32CF-4585-BFAF-A9343BC5A96D}"
RootNamespace="lwIP_test"
TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@ -77,6 +78,8 @@
AdditionalLibraryDirectories="$(PCAP_DIR)\Lib"
ProgramDatabaseFile=".\Release/test.pdb"
SubSystem="1"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@ -163,6 +166,8 @@
AdditionalLibraryDirectories="$(PCAP_DIR)\Lib"
GenerateDebugInformation="true"
SubSystem="1"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool

View File

@ -1,10 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8,00"
Version="9,00"
Name="lwIP pcapif"
ProjectGUID="{6F44E49E-9F21-4144-91EC-53B92AEF62CE}"
RootNamespace="lwIP pcapif"
TargetFrameworkVersion="131072"
>
<Platforms>
<Platform

View File

@ -1,5 +1,5 @@
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Microsoft Visual Studio Solution File, Format Version 10.00
# Visual C++ Express 2008
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "lwip_unittests", "lwip_unittests.vcproj", "{6CCABAA4-F86F-4119-AFF8-43C9A4A234C2}"
ProjectSection(ProjectDependencies) = postProject
{EBB156DC-01BF-47B2-B69C-1A750B6B5F09} = {EBB156DC-01BF-47B2-B69C-1A750B6B5F09}

View File

@ -1,10 +1,11 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8,00"
Version="9,00"
Name="lwip_unittests"
ProjectGUID="{6CCABAA4-F86F-4119-AFF8-43C9A4A234C2}"
RootNamespace="lwip_unittests"
TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@ -59,6 +60,8 @@
<Tool
Name="VCLinkerTool"
GenerateDebugInformation="true"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@ -131,6 +134,8 @@
GenerateDebugInformation="true"
OptimizeReferences="2"
EnableCOMDATFolding="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool

View File

@ -1,11 +1,12 @@
<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
Version="8,00"
Version="9,00"
Name="makefsdata"
ProjectGUID="{0BFC0F21-8E84-4E68-A9E1-CE2A09B72F6D}"
RootNamespace="makefsdata"
Keyword="Win32Proj"
TargetFrameworkVersion="131072"
>
<Platforms>
<Platform
@ -64,6 +65,8 @@
LinkIncremental="2"
GenerateDebugInformation="true"
SubSystem="1"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool
@ -140,6 +143,8 @@
SubSystem="1"
OptimizeReferences="2"
EnableCOMDATFolding="2"
RandomizedBaseAddress="1"
DataExecutionPrevention="0"
TargetMachine="1"
/>
<Tool