Skip to content

Commit

Permalink
Adding EHZ.
Browse files Browse the repository at this point in the history
  • Loading branch information
MainMemory committed May 15, 2015
1 parent ded94cb commit 17b89be
Show file tree
Hide file tree
Showing 11 changed files with 173 additions and 0 deletions.
5 changes: 5 additions & 0 deletions EHZ/EHZ ARZ Water.bin
@@ -0,0 +1,5 @@

�����
�����
�����
87 changes: 87 additions & 0 deletions EHZ/EHZ.csproj
@@ -0,0 +1,87 @@
<?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>{1003123A-87FC-4CBD-BBD4-387A075B548F}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>EHZ</RootNamespace>
<AssemblyName>EHZ</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="SonLVLAPI">
<HintPath>..\Dependencies\SonLVLAPI.dll</HintPath>
<Private>False</Private>
</Reference>
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
</ItemGroup>
<ItemGroup>
<Compile Include="EHZ.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
</ItemGroup>
<ItemGroup>
<None Include="art.bin">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="EHZ ARZ Water.bin">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="blocks.bin">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="chunks.bin">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="layout.bin">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="palette.bin">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="setup.ini">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="SonicAndTails.bin">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\SonicBGScrollSaver\SonicBGScrollSaver.csproj">
<Project>{299a269c-28fe-4a88-ad98-1598973cf327}</Project>
<Name>SonicBGScrollSaver</Name>
<Private>False</Private>
</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.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
36 changes: 36 additions & 0 deletions EHZ/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("EHZ")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("")]
[assembly: AssemblyProduct("EHZ")]
[assembly: AssemblyCopyright("Copyright © 2015")]
[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("b6d33fc9-658f-4fac-8513-2bd3b3d33cb1")]

// 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.0.0")]
[assembly: AssemblyFileVersion("1.0.0.0")]
Binary file added EHZ/SonicAndTails.bin
Binary file not shown.
Binary file added EHZ/art.bin
Binary file not shown.
Binary file added EHZ/blocks.bin
Binary file not shown.
Binary file added EHZ/chunks.bin
Binary file not shown.
Binary file added EHZ/layout.bin
Binary file not shown.
Binary file added EHZ/palette.bin
Binary file not shown.
11 changes: 11 additions & 0 deletions EHZ/setup.ini
@@ -0,0 +1,11 @@
file=EHZ.dll
type=EHZ.EHZ
name=Emerald Hill Zone
music=EmeraldHill
version=S2
[Level]
tiles=art.bin
blocks=blocks.bin
chunks=chunks.bin
layout=layout.bin
palette=SonicAndTails.bin:0:0:16|palette.bin:0:16:48
34 changes: 34 additions & 0 deletions SonicBGScrollSaver.sln
Expand Up @@ -9,24 +9,58 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "S2HPZ", "S2HPZ\S2HPZ.csproj
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "LZ", "LZ\LZ.csproj", "{9D1837F1-E1B1-40B1-86ED-D7A724AF9626}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "EHZ", "EHZ\EHZ.csproj", "{1003123A-87FC-4CBD-BBD4-387A075B548F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|Mixed Platforms = Debug|Mixed Platforms
Debug|x86 = Debug|x86
Release|Any CPU = Release|Any CPU
Release|Mixed Platforms = Release|Mixed Platforms
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{299A269C-28FE-4A88-AD98-1598973CF327}.Debug|Any CPU.ActiveCfg = Debug|x86
{299A269C-28FE-4A88-AD98-1598973CF327}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{299A269C-28FE-4A88-AD98-1598973CF327}.Debug|Mixed Platforms.Build.0 = Debug|x86
{299A269C-28FE-4A88-AD98-1598973CF327}.Debug|x86.ActiveCfg = Debug|x86
{299A269C-28FE-4A88-AD98-1598973CF327}.Debug|x86.Build.0 = Debug|x86
{299A269C-28FE-4A88-AD98-1598973CF327}.Release|Any CPU.ActiveCfg = Release|x86
{299A269C-28FE-4A88-AD98-1598973CF327}.Release|Mixed Platforms.ActiveCfg = Release|x86
{299A269C-28FE-4A88-AD98-1598973CF327}.Release|Mixed Platforms.Build.0 = Release|x86
{299A269C-28FE-4A88-AD98-1598973CF327}.Release|x86.ActiveCfg = Release|x86
{299A269C-28FE-4A88-AD98-1598973CF327}.Release|x86.Build.0 = Release|x86
{669DC177-624D-4078-B354-64FE519D5D43}.Debug|Any CPU.ActiveCfg = Debug|x86
{669DC177-624D-4078-B354-64FE519D5D43}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{669DC177-624D-4078-B354-64FE519D5D43}.Debug|Mixed Platforms.Build.0 = Debug|x86
{669DC177-624D-4078-B354-64FE519D5D43}.Debug|x86.ActiveCfg = Debug|x86
{669DC177-624D-4078-B354-64FE519D5D43}.Debug|x86.Build.0 = Debug|x86
{669DC177-624D-4078-B354-64FE519D5D43}.Release|Any CPU.ActiveCfg = Release|x86
{669DC177-624D-4078-B354-64FE519D5D43}.Release|Mixed Platforms.ActiveCfg = Release|x86
{669DC177-624D-4078-B354-64FE519D5D43}.Release|Mixed Platforms.Build.0 = Release|x86
{669DC177-624D-4078-B354-64FE519D5D43}.Release|x86.ActiveCfg = Release|x86
{669DC177-624D-4078-B354-64FE519D5D43}.Release|x86.Build.0 = Release|x86
{9D1837F1-E1B1-40B1-86ED-D7A724AF9626}.Debug|Any CPU.ActiveCfg = Debug|x86
{9D1837F1-E1B1-40B1-86ED-D7A724AF9626}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{9D1837F1-E1B1-40B1-86ED-D7A724AF9626}.Debug|Mixed Platforms.Build.0 = Debug|x86
{9D1837F1-E1B1-40B1-86ED-D7A724AF9626}.Debug|x86.ActiveCfg = Debug|x86
{9D1837F1-E1B1-40B1-86ED-D7A724AF9626}.Debug|x86.Build.0 = Debug|x86
{9D1837F1-E1B1-40B1-86ED-D7A724AF9626}.Release|Any CPU.ActiveCfg = Release|x86
{9D1837F1-E1B1-40B1-86ED-D7A724AF9626}.Release|Mixed Platforms.ActiveCfg = Release|x86
{9D1837F1-E1B1-40B1-86ED-D7A724AF9626}.Release|Mixed Platforms.Build.0 = Release|x86
{9D1837F1-E1B1-40B1-86ED-D7A724AF9626}.Release|x86.ActiveCfg = Release|x86
{9D1837F1-E1B1-40B1-86ED-D7A724AF9626}.Release|x86.Build.0 = Release|x86
{1003123A-87FC-4CBD-BBD4-387A075B548F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{1003123A-87FC-4CBD-BBD4-387A075B548F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{1003123A-87FC-4CBD-BBD4-387A075B548F}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{1003123A-87FC-4CBD-BBD4-387A075B548F}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{1003123A-87FC-4CBD-BBD4-387A075B548F}.Debug|x86.ActiveCfg = Debug|Any CPU
{1003123A-87FC-4CBD-BBD4-387A075B548F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{1003123A-87FC-4CBD-BBD4-387A075B548F}.Release|Any CPU.Build.0 = Release|Any CPU
{1003123A-87FC-4CBD-BBD4-387A075B548F}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{1003123A-87FC-4CBD-BBD4-387A075B548F}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{1003123A-87FC-4CBD-BBD4-387A075B548F}.Release|x86.ActiveCfg = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit 17b89be

Please sign in to comment.