Skip to content

Commit

Permalink
asdfasdf
Browse files Browse the repository at this point in the history
  • Loading branch information
marceldobehere committed Oct 29, 2022
1 parent 866e219 commit fc255c1
Show file tree
Hide file tree
Showing 5 changed files with 29 additions and 0 deletions.
3 changes: 3 additions & 0 deletions MAAL.sln
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,13 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "MAAL", "MAAL\MAAL.csproj",
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
asdfasdfasdfsdafsd|Any CPU = asdfasdfasdfsdafsd|Any CPU
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{8292F520-AE71-4EAE-81EB-7F40BF0CE602}.asdfasdfasdfsdafsd|Any CPU.ActiveCfg = asdfasdfasdfsdafsd|Any CPU
{8292F520-AE71-4EAE-81EB-7F40BF0CE602}.asdfasdfasdfsdafsd|Any CPU.Build.0 = asdfasdfasdfsdafsd|Any CPU
{8292F520-AE71-4EAE-81EB-7F40BF0CE602}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{8292F520-AE71-4EAE-81EB-7F40BF0CE602}.Debug|Any CPU.Build.0 = Debug|Any CPU
{8292F520-AE71-4EAE-81EB-7F40BF0CE602}.Release|Any CPU.ActiveCfg = Release|Any CPU
Expand Down
22 changes: 22 additions & 0 deletions MAAL/MAAL.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,16 @@
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'asdfasdfasdfsdafsd|AnyCPU'">
<OutputPath>bin\asdfasdfasdfsdafsd\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>true</Prefer32Bit>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -59,6 +69,16 @@
<None Include="bin\Debug\examples\empty.maal.maab" />
<None Include="bin\Debug\examples\hello world.maal" />
<None Include="bin\Debug\examples\hello world.maal.maab" />
<None Include="bin\Debug\examples\MAAB\conditional jumps and subroutines.maal.maab" />
<None Include="bin\Debug\examples\MAAB\ello world.maal.maab" />
<None Include="bin\Debug\examples\MAAB\empty.maal.maab" />
<None Include="bin\Debug\examples\MAAB\hello world.maal.maab" />
<None Include="bin\Debug\examples\MAAB\some math and var stuff.maal.maab" />
<None Include="bin\Debug\examples\MAAL\conditional jumps and subroutines.maal" />
<None Include="bin\Debug\examples\MAAL\ello world.maal" />
<None Include="bin\Debug\examples\MAAL\empty.maal" />
<None Include="bin\Debug\examples\MAAL\hello world.maal" />
<None Include="bin\Debug\examples\MAAL\some math and var stuff.maal" />
<None Include="bin\Debug\MAAL.exe.config" />
<None Include="bin\Debug\old test.maal" />
<None Include="bin\Debug\old test 2.maal" />
Expand Down Expand Up @@ -86,7 +106,9 @@
</ItemGroup>
<ItemGroup>
<Content Include="bin\Debug\examples\MAAB CPP Interpreter.exe" />
<Content Include="bin\Debug\examples\MAAB\_MAAB %28INTERPRETER%29.exe" />
<Content Include="bin\Debug\examples\MAAL.exe" />
<Content Include="bin\Debug\examples\MAAL\_MAAL %28COMPILER%29.exe" />
<Content Include="bin\Debug\MAAB CPP Interpreter.exe" />
<Content Include="bin\Debug\MAAL.exe" />
<Content Include="bin\Debug\MAAL.pdb" />
Expand Down
Binary file not shown.
Binary file added MAAL/bin/Debug/examples/MAAL/ello world.maal.maab
Binary file not shown.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
// <autogenerated />
using System;
using System.Reflection;
[assembly: global::System.Runtime.Versioning.TargetFrameworkAttribute(".NETFramework,Version=v4.8", FrameworkDisplayName = ".NET Framework 4.8")]

0 comments on commit fc255c1

Please sign in to comment.