root/trunk/clrlib.vsprops

Revision 305, 492 bytes (checked in by pdjonov, 2 years ago)

o And the battle of the culling info rages on...

Line 
1 <?xml version="1.0" encoding="Windows-1252"?>
2 <VisualStudioPropertySheet
3         ProjectType="Visual C++"
4         Version="8.00"
5         Name="clrlib"
6         OutputDirectory="$(SolutionDir)bin\$(PlatformName)\$(ConfigurationName)\bin"
7         >
8         <Tool
9                 Name="VCCLCompilerTool"
10                 AdditionalOptions="/clr:pure"
11                 ExceptionHandling="2"
12                 RuntimeLibrary="2"
13                 DebugInformationFormat="3"
14                 CompileAs="2"
15         />
16         <Tool
17                 Name="VCLinkerTool"
18                 TargetMachine="1"
19                 CLRImageType="2"
20         />
21 </VisualStudioPropertySheet>
Note: See TracBrowser for help on using the browser.