summaryrefslogtreecommitdiff
path: root/src/anytun.vcproj
diff options
context:
space:
mode:
authorOthmar Gsenger <otti@anytun.org>2008-11-28 18:45:57 +0000
committerOthmar Gsenger <otti@anytun.org>2008-11-28 18:45:57 +0000
commitac2147483cfcbb6f01123d65e67b7bb363bddc8f (patch)
treed7812a08b15dbc54df6f97b7b64ae913972f309b /src/anytun.vcproj
parentsome more type cleanups and missig NOCRYPT defines (diff)
added some windows support (not working now)
try to build with following Options: NOCRYPT;NODAEMON;NOEXEC;NOPACKED;NOSYSLOG;NOROUTING;NOSIGNALCONTROLLER
Diffstat (limited to 'src/anytun.vcproj')
-rw-r--r--src/anytun.vcproj440
1 files changed, 440 insertions, 0 deletions
diff --git a/src/anytun.vcproj b/src/anytun.vcproj
new file mode 100644
index 0000000..4e092db
--- /dev/null
+++ b/src/anytun.vcproj
@@ -0,0 +1,440 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<VisualStudioProject
+ ProjectType="Visual C++"
+ Version="9,00"
+ Name="anytun"
+ ProjectGUID="{12460D00-D78A-4C68-BDE2-9E3B2F9CD0F3}"
+ RootNamespace="anytun"
+ Keyword="Win32Proj"
+ AssemblyReferenceSearchPaths="&quot;..\..\..\..\Program Files\boost\boost_1_35_0&quot;"
+ TargetFrameworkVersion="196613"
+ >
+ <Platforms>
+ <Platform
+ Name="Win32"
+ />
+ </Platforms>
+ <ToolFiles>
+ </ToolFiles>
+ <Configurations>
+ <Configuration
+ Name="Debug|Win32"
+ OutputDirectory="Debug"
+ IntermediateDirectory="Debug"
+ ConfigurationType="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ AdditionalOptions="/I &quot;C:\Program Files\boost\boost_1_35_0\&quot;"
+ Optimization="0"
+ PreprocessorDefinitions="NOCRYPT;NODAEMON;NOEXEC;NOPACKED;NOSYSLOG;NOROUTING;NOSIGNALCONTROLLER"
+ MinimalRebuild="true"
+ BasicRuntimeChecks="3"
+ RuntimeLibrary="3"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="4"
+ ForcedIncludeFiles=""
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ LinkIncremental="2"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ TargetMachine="1"
+ />
+ <Tool
+ Name="VCALinkTool"
+ />
+ <Tool
+ Name="VCManifestTool"
+ />
+ <Tool
+ Name="VCXDCMakeTool"
+ />
+ <Tool
+ Name="VCBscMakeTool"
+ />
+ <Tool
+ Name="VCFxCopTool"
+ />
+ <Tool
+ Name="VCAppVerifierTool"
+ />
+ <Tool
+ Name="VCPostBuildEventTool"
+ />
+ </Configuration>
+ <Configuration
+ Name="Release|Win32"
+ OutputDirectory="Release"
+ IntermediateDirectory="Release"
+ ConfigurationType="1"
+ >
+ <Tool
+ Name="VCPreBuildEventTool"
+ />
+ <Tool
+ Name="VCCustomBuildTool"
+ />
+ <Tool
+ Name="VCXMLDataGeneratorTool"
+ />
+ <Tool
+ Name="VCWebServiceProxyGeneratorTool"
+ />
+ <Tool
+ Name="VCMIDLTool"
+ />
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="NOCRYPT;NODAEMON;NOEXEC;NOPACKED"
+ RuntimeLibrary="2"
+ UsePrecompiledHeader="0"
+ WarningLevel="3"
+ Detect64BitPortabilityProblems="true"
+ DebugInformationFormat="3"
+ />
+ <Tool
+ Name="VCManagedResourceCompilerTool"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ />
+ <Tool
+ Name="VCPreLinkEventTool"
+ />
+ <Tool
+ Name="VCLinkerTool"
+ LinkIncremental="2"
+ GenerateDebugInformation="true"
+ SubSystem="1"
+ OptimizeReferences="2"
+ EnableCOMDATFolding="2"
+ 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="Header Files"
+ Filter="h;hpp;hxx;hm;inl;inc;xsd"
+ UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
+ >
+ <File
+ RelativePath=".\authAlgo.h"
+ >
+ </File>
+ <File
+ RelativePath=".\authAlgoFactory.h"
+ >
+ </File>
+ <File
+ RelativePath=".\buffer.h"
+ >
+ </File>
+ <File
+ RelativePath=".\cipher.h"
+ >
+ </File>
+ <File
+ RelativePath=".\cipherFactory.h"
+ >
+ </File>
+ <File
+ RelativePath=".\connectionList.h"
+ >
+ </File>
+ <File
+ RelativePath=".\connectionParam.h"
+ >
+ </File>
+ <File
+ RelativePath=".\daemon.hpp"
+ >
+ </File>
+ <File
+ RelativePath=".\datatypes.h"
+ >
+ </File>
+ <File
+ RelativePath=".\deviceConfig.hpp"
+ >
+ </File>
+ <File
+ RelativePath=".\encryptedPacket.h"
+ >
+ </File>
+ <File
+ RelativePath=".\keyDerivation.h"
+ >
+ </File>
+ <File
+ RelativePath=".\keyDerivationFactory.h"
+ >
+ </File>
+ <File
+ RelativePath=".\log.h"
+ >
+ </File>
+ <File
+ RelativePath=".\options.h"
+ >
+ </File>
+ <File
+ RelativePath=".\packetSource.h"
+ >
+ </File>
+ <File
+ RelativePath=".\plainPacket.h"
+ >
+ </File>
+ <File
+ RelativePath=".\rtpSession.h"
+ >
+ </File>
+ <File
+ RelativePath=".\rtpSessionTable.h"
+ >
+ </File>
+ <File
+ RelativePath=".\seqWindow.h"
+ >
+ </File>
+ <File
+ RelativePath=".\syncBuffer.h"
+ >
+ </File>
+ <File
+ RelativePath=".\syncClient.h"
+ >
+ </File>
+ <File
+ RelativePath=".\syncCommand.h"
+ >
+ </File>
+ <File
+ RelativePath=".\syncConnectionCommand.h"
+ >
+ </File>
+ <File
+ RelativePath=".\syncListenSocket.h"
+ >
+ </File>
+ <File
+ RelativePath=".\syncOnConnect.hpp"
+ >
+ </File>
+ <File
+ RelativePath=".\syncQueue.h"
+ >
+ </File>
+ <File
+ RelativePath=".\syncRouteCommand.h"
+ >
+ </File>
+ <File
+ RelativePath=".\syncRtpCommand.h"
+ >
+ </File>
+ <File
+ RelativePath=".\syncServer.h"
+ >
+ </File>
+ <File
+ RelativePath=".\syncTcpConnection.h"
+ >
+ </File>
+ <File
+ RelativePath=".\threadParam.h"
+ >
+ </File>
+ <File
+ RelativePath=".\threadUtils.hpp"
+ >
+ </File>
+ <File
+ RelativePath=".\tunDevice.h"
+ >
+ </File>
+ </Filter>
+ <Filter
+ Name="Resource Files"
+ Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
+ UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
+ >
+ </Filter>
+ <Filter
+ Name="Source Files"
+ Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
+ UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
+ >
+ <File
+ RelativePath=".\anytun.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\authAlgo.cpp"
+ >
+ <FileConfiguration
+ Name="Debug|Win32"
+ >
+ <Tool
+ Name="VCCLCompilerTool"
+ PreprocessorDefinitions="NODAEMON;NOEXEC;NOCRYPT"
+ />
+ </FileConfiguration>
+ </File>
+ <File
+ RelativePath=".\authAlgoFactory.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\buffer.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\cipher.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\cipherFactory.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\connectionList.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\connectionParam.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\encryptedPacket.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\keyDerivation.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\keyDerivationFactory.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\log.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\options.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\packetSource.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\plainPacket.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\rtpSession.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\rtpSessionTable.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\seqWindow.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\syncBuffer.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\syncClient.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\syncCommand.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\syncConnectionCommand.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\syncQueue.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\syncRouteCommand.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\syncRtpCommand.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\syncServer.cpp"
+ >
+ </File>
+ <File
+ RelativePath=".\syncTcpConnection.cpp"
+ >
+ </File>
+ </Filter>
+ </Files>
+ <Globals>
+ </Globals>
+</VisualStudioProject>