]> O.S.I.I.S - jp/crow.git/commitdiff
nuget config ok with otkcrow as file copy instead of dll
authorjpbruyere <jp.bruyere@hotmail.com>
Thu, 21 Jul 2016 12:43:33 +0000 (14:43 +0200)
committerjpbruyere <jp.bruyere@hotmail.com>
Thu, 21 Jul 2016 12:43:33 +0000 (14:43 +0200)
Crow.OpenTK.nuspec
Tests/OTKCrow.cs
Tests/Tests.csproj

index da83868ff6a20c6333ee8861385d99d572d1f09f..00c9a0f0f3c4671c32042e6552796301d1ac95e3 100644 (file)
                <releaseNotes>second nuget packaging try</releaseNotes>
                <copyright>Copyright 2016</copyright>
                <dependencies>
-                       <dependency id="OpenTK.Next"/>
+                       <dependency id="OpenTK.Next" version="1.2" />
+                       <dependency id="gtk-sharp.Linux.3.14" version="3.14" />
                </dependencies>
         <tags>Crow OpenTK OpenGL Widget Interface GUI C# .Net Mono</tags>
         <references>
-            <reference file="OpenTK.dll" />
+            <reference file="Crow.dll" />
         </references>
         <frameworkAssemblies>
             <frameworkAssembly assemblyName="System" />
         </frameworkAssemblies>
        </metadata>
        <files>
+               <file src="Tests/OpenTKGameWindow.cs" target="content" />
+               <file src="Tests/OpenGL/*.cs" target="content/OpenGL" />
                <file src="build/Release/Crow.dll" target="lib/net45" />
-               <file src="build/Release/OTKCrow.dll" target="lib/net45" />
-               <file src="build/Release/gio-sharp.dll" target="lib/net45" />
-               <file src="build/Release/glib-sharp.dll" target="lib/net45" />
-               <file src="build/Release/cairo-sharp.dll" target="lib/net45" />
-               <file src="build/Release/glib-sharp.dll.config" target="build" />
-               <file src="build/Release/gio-sharp.dll.config" target="build" />
        </files>
 </package>
index 1dee2f0e10dbdc1f6f0a0106f0d7bbdd0894e1cc..baa42f07d56e1aadb439c27b4d5fba71cd9508e6 100644 (file)
@@ -23,8 +23,6 @@ namespace testCrowOTK
                public CrowTest ()
                        : base(800, 600,"Crow Test with OpenTK")
                {
-                       VSync = VSyncMode.Off;
-                       Interface.CurrentInterface = CrowInterface;
                }
 
 
index 52bbe57c78754801167dcc089333292cef96b32d..ab27a959e97e59e1337e400542af68b1693deb76 100644 (file)
     <WarningLevel>4</WarningLevel>
     <ConsolePause>false</ConsolePause>
     <DefineConstants>DEBUG;TRACE;MEASURE_TIME</DefineConstants>
-    <IntermediateOutputPath>$(SolutionDir)\build\obj\$(Configuration)</IntermediateOutputPath>
-    <OutputPath>$(SolutionDir)\build\Debug</OutputPath>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     <DebugType>none</DebugType>
     <Optimize>true</Optimize>
     <WarningLevel>0</WarningLevel>
     <ConsolePause>false</ConsolePause>
-    <IntermediateOutputPath>$(SolutionDir)\build\obj\$(Configuration)</IntermediateOutputPath>
-    <OutputPath>$(SolutionDir)\build\Release</OutputPath>
   </PropertyGroup>
   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
   <ItemGroup>