Skip to content

Commit

Permalink
Create KethaneGeodesicGrid.dll assembly for restricted components. In…
Browse files Browse the repository at this point in the history
…itial version is 1.0.0.
  • Loading branch information
Majiir committed Sep 4, 2014
1 parent 5a1df50 commit 7114386
Show file tree
Hide file tree
Showing 18 changed files with 115 additions and 15 deletions.
6 changes: 6 additions & 0 deletions Plugin/Kethane.sln
Expand Up @@ -5,6 +5,8 @@ VisualStudioVersion = 12.0.21005.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Kethane", "Kethane\Kethane.csproj", "{8D1501AC-6C11-459B-9561-6CC5E3EC15FE}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "KethaneGeodesicGrid", "KethaneGeodesicGrid\KethaneGeodesicGrid.csproj", "{0DF219BC-39F0-4AF8-9085-1A4120D8D536}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Expand All @@ -15,6 +17,10 @@ Global
{8D1501AC-6C11-459B-9561-6CC5E3EC15FE}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8D1501AC-6C11-459B-9561-6CC5E3EC15FE}.Release|Any CPU.ActiveCfg = Release|Any CPU
{8D1501AC-6C11-459B-9561-6CC5E3EC15FE}.Release|Any CPU.Build.0 = Release|Any CPU
{0DF219BC-39F0-4AF8-9085-1A4120D8D536}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{0DF219BC-39F0-4AF8-9085-1A4120D8D536}.Debug|Any CPU.Build.0 = Debug|Any CPU
{0DF219BC-39F0-4AF8-9085-1A4120D8D536}.Release|Any CPU.ActiveCfg = Release|Any CPU
{0DF219BC-39F0-4AF8-9085-1A4120D8D536}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
21 changes: 6 additions & 15 deletions Plugin/Kethane/Kethane.csproj
Expand Up @@ -47,25 +47,11 @@
</ItemGroup>
<ItemGroup>
<Compile Include="BodyResourceData.cs" />
<Compile Include="EnumerableExtensions\Edges.cs" />
<Compile Include="EnumerableExtensions\AppendPrepend.cs" />
<Compile Include="EnumerableExtensions\MinMaxBy.cs" />
<Compile Include="EnumerableExtensions\Pair.cs" />
<Compile Include="EnumerableExtensions\Repeat.cs" />
<Compile Include="EnumerableExtensions\ReverseComparer.cs" />
<Compile Include="Generators\RandomExtensions.cs" />
<Compile Include="GeodesicGrid\BoundsMap.cs" />
<Compile Include="GeodesicGrid\Cell.cs" />
<Compile Include="Generators\CellularResourceGenerator.cs" />
<Compile Include="PartModules\PartExtensions.cs" />
<Compile Include="ResourceData.cs" />
<Compile Include="Utilities\CompatibilityChecker.cs" />
<Compile Include="GeodesicGrid\CellMap.cs" />
<Compile Include="GeodesicGrid\CellSet.cs" />
<Compile Include="GeodesicGrid\ChildType.cs" />
<Compile Include="GeodesicGrid\IntMath.cs" />
<Compile Include="GeodesicGrid\Triangle.cs" />
<Compile Include="GeodesicGrid\TriangleHit.cs" />
<Compile Include="Utilities\InstallCleanup.cs" />
<Compile Include="Generators\LegacyResourceGenerator.cs" />
<Compile Include="PartModules\HeatSinkAnimator.cs" />
Expand Down Expand Up @@ -103,7 +89,12 @@
<ItemGroup>
<EmbeddedResource Include="Resources\AlphaUnlitVertexColored.txt" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<ProjectReference Include="..\KethaneGeodesicGrid\KethaneGeodesicGrid.csproj">
<Project>{0df219bc-39f0-4af8-9085-1a4120d8d536}</Project>
<Name>KethaneGeodesicGrid</Name>
</ProjectReference>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
67 changes: 67 additions & 0 deletions Plugin/KethaneGeodesicGrid/KethaneGeodesicGrid.csproj
@@ -0,0 +1,67 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{0DF219BC-39F0-4AF8-9085-1A4120D8D536}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>KethaneGeodesicGrid</RootNamespace>
<AssemblyName>KethaneGeodesicGrid</AssemblyName>
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Data" />
<Reference Include="System.Xml" />
<Reference Include="UnityEngine" />
</ItemGroup>
<ItemGroup>
<Compile Include="EnumerableExtensions\AppendPrepend.cs" />
<Compile Include="EnumerableExtensions\Edges.cs" />
<Compile Include="EnumerableExtensions\MinMaxBy.cs" />
<Compile Include="EnumerableExtensions\Pair.cs" />
<Compile Include="EnumerableExtensions\Repeat.cs" />
<Compile Include="EnumerableExtensions\ReverseComparer.cs" />
<Compile Include="GeodesicGrid\BoundsMap.cs" />
<Compile Include="GeodesicGrid\Cell.cs" />
<Compile Include="GeodesicGrid\CellMap.cs" />
<Compile Include="GeodesicGrid\CellSet.cs" />
<Compile Include="GeodesicGrid\ChildType.cs" />
<Compile Include="GeodesicGrid\IntMath.cs" />
<Compile Include="GeodesicGrid\Triangle.cs" />
<Compile Include="GeodesicGrid\TriangleHit.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
36 changes: 36 additions & 0 deletions Plugin/KethaneGeodesicGrid/Properties/AssemblyInfo.cs
@@ -0,0 +1,36 @@
using System.Reflection;
using System.Runtime.CompilerServices;
using System.Runtime.InteropServices;

// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
[assembly: AssemblyTitle("KethaneGeodesicGrid")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Majiir")]
[assembly: AssemblyProduct("Kethane")]
[assembly: AssemblyCopyright("Copyright © Majiir 2014")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]

// Setting ComVisible to false makes the types in this assembly not visible
// to COM components. If you need to access a type in this assembly from
// COM, set the ComVisible attribute to true on that type.
[assembly: ComVisible(false)]

// The following GUID is for the ID of the typelib if this project is exposed to COM
[assembly: Guid("109d184d-061a-490c-be76-cd6f30c51282")]

// Version information for an assembly consists of the following four values:
//
// Major Version
// Minor Version
// Build Number
// Revision
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyInformationalVersion("1.0.0")]

0 comments on commit 7114386

Please sign in to comment.