mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 23:09:04 +00:00
16 lines
382 B
XML
16 lines
382 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="NeL ReleaseDebug DLL"
|
|
InheritedPropertySheets=".\nel_vs90_rd.vsprops"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
PreprocessorDefinitions="_USRDLL"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
OutputFile="$(RootNamespace)_rd.dll"
|
|
/>
|
|
</VisualStudioPropertySheet>
|