2020-04-02 23:46:27 +02:00
|
|
|
<?xml version="1.0" encoding="windows-1251"?>
|
|
|
|
<VisualStudioProject
|
|
|
|
ProjectType="Visual C++"
|
|
|
|
Version="8,00"
|
|
|
|
Name="samp-re"
|
|
|
|
ProjectGUID="{177DE7D3-A7BB-4F99-00D5-E2E8E1846607}"
|
|
|
|
RootNamespace="samp-re"
|
|
|
|
>
|
|
|
|
<Platforms>
|
|
|
|
<Platform
|
|
|
|
Name="Win32"
|
|
|
|
/>
|
|
|
|
</Platforms>
|
|
|
|
<ToolFiles>
|
|
|
|
</ToolFiles>
|
|
|
|
<Configurations>
|
|
|
|
<Configuration
|
|
|
|
Name="Debug|Win32"
|
|
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)"
|
|
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
|
|
ConfigurationType="2"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreBuildEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCustomBuildTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXMLDataGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebServiceProxyGeneratorTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCMIDLTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
AdditionalIncludeDirectories=""c:\Program Files (x86)\Windows Kits\8.0\Include\shared";"c:\Program Files (x86)\Windows Kits\8.0\Include\um""
|
|
|
|
WarningLevel="3"
|
|
|
|
CompileAs="1"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManagedResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCResourceCompilerTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPreLinkEventTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
AdditionalDependencies="ws2_32.lib"
|
|
|
|
OutputFile="$(SolutionDir)\out-$(ConfigurationName)\$(ProjectName).dll"
|
|
|
|
AdditionalLibraryDirectories="C:\Program Files (x86)\Microsoft SDKs\Windows\v7.1A\Lib"
|
|
|
|
IgnoreDefaultLibraryNames="uuid.lib"
|
|
|
|
ModuleDefinitionFile="plugin.def"
|
|
|
|
GenerateDebugInformation="true"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCALinkTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCManifestTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCXDCMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCBscMakeTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCFxCopTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCAppVerifierTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCWebDeploymentTool"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCPostBuildEventTool"
|
|
|
|
/>
|
|
|
|
</Configuration>
|
|
|
|
</Configurations>
|
|
|
|
<References>
|
|
|
|
</References>
|
|
|
|
<Files>
|
|
|
|
<Filter
|
|
|
|
Name="Source/Header Files"
|
|
|
|
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx;h;hpp;hxx;hm;inl;inc;xsd"
|
|
|
|
UniqueIdentifier="{684CEF6A-23EC-4AF8-85DF-5508CE723369}"
|
|
|
|
>
|
2020-04-04 21:24:06 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\bitstream.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\bitstream.h"
|
|
|
|
>
|
|
|
|
</File>
|
2020-04-02 23:46:27 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\common.h"
|
|
|
|
>
|
|
|
|
</File>
|
2020-04-04 21:24:06 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\datastructures.c"
|
|
|
|
>
|
|
|
|
</File>
|
2020-04-02 23:46:27 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\nethandler.c"
|
|
|
|
>
|
|
|
|
</File>
|
2020-04-04 05:10:14 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\packet.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\packet.h"
|
|
|
|
>
|
|
|
|
</File>
|
2020-04-02 23:46:27 +02:00
|
|
|
<File
|
|
|
|
RelativePath="plugin.c"
|
|
|
|
>
|
|
|
|
</File>
|
2020-04-04 05:10:14 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\processnetworkpacket.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\processnetworkpacket.h"
|
|
|
|
>
|
|
|
|
</File>
|
2020-04-02 23:46:27 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\rakpeer.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\rakpeer.h"
|
|
|
|
>
|
|
|
|
</File>
|
2020-04-04 05:10:14 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\reliability.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\reliability.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\socketlayer.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\socketlayer.h"
|
|
|
|
>
|
|
|
|
</File>
|
2020-04-02 23:46:27 +02:00
|
|
|
<File
|
|
|
|
RelativePath=".\uncompress.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath=".\uncompress.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<Filter
|
|
|
|
Name="vendor"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath="vendor\SDK\amx\amx.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="vendor\SDK\amxplugin.c"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
<File
|
|
|
|
RelativePath="vendor\SDK\plugincommon.h"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
</Filter>
|
|
|
|
<Filter
|
|
|
|
Name="Resource Files"
|
|
|
|
Filter="rc;ico;cur;bmp;dlg;rc2;rct;bin;rgs;gif;jpg;jpeg;jpe;resx;tiff;tif;png;wav;def"
|
|
|
|
UniqueIdentifier="{8CC39F96-C4E6-4ED9-A014-7FDAE34C4D90}"
|
|
|
|
>
|
|
|
|
<File
|
|
|
|
RelativePath="plugin.def"
|
|
|
|
>
|
|
|
|
</File>
|
|
|
|
</Filter>
|
|
|
|
</Files>
|
|
|
|
<Globals>
|
|
|
|
</Globals>
|
|
|
|
</VisualStudioProject>
|