~ubuntu-branches/ubuntu/oneiric/swig1.3/oneiric

« back to all changes in this revision

Viewing changes to Examples/csharp/class/example-cs.csproj

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2007-12-06 10:27:08 UTC
  • mfrom: (1.2.6 upstream)
  • Revision ID: james.westby@ubuntu.com-20071206102708-t37t62i45n595w0e
Tags: 1.3.33-2ubuntu1
* Merge with Debian; remaining changes:
  - Drop support for pike.
  - Use python2.5 instead of python2.4.
  - Clean Runtime/ as well.
  - Force a few environment variables.
* debian/Rules (clean): Remove Lib/ocaml/swigp4.ml.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<VisualStudioProject>
2
 
    <CSHARP
3
 
        ProjectType = "Local"
4
 
        ProductVersion = "7.10.3077"
5
 
        SchemaVersion = "2.0"
6
 
        ProjectGuid = "{C17D27DF-4C57-4625-AEE0-A40C4F48FF1A}"
7
 
    >
8
 
        <Build>
9
 
            <Settings
10
 
                ApplicationIcon = ""
11
 
                AssemblyKeyContainerName = ""
12
 
                AssemblyName = "runme"
13
 
                AssemblyOriginatorKeyFile = ""
14
 
                DefaultClientScript = "JScript"
15
 
                DefaultHTMLPageLayout = "Grid"
16
 
                DefaultTargetSchema = "IE50"
17
 
                DelaySign = "false"
18
 
                OutputType = "Exe"
19
 
                PreBuildEvent = ""
20
 
                PostBuildEvent = ""
21
 
                RootNamespace = "runme"
22
 
                RunPostBuildEvent = "OnBuildSuccess"
23
 
                StartupObject = ""
24
 
            >
25
 
                <Config
26
 
                    Name = "Debug"
27
 
                    AllowUnsafeBlocks = "false"
28
 
                    BaseAddress = "285212672"
29
 
                    CheckForOverflowUnderflow = "false"
30
 
                    ConfigurationOverrideFile = ""
31
 
                    DefineConstants = "DEBUG;TRACE"
32
 
                    DocumentationFile = ""
33
 
                    DebugSymbols = "true"
34
 
                    FileAlignment = "4096"
35
 
                    IncrementalBuild = "false"
36
 
                    NoStdLib = "false"
37
 
                    NoWarn = ""
38
 
                    Optimize = "false"
39
 
                    OutputPath = ".\"
40
 
                    RegisterForComInterop = "false"
41
 
                    RemoveIntegerChecks = "false"
42
 
                    TreatWarningsAsErrors = "false"
43
 
                    WarningLevel = "4"
44
 
                />
45
 
                <Config
46
 
                    Name = "Release"
47
 
                    AllowUnsafeBlocks = "false"
48
 
                    BaseAddress = "285212672"
49
 
                    CheckForOverflowUnderflow = "false"
50
 
                    ConfigurationOverrideFile = ""
51
 
                    DefineConstants = "TRACE"
52
 
                    DocumentationFile = ""
53
 
                    DebugSymbols = "false"
54
 
                    FileAlignment = "4096"
55
 
                    IncrementalBuild = "false"
56
 
                    NoStdLib = "false"
57
 
                    NoWarn = ""
58
 
                    Optimize = "true"
59
 
                    OutputPath = ".\"
60
 
                    RegisterForComInterop = "false"
61
 
                    RemoveIntegerChecks = "false"
62
 
                    TreatWarningsAsErrors = "false"
63
 
                    WarningLevel = "4"
64
 
                />
65
 
            </Settings>
66
 
            <References/>
67
 
        </Build>
68
 
        <Files>
69
 
            <Include>
70
 
                <File
71
 
                    RelPath = "Circle.cs"
72
 
                    SubType = "Code"
73
 
                    BuildAction = "Compile"
74
 
                />
75
 
                <File
76
 
                    RelPath = "example.cs"
77
 
                    SubType = "Code"
78
 
                    BuildAction = "Compile"
79
 
                />
80
 
                <File
81
 
                    RelPath = "examplePINVOKE.cs"
82
 
                    SubType = "Code"
83
 
                    BuildAction = "Compile"
84
 
                />
85
 
                <File
86
 
                    RelPath = "runme.cs"
87
 
                    SubType = "Code"
88
 
                    BuildAction = "Compile"
89
 
                />
90
 
                <File
91
 
                    RelPath = "Shape.cs"
92
 
                    SubType = "Code"
93
 
                    BuildAction = "Compile"
94
 
                />
95
 
                <File
96
 
                    RelPath = "Square.cs"
97
 
                    SubType = "Code"
98
 
                    BuildAction = "Compile"
99
 
                />
100
 
            </Include>
101
 
        </Files>
102
 
    </CSHARP>
103
 
</VisualStudioProject>
104
 
 
 
1
<VisualStudioProject>
 
2
    <CSHARP
 
3
        ProjectType = "Local"
 
4
        ProductVersion = "7.10.3077"
 
5
        SchemaVersion = "2.0"
 
6
        ProjectGuid = "{C17D27DF-4C57-4625-AEE0-A40C4F48FF1A}"
 
7
    >
 
8
        <Build>
 
9
            <Settings
 
10
                ApplicationIcon = ""
 
11
                AssemblyKeyContainerName = ""
 
12
                AssemblyName = "runme"
 
13
                AssemblyOriginatorKeyFile = ""
 
14
                DefaultClientScript = "JScript"
 
15
                DefaultHTMLPageLayout = "Grid"
 
16
                DefaultTargetSchema = "IE50"
 
17
                DelaySign = "false"
 
18
                OutputType = "Exe"
 
19
                PreBuildEvent = ""
 
20
                PostBuildEvent = ""
 
21
                RootNamespace = "runme"
 
22
                RunPostBuildEvent = "OnBuildSuccess"
 
23
                StartupObject = ""
 
24
            >
 
25
                <Config
 
26
                    Name = "Debug"
 
27
                    AllowUnsafeBlocks = "false"
 
28
                    BaseAddress = "285212672"
 
29
                    CheckForOverflowUnderflow = "false"
 
30
                    ConfigurationOverrideFile = ""
 
31
                    DefineConstants = "DEBUG;TRACE"
 
32
                    DocumentationFile = ""
 
33
                    DebugSymbols = "true"
 
34
                    FileAlignment = "4096"
 
35
                    IncrementalBuild = "false"
 
36
                    NoStdLib = "false"
 
37
                    NoWarn = ""
 
38
                    Optimize = "false"
 
39
                    OutputPath = ".\"
 
40
                    RegisterForComInterop = "false"
 
41
                    RemoveIntegerChecks = "false"
 
42
                    TreatWarningsAsErrors = "false"
 
43
                    WarningLevel = "4"
 
44
                />
 
45
                <Config
 
46
                    Name = "Release"
 
47
                    AllowUnsafeBlocks = "false"
 
48
                    BaseAddress = "285212672"
 
49
                    CheckForOverflowUnderflow = "false"
 
50
                    ConfigurationOverrideFile = ""
 
51
                    DefineConstants = "TRACE"
 
52
                    DocumentationFile = ""
 
53
                    DebugSymbols = "false"
 
54
                    FileAlignment = "4096"
 
55
                    IncrementalBuild = "false"
 
56
                    NoStdLib = "false"
 
57
                    NoWarn = ""
 
58
                    Optimize = "true"
 
59
                    OutputPath = ".\"
 
60
                    RegisterForComInterop = "false"
 
61
                    RemoveIntegerChecks = "false"
 
62
                    TreatWarningsAsErrors = "false"
 
63
                    WarningLevel = "4"
 
64
                />
 
65
            </Settings>
 
66
            <References/>
 
67
        </Build>
 
68
        <Files>
 
69
            <Include>
 
70
                <File
 
71
                    RelPath = "Circle.cs"
 
72
                    SubType = "Code"
 
73
                    BuildAction = "Compile"
 
74
                />
 
75
                <File
 
76
                    RelPath = "example.cs"
 
77
                    SubType = "Code"
 
78
                    BuildAction = "Compile"
 
79
                />
 
80
                <File
 
81
                    RelPath = "examplePINVOKE.cs"
 
82
                    SubType = "Code"
 
83
                    BuildAction = "Compile"
 
84
                />
 
85
                <File
 
86
                    RelPath = "runme.cs"
 
87
                    SubType = "Code"
 
88
                    BuildAction = "Compile"
 
89
                />
 
90
                <File
 
91
                    RelPath = "Shape.cs"
 
92
                    SubType = "Code"
 
93
                    BuildAction = "Compile"
 
94
                />
 
95
                <File
 
96
                    RelPath = "Square.cs"
 
97
                    SubType = "Code"
 
98
                    BuildAction = "Compile"
 
99
                />
 
100
            </Include>
 
101
        </Files>
 
102
    </CSHARP>
 
103
</VisualStudioProject>
 
104