My favorites | Sign in
Project Logo
                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
<?xml version="1.0" encoding="utf-8"?>
<Prebuild version="1.7" xmlns="http://dnpb.sourceforge.net/schemas/prebuild-1.7.xsd">
<Solution name="MonoReporter">
<Configuration name="Debug">
<Options>
<CompilerDefines>TRACE;DEBUG</CompilerDefines>
<OptimizeCode>false</OptimizeCode>
<CheckUnderflowOverflow>false</CheckUnderflowOverflow>
<AllowUnsafe>false</AllowUnsafe>
<WarningLevel>4</WarningLevel>
<WarningsAsErrors>false</WarningsAsErrors>
<OutputPath>./bin</OutputPath>
<DebugInformation>true</DebugInformation>
<!-- <RegisterComInterop>false</RegisterComInterop>
<IncrementalBuild>true</IncrementalBuild>
<BaseAddress>285212672</BaseAddress>
<FileAlignment>4096</FileAlignment>
<SuppressWarnings>1591;219;1573;1572;168</SuppressWarnings>
<NoStdLib>false</NoStdLib>
<XmlDocFile>ZaspeSharp.xml</XmlDocFile> -->
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<CompilerDefines></CompilerDefines>
<OptimizeCode>true</OptimizeCode>
<CheckUnderflowOverflow>false</CheckUnderflowOverflow>
<AllowUnsafe>false</AllowUnsafe>
<WarningLevel>4</WarningLevel>
<WarningsAsErrors>false</WarningsAsErrors>
<OutputPath>./bin</OutputPath>
<DebugInformation>false</DebugInformation>
<!-- <RegisterComInterop>false</RegisterComInterop>
<IncrementalBuild>true</IncrementalBuild>
<BaseAddress>285212672</BaseAddress>
<FileAlignment>4096</FileAlignment>
<SuppressWarnings>1591;219;1573;1572;168</SuppressWarnings>
<NoStdLib>false</NoStdLib>
<XmlDocFile>ZaspeSharp.xml</XmlDocFile> -->
</Options>
</Configuration>

<Project name="MonoReporter" path="./" type="Library" assemblyName="MonoReporter" rootNamespace="MonoReporter">
<Configuration name="Debug">
<Options>
<OutputPath>.\bin\Debug</OutputPath>
<!-- <XmlDocFile>GUI.xml</XmlDocFile> -->
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>.\bin\Release</OutputPath>
<!-- <XmlDocFile>GUI.xml</XmlDocFile> -->
</Options>
</Configuration>
<Reference name="System"/>
<Reference name="gtk-sharp"/>
<Files>
<Match pattern="*.cs" recurse="false"/>
</Files>
</Project>

<Project name="Test" path="Test" type="WinExe" assemblyName="Test" rootNamespace="Test">
<Configuration name="Debug">
<Options>
<OutputPath>.\bin\Debug</OutputPath>
<!-- <XmlDocFile>GUI.xml</XmlDocFile> -->
</Options>
</Configuration>
<Configuration name="Release">
<Options>
<OutputPath>.\bin\Release</OutputPath>
<!-- <XmlDocFile>GUI.xml</XmlDocFile> -->
</Options>
</Configuration>
<Reference name="System"/>
<Reference name="atk-sharp"/>
<Reference name="gdk-sharp"/>
<Reference name="glade-sharp"/>
<Reference name="glib-sharp"/>
<Reference name="gtk-sharp"/>
<Reference name="pango-sharp"/>
<Reference name="Mono.Posix"/>
<Reference name="MonoReporter"/>

<Files>
<Match pattern="*.cs" recurse="false"/>
</Files>
</Project>

</Solution>
</Prebuild>

Show details Hide details

Change log

r62 by miltondp on Sep 09, 2007   Diff
- Added initial work for MonoReporter (I
will port it to GtkPrint).

Go to: 
Project members, sign in to write a code review

Older revisions

All revisions of this file

File info

Size: 3103 bytes, 93 lines
Hosted by Google Code