root/trunk/executable.vsprops

Revision 259, 252 bytes (checked in by pdjonov, 2 years ago)

o Fixed output directory.
o Committing executables.

Line 
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioPropertySheet
3         ProjectType="Visual C++"
4         Version="8.00"
5         Name="executable"
6         OutputDirectory="$(SolutionDir)bin\$(PlatformName)\$(ConfigurationName)\bin"
7         >
8 </VisualStudioPropertySheet>
Note: See TracBrowser for help on using the browser.