Skip to content

Commit

Permalink
Migrated to new VS2017 build process with multi-framework targeting.
Browse files Browse the repository at this point in the history
  • Loading branch information
DYLAN-PC\Dylan committed Nov 16, 2018
1 parent fa0d50a commit cfe19ad
Show file tree
Hide file tree
Showing 60 changed files with 423 additions and 2,442 deletions.
23 changes: 0 additions & 23 deletions SPAnim/Properties/AssemblyInfo.cs

This file was deleted.

74 changes: 12 additions & 62 deletions SPAnim/SPAnim.csproj
Original file line number Diff line number Diff line change
@@ -1,77 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{2E21B07E-0968-4F86-97FD-692397DBFC20}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<TargetFrameworks>net35;net471</TargetFrameworks>
<RootNamespace>com.spacepuppy</RootNamespace>
<AssemblyName>SPAnim</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>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Xml" />
<Compile Include="..\SpacepuppyUnityFramework\Properties\AssemblyVersionInfo.cs" Link="Properties\AssemblyVersionInfo.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="UnityEngine">
<HintPath>..\Resources\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UI">
<HintPath>..\Resources\UnityEngine.UI.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="..\SpacepuppyUnityFramework\Properties\AssemblyVersionInfo.cs">
<Link>Properties\AssemblyVersionInfo.cs</Link>
</Compile>
<Compile Include="Anim\AnimEventScheduler.cs" />
<Compile Include="Anim\AnimUtil.cs" />
<Compile Include="Anim\AnimSettings.cs" />
<Compile Include="Anim\Events\i_PlayAnimation.cs" />
<Compile Include="Anim\Events\i_PlayRandomAnimation.cs" />
<Compile Include="Anim\Events\i_StopAnimation.cs" />
<Compile Include="Anim\Events\PlayAnimInfo.cs" />
<Compile Include="Anim\IScriptableAnimationClip.cs" />
<Compile Include="Anim\ISPAnim.cs" />
<Compile Include="Anim\ISPAnimationSource.cs" />
<Compile Include="Anim\ISPAnimator.cs" />
<Compile Include="Anim\Legacy\AnimationEventCallback.cs" />
<Compile Include="Anim\Legacy\Exceptions.cs" />
<Compile Include="Anim\Legacy\IAnimControllerMask.cs" />
<Compile Include="Anim\Legacy\ISPAnimationMask.cs" />
<Compile Include="Anim\Legacy\SPAnim.cs" />
<Compile Include="Anim\Legacy\SPLegacyAnimator.cs" />
<Compile Include="Anim\Legacy\SPLegacyAnimController.cs" />
<Compile Include="Anim\Legacy\SPAnimClip.cs" />
<Compile Include="Anim\Legacy\SPAnimClipCollection.cs" />
<Compile Include="Anim\PropertyAttributes.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<ProjectReference Include="..\SpacepuppyUnityFramework\SpacepuppyUnityFramework.csproj" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SpacepuppyUnityFramework\SpacepuppyUnityFramework.csproj">
<Project>{3b57db6b-ba67-46ad-b929-fdd8e6ae511e}</Project>
<Name>SpacepuppyUnityFramework</Name>
</ProjectReference>
<Folder Include="Properties\" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
23 changes: 0 additions & 23 deletions SPAnimEditor/Properties/AssemblyInfo.cs

This file was deleted.

76 changes: 17 additions & 59 deletions SPAnimEditor/SPAnimEditor.csproj
Original file line number Diff line number Diff line change
@@ -1,77 +1,35 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{DA26B8BD-BB04-49DA-88A1-C59178282858}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<TargetFrameworks>net35;net471</TargetFrameworks>
<RootNamespace>com.spacepuppyeditor</RootNamespace>
<AssemblyName>SPAnimEditor</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>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Xml" />
<Compile Include="..\SpacepuppyUnityFramework\Properties\AssemblyVersionInfo.cs" Link="Properties\AssemblyVersionInfo.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="UnityEditor">
<HintPath>..\Resources\UnityEditor.dll</HintPath>
</Reference>
<Reference Include="UnityEditor.Graphs">
<HintPath>..\Resources\UnityEditor.Graphs.dll</HintPath>
</Reference>
<Reference Include="UnityEngine">
<HintPath>..\Resources\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UI">
<HintPath>..\Resources\UnityEngine.UI.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="..\SpacepuppyUnityFramework\Properties\AssemblyVersionInfo.cs">
<Link>Properties\AssemblyVersionInfo.cs</Link>
</Compile>
<Compile Include="Anim\AnimLayerPropertyDrawer.cs" />
<Compile Include="Anim\Events\i_PlayAnimationInspector.cs" />
<Compile Include="Anim\Events\i_PlayRandomAnimationInspector.cs" />
<Compile Include="Anim\Events\i_StopAnimationInspector.cs" />
<Compile Include="Anim\Events\PlayAnimInfoPropertyDrawer.cs" />
<Compile Include="Anim\IAnimLayerInformationSupplier.cs" />
<Compile Include="Anim\Legacy\SPAnimationMaskAssetInspector.cs" />
<Compile Include="Anim\Legacy\SPLegacyAnimControllerInspector.cs" />
<Compile Include="Anim\Legacy\SPAnimClipCollectionPropertyDrawer.cs" />
<Compile Include="Anim\Legacy\SPAnimClipPropertyDrawer.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Folder Include="Properties\" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SpacepuppyUnityFrameworkEditor\SpacepuppyUnityFrameworkEditor.csproj">
<Project>{7fe0b8d6-ba29-43a6-b272-5d4f442fc4fa}</Project>
<Name>SpacepuppyUnityFrameworkEditor</Name>
</ProjectReference>
<ProjectReference Include="..\SpacepuppyUnityFramework\SpacepuppyUnityFramework.csproj">
<Project>{3b57db6b-ba67-46ad-b929-fdd8e6ae511e}</Project>
<Name>SpacepuppyUnityFramework</Name>
</ProjectReference>
<ProjectReference Include="..\SPAnim\SPAnim.csproj">
<Project>{2e21b07e-0968-4f86-97fd-692397dbfc20}</Project>
<Name>SPAnim</Name>
</ProjectReference>
<ProjectReference Include="..\SpacepuppyUnityFramework\SpacepuppyUnityFramework.csproj" />
<ProjectReference Include="..\SpacepuppyUnityFrameworkEditor\SpacepuppyUnityFrameworkEditor.csproj" />
<ProjectReference Include="..\SPAnim\SPAnim.csproj" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
23 changes: 0 additions & 23 deletions SPCamera/Properties/AssemblyInfo.cs

This file was deleted.

64 changes: 12 additions & 52 deletions SPCamera/SPCamera.csproj
Original file line number Diff line number Diff line change
@@ -1,67 +1,27 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="15.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{72334FDB-E3CD-4F17-9680-44D5C7F5E380}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<TargetFrameworks>net35;net471</TargetFrameworks>
<RootNamespace>com.spacepuppy</RootNamespace>
<AssemblyName>SPCamera</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>
<GenerateAssemblyVersionAttribute>false</GenerateAssemblyVersionAttribute>
<GenerateAssemblyFileVersionAttribute>false</GenerateAssemblyFileVersionAttribute>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Xml.Linq" />
<Reference Include="System.Xml" />
<Compile Include="..\SpacepuppyUnityFramework\Properties\AssemblyVersionInfo.cs" Link="Properties\AssemblyVersionInfo.cs" />
</ItemGroup>
<ItemGroup>
<Reference Include="UnityEngine">
<HintPath>..\Resources\UnityEngine.dll</HintPath>
</Reference>
<Reference Include="UnityEngine.UI">
<HintPath>..\Resources\UnityEngine.UI.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<Compile Include="..\SpacepuppyUnityFramework\Properties\AssemblyVersionInfo.cs">
<Link>Properties\AssemblyVersionInfo.cs</Link>
</Compile>
<Compile Include="Cameras\SPCameraManager.cs" />
<Compile Include="Cameras\CameraPool.cs" />
<Compile Include="Cameras\CameraToken.cs" />
<Compile Include="Cameras\Enums.cs" />
<Compile Include="Cameras\Events.cs" />
<Compile Include="Cameras\ICamera.cs" />
<Compile Include="Cameras\IPostProcessingEffect.cs" />
<Compile Include="Cameras\SPPostProcessingManager.cs" />
<Compile Include="Cameras\UnityCamera.cs" />
<Compile Include="ICameraManager.cs" />
<Compile Include="IPostProcessingManager.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<ProjectReference Include="..\SpacepuppyUnityFramework\SpacepuppyUnityFramework.csproj" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SpacepuppyUnityFramework\SpacepuppyUnityFramework.csproj">
<Project>{3b57db6b-ba67-46ad-b929-fdd8e6ae511e}</Project>
<Name>SpacepuppyUnityFramework</Name>
</ProjectReference>
<Folder Include="Properties\" />
</ItemGroup>
<ItemGroup />
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
</Project>
23 changes: 0 additions & 23 deletions SPInput/Properties/AssemblyInfo.cs

This file was deleted.

Loading

0 comments on commit cfe19ad

Please sign in to comment.