Author: cjcollier
Date: 2006-08-10 14:02:32 -0400 (Thu, 10 Aug 2006)
New Revision: 63612

Modified:
   trunk/gtkglarea-sharp/examples/util/GtkGLAreaUtil.mdp
Log:
- changed target to library
- removed Teapot.cs
- added Vector.cs
- removed LightedGLWidget.cs


Modified: trunk/gtkglarea-sharp/examples/util/GtkGLAreaUtil.mdp
===================================================================
--- trunk/gtkglarea-sharp/examples/util/GtkGLAreaUtil.mdp       2006-08-10 
18:00:52 UTC (rev 63611)
+++ trunk/gtkglarea-sharp/examples/util/GtkGLAreaUtil.mdp       2006-08-10 
18:02:32 UTC (rev 63612)
@@ -1,35 +1,35 @@
-<Project name="GtkGLAreaUtil" fileversion="2.0" language="C#" 
ctype="DotNetProject">
+<Project name="GtkGLAreaUtil" 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="GtkGLAreaUtil" />
-      <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="GtkGLAreaUtil" />
-      <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="./Quaternion.cs" subtype="Code" buildaction="Compile" />
-    <File name="./Teapot.cs" subtype="Code" buildaction="Compile" />
     <File name="./GLObjectBase.cs" subtype="Code" buildaction="Compile" />
     <File name="./EulerRotation.cs" subtype="Code" buildaction="Compile" />
     <File name="./GLWidget.cs" subtype="Code" buildaction="Compile" />
     <File name="./IGLObject.cs" subtype="Code" buildaction="Compile" />
     <File name="./Rotation.cs" subtype="Code" buildaction="Compile" />
     <File name="./TransformationMatrix.cs" subtype="Code" 
buildaction="Compile" />
-    <File name="./LightedGLWidget.cs" subtype="Code" buildaction="Compile" />
+    <File name="./Vector.cs" subtype="Code" buildaction="Compile" />
   </Contents>
   <References>
     <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" />
   </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