Skip to content

Commit

Permalink
cli
Browse files Browse the repository at this point in the history
  • Loading branch information
czhower committed Aug 12, 2017
1 parent 64bde1c commit 1864aa3
Show file tree
Hide file tree
Showing 16 changed files with 12 additions and 4 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions XSharp.sln
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.26730.3
VisualStudioVersion = 15.0.26430.16
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "XSharp.VS", "source\XSharp.VS\XSharp.VS.csproj", "{FB71E8EF-E229-4D81-984A-B9170D752BF9}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XSharp.XSC", "source\XSharp.XSC\XSharp.XSC.csproj", "{A281A1B1-C718-4BCB-A7BE-ED840A70449A}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XSharp.DotNetCLI", "source\XSharp.DotNetCLI\XSharp.DotNetCLI.csproj", "{A281A1B1-C718-4BCB-A7BE-ED840A70449A}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XSharp.Assembler", "source\XSharp.Assembler\XSharp.Assembler.csproj", "{20D2CE7B-FDCC-4BA5-B160-62581D90B4F4}"
EndProject
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
using XSharp.Assembler;
using XSharp;

namespace XSharp.Compiler {
namespace XSharp.XSC {
class Program {
static void Main(string[] aArgs) {
try {
Expand Down
8 changes: 8 additions & 0 deletions source/XSharp.DotNetCLI/Properties/launchSettings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"profiles": {
"XSharp.XSC": {
"commandName": "Project",
"commandLineArgs": "..\\..\\playground\\"
}
}
}
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<AssemblyName>dotnet-xsc</AssemblyName>
<AssemblyName>dotnet-xsharp</AssemblyName>
<TargetFramework>netcoreapp1.0</TargetFramework>
<RuntimeIdentifiers>win7-x86</RuntimeIdentifiers>
<SignAssembly>True</SignAssembly>
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 1864aa3

Please sign in to comment.