Author: cjcollier
Date: 2006-08-10 14:31:17 -0400 (Thu, 10 Aug 2006)
New Revision: 63615

Modified:
   trunk/gtkglarea-sharp/examples/MdlLoader/MdlLoader.mdp
   trunk/gtkglarea-sharp/examples/glade/GladeExample.mdp
   trunk/gtkglarea-sharp/examples/pick-object/ObjectPickExample.mdp
   trunk/gtkglarea-sharp/examples/rotate-buttons/RotateButtonExample.mdp
   trunk/gtkglarea-sharp/examples/shapes/ShapesExample.mdp
   trunk/gtkglarea-sharp/examples/trackball/TrackballExample.mdp
Log:
- Quick once-over to ensure that libraries are being built as libraries, 
references are pointed to the right place, resources are correctly included, etc



Modified: trunk/gtkglarea-sharp/examples/MdlLoader/MdlLoader.mdp
===================================================================
--- trunk/gtkglarea-sharp/examples/MdlLoader/MdlLoader.mdp      2006-08-10 
18:18:21 UTC (rev 63614)
+++ trunk/gtkglarea-sharp/examples/MdlLoader/MdlLoader.mdp      2006-08-10 
18:31:17 UTC (rev 63615)
@@ -13,12 +13,10 @@
       <CodeGeneration compiler="Csc" warninglevel="4" optimize="True" 
unsafecodeallowed="False" generateoverflowchecks="True" 
generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
     </Configuration>
   </Configurations>
-  <DeploymentInformation strategy="File">
-    <excludeFiles />
-  </DeploymentInformation>
+  <DeployTargets />
   <Contents>
     <File name="./gtk-gui/gui.stetic" subtype="Code" 
buildaction="EmbedAsResource" />
-    <File name="./gtk-gui/generated.cs" subtype="Code" buildaction="Compile" />
+    <File name="./gtk-gui/generated.cs" subtype="Code" buildaction="Nothing" />
     <File name="./gtk-gui/objects.xml" subtype="Code" 
buildaction="EmbedAsResource" />
     <File name="./MdlLoader.cs" subtype="Code" buildaction="Compile" />
     <File name="./Engine.cs" subtype="Code" buildaction="Compile" />
@@ -36,6 +34,7 @@
     <ProjectReference type="Gac" localcopy="True" refto="Tao.OpenGl, 
Version=0.0.0.0, Culture=neutral, PublicKeyToken=1ca010269a4501ef" />
     <ProjectReference type="Gac" localcopy="True" refto="Tao.OpenGl.Glu, 
Version=1.5.0.3, Culture=neutral, PublicKeyToken=3661ea75021374b5" />
     <ProjectReference type="Gac" localcopy="True" refto="gtkglarea-sharp, 
Version=0.0.3.0, Culture=neutral, PublicKeyToken=7df758c0fb49fe62" />
+    <ProjectReference type="Project" localcopy="True" refto="GtkGLAreaUtil" />
   </References>
   <GtkDesignInfo>
     <ExportedWidgets>
@@ -43,4 +42,7 @@
       <Widget>MdlLoader.foo</Widget>
     </ExportedWidgets>
   </GtkDesignInfo>
+  <DeploymentInformation strategy="File">
+    <excludeFiles />
+  </DeploymentInformation>
 </Project>
\ No newline at end of file

Modified: trunk/gtkglarea-sharp/examples/glade/GladeExample.mdp
===================================================================
--- trunk/gtkglarea-sharp/examples/glade/GladeExample.mdp       2006-08-10 
18:18:21 UTC (rev 63614)
+++ trunk/gtkglarea-sharp/examples/glade/GladeExample.mdp       2006-08-10 
18:31:17 UTC (rev 63615)
@@ -1,21 +1,19 @@
-<Project name="GladeExample" fileversion="2.0" language="C#" 
ctype="DotNetProject">
+<Project name="GladeExample" fileversion="2.0" language="C#" 
clr-version="Net_1_1" ctype="DotNetProject">
   <Configurations active="Debug">
     <Configuration name="Debug" ctype="DotNetProjectConfiguration">
       <Output directory="./bin/Debug" assembly="GladeExample" />
       <Build debugmode="True" target="Exe" />
-      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" />
+      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" 
clr-version="Net_1_1" />
       <CodeGeneration compiler="Csc" warninglevel="4" optimize="True" 
unsafecodeallowed="False" generateoverflowchecks="True" 
generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
     </Configuration>
     <Configuration name="Release" ctype="DotNetProjectConfiguration">
       <Output directory="./bin/Release" assembly="GladeExample" />
       <Build debugmode="False" target="Exe" />
-      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" />
+      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" 
clr-version="Net_1_1" />
       <CodeGeneration compiler="Csc" warninglevel="4" optimize="True" 
unsafecodeallowed="False" generateoverflowchecks="True" 
generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
     </Configuration>
   </Configurations>
-  <DeploymentInformation strategy="File">
-    <excludeFiles />
-  </DeploymentInformation>
+  <DeployTargets />
   <Contents>
     <File name="./GladeExample.cs" subtype="Code" buildaction="Compile" />
     <File name="../resources/glwidget.glade" subtype="Code" 
buildaction="EmbedAsResource" />
@@ -23,5 +21,10 @@
   </Contents>
   <References>
     <ProjectReference type="Project" localcopy="True" refto="GtkGLAreaUtil" />
+    <ProjectReference type="Gac" localcopy="True" refto="glade-sharp, 
Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+    <ProjectReference type="Gac" localcopy="True" refto="gtk-dotnet, 
Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
   </References>
+  <DeploymentInformation strategy="File">
+    <excludeFiles />
+  </DeploymentInformation>
 </Project>
\ No newline at end of file

Modified: trunk/gtkglarea-sharp/examples/pick-object/ObjectPickExample.mdp
===================================================================
--- trunk/gtkglarea-sharp/examples/pick-object/ObjectPickExample.mdp    
2006-08-10 18:18:21 UTC (rev 63614)
+++ trunk/gtkglarea-sharp/examples/pick-object/ObjectPickExample.mdp    
2006-08-10 18:31:17 UTC (rev 63615)
@@ -1,30 +1,37 @@
-<Project name="ObjectPickExample" fileversion="2.0" language="C#" 
ctype="DotNetProject">
+<Project name="ObjectPickExample" fileversion="2.0" language="C#" 
clr-version="Net_1_1" ctype="DotNetProject">
   <Configurations active="Debug">
     <Configuration name="Debug" ctype="DotNetProjectConfiguration">
       <Output directory="./bin/Debug" assembly="ObjectPickExample" />
       <Build debugmode="True" target="Exe" />
-      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" />
+      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" 
clr-version="Net_1_1" />
       <CodeGeneration compiler="Csc" warninglevel="4" optimize="True" 
unsafecodeallowed="False" generateoverflowchecks="True" 
generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
     </Configuration>
     <Configuration name="Release" ctype="DotNetProjectConfiguration">
       <Output directory="./bin/Release" assembly="ObjectPickExample" />
       <Build debugmode="False" target="Exe" />
-      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" />
+      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" 
clr-version="Net_1_1" />
       <CodeGeneration compiler="Csc" warninglevel="4" optimize="True" 
unsafecodeallowed="False" generateoverflowchecks="True" 
generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
     </Configuration>
   </Configurations>
-  <DeploymentInformation strategy="File">
-    <excludeFiles />
-  </DeploymentInformation>
+  <DeployTargets />
   <Contents>
     <File name="./Engine.cs" subtype="Code" buildaction="Compile" />
     <File name="./PickWidget.cs" subtype="Code" buildaction="Compile" />
-    <File name="./Trackball.cs" subtype="Code" buildaction="Compile" />
     <File name="./ObjectPickExample.cs" subtype="Code" buildaction="Compile" />
+    <File name="../resources/glwidget.glade" subtype="Code" 
buildaction="EmbedAsResource" />
   </Contents>
   <References>
     <ProjectReference type="Project" localcopy="True" refto="GtkGLAreaUtil" />
     <ProjectReference type="Project" localcopy="True" refto="GladeExample" />
     <ProjectReference type="Project" localcopy="True" refto="ShapesExample" />
+    <ProjectReference type="Gac" localcopy="True" refto="glade-sharp, 
Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+    <ProjectReference type="Gac" localcopy="True" refto="gtk-dotnet, 
Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+    <ProjectReference type="Gac" localcopy="True" refto="Tao.OpenGl, 
Version=0.0.0.0, Culture=neutral, PublicKeyToken=1ca010269a4501ef" />
+    <ProjectReference type="Gac" localcopy="True" refto="Tao.OpenGl.Glu, 
Version=1.5.0.3, Culture=neutral, PublicKeyToken=3661ea75021374b5" />
+    <ProjectReference type="Gac" localcopy="True" refto="System, 
Version=1.0.5000.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
+    <ProjectReference type="Project" localcopy="True" refto="TrackballExample" 
/>
   </References>
+  <DeploymentInformation strategy="File">
+    <excludeFiles />
+  </DeploymentInformation>
 </Project>
\ No newline at end of file

Modified: trunk/gtkglarea-sharp/examples/rotate-buttons/RotateButtonExample.mdp
===================================================================
--- trunk/gtkglarea-sharp/examples/rotate-buttons/RotateButtonExample.mdp       
2006-08-10 18:18:21 UTC (rev 63614)
+++ trunk/gtkglarea-sharp/examples/rotate-buttons/RotateButtonExample.mdp       
2006-08-10 18:31:17 UTC (rev 63615)
@@ -1,21 +1,19 @@
-<Project name="RotateButtonExample" fileversion="2.0" language="C#" 
ctype="DotNetProject">
+<Project name="RotateButtonExample" fileversion="2.0" language="C#" 
clr-version="Net_1_1" ctype="DotNetProject">
   <Configurations active="Debug">
     <Configuration name="Debug" ctype="DotNetProjectConfiguration">
       <Output directory="./bin/Debug" assembly="rotateButtonTest" />
       <Build debugmode="True" target="Exe" />
-      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" />
+      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" 
clr-version="Net_1_1" />
       <CodeGeneration compiler="Csc" warninglevel="4" optimize="True" 
unsafecodeallowed="False" generateoverflowchecks="True" 
generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
     </Configuration>
     <Configuration name="Release" ctype="DotNetProjectConfiguration">
       <Output directory="./bin/Release" assembly="rotateButtonTest" />
       <Build debugmode="False" target="Exe" />
-      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" />
+      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" 
clr-version="Net_1_1" />
       <CodeGeneration compiler="Csc" warninglevel="4" optimize="True" 
unsafecodeallowed="False" generateoverflowchecks="True" 
generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
     </Configuration>
   </Configurations>
-  <DeploymentInformation strategy="File">
-    <excludeFiles />
-  </DeploymentInformation>
+  <DeployTargets />
   <Contents>
     <File name="./ObjectRotationButton.cs" subtype="Code" 
buildaction="Compile" />
     <File name="./GLObjectRotationController.cs" subtype="Code" 
buildaction="Compile" />
@@ -29,5 +27,10 @@
   <References>
     <ProjectReference type="Gac" localcopy="True" refto="gtk-sharp, 
Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
     <ProjectReference type="Project" localcopy="True" refto="GtkGLAreaUtil" />
+    <ProjectReference type="Gac" localcopy="True" refto="glade-sharp, 
Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+    <ProjectReference type="Gac" localcopy="True" refto="Tao.OpenGl, 
Version=0.0.0.0, Culture=neutral, PublicKeyToken=1ca010269a4501ef" />
   </References>
+  <DeploymentInformation strategy="File">
+    <excludeFiles />
+  </DeploymentInformation>
 </Project>
\ No newline at end of file

Modified: trunk/gtkglarea-sharp/examples/shapes/ShapesExample.mdp
===================================================================
--- trunk/gtkglarea-sharp/examples/shapes/ShapesExample.mdp     2006-08-10 
18:18:21 UTC (rev 63614)
+++ trunk/gtkglarea-sharp/examples/shapes/ShapesExample.mdp     2006-08-10 
18:31:17 UTC (rev 63615)
@@ -1,21 +1,19 @@
-<Project name="ShapesExample" fileversion="2.0" language="C#" 
ctype="DotNetProject">
+<Project name="ShapesExample" fileversion="2.0" language="C#" 
clr-version="Net_1_1" ctype="DotNetProject">
   <Configurations active="Debug">
     <Configuration name="Debug" ctype="DotNetProjectConfiguration">
       <Output directory="./bin/Debug" assembly="ShapesExample" />
-      <Build debugmode="True" target="Exe" />
-      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" />
-      <CodeGeneration compiler="Csc" warninglevel="4" optimize="True" 
unsafecodeallowed="False" generateoverflowchecks="True" 
generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
+      <Build debugmode="True" target="Library" />
+      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" 
clr-version="Net_1_1" />
+      <CodeGeneration compiler="Csc" warninglevel="4" optimize="True" 
unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" 
generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
     </Configuration>
     <Configuration name="Release" ctype="DotNetProjectConfiguration">
       <Output directory="./bin/Release" assembly="ShapesExample" />
-      <Build debugmode="False" target="Exe" />
-      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" />
-      <CodeGeneration compiler="Csc" warninglevel="4" optimize="True" 
unsafecodeallowed="False" generateoverflowchecks="True" 
generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
+      <Build debugmode="False" target="Library" />
+      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" 
clr-version="Net_1_1" />
+      <CodeGeneration compiler="Csc" warninglevel="4" optimize="True" 
unsafecodeallowed="False" generateoverflowchecks="True" mainclass="" 
generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
     </Configuration>
   </Configurations>
-  <DeploymentInformation strategy="File">
-    <excludeFiles />
-  </DeploymentInformation>
+  <DeployTargets />
   <Contents>
     <File name="./ColoredSquare.cs" subtype="Code" buildaction="Compile" />
     <File name="./ColoredTriangle.cs" subtype="Code" buildaction="Compile" />
@@ -25,5 +23,11 @@
     <File name="./Teapot.cs" subtype="Code" buildaction="Compile" />
     <File name="./Triangle.cs" subtype="Code" buildaction="Compile" />
   </Contents>
-  <References />
+  <References>
+    <ProjectReference type="Project" localcopy="True" refto="GtkGLAreaUtil" />
+    <ProjectReference type="Gac" localcopy="True" refto="Tao.OpenGl, 
Version=0.0.0.0, Culture=neutral, PublicKeyToken=1ca010269a4501ef" />
+  </References>
+  <DeploymentInformation strategy="File">
+    <excludeFiles />
+  </DeploymentInformation>
 </Project>
\ No newline at end of file

Modified: trunk/gtkglarea-sharp/examples/trackball/TrackballExample.mdp
===================================================================
--- trunk/gtkglarea-sharp/examples/trackball/TrackballExample.mdp       
2006-08-10 18:18:21 UTC (rev 63614)
+++ trunk/gtkglarea-sharp/examples/trackball/TrackballExample.mdp       
2006-08-10 18:31:17 UTC (rev 63615)
@@ -1,28 +1,34 @@
-<Project name="TrackballExample" fileversion="2.0" language="C#" 
ctype="DotNetProject">
+<Project name="TrackballExample" fileversion="2.0" language="C#" 
clr-version="Net_1_1" ctype="DotNetProject">
   <Configurations active="Debug">
     <Configuration name="Debug" ctype="DotNetProjectConfiguration">
       <Output directory="./bin/Debug" assembly="trackballTest" />
       <Build debugmode="True" target="Exe" />
-      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" />
+      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" 
clr-version="Net_1_1" />
       <CodeGeneration compiler="Csc" warninglevel="4" optimize="True" 
unsafecodeallowed="False" generateoverflowchecks="True" 
generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
     </Configuration>
     <Configuration name="Release" ctype="DotNetProjectConfiguration">
       <Output directory="./bin/Release" assembly="trackballTest" />
       <Build debugmode="False" target="Exe" />
-      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" />
+      <Execution runwithwarnings="True" consolepause="True" runtime="MsNet" 
clr-version="Net_1_1" />
       <CodeGeneration compiler="Csc" warninglevel="4" optimize="True" 
unsafecodeallowed="False" generateoverflowchecks="True" 
generatexmldocumentation="False" ctype="CSharpCompilerParameters" />
     </Configuration>
   </Configurations>
-  <DeploymentInformation strategy="File">
-    <excludeFiles />
-  </DeploymentInformation>
+  <DeployTargets />
   <Contents>
     <File name="./TrackballWidget.cs" subtype="Code" buildaction="Compile" />
     <File name="./TrackballExample.cs" subtype="Code" buildaction="Compile" />
     <File name="../resources" subtype="Directory" buildaction="Compile" />
     <File name="./Trackball.cs" subtype="Code" buildaction="Compile" />
+    <File name="../resources/glwidget.glade" subtype="Code" 
buildaction="EmbedAsResource" />
   </Contents>
   <References>
     <ProjectReference type="Project" localcopy="True" refto="GtkGLAreaUtil" />
+    <ProjectReference type="Gac" localcopy="True" refto="gtk-dotnet, 
Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+    <ProjectReference type="Gac" localcopy="True" refto="glade-sharp, 
Version=2.8.0.0, Culture=neutral, PublicKeyToken=35e10195dab3c99f" />
+    <ProjectReference type="Gac" localcopy="True" refto="Tao.OpenGl, 
Version=0.0.0.0, Culture=neutral, PublicKeyToken=1ca010269a4501ef" />
+    <ProjectReference type="Project" localcopy="True" refto="ShapesExample" />
   </References>
+  <DeploymentInformation strategy="File">
+    <excludeFiles />
+  </DeploymentInformation>
 </Project>
\ No newline at end of file

_______________________________________________
Mono-patches maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches

Reply via email to