Browse Source

Format file

ghorsington 3 years ago
parent
commit
aeb4f83f29

File diff suppressed because it is too large
+ 455 - 332
InOutAnimation/InOutAnimation.cs


+ 3 - 2
InOutAnimation/InOutAnimation.csproj

@@ -7,11 +7,12 @@
     <ProjectGuid>{5D2A9424-13DC-415E-A205-070AB9EBD961}</ProjectGuid>
     <OutputType>Library</OutputType>
     <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>InOutAnimation</RootNamespace>
-    <AssemblyName>InOutAnimation</AssemblyName>
+    <RootNamespace>COM3D2.InOutAnimation.Plugin</RootNamespace>
+    <AssemblyName>COM3D2.InOutAnimation.Plugin</AssemblyName>
     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
     <FileAlignment>512</FileAlignment>
     <Deterministic>true</Deterministic>
+    <LangVersion>9</LangVersion>
   </PropertyGroup>
   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     <DebugSymbols>true</DebugSymbols>

+ 1 - 2
InOutAnimation/Properties/AssemblyInfo.cs

@@ -1,5 +1,4 @@
 using System.Reflection;
-using System.Runtime.CompilerServices;
 using System.Runtime.InteropServices;
 
 // General Information about an assembly is controlled through the following
@@ -33,4 +32,4 @@ using System.Runtime.InteropServices;
 // by using the '*' as shown below:
 // [assembly: AssemblyVersion("1.0.*")]
 [assembly: AssemblyVersion("1.0.0.0")]
-[assembly: AssemblyFileVersion("1.0.0.0")]
+[assembly: AssemblyFileVersion("1.0.0.0")]