2009-06-16 22:31:19 +00:00
|
|
|
<?xml version="1.0" encoding="windows-1251"?>
|
|
|
|
<VisualStudioPropertySheet
|
|
|
|
ProjectType="Visual C++"
|
|
|
|
Version="8.00"
|
|
|
|
Name="unibase"
|
|
|
|
OutputDirectory="$(SolutionDir)$(ConfigurationName)\bin"
|
|
|
|
IntermediateDirectory="$(ConfigurationName)"
|
|
|
|
>
|
|
|
|
<Tool
|
|
|
|
Name="VCCLCompilerTool"
|
|
|
|
PreprocessorDefinitions="WIN32"
|
|
|
|
WarningLevel="4"
|
|
|
|
WarnAsError="true"
|
|
|
|
DisableSpecificWarnings="4100"
|
|
|
|
/>
|
|
|
|
<Tool
|
|
|
|
Name="VCLinkerTool"
|
|
|
|
AdditionalLibraryDirectories=""$(OutDir)""
|
|
|
|
/>
|
|
|
|
<UserMacro
|
|
|
|
Name="ProjectRootDir"
|
2009-06-19 04:52:45 +00:00
|
|
|
Value="$(ProjectDir)..\..\"
|
|
|
|
/>
|
|
|
|
<UserMacro
|
|
|
|
Name="LibRootDir"
|
2009-06-16 22:31:19 +00:00
|
|
|
Value="$(SolutionDir)"
|
|
|
|
/>
|
|
|
|
</VisualStudioPropertySheet>
|