From: jpbruyere Date: Thu, 21 Jul 2016 12:43:33 +0000 (+0200) Subject: nuget config ok with otkcrow as file copy instead of dll X-Git-Tag: v0.4~49 X-Git-Url: https://git.osiis.dedyn.io/?a=commitdiff_plain;h=a6f65aa0912e08022330472d3ed88325a8fde201;p=jp%2Fcrow.git nuget config ok with otkcrow as file copy instead of dll --- diff --git a/Crow.OpenTK.nuspec b/Crow.OpenTK.nuspec index da83868f..00c9a0f0 100644 --- a/Crow.OpenTK.nuspec +++ b/Crow.OpenTK.nuspec @@ -17,11 +17,12 @@ second nuget packaging try Copyright 2016 - + + Crow OpenTK OpenGL Widget Interface GUI C# .Net Mono - + @@ -30,12 +31,8 @@ + + - - - - - - diff --git a/Tests/OTKCrow.cs b/Tests/OTKCrow.cs index 1dee2f0e..baa42f07 100644 --- a/Tests/OTKCrow.cs +++ b/Tests/OTKCrow.cs @@ -23,8 +23,6 @@ namespace testCrowOTK public CrowTest () : base(800, 600,"Crow Test with OpenTK") { - VSync = VSyncMode.Off; - Interface.CurrentInterface = CrowInterface; } diff --git a/Tests/Tests.csproj b/Tests/Tests.csproj index 52bbe57c..ab27a959 100644 --- a/Tests/Tests.csproj +++ b/Tests/Tests.csproj @@ -23,16 +23,12 @@ 4 false DEBUG;TRACE;MEASURE_TIME - $(SolutionDir)\build\obj\$(Configuration) - $(SolutionDir)\build\Debug none true 0 false - $(SolutionDir)\build\obj\$(Configuration) - $(SolutionDir)\build\Release