Subversion Repositories gelsvn

Rev

Rev 198 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
107 bj 1
<VisualStudioProject>
2
    <CSHARP
3
        ProjectType = "Local"
4
        ProductVersion = "<%prversion("7.10.3077")%>"
217 bj 5
        SchemaVersion = "<%schemaversion("2.0")%>"
107 bj 6
        ProjectGuid = "{<%guid%>}"
7
<%if(scc)%>
8
        SccProjectName = "<%scc%>"
9
        SccLocalPath = "<%scc%>"
10
        SccAuxPath = "<%scc%>"
11
        SccProvider = "<%scc%>"
12
<%endif%>
13
    >
14
        <Build>
15
            <Settings
16
<%if(ico_files)%>
17
<%foreach(ico_files)%>
18
<%if(forfirst)%>
19
                ApplicationIcon = "<%ico_file%>"
20
<%endif%>
21
<%endfor%>
22
<%else%>
23
                ApplicationIcon = ""
24
<%endif%>
25
                AssemblyKeyContainerName = ""
26
<%if(exename || sharedname || staticname)%>
217 bj 27
                AssemblyName = "<%if(exename)%><%exename%><%else%><%libname_prefix%><%if(sharedname)%><%sharedname%><%else%><%staticname%><%endif%><%endif%>"
107 bj 28
<%endif%>
29
                AssemblyOriginatorKeyFile = ""
30
                DefaultClientScript = "JScript"
31
                DefaultHTMLPageLayout = "Grid"
32
                DefaultTargetSchema = "IE50"
33
                DelaySign = "false"
34
<%if(exename || sharedname || staticname)%>
35
                OutputType = "<%if(exename)%><%if(winapp)%>Win<%endif%>Exe<%else%>Library<%endif%>"
36
<%endif%>
37
                PreBuildEvent = ""
38
                PostBuildEvent = "<%if(postbuild)%><%eval(postbuild)%><%endif%>"
39
                RootNamespace = ""
40
                RunPostBuildEvent = "OnBuildSuccess"
41
                StartupObject = "<%startupobject%>"
217 bj 42
<%if(libpaths)%>
43
                ReferencePath = "<%foreach(libpaths)%><%libpath%><%fornotlast(";")%><%endfor%>"
44
<%endif%>
107 bj 45
            >
46
<%foreach(configurations)%>
47
                <Config
48
                   Name = "<%configuration%>"
49
                   AllowUnsafeBlocks = "false"
50
                   BaseAddress = "285212672"
51
                   CheckForOverflowUnderflow = "false"
52
                   ConfigurationOverrideFile = ""
53
                   DefineConstants = "<%foreach(defines common_defines macros)%><%define%><%fornotlast(";")%><%endfor%>"
54
                   DocumentationFile = ""
55
                   DebugSymbols = "<%if(optimize)%>false<%else%>true<%endif%>"
56
                   FileAlignment = "4096"
57
                   IncrementalBuild = "<%incremental("false")%>"
58
                   NoStdLib = "false"
59
                   NoWarn = ""
60
                   Optimize = "<%if(optimize)%>true<%else%>false<%endif%>"
61
<%if(exename || sharedname || staticname)%>
217 bj 62
                   OutputPath = "<%if(exename)%><%if(install)%><%install%><%else%>.\<%output_dir%><%endif%><%else%><%if(dllout)%><%dllout%><%else%><%libout%><%endif%>\<%output_dir%><%endif%>\"
107 bj 63
<%endif%>
64
                   RegisterForComInterop = "false"
65
                   RemoveIntegerChecks = "false"
66
                   TreatWarningsAsErrors = "false"
67
                   WarningLevel = "4"
68
                />
69
<%endfor%>
70
            </Settings>
71
            <References>
198 bj 72
<%foreach(libs)%>
107 bj 73
                <Reference
198 bj 74
                    Name = "<%libname_prefix%><%lib%>"
75
                    AssemblyName = "<%libname_prefix%><%lib%>"
76
                />
77
<%endfor%>
78
<%foreach(lib, lit_libs pure_libs)%>
79
                <Reference
107 bj 80
                    Name = "<%lib%>"
81
                    AssemblyName = "<%lib%>"
82
                />
83
<%endfor%>
84
            </References>
85
        </Build>
86
        <Files>
87
            <Include>
88
<%foreach(source_files)%>
89
                        <File
90
                                RelPath = "<%source_file%>"
91
                                SubType = "<%if(flag_overrides(source_file, subtype))%><%flag_overrides(source_file, subtype)%><%else%>Code<%endif%>"
92
                                BuildAction = "Compile"
93
                        />
94
<%endfor%>
95
<%foreach(resx_files)%>
96
                        <File
97
                                RelPath = "<%resx_file%>"
98
                                DependentUpon = "<%noextension(resx_file)%>.cs"
99
                                BuildAction = "EmbeddedResource"
100
                        />
101
<%endfor%>
102
<%foreach(custom_types)%>
103
<%foreach(custom_type->input_files)%>
104
<%if(custom_type->input_file->output_files)%>
105
                        <File
106
                                RelPath = "<%custom_type->input_file%>"
107
                                BuildAction = "Compile"
198 bj 108
                                Generator = "<%if(custom_type->libpath)%>PATH=%PATH%;<%custom_type->libpath%>&#x0D;&#x0A;<%endif%><%if(flag_overrides(custom_type->input_file, gendir))%>if not exist <%flag_overrides(custom_type->input_file, gendir)%> mkdir <%flag_overrides(custom_type->input_file, gendir)%>&#x0D;&#x0A;<%endif%><%if(flag_overrides(custom_type->input_file, command))%><%flag_overrides(custom_type->input_file, command)%><%else%><%custom_type->command%><%endif%> <%if(flag_overrides(custom_type->input_file, commandflags))%><%flag_overrides(custom_type->input_file, commandflags)%><%else%><%custom_type->commandflags%><%endif%><%if(custom_type->output_option)%> <%custom_type->output_option%> <%if(flag_overrides(custom_type->input_file, gendir))%><%flag_overrides(custom_type->input_file, gendir)%>\<%basename(custom_type->input_file->output_files)%><%else%><%custom_type->input_file->output_files%><%endif%><%endif%> <%custom_type->input_file%><%if(flag_overrides(custom_type->input_file, postcommand))%><%foreach(custom_type->input_file)%>&#x0D;&#x0A;<%flag_overrides(custom_type->input_file, postcommand)%><%endfor%><%else%><%if(custom_type->postcommand)%><%foreach(custom_type->input_file)%>&#x0D;&#x0A;<%custom_type->postcommand%><%endfor%><%endif%><%endif%>"
107 bj 109
                        />
110
<%endif%>
111
<%endfor%>
112
<%endfor%>
113
<%foreach(ico_files)%>
114
                        <File
115
                                RelPath = "<%ico_file%>"
116
                                BuildAction = "Content"
117
                        />
118
<%endfor%>
119
<%foreach(config_files)%>
120
                        <File
121
                                RelPath = "<%config_file%>"
122
                                BuildAction = "None"
123
                        />
124
<%endfor%>
125
<%foreach(documentation_files)%>
126
                        <File
127
                                RelPath = "<%documentation_file%>"
128
                                BuildAction = "None"
129
                        />
130
<%endfor%>
131
            </Include>
132
        </Files>
133
    </CSHARP>
134
</VisualStudioProject>