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

« back to all changes in this revision

Viewing changes to Examples/csharp/funcptr/example.sln

  • 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
 
Microsoft Visual Studio Solution File, Format Version 8.00
2
 
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "example-cs", "example-cs.csproj", "{C17D27DF-4C57-4625-AEE0-A40C4F48FF1A}"
3
 
        ProjectSection(ProjectDependencies) = postProject
4
 
                {C2302635-D489-4678-96B4-70F5309DCBE6} = {C2302635-D489-4678-96B4-70F5309DCBE6}
5
 
        EndProjectSection
6
 
EndProject
7
 
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example-vc", "example-vc.vcproj", "{C2302635-D489-4678-96B4-70F5309DCBE6}"
8
 
        ProjectSection(ProjectDependencies) = postProject
9
 
        EndProjectSection
10
 
EndProject
11
 
Global
12
 
        GlobalSection(SolutionConfiguration) = preSolution
13
 
                Debug = Debug
14
 
                Release = Release
15
 
        EndGlobalSection
16
 
        GlobalSection(ProjectConfiguration) = postSolution
17
 
                {C17D27DF-4C57-4625-AEE0-A40C4F48FF1A}.Debug.ActiveCfg = Debug|.NET
18
 
                {C17D27DF-4C57-4625-AEE0-A40C4F48FF1A}.Debug.Build.0 = Debug|.NET
19
 
                {C17D27DF-4C57-4625-AEE0-A40C4F48FF1A}.Release.ActiveCfg = Release|.NET
20
 
                {C17D27DF-4C57-4625-AEE0-A40C4F48FF1A}.Release.Build.0 = Release|.NET
21
 
                {C2302635-D489-4678-96B4-70F5309DCBE6}.Debug.ActiveCfg = Debug|Win32
22
 
                {C2302635-D489-4678-96B4-70F5309DCBE6}.Debug.Build.0 = Debug|Win32
23
 
                {C2302635-D489-4678-96B4-70F5309DCBE6}.Release.ActiveCfg = Release|Win32
24
 
                {C2302635-D489-4678-96B4-70F5309DCBE6}.Release.Build.0 = Release|Win32
25
 
        EndGlobalSection
26
 
        GlobalSection(ExtensibilityGlobals) = postSolution
27
 
        EndGlobalSection
28
 
        GlobalSection(ExtensibilityAddIns) = postSolution
29
 
        EndGlobalSection
30
 
EndGlobal
 
1
Microsoft Visual Studio Solution File, Format Version 8.00
 
2
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "example-cs", "example-cs.csproj", "{C17D27DF-4C57-4625-AEE0-A40C4F48FF1A}"
 
3
        ProjectSection(ProjectDependencies) = postProject
 
4
                {C2302635-D489-4678-96B4-70F5309DCBE6} = {C2302635-D489-4678-96B4-70F5309DCBE6}
 
5
        EndProjectSection
 
6
EndProject
 
7
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "example-vc", "example-vc.vcproj", "{C2302635-D489-4678-96B4-70F5309DCBE6}"
 
8
        ProjectSection(ProjectDependencies) = postProject
 
9
        EndProjectSection
 
10
EndProject
 
11
Global
 
12
        GlobalSection(SolutionConfiguration) = preSolution
 
13
                Debug = Debug
 
14
                Release = Release
 
15
        EndGlobalSection
 
16
        GlobalSection(ProjectConfiguration) = postSolution
 
17
                {C17D27DF-4C57-4625-AEE0-A40C4F48FF1A}.Debug.ActiveCfg = Debug|.NET
 
18
                {C17D27DF-4C57-4625-AEE0-A40C4F48FF1A}.Debug.Build.0 = Debug|.NET
 
19
                {C17D27DF-4C57-4625-AEE0-A40C4F48FF1A}.Release.ActiveCfg = Release|.NET
 
20
                {C17D27DF-4C57-4625-AEE0-A40C4F48FF1A}.Release.Build.0 = Release|.NET
 
21
                {C2302635-D489-4678-96B4-70F5309DCBE6}.Debug.ActiveCfg = Debug|Win32
 
22
                {C2302635-D489-4678-96B4-70F5309DCBE6}.Debug.Build.0 = Debug|Win32
 
23
                {C2302635-D489-4678-96B4-70F5309DCBE6}.Release.ActiveCfg = Release|Win32
 
24
                {C2302635-D489-4678-96B4-70F5309DCBE6}.Release.Build.0 = Release|Win32
 
25
        EndGlobalSection
 
26
        GlobalSection(ExtensibilityGlobals) = postSolution
 
27
        EndGlobalSection
 
28
        GlobalSection(ExtensibilityAddIns) = postSolution
 
29
        EndGlobalSection
 
30
EndGlobal