Skip to content

Commit

Permalink
IL2CPU.Compiler -> IL2CPU.
Browse files Browse the repository at this point in the history
  • Loading branch information
jp2masa committed Jan 13, 2018
1 parent 51bdbc2 commit 2bfdd7e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion IL2CPU.sln
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "XSharp", "XSharp", "{E9CD52
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XSharp", "..\XSharp\source\XSharp\XSharp.csproj", "{72EB557A-8A2D-4B0F-823E-C70A791831B5}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IL2CPU.Compiler", "source\IL2CPU.Compiler\IL2CPU.Compiler.csproj", "{295AA95F-BEC6-4F9E-A2E1-8205FD06E951}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "IL2CPU", "source\IL2CPU\IL2CPU.csproj", "{295AA95F-BEC6-4F9E-A2E1-8205FD06E951}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "External", "External", "{D232F471-5A59-438F-87EA-E1809E3BEDB4}"
EndProject
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
<TargetFramework>netcoreapp2.0</TargetFramework>
<OutputType>Exe</OutputType>
<RuntimeIdentifier>win7-x86</RuntimeIdentifier>
<AssemblyName>IL2CPU</AssemblyName>
<SignAssembly>True</SignAssembly>
<AssemblyOriginatorKeyFile>..\IL2CPU.snk</AssemblyOriginatorKeyFile>
<Description>IL2CPU compiler.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System;

namespace IL2CPU.Compiler
namespace IL2CPU
{
public class Program
{
Expand Down

0 comments on commit 2bfdd7e

Please sign in to comment.