aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2012-05-29 09:15:18 +0000
committerIOhannes m zmölnig <zmoelnig@users.sourceforge.net>2012-05-29 09:15:18 +0000
commite4c2ce55ed0b5c960375d1cf4133983f97031dc7 (patch)
tree7ca9e3edd8de8f9244f35c85e914ecfcea7972a6
parent80c700ac600409feb22393b060371c9353bf010f (diff)
VS2008 project
svn path=/trunk/externals/iem/iemnet/; revision=16146
-rw-r--r--build/w32-vs2008/iemnet.sln16
-rw-r--r--build/w32-vs2008/iemnet.vcproj181
2 files changed, 197 insertions, 0 deletions
diff --git a/build/w32-vs2008/iemnet.sln b/build/w32-vs2008/iemnet.sln
new file mode 100644
index 0000000..451257e
--- /dev/null
+++ b/build/w32-vs2008/iemnet.sln
@@ -0,0 +1,16 @@
+Microsoft Visual Studio Solution File, Format Version 10.00
+# Visual Studio 2008
+Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "iemnet", "iemnet.vcproj", "{6B55773B-3FF5-4F09-B538-2A7007DEC4DB}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Release|Win32 = Release|Win32
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {6B55773B-3FF5-4F09-B538-2A7007DEC4DB}.Release|Win32.ActiveCfg = Release|Win32
+ {6B55773B-3FF5-4F09-B538-2A7007DEC4DB}.Release|Win32.Build.0 = Release|Win32
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
diff --git a/build/w32-vs2008/iemnet.vcproj b/build/w32-vs2008/iemnet.vcproj
new file mode 100644
index 0000000..0d3386c
--- /dev/null
+++ b/build/w32-vs2008/iemnet.vcproj
@@ -0,0 +1,181 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="iemnet"
+ ProjectGUID="{6B55773B-3FF5-4F09-B538-2A7007DEC4DB}"
+ RootNamespace="iemnet"
+ TargetFrameworkVersion="131072"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="."
+ IntermediateDirectory=".\obj"
+ ConfigurationType="2"
+ InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
+ UseOfMFC="0"
+ ATLMinimizesCRunTimeLibraryUsage="false"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ SuppressStartupBanner="true"
+ TargetEnvironment="1"
+ TypeLibraryName="./zexy.tlb"
+ HeaderFileName=""
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ Optimization="4"
+ AdditionalIncludeDirectories="..\..\..\pd\src;&quot;$(ProgramFiles)\pd\src&quot;"
+ PreprocessorDefinitions="__WIN32__;_WIN32"
+ RuntimeLibrary="0"
+ StructMemberAlignment="5"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderFile=".\obj/$(ProjectName).pch"
+ AssemblerListingLocation=".\obj/"
+ ObjectFile=".\obj/"
+ ProgramDataBaseFileName=".\obj/"
+ BrowseInformation="1"
+ WarningLevel="3"
+ SuppressStartupBanner="true"
+ CompileAs="0"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ Culture="3079"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ AdditionalDependencies="wsock32.lib libc.lib oldnames.lib pd.lib pthreadVC.lib"
+ OutputFile="$(ProjectName).dll"
+ LinkIncremental="1"
+ SuppressStartupBanner="true"
+ AdditionalLibraryDirectories="..\..\..\pd\bin;&quot;$(ProgramFiles)\pd\bin&quot;"
+ IgnoreAllDefaultLibraries="true"
+ ProgramDatabaseFile="./$(ProjectName).pdb"
+ RandomizedBaseAddress="1"
+ DataExecutionPrevention="0"
+ ImportLibrary="./$(ProjectName).lib"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ </Configurations>
+ <References>
+ </References>
+ <Files>
+ <Filter
+ Name="objectclasses"
+ Filter="cpp;c;cxx;rc;def;r;odl;idl;hpj;bat"
+ >
+ <File
+ RelativePath="..\..\tcpclient.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\tcpreceive.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\tcpsend.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\tcpserver.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\udpclient.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\udpreceive.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\udpsend.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\udpserver.c"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="lib"
+ >
+ <File
+ RelativePath="..\..\iemnet.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\iemnet.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\iemnet_data.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\iemnet_data.h"
+ >
+ </File>
+ <File
+ RelativePath="..\..\iemnet_receiver.c"
+ >
+ </File>
+ <File
+ RelativePath="..\..\iemnet_sender.c"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>