mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-11 01:40:00 +00:00
23 lines
565 B
Text
23 lines
565 B
Text
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<VisualStudioPropertySheet
|
||
|
ProjectType="Visual C++"
|
||
|
Version="8.00"
|
||
|
Name="NeL ReleaseDebug"
|
||
|
InheritedPropertySheets=".\nel_vs90_r_dev.vsprops"
|
||
|
>
|
||
|
<Tool
|
||
|
Name="VCCLCompilerTool"
|
||
|
PreprocessorDefinitions="NL_RELEASE_DEBUG;ASSERT_THROW_EXCEPTION"
|
||
|
BufferSecurityCheck="true"
|
||
|
/>
|
||
|
<Tool
|
||
|
Name="VCLibrarianTool"
|
||
|
OutputFile="$(RootNamespace)_rd.lib"
|
||
|
/>
|
||
|
<Tool
|
||
|
Name="VCLinkerTool"
|
||
|
OutputFile="$(RootNamespace)_rd.exe"
|
||
|
ImportLibrary="$(RootNamespace)_rd.lib"
|
||
|
/>
|
||
|
</VisualStudioPropertySheet>
|