Subversion Repositories gelsvn

Rev

Rev 107 | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 107 Rev 130
Line 25... Line 25...
25
			ConfigurationType="<%configuration_type("2")%>"
25
            ConfigurationType="<%configuration_type("2")%>"
26
<%endif%>
26
<%endif%>
27
<%endif%>
27
<%endif%>
28
			UseOfMFC="<%use_mfc("0")%>"
28
            UseOfMFC="<%use_mfc("0")%>"
29
			ATLMinimizesCRunTimeLibraryUsage="FALSE"
29
            ATLMinimizesCRunTimeLibraryUsage="FALSE"
30
			CharacterSet="<%charset("0")%>">
30
            CharacterSet="<%charset("0")%>"
-
 
31
<%if(use_managed_extensions)%>
-
 
32
            ManagedExtensions="TRUE"
-
 
33
<%endif%>  
-
 
34
            >
31
<%if(!custom_only)%>
35
<%if(!custom_only)%>
32
			<Tool
36
            <Tool
33
				Name="VCCLCompilerTool"
37
                Name="VCCLCompilerTool"
34
<%if(compile_flags)%>
38
<%if(compile_flags)%>
35
				AdditionalOptions="<%compile_flags%>"
39
                AdditionalOptions="<%compile_flags%>"