]> O.S.I.I.S - jp/crow.git/commitdiff
remove IGOLibHost.cs
authorjpbruyere <jp.bruyere@hotmail.com>
Sun, 13 Mar 2016 23:06:48 +0000 (00:06 +0100)
committerjpbruyere <jp.bruyere@hotmail.com>
Sun, 13 Mar 2016 23:06:48 +0000 (00:06 +0100)
Crow.csproj
OTKCrow/OTKCrow.csproj

index 59b4228cc0a7b097a6f26ac9a656544a79e62f96..f0d0aa632f0d507a0c569c2b4ab87d12a2855be6 100644 (file)
@@ -19,8 +19,6 @@
     <SignAssembly>false</SignAssembly>
     <DelaySign>False</DelaySign>
     <RunPostBuildEvent>OnBuildSuccess</RunPostBuildEvent>
-    <ProductVersion>8.0.30703</ProductVersion>
-    <SchemaVersion>2.0</SchemaVersion>
     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
     <ReleaseVersion>0.4</ReleaseVersion>
@@ -91,7 +89,6 @@
     <Compile Include="src\GraphicObjects\Border.cs" />
     <Compile Include="src\Font.cs" />
     <Compile Include="src\GraphicObjects\Window.cs" />
-    <Compile Include="src\GraphicObjects\IGOLibHost.cs" />
     <Compile Include="src\GraphicObjects\ListBox.cs" />
     <Compile Include="src\ExtensionsMethods.cs" />
     <Compile Include="src\Interface.cs" />
index 7c7ce183ca80124c76f9eb9b84b1e24d851b3948..9bd6ca7c60c0260796eeaa79eb6d7bc88013bf6c 100644 (file)
@@ -3,13 +3,10 @@
   <PropertyGroup>
     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     <Platform Condition=" '$(Platform)' == '' ">Linux_x86</Platform>
-    <ProductVersion>8.0.30703</ProductVersion>
-    <SchemaVersion>2.0</SchemaVersion>
     <ProjectGuid>{350D4F49-9901-4998-9903-BCA7D48DA58C}</ProjectGuid>
     <OutputType>Library</OutputType>
     <RootNamespace>OTKCrow</RootNamespace>
     <AssemblyName>OTKCrow</AssemblyName>
-    <ReleaseVersion>0.4</ReleaseVersion>
     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Linux_x86' ">
     <Compile Include="OpenGL\TexturedShader.cs" />
     <Compile Include="OpenGL\VertexArrayObject.cs" />
   </ItemGroup>
-  <ItemGroup>
-    <ProjectReference Include="..\Crow.csproj">
-      <Project>{C2980F9B-4798-4C05-99E2-E174810F7C7B}</Project>
-      <Name>Crow</Name>
-    </ProjectReference>
-  </ItemGroup>
 </Project>
\ No newline at end of file