aboutsummaryrefslogtreecommitdiffstats
path: root/all.vcproj
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2007-09-09 13:59:58 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2007-09-09 13:59:58 +0000
commit6e6db1baf353fe14e7111c99ee7bd2d0b2dce459 (patch)
treed84744ed856986d83a401fe6354de34677b01a4c /all.vcproj
parente86081e69c44ce8457e2918354c6fed02387453f (diff)
start an experiment to provide MS Visual Studio 2005 solution / project files for a lot easier debugging. They still use the underlying Makefile.nmake files for the actual build process.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@22831 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'all.vcproj')
-rw-r--r--all.vcproj73
1 files changed, 73 insertions, 0 deletions
diff --git a/all.vcproj b/all.vcproj
new file mode 100644
index 0000000000..f5a400e66b
--- /dev/null
+++ b/all.vcproj
@@ -0,0 +1,73 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="8,00"
+ Name="ALL"
+ ProjectGUID="{6B137D16-7235-4BB7-9AE3-8842FB238DD1}"
+ RootNamespace="ALL"
+ Keyword="MakeFileProj"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="$(ConfigurationName)"
+ IntermediateDirectory="$(ConfigurationName)"
+ ConfigurationType="0"
+ >
+ <Tool
+ Name="VCNMakeTool"
+ BuildCommandLine="nmake -f Makefile.nmake setup all"
+ ReBuildCommandLine="nmake -f Makefile.nmake setup distclean all"
+ CleanCommandLine="nmake -f Makefile.nmake clean_setup"
+ Output="wireshark-gtk2\wireshark.exe"
+ PreprocessorDefinitions="WIN32;_DEBUG;HAVE_CONFIG_H"
+ IncludeSearchPath=""
+ ForcedIncludes=""
+ AssemblySearchPath=""
+ ForcedUsingAssemblies=""
+ CompileAsManaged=""
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="Headerdateien"
+ >
+ <File
+ RelativePath=".\config.h.win32"
+ >
+ </File>
+ </Filter>
+ <File
+ RelativePath=".\config.nmake"
+ >
+ </File>
+ <File
+ RelativePath=".\Makefile.am"
+ >
+ </File>
+ <File
+ RelativePath=".\Makefile.common"
+ >
+ </File>
+ <File
+ RelativePath=".\Makefile.nmake"
+ >
+ </File>
+ <File
+ RelativePath=".\tools\win32-setup.sh"
+ >
+ </File>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>