This repository has been archived on 2025-02-12. You can view files and clone it, but cannot push or open issues or pull requests.
NeoStats-yatzeeserv/yahtzeeserv.vcproj

256 lines
5.4 KiB
Text
Raw Permalink Normal View History

<?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject
ProjectType="Visual C++"
2005-11-14 22:41:51 +00:00
Version="8.00"
Name="yahtzeeserv"
2005-11-14 22:41:51 +00:00
ProjectGUID="{67AF61A9-582F-477C-A6B2-230A27A91644}"
RootNamespace="yahtzeeserv"
Keyword="Win32Proj"
>
<Platforms>
<Platform
2005-11-14 22:41:51 +00:00
Name="Win32"
/>
</Platforms>
2005-11-14 22:41:51 +00:00
<ToolFiles>
</ToolFiles>
<Configurations>
<Configuration
Name="Debug|Win32"
OutputDirectory="Debug"
IntermediateDirectory="Debug"
ConfigurationType="2"
2005-11-14 22:41:51 +00:00
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
Optimization="0"
2005-05-05 22:05:00 +00:00
AdditionalIncludeDirectories="..\dev\include;..\dev\lib\adns;;..\dev\lib\curl;..\dev\lib\pcre"
PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;yahtzeeserv_EXPORTS"
2005-11-14 22:41:51 +00:00
MinimalRebuild="true"
BasicRuntimeChecks="3"
2005-11-14 22:41:51 +00:00
RuntimeLibrary="0"
UsePrecompiledHeader="0"
WarningLevel="3"
2005-11-14 22:41:51 +00:00
Detect64BitPortabilityProblems="true"
DebugInformationFormat="4"
/>
<Tool
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
2005-11-14 22:41:51 +00:00
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="Ws2_32.lib neostats.lib pcred.lib"
OutputFile="../dev/modules/yahtzeeservd.dll"
LinkIncremental="2"
AdditionalLibraryDirectories="C:\cygwin\home\Mark\nsdev\dev\lib;..\dev\src\Debug"
2005-03-11 22:38:43 +00:00
IgnoreDefaultLibraryNames=""
2005-11-14 22:41:51 +00:00
GenerateDebugInformation="true"
ProgramDatabaseFile="$(OutDir)/yahtzeeserv.pdb"
SubSystem="2"
2005-11-14 22:41:51 +00:00
ResourceOnlyDLL="false"
ImportLibrary="$(OutDir)/yahtzeeserv.lib"
2005-11-14 22:41:51 +00:00
TargetMachine="1"
/>
<Tool
2005-11-14 22:41:51 +00:00
Name="VCALinkTool"
/>
<Tool
2005-11-14 22:41:51 +00:00
Name="VCManifestTool"
/>
<Tool
2005-11-14 22:41:51 +00:00
Name="VCXDCMakeTool"
/>
<Tool
2005-11-14 22:41:51 +00:00
Name="VCBscMakeTool"
/>
<Tool
2005-11-14 22:41:51 +00:00
Name="VCFxCopTool"
/>
<Tool
2005-11-14 22:41:51 +00:00
Name="VCAppVerifierTool"
/>
<Tool
2005-11-14 22:41:51 +00:00
Name="VCWebDeploymentTool"
/>
<Tool
2005-11-14 22:41:51 +00:00
Name="VCPostBuildEventTool"
/>
</Configuration>
<Configuration
Name="Release|Win32"
OutputDirectory="Release"
IntermediateDirectory="Release"
ConfigurationType="2"
2005-11-14 22:41:51 +00:00
InheritedPropertySheets="$(VCInstallDir)VCProjectDefaults\UpgradeFromVC71.vsprops"
CharacterSet="2"
>
<Tool
Name="VCPreBuildEventTool"
/>
<Tool
Name="VCCustomBuildTool"
/>
<Tool
Name="VCXMLDataGeneratorTool"
/>
<Tool
Name="VCWebServiceProxyGeneratorTool"
/>
<Tool
Name="VCMIDLTool"
/>
<Tool
Name="VCCLCompilerTool"
2005-05-05 22:05:00 +00:00
AdditionalIncludeDirectories="..\dev\include;..\dev\lib\adns;;..\dev\lib\curl;..\dev\lib\pcre"
PreprocessorDefinitions="WIN32;NDEBUG;_WINDOWS;_USRDLL;yahtzeeserv_EXPORTS"
RuntimeLibrary="0"
UsePrecompiledHeader="0"
WarningLevel="3"
2005-11-14 22:41:51 +00:00
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
/>
<Tool
2005-11-14 22:41:51 +00:00
Name="VCManagedResourceCompilerTool"
/>
<Tool
Name="VCResourceCompilerTool"
/>
<Tool
Name="VCPreLinkEventTool"
/>
<Tool
Name="VCLinkerTool"
AdditionalDependencies="neostats.lib"
OutputFile="../yahtzeeserv.dll"
LinkIncremental="1"
AdditionalLibraryDirectories="..\dev\src\Release"
2005-11-14 22:41:51 +00:00
GenerateDebugInformation="true"
SubSystem="2"
OptimizeReferences="2"
EnableCOMDATFolding="2"
ImportLibrary="$(OutDir)/yahtzeeserv.lib"
2005-11-14 22:41:51 +00:00
TargetMachine="1"
/>
<Tool
2005-11-14 22:41:51 +00:00
Name="VCALinkTool"
/>
<Tool
2005-11-14 22:41:51 +00:00
Name="VCManifestTool"
/>
<Tool
2005-11-14 22:41:51 +00:00
Name="VCXDCMakeTool"
/>
<Tool
2005-11-14 22:41:51 +00:00
Name="VCBscMakeTool"
/>
<Tool
2005-11-14 22:41:51 +00:00
Name="VCFxCopTool"
/>
<Tool
2005-11-14 22:41:51 +00:00
Name="VCAppVerifierTool"
/>
<Tool
2005-11-14 22:41:51 +00:00
Name="VCWebDeploymentTool"
/>
<Tool
2005-11-14 22:41:51 +00:00
Name="VCPostBuildEventTool"
/>
</Configuration>
</Configurations>
<References>
</References>
<Files>
<Filter
Name="Source Files"
Filter="cpp;c;cxx;def;odl;idl;hpj;bat;asm;asmx"
2005-11-14 22:41:51 +00:00
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
2005-11-14 22:41:51 +00:00
RelativePath=".\channel.c"
>
</File>
<File
2005-11-14 22:41:51 +00:00
RelativePath=".\highscores.c"
>
</File>
<File
2005-11-14 22:41:51 +00:00
RelativePath=".\misc.c"
>
</File>
<File
2005-11-14 22:41:51 +00:00
RelativePath=".\play.c"
>
</File>
<File
2005-11-14 22:41:51 +00:00
RelativePath=".\yahtzeeserv.c"
>
</File>
<File
2005-11-14 22:41:51 +00:00
RelativePath=".\yahtzeeserv_help.c"
>
</File>
</Filter>
<Filter
Name="Header Files"
Filter="h;hpp;hxx;hm;inl;inc;xsd"
2005-11-14 22:41:51 +00:00
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
>
<File
2005-11-14 22:41:51 +00:00
RelativePath=".\modconfigwin32.h"
>
</File>
<File
2005-11-14 22:41:51 +00:00
RelativePath=".\yahtzeeserv.h"
>
</File>
</Filter>
<Filter
Name="Resource Files"
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx"
2005-11-14 22:41:51 +00:00
UniqueIdentifier="{67DA6AB6-F800-4c08-8B7A-83BB121AAD01}"
>
</Filter>
<File
2005-11-14 22:41:51 +00:00
RelativePath=".\ChangeLog"
>
</File>
<File
2005-11-14 22:41:51 +00:00
RelativePath=".\License"
>
</File>
<File
2005-11-14 22:41:51 +00:00
RelativePath=".\README.YahtzeeServ"
>
</File>
<File
2005-11-14 22:41:51 +00:00
RelativePath=".\Relnotes"
>
</File>
</Files>
<Globals>
</Globals>
</VisualStudioProject>