summaryrefslogtreecommitdiff
path: root/release/src/router/matrixssl/src/matrixSslStatic.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'release/src/router/matrixssl/src/matrixSslStatic.vcproj')
-rw-r--r--release/src/router/matrixssl/src/matrixSslStatic.vcproj340
1 files changed, 0 insertions, 340 deletions
diff --git a/release/src/router/matrixssl/src/matrixSslStatic.vcproj b/release/src/router/matrixssl/src/matrixSslStatic.vcproj
deleted file mode 100644
index 0474b564..00000000
--- a/release/src/router/matrixssl/src/matrixSslStatic.vcproj
+++ /dev/null
@@ -1,340 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9.00"
- Name="matrixSslStatic"
- ProjectGUID="{8DBF200C-313A-485B-97D8-892158882E16}"
- Keyword="Win32Proj"
- TargetFrameworkVersion="131072"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="Debug"
- IntermediateDirectory="Debug"
- ConfigurationType="4"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- PreprocessorDefinitions="WIN32;_DEBUG;DEBUG;_WIN32_WINNT=0x0500"
- MinimalRebuild="true"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- SmallerTypeCheck="true"
- RuntimeLibrary="1"
- BufferSecurityCheck="true"
- EnableFunctionLevelLinking="true"
- WarningLevel="3"
- Detect64BitPortabilityProblems="false"
- DebugInformationFormat="4"
- CompileAs="1"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- Description="Force dependency change for projects linking to libmatrixssl.lib"
- CommandLine="copy &quot;$(OutDir)\arc4.obj&quot; &quot;$(OutDir)\libmatrixssl.lib&quot;&#x0D;&#x0A;del &quot;$(OutDir)\libmatrixssl.lib&quot;&#x0D;&#x0A;"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/libmatrixstatic.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- <Configuration
- Name="Release|Win32"
- OutputDirectory="Release"
- IntermediateDirectory="Release"
- ConfigurationType="4"
- InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC70.vsprops"
- >
- <Tool
- Name="VCPreBuildEventTool"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="3"
- InlineFunctionExpansion="1"
- FavorSizeOrSpeed="2"
- OmitFramePointers="true"
- PreprocessorDefinitions="WIN32;_WIN32_WINNT=0x0500"
- StringPooling="true"
- ExceptionHandling="0"
- RuntimeLibrary="0"
- CompileAs="1"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- Description="Force dependency change for projects linking to libmatrixssl.lib"
- CommandLine="copy &quot;$(OutDir)\arc4.obj&quot; &quot;$(OutDir)\libmatrixssl.lib&quot;&#x0D;&#x0A;del &quot;$(OutDir)\libmatrixssl.lib&quot;&#x0D;&#x0A;"
- />
- <Tool
- Name="VCLibrarianTool"
- OutputFile="$(OutDir)/libmatrixstatic.lib"
- />
- <Tool
- Name="VCALinkTool"
- />
- <Tool
- Name="VCXDCMakeTool"
- />
- <Tool
- Name="VCBscMakeTool"
- />
- <Tool
- Name="VCFxCopTool"
- />
- <Tool
- Name="VCPostBuildEventTool"
- />
- </Configuration>
- </Configurations>
- <References>
- </References>
- <Files>
- <Filter
- Name="src"
- Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm"
- >
- <File
- RelativePath="cipherSuite.c"
- >
- </File>
- <File
- RelativePath="matrixConfig.h"
- >
- </File>
- <File
- RelativePath="matrixInternal.h"
- >
- </File>
- <File
- RelativePath="matrixSsl.c"
- >
- </File>
- <File
- RelativePath="sslDecode.c"
- >
- </File>
- <File
- RelativePath="sslEncode.c"
- >
- </File>
- <File
- RelativePath="sslv3.c"
- >
- </File>
- <Filter
- Name="crypto"
- >
- <File
- RelativePath="crypto\cryptoLayer.h"
- >
- </File>
- <File
- RelativePath="crypto\matrixCrypto.h"
- >
- </File>
- <Filter
- Name="peersec"
- >
- <File
- RelativePath="crypto\peersec\arc4.c"
- >
- </File>
- <File
- RelativePath="crypto\peersec\base64.c"
- >
- </File>
- <File
- RelativePath="crypto\peersec\des3.c"
- >
- </File>
- <File
- RelativePath="crypto\peersec\md2.c"
- >
- </File>
- <File
- RelativePath="crypto\peersec\md5.c"
- >
- </File>
- <File
- RelativePath="crypto\peersec\mpi.c"
- >
- </File>
- <File
- RelativePath="crypto\peersec\mpi.h"
- >
- </File>
- <File
- RelativePath="crypto\peersec\pscrypto.h"
- >
- </File>
- <File
- RelativePath="crypto\peersec\rsa.c"
- >
- </File>
- <File
- RelativePath="crypto\peersec\sha1.c"
- >
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="os"
- >
- <File
- RelativePath="os\debug.c"
- >
- </File>
- <File
- RelativePath="os\osLayer.h"
- >
- </File>
- <File
- RelativePath="os\psMalloc.h"
- >
- </File>
- <Filter
- Name="linux"
- >
- <File
- RelativePath="os\linux\linux.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- ExcludedFromBuild="true"
- >
- <Tool
- Name="VCCLCompilerTool"
- />
- </FileConfiguration>
- </File>
- </Filter>
- <Filter
- Name="win"
- >
- <File
- RelativePath="os\win\win.c"
- >
- </File>
- </Filter>
- </Filter>
- <Filter
- Name="pki"
- >
- <File
- RelativePath="pki\asn1.c"
- >
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- ObjectFile="$(IntDir)/$(InputName)1.obj"
- />
- </FileConfiguration>
- </File>
- <File
- RelativePath="pki\matrixPki.h"
- >
- </File>
- <File
- RelativePath="pki\pkiInternal.h"
- >
- </File>
- <File
- RelativePath="pki\rsaPki.c"
- >
- </File>
- <File
- RelativePath="pki\x509.c"
- >
- </File>
- </Filter>
- </Filter>
- <File
- RelativePath="..\matrixSsl.h"
- >
- </File>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>