mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-11 17:59:02 +00:00
25 lines
583 B
Text
25 lines
583 B
Text
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<VisualStudioPropertySheet
|
||
|
ProjectType="Visual C++"
|
||
|
Version="8.00"
|
||
|
Name="NeL DebugFast"
|
||
|
InheritedPropertySheets=".\nel_vs90_d.vsprops"
|
||
|
>
|
||
|
<Tool
|
||
|
Name="VCCLCompilerTool"
|
||
|
Optimization="4"
|
||
|
InlineFunctionExpansion="1"
|
||
|
PreprocessorDefinitions="NL_DEBUG_FAST"
|
||
|
DebugInformationFormat="3"
|
||
|
/>
|
||
|
<Tool
|
||
|
Name="VCLibrarianTool"
|
||
|
OutputFile="$(RootNamespace)_df.lib"
|
||
|
/>
|
||
|
<Tool
|
||
|
Name="VCLinkerTool"
|
||
|
OutputFile="$(RootNamespace)_df.exe"
|
||
|
ImportLibrary="$(RootNamespace)_df.lib"
|
||
|
/>
|
||
|
</VisualStudioPropertySheet>
|