menu: added new Keywords tag to .desktop files
[barry.git] / wince / tool.vsprops
blob8f1908a074ffaf679f1ae06a81633b3e5b35bc36
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioPropertySheet
3 ProjectType="Visual C++"
4 Version="8.00"
5 Name="tool"
7 <!--
8 This property sheet is used to set the values needed to include libbarry and other common
9 code into a barry tool.
10 -->
11 <Tool
12 Name="VCCLCompilerTool"
13 AdditionalIncludeDirectories=".\dist\include;.\wrappers"
15 <Tool
16 Name="VCPostBuildEventTool"
17 CommandLine="cd $(SolutionDir) &amp; copy_tool.bat &quot;$(PlatformName)&quot; &quot;$(ConfigurationName)&quot; &quot;$(TargetFileName)&quot;"
19 </VisualStudioPropertySheet>