diff --git a/Properties/AssemblyInfo.cs b/Properties/AssemblyInfo.cs new file mode 100644 index 0000000..9772009 --- /dev/null +++ b/Properties/AssemblyInfo.cs @@ -0,0 +1,33 @@ +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("KaitaiStruct.Runtime.CSharp")] +[assembly: AssemblyDescription("This library implements Kaitai Struct API for C#.")] +[assembly: AssemblyConfiguration("")] +[assembly: AssemblyCompany("Kaitai Project")] +[assembly: AssemblyProduct("Kaitai Struct Runtime")] +[assembly: AssemblyCopyright("Copyright © Kaitai Project 2016-2020")] +[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("cfe65b45-60b5-47f7-85e1-392ef7753f8e")] + +// Version information for an assembly consists of the following four values: +// +// Major Version +// Minor Version +// Build Number +// Revision +// +[assembly: AssemblyVersion("0.9.0.0")] +[assembly: AssemblyFileVersion("0.9.0.0")] diff --git a/kaitai_struct_runtime_csharp.csproj b/kaitai_struct_runtime_csharp.csproj index 9a42e37..d3be5c6 100644 --- a/kaitai_struct_runtime_csharp.csproj +++ b/kaitai_struct_runtime_csharp.csproj @@ -1,36 +1,52 @@ - - + + - netstandard1.3;net4.5 - true - 1701;1702;CS1591 - - - - KaitaiStruct.Runtime.CSharp - - Kaitai Project - This library implements Kaitai Struct API for C#. - Kaitai Struct Runtime - Copyright © Kaitai Project 2016-2020 - Kaitai.Struct.Runtime + Debug + AnyCPU + 8.0.50727 + 2.0 + {230E538A-2C3E-47EA-B4A7-D938BA0B8A31} + Library + Properties Kaitai - http://kaitai.io/ - https://github.com/kaitai-io/kaitai_struct_csharp_runtime - Kaitai Struct File-Format Binary Protocols - LICENSE.txt - icon.png - - 0.9.0.0 - 0.9.0.0 - 0.9.0.0 - - Update to version 0.9 + Kaitai.Struct.Runtime + + - + + true + full + false + bin\Debug\ + DEBUG;TRACE + prompt + 4 + + + + + pdbonly + true + bin\Release\ + TRACE + prompt + 4 + bin\Release\Kaitai.Struct.Runtime.xml + + + - - + + + - - + + + + \ No newline at end of file diff --git a/kaitai_struct_runtime_csharp.sln b/kaitai_struct_runtime_csharp.sln new file mode 100644 index 0000000..6b9aae5 --- /dev/null +++ b/kaitai_struct_runtime_csharp.sln @@ -0,0 +1,20 @@ + +Microsoft Visual Studio Solution File, Format Version 9.00 +# Visual Studio 2005 +Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "kaitai_struct_runtime_csharp", "kaitai_struct_runtime_csharp.csproj", "{230E538A-2C3E-47EA-B4A7-D938BA0B8A31}" +EndProject +Global + GlobalSection(SolutionConfigurationPlatforms) = preSolution + Debug|Any CPU = Debug|Any CPU + Release|Any CPU = Release|Any CPU + EndGlobalSection + GlobalSection(ProjectConfigurationPlatforms) = postSolution + {230E538A-2C3E-47EA-B4A7-D938BA0B8A31}.Debug|Any CPU.ActiveCfg = Debug|Any CPU + {230E538A-2C3E-47EA-B4A7-D938BA0B8A31}.Debug|Any CPU.Build.0 = Debug|Any CPU + {230E538A-2C3E-47EA-B4A7-D938BA0B8A31}.Release|Any CPU.ActiveCfg = Release|Any CPU + {230E538A-2C3E-47EA-B4A7-D938BA0B8A31}.Release|Any CPU.Build.0 = Release|Any CPU + EndGlobalSection + GlobalSection(SolutionProperties) = preSolution + HideSolutionNode = FALSE + EndGlobalSection +EndGlobal