mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-05 14:59:03 +00:00
17 lines
403 B
XML
17 lines
403 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<VisualStudioPropertySheet
|
|
ProjectType="Visual C++"
|
|
Version="8.00"
|
|
Name="NeL Release EXE (Console)"
|
|
InheritedPropertySheets=".\nel_vs90_r.vsprops"
|
|
>
|
|
<Tool
|
|
Name="VCCLCompilerTool"
|
|
PreprocessorDefinitions="_CONSOLE"
|
|
/>
|
|
<Tool
|
|
Name="VCLinkerTool"
|
|
SubSystem="1"
|
|
AdditionalDependencies="libcmt.lib"
|
|
/>
|
|
</VisualStudioPropertySheet>
|