summaryrefslogtreecommitdiff
path: root/src/win32/anylike.vcproj
diff options
context:
space:
mode:
Diffstat (limited to 'src/win32/anylike.vcproj')
-rw-r--r--src/win32/anylike.vcproj275
1 files changed, 0 insertions, 275 deletions
diff --git a/src/win32/anylike.vcproj b/src/win32/anylike.vcproj
deleted file mode 100644
index 3240d64..0000000
--- a/src/win32/anylike.vcproj
+++ /dev/null
@@ -1,275 +0,0 @@
-<?xml version="1.0" encoding="Windows-1252"?>
-<VisualStudioProject
- ProjectType="Visual C++"
- Version="9,00"
- Name="anylike"
- ProjectGUID="{5C3917F1-A0E2-46CE-AC2F-BB59A69AC320}"
- RootNamespace="anylike"
- TargetFrameworkVersion="196613"
- >
- <Platforms>
- <Platform
- Name="Win32"
- />
- </Platforms>
- <ToolFiles>
- </ToolFiles>
- <Configurations>
- <Configuration
- Name="Debug|Win32"
- OutputDirectory="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="1"
- CharacterSet="2"
- >
- <Tool
- Name="VCPreBuildEventTool"
- Description="Generating Lua Bytecode and version.h"
- CommandLine="cd .. &amp;&amp; win32\make_lua_bytecode.bat ..\lua-5.1.4 &amp;&amp; win32\make_version_h.bat &amp;&amp; cd win32"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="0"
- AdditionalIncludeDirectories="&quot;..\..\lua-5.1.4\src&quot;"
- PreprocessorDefinitions="USE_OPENSSL"
- MinimalRebuild="true"
- ExceptionHandling="0"
- BasicRuntimeChecks="3"
- RuntimeLibrary="3"
- TreatWChar_tAsBuiltInType="false"
- WarningLevel="3"
- DebugInformationFormat="4"
- CompileAs="1"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="..\..\lua-5.1.4\src\lua51.lib"
- GenerateDebugInformation="true"
- 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="$(SolutionDir)$(ConfigurationName)"
- IntermediateDirectory="$(ConfigurationName)"
- ConfigurationType="1"
- CharacterSet="2"
- WholeProgramOptimization="1"
- >
- <Tool
- Name="VCPreBuildEventTool"
- Description="Generating Lua Bytecode and version.h"
- CommandLine="cd .. &amp;&amp; win32\make_lua_bytecode.bat ..\lua-5.1.4 &amp;&amp; win32\make_version_h.bat &amp;&amp; cd win32"
- />
- <Tool
- Name="VCCustomBuildTool"
- />
- <Tool
- Name="VCXMLDataGeneratorTool"
- />
- <Tool
- Name="VCWebServiceProxyGeneratorTool"
- />
- <Tool
- Name="VCMIDLTool"
- />
- <Tool
- Name="VCCLCompilerTool"
- Optimization="2"
- EnableIntrinsicFunctions="true"
- AdditionalIncludeDirectories="&quot;..\..\lua-5.1.4\src&quot;"
- PreprocessorDefinitions="USE_OPENSSL"
- RuntimeLibrary="2"
- EnableFunctionLevelLinking="true"
- TreatWChar_tAsBuiltInType="false"
- WarningLevel="3"
- DebugInformationFormat="3"
- CompileAs="1"
- />
- <Tool
- Name="VCManagedResourceCompilerTool"
- />
- <Tool
- Name="VCResourceCompilerTool"
- />
- <Tool
- Name="VCPreLinkEventTool"
- />
- <Tool
- Name="VCLinkerTool"
- AdditionalDependencies="..\..\lua-5.1.4\src\lua51.lib"
- GenerateDebugInformation="true"
- 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="Quelldateien"
- Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
- UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
- >
- <File
- RelativePath="..\anylike.c"
- >
- </File>
- <File
- RelativePath="..\anylike_lua_bytecode.c"
- >
- </File>
- <File
- RelativePath="..\l_crypt.c"
- >
- </File>
- <File
- RelativePath="..\l_log.c"
- >
- </File>
- <File
- RelativePath="..\l_sig_handler.c"
- >
- </File>
- <File
- RelativePath="..\log.c"
- >
- </File>
- <File
- RelativePath="..\options.c"
- >
- </File>
- <File
- RelativePath="..\sig_handler.c"
- >
- </File>
- <File
- RelativePath="..\string_list.c"
- >
- </File>
- </Filter>
- <Filter
- Name="Headerdateien"
- Filter="h;hpp;hxx;hm;inl;inc;xsd"
- UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
- >
- <File
- RelativePath="..\daemon.h"
- >
- </File>
- <File
- RelativePath="..\datatypes.h"
- >
- </File>
- <File
- RelativePath="..\l_crypt.h"
- >
- </File>
- <File
- RelativePath="..\l_log.h"
- >
- </File>
- <File
- RelativePath="..\l_sig_handler.h"
- >
- </File>
- <File
- RelativePath="..\log.h"
- >
- </File>
- <File
- RelativePath="..\log_targets.h"
- >
- </File>
- <File
- RelativePath="..\options.h"
- >
- </File>
- <File
- RelativePath="..\sig_handler.h"
- >
- </File>
- <File
- RelativePath="..\string_list.h"
- >
- </File>
- <File
- RelativePath="..\version.h"
- >
- </File>
- </Filter>
- <Filter
- Name="Ressourcendateien"
- Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav"
- UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
- >
- </Filter>
- </Files>
- <Globals>
- </Globals>
-</VisualStudioProject>