diff --git a/README.md b/README.md index df94d6d..a09a43a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,8 @@ the Microsoft PROSE SDK. The samples are split into two categories: -- Samples for using existing PROSE DSL APIs to accomplish tasks in [api-samples/api-samples.sln](api-samples/api-samples.sln). +- Samples for using existing PROSE DSL APIs to accomplish tasks in + [api-samples/api-samples.sln](api-samples/api-samples.sln). - Samples for creating program synthesis solutions using the PROSE SDK by authoring a DSL in the [dsl-samples](dsl-samples) directory: - [DSL authoring tutorial](dsl-samples/tutorial) diff --git a/api-samples/Detection/Detection.csproj b/api-samples/Detection/Detection.csproj index de1bd3e..215ec2e 100644 --- a/api-samples/Detection/Detection.csproj +++ b/api-samples/Detection/Detection.csproj @@ -1,4 +1,4 @@ - + Exe @@ -6,6 +6,6 @@ - + diff --git a/api-samples/Extraction.Json/Extraction.Json.csproj b/api-samples/Extraction.Json/Extraction.Json.csproj index 3a9f958..968526b 100644 --- a/api-samples/Extraction.Json/Extraction.Json.csproj +++ b/api-samples/Extraction.Json/Extraction.Json.csproj @@ -1,4 +1,4 @@ - + Exe @@ -6,7 +6,7 @@ - + diff --git a/api-samples/Extraction.Text/Extraction.Text.csproj b/api-samples/Extraction.Text/Extraction.Text.csproj index 250434f..ab81212 100644 --- a/api-samples/Extraction.Text/Extraction.Text.csproj +++ b/api-samples/Extraction.Text/Extraction.Text.csproj @@ -1,11 +1,11 @@ - + Exe netcoreapp2.1 - + diff --git a/api-samples/Extraction.Web/Extraction.Web.csproj b/api-samples/Extraction.Web/Extraction.Web.csproj index 66fb248..2b54ca2 100644 --- a/api-samples/Extraction.Web/Extraction.Web.csproj +++ b/api-samples/Extraction.Web/Extraction.Web.csproj @@ -1,4 +1,4 @@ - + Exe netcoreapp2.1 @@ -9,7 +9,7 @@ - + diff --git a/api-samples/Matching.Text/Matching.Text.csproj b/api-samples/Matching.Text/Matching.Text.csproj index e9628f0..fcd16d8 100644 --- a/api-samples/Matching.Text/Matching.Text.csproj +++ b/api-samples/Matching.Text/Matching.Text.csproj @@ -1,4 +1,4 @@ - + Exe @@ -6,7 +6,7 @@ - + diff --git a/api-samples/Read.FlatFile/Read.FlatFile.csproj b/api-samples/Read.FlatFile/Read.FlatFile.csproj index 6bfa838..90ea363 100644 --- a/api-samples/Read.FlatFile/Read.FlatFile.csproj +++ b/api-samples/Read.FlatFile/Read.FlatFile.csproj @@ -1,11 +1,11 @@ - + Exe netcoreapp2.1 - + diff --git a/api-samples/Split.Text/Split.Text.csproj b/api-samples/Split.Text/Split.Text.csproj index e9628f0..fcd16d8 100644 --- a/api-samples/Split.Text/Split.Text.csproj +++ b/api-samples/Split.Text/Split.Text.csproj @@ -1,4 +1,4 @@ - + Exe @@ -6,7 +6,7 @@ - + diff --git a/api-samples/Transformation.Formula/Transformation.Formula.csproj b/api-samples/Transformation.Formula/Transformation.Formula.csproj index 4e4094c..bb8d19f 100644 --- a/api-samples/Transformation.Formula/Transformation.Formula.csproj +++ b/api-samples/Transformation.Formula/Transformation.Formula.csproj @@ -1,4 +1,4 @@ - + Exe @@ -7,7 +7,7 @@ - - + + diff --git a/api-samples/Transformation.Json/Transformation.Json.csproj b/api-samples/Transformation.Json/Transformation.Json.csproj index 8fc0124..5d6b7fa 100644 --- a/api-samples/Transformation.Json/Transformation.Json.csproj +++ b/api-samples/Transformation.Json/Transformation.Json.csproj @@ -1,4 +1,4 @@ - + Exe @@ -6,6 +6,6 @@ - + diff --git a/api-samples/Transformation.Text/Transformation.Text.csproj b/api-samples/Transformation.Text/Transformation.Text.csproj index 41d058e..c9411ab 100644 --- a/api-samples/Transformation.Text/Transformation.Text.csproj +++ b/api-samples/Transformation.Text/Transformation.Text.csproj @@ -1,4 +1,4 @@ - + Exe @@ -6,6 +6,6 @@ - + diff --git a/dsl-samples/MergeConflictsResolution/MergeConflictsResolution/MergeConflictsResolution.csproj b/dsl-samples/MergeConflictsResolution/MergeConflictsResolution/MergeConflictsResolution.csproj index a737440..e0694b2 100644 --- a/dsl-samples/MergeConflictsResolution/MergeConflictsResolution/MergeConflictsResolution.csproj +++ b/dsl-samples/MergeConflictsResolution/MergeConflictsResolution/MergeConflictsResolution.csproj @@ -1,10 +1,10 @@ - + Library netcoreapp3.1 - - + + diff --git a/dsl-samples/MergeConflictsResolution/MergeConflictsResolutionConsole/MergeConflictsResolutionConsole.csproj b/dsl-samples/MergeConflictsResolution/MergeConflictsResolutionConsole/MergeConflictsResolutionConsole.csproj index fd098c6..7e54b7c 100644 --- a/dsl-samples/MergeConflictsResolution/MergeConflictsResolutionConsole/MergeConflictsResolutionConsole.csproj +++ b/dsl-samples/MergeConflictsResolution/MergeConflictsResolutionConsole/MergeConflictsResolutionConsole.csproj @@ -1,4 +1,4 @@ - + Exe diff --git a/dsl-samples/ProseSample/ProseSample.Substrings.Semantics/ProseSample.Substrings.Semantics.csproj b/dsl-samples/ProseSample/ProseSample.Substrings.Semantics/ProseSample.Substrings.Semantics.csproj index ae8ab53..ce7b507 100644 --- a/dsl-samples/ProseSample/ProseSample.Substrings.Semantics/ProseSample.Substrings.Semantics.csproj +++ b/dsl-samples/ProseSample/ProseSample.Substrings.Semantics/ProseSample.Substrings.Semantics.csproj @@ -1,11 +1,11 @@ - + netcoreapp2.1 - + diff --git a/dsl-samples/ProseSample/ProseSample.Substrings/ProseSample.Substrings.csproj b/dsl-samples/ProseSample/ProseSample.Substrings/ProseSample.Substrings.csproj index 937ee35..8797353 100644 --- a/dsl-samples/ProseSample/ProseSample.Substrings/ProseSample.Substrings.csproj +++ b/dsl-samples/ProseSample/ProseSample.Substrings/ProseSample.Substrings.csproj @@ -1,4 +1,4 @@ - + netcoreapp2.1 @@ -6,9 +6,9 @@ - - - + + + diff --git a/dsl-samples/ProseSample/ProseSample.TextExtraction/ProseSample.TextExtraction.csproj b/dsl-samples/ProseSample/ProseSample.TextExtraction/ProseSample.TextExtraction.csproj index 90c9033..3681c01 100644 --- a/dsl-samples/ProseSample/ProseSample.TextExtraction/ProseSample.TextExtraction.csproj +++ b/dsl-samples/ProseSample/ProseSample.TextExtraction/ProseSample.TextExtraction.csproj @@ -1,4 +1,4 @@ - + netcoreapp2.1 @@ -11,8 +11,8 @@ - - + + diff --git a/dsl-samples/ProseSample/ProseSample/ProseSample.csproj b/dsl-samples/ProseSample/ProseSample/ProseSample.csproj index dce369a..3be4c8d 100644 --- a/dsl-samples/ProseSample/ProseSample/ProseSample.csproj +++ b/dsl-samples/ProseSample/ProseSample/ProseSample.csproj @@ -1,4 +1,4 @@ - + Exe @@ -14,7 +14,7 @@ - + diff --git a/dsl-samples/tutorial/Readme.md b/dsl-samples/tutorial/Readme.md index 0b46725..e314f35 100644 --- a/dsl-samples/tutorial/Readme.md +++ b/dsl-samples/tutorial/Readme.md @@ -1,4 +1,4 @@ -In this tutorial, we will learn how to synthesize programs for learning string transformations. +In this tutorial, we will learn how to synthesize programs for learning string transformations. ## Set up (Windows) diff --git a/dsl-samples/tutorial/part1a-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj b/dsl-samples/tutorial/part1a-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj index d02c81c..129b83e 100644 --- a/dsl-samples/tutorial/part1a-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj +++ b/dsl-samples/tutorial/part1a-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj @@ -1,12 +1,12 @@ - + netcoreapp2.1 false - - + + diff --git a/dsl-samples/tutorial/part1a-complete/ProseTutorial/ProseTutorial.csproj b/dsl-samples/tutorial/part1a-complete/ProseTutorial/ProseTutorial.csproj index 5ab68ca..c53abc5 100644 --- a/dsl-samples/tutorial/part1a-complete/ProseTutorial/ProseTutorial.csproj +++ b/dsl-samples/tutorial/part1a-complete/ProseTutorial/ProseTutorial.csproj @@ -1,11 +1,11 @@ - + Exe netcoreapp2.1 - - + + diff --git a/dsl-samples/tutorial/part1a/ProseTutorial.Tests/ProseTutorial.Tests.csproj b/dsl-samples/tutorial/part1a/ProseTutorial.Tests/ProseTutorial.Tests.csproj index d02c81c..129b83e 100644 --- a/dsl-samples/tutorial/part1a/ProseTutorial.Tests/ProseTutorial.Tests.csproj +++ b/dsl-samples/tutorial/part1a/ProseTutorial.Tests/ProseTutorial.Tests.csproj @@ -1,12 +1,12 @@ - + netcoreapp2.1 false - - + + diff --git a/dsl-samples/tutorial/part1a/ProseTutorial/ProseTutorial.csproj b/dsl-samples/tutorial/part1a/ProseTutorial/ProseTutorial.csproj index 5ab68ca..c53abc5 100644 --- a/dsl-samples/tutorial/part1a/ProseTutorial/ProseTutorial.csproj +++ b/dsl-samples/tutorial/part1a/ProseTutorial/ProseTutorial.csproj @@ -1,11 +1,11 @@ - + Exe netcoreapp2.1 - - + + diff --git a/dsl-samples/tutorial/part1b-attempt1-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj b/dsl-samples/tutorial/part1b-attempt1-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj index d02c81c..129b83e 100644 --- a/dsl-samples/tutorial/part1b-attempt1-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj +++ b/dsl-samples/tutorial/part1b-attempt1-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj @@ -1,12 +1,12 @@ - + netcoreapp2.1 false - - + + diff --git a/dsl-samples/tutorial/part1b-attempt1-complete/ProseTutorial/ProseTutorial.csproj b/dsl-samples/tutorial/part1b-attempt1-complete/ProseTutorial/ProseTutorial.csproj index 5ab68ca..c53abc5 100644 --- a/dsl-samples/tutorial/part1b-attempt1-complete/ProseTutorial/ProseTutorial.csproj +++ b/dsl-samples/tutorial/part1b-attempt1-complete/ProseTutorial/ProseTutorial.csproj @@ -1,11 +1,11 @@ - + Exe netcoreapp2.1 - - + + diff --git a/dsl-samples/tutorial/part1b-attempt1/ProseTutorial.Tests/ProseTutorial.Tests.csproj b/dsl-samples/tutorial/part1b-attempt1/ProseTutorial.Tests/ProseTutorial.Tests.csproj index d02c81c..129b83e 100644 --- a/dsl-samples/tutorial/part1b-attempt1/ProseTutorial.Tests/ProseTutorial.Tests.csproj +++ b/dsl-samples/tutorial/part1b-attempt1/ProseTutorial.Tests/ProseTutorial.Tests.csproj @@ -1,12 +1,12 @@ - + netcoreapp2.1 false - - + + diff --git a/dsl-samples/tutorial/part1b-attempt1/ProseTutorial/ProseTutorial.csproj b/dsl-samples/tutorial/part1b-attempt1/ProseTutorial/ProseTutorial.csproj index 5ab68ca..c53abc5 100644 --- a/dsl-samples/tutorial/part1b-attempt1/ProseTutorial/ProseTutorial.csproj +++ b/dsl-samples/tutorial/part1b-attempt1/ProseTutorial/ProseTutorial.csproj @@ -1,11 +1,11 @@ - + Exe netcoreapp2.1 - - + + diff --git a/dsl-samples/tutorial/part1b-attempt2-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj b/dsl-samples/tutorial/part1b-attempt2-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj index d02c81c..129b83e 100644 --- a/dsl-samples/tutorial/part1b-attempt2-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj +++ b/dsl-samples/tutorial/part1b-attempt2-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj @@ -1,12 +1,12 @@ - + netcoreapp2.1 false - - + + diff --git a/dsl-samples/tutorial/part1b-attempt2-complete/ProseTutorial/ProseTutorial.csproj b/dsl-samples/tutorial/part1b-attempt2-complete/ProseTutorial/ProseTutorial.csproj index 5ab68ca..c53abc5 100644 --- a/dsl-samples/tutorial/part1b-attempt2-complete/ProseTutorial/ProseTutorial.csproj +++ b/dsl-samples/tutorial/part1b-attempt2-complete/ProseTutorial/ProseTutorial.csproj @@ -1,11 +1,11 @@ - + Exe netcoreapp2.1 - - + + diff --git a/dsl-samples/tutorial/part1b-attempt2/ProseTutorial.Tests/ProseTutorial.Tests.csproj b/dsl-samples/tutorial/part1b-attempt2/ProseTutorial.Tests/ProseTutorial.Tests.csproj index d02c81c..129b83e 100644 --- a/dsl-samples/tutorial/part1b-attempt2/ProseTutorial.Tests/ProseTutorial.Tests.csproj +++ b/dsl-samples/tutorial/part1b-attempt2/ProseTutorial.Tests/ProseTutorial.Tests.csproj @@ -1,12 +1,12 @@ - + netcoreapp2.1 false - - + + diff --git a/dsl-samples/tutorial/part1b-attempt2/ProseTutorial/ProseTutorial.csproj b/dsl-samples/tutorial/part1b-attempt2/ProseTutorial/ProseTutorial.csproj index 5ab68ca..c53abc5 100644 --- a/dsl-samples/tutorial/part1b-attempt2/ProseTutorial/ProseTutorial.csproj +++ b/dsl-samples/tutorial/part1b-attempt2/ProseTutorial/ProseTutorial.csproj @@ -1,11 +1,11 @@ - + Exe netcoreapp2.1 - - + + diff --git a/dsl-samples/tutorial/part1c-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj b/dsl-samples/tutorial/part1c-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj index d02c81c..129b83e 100644 --- a/dsl-samples/tutorial/part1c-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj +++ b/dsl-samples/tutorial/part1c-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj @@ -1,12 +1,12 @@ - + netcoreapp2.1 false - - + + diff --git a/dsl-samples/tutorial/part1c-complete/ProseTutorial/ProseTutorial.csproj b/dsl-samples/tutorial/part1c-complete/ProseTutorial/ProseTutorial.csproj index 5ab68ca..c53abc5 100644 --- a/dsl-samples/tutorial/part1c-complete/ProseTutorial/ProseTutorial.csproj +++ b/dsl-samples/tutorial/part1c-complete/ProseTutorial/ProseTutorial.csproj @@ -1,11 +1,11 @@ - + Exe netcoreapp2.1 - - + + diff --git a/dsl-samples/tutorial/part1c/ProseTutorial.Tests/ProseTutorial.Tests.csproj b/dsl-samples/tutorial/part1c/ProseTutorial.Tests/ProseTutorial.Tests.csproj index d02c81c..129b83e 100644 --- a/dsl-samples/tutorial/part1c/ProseTutorial.Tests/ProseTutorial.Tests.csproj +++ b/dsl-samples/tutorial/part1c/ProseTutorial.Tests/ProseTutorial.Tests.csproj @@ -1,12 +1,12 @@ - + netcoreapp2.1 false - - + + diff --git a/dsl-samples/tutorial/part1c/ProseTutorial/ProseTutorial.csproj b/dsl-samples/tutorial/part1c/ProseTutorial/ProseTutorial.csproj index 5ab68ca..c53abc5 100644 --- a/dsl-samples/tutorial/part1c/ProseTutorial/ProseTutorial.csproj +++ b/dsl-samples/tutorial/part1c/ProseTutorial/ProseTutorial.csproj @@ -1,11 +1,11 @@ - + Exe netcoreapp2.1 - - + + diff --git a/dsl-samples/tutorial/part1d-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj b/dsl-samples/tutorial/part1d-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj index d02c81c..129b83e 100644 --- a/dsl-samples/tutorial/part1d-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj +++ b/dsl-samples/tutorial/part1d-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj @@ -1,12 +1,12 @@ - + netcoreapp2.1 false - - + + diff --git a/dsl-samples/tutorial/part1d-complete/ProseTutorial/ProseTutorial.csproj b/dsl-samples/tutorial/part1d-complete/ProseTutorial/ProseTutorial.csproj index 5ab68ca..c53abc5 100644 --- a/dsl-samples/tutorial/part1d-complete/ProseTutorial/ProseTutorial.csproj +++ b/dsl-samples/tutorial/part1d-complete/ProseTutorial/ProseTutorial.csproj @@ -1,11 +1,11 @@ - + Exe netcoreapp2.1 - - + + diff --git a/dsl-samples/tutorial/part1d/ProseTutorial.Tests/ProseTutorial.Tests.csproj b/dsl-samples/tutorial/part1d/ProseTutorial.Tests/ProseTutorial.Tests.csproj index d02c81c..129b83e 100644 --- a/dsl-samples/tutorial/part1d/ProseTutorial.Tests/ProseTutorial.Tests.csproj +++ b/dsl-samples/tutorial/part1d/ProseTutorial.Tests/ProseTutorial.Tests.csproj @@ -1,12 +1,12 @@ - + netcoreapp2.1 false - - + + diff --git a/dsl-samples/tutorial/part1d/ProseTutorial/ProseTutorial.csproj b/dsl-samples/tutorial/part1d/ProseTutorial/ProseTutorial.csproj index 5ab68ca..c53abc5 100644 --- a/dsl-samples/tutorial/part1d/ProseTutorial/ProseTutorial.csproj +++ b/dsl-samples/tutorial/part1d/ProseTutorial/ProseTutorial.csproj @@ -1,11 +1,11 @@ - + Exe netcoreapp2.1 - - + + diff --git a/dsl-samples/tutorial/part2a-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj b/dsl-samples/tutorial/part2a-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj index d02c81c..129b83e 100644 --- a/dsl-samples/tutorial/part2a-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj +++ b/dsl-samples/tutorial/part2a-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj @@ -1,12 +1,12 @@ - + netcoreapp2.1 false - - + + diff --git a/dsl-samples/tutorial/part2a-complete/ProseTutorial/ProseTutorial.csproj b/dsl-samples/tutorial/part2a-complete/ProseTutorial/ProseTutorial.csproj index 5ab68ca..c53abc5 100644 --- a/dsl-samples/tutorial/part2a-complete/ProseTutorial/ProseTutorial.csproj +++ b/dsl-samples/tutorial/part2a-complete/ProseTutorial/ProseTutorial.csproj @@ -1,11 +1,11 @@ - + Exe netcoreapp2.1 - - + + diff --git a/dsl-samples/tutorial/part2a/ProseTutorial.Tests/ProseTutorial.Tests.csproj b/dsl-samples/tutorial/part2a/ProseTutorial.Tests/ProseTutorial.Tests.csproj index d02c81c..129b83e 100644 --- a/dsl-samples/tutorial/part2a/ProseTutorial.Tests/ProseTutorial.Tests.csproj +++ b/dsl-samples/tutorial/part2a/ProseTutorial.Tests/ProseTutorial.Tests.csproj @@ -1,12 +1,12 @@ - + netcoreapp2.1 false - - + + diff --git a/dsl-samples/tutorial/part2a/ProseTutorial/ProseTutorial.csproj b/dsl-samples/tutorial/part2a/ProseTutorial/ProseTutorial.csproj index 5ab68ca..c53abc5 100644 --- a/dsl-samples/tutorial/part2a/ProseTutorial/ProseTutorial.csproj +++ b/dsl-samples/tutorial/part2a/ProseTutorial/ProseTutorial.csproj @@ -1,11 +1,11 @@ - + Exe netcoreapp2.1 - - + + diff --git a/dsl-samples/tutorial/part2b-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj b/dsl-samples/tutorial/part2b-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj index d02c81c..129b83e 100644 --- a/dsl-samples/tutorial/part2b-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj +++ b/dsl-samples/tutorial/part2b-complete/ProseTutorial.Tests/ProseTutorial.Tests.csproj @@ -1,12 +1,12 @@ - + netcoreapp2.1 false - - + + diff --git a/dsl-samples/tutorial/part2b-complete/ProseTutorial/ProseTutorial.csproj b/dsl-samples/tutorial/part2b-complete/ProseTutorial/ProseTutorial.csproj index 5ab68ca..c53abc5 100644 --- a/dsl-samples/tutorial/part2b-complete/ProseTutorial/ProseTutorial.csproj +++ b/dsl-samples/tutorial/part2b-complete/ProseTutorial/ProseTutorial.csproj @@ -1,11 +1,11 @@ - + Exe netcoreapp2.1 - - + + diff --git a/dsl-samples/tutorial/part2b/ProseTutorial.Tests/ProseTutorial.Tests.csproj b/dsl-samples/tutorial/part2b/ProseTutorial.Tests/ProseTutorial.Tests.csproj index d02c81c..129b83e 100644 --- a/dsl-samples/tutorial/part2b/ProseTutorial.Tests/ProseTutorial.Tests.csproj +++ b/dsl-samples/tutorial/part2b/ProseTutorial.Tests/ProseTutorial.Tests.csproj @@ -1,12 +1,12 @@ - + netcoreapp2.1 false - - + + diff --git a/dsl-samples/tutorial/part2b/ProseTutorial/ProseTutorial.csproj b/dsl-samples/tutorial/part2b/ProseTutorial/ProseTutorial.csproj index 5ab68ca..c53abc5 100644 --- a/dsl-samples/tutorial/part2b/ProseTutorial/ProseTutorial.csproj +++ b/dsl-samples/tutorial/part2b/ProseTutorial/ProseTutorial.csproj @@ -1,11 +1,11 @@ - + Exe netcoreapp2.1 - - + + diff --git a/misc/BenchmarkDriver/BenchmarkDriver.csproj b/misc/BenchmarkDriver/BenchmarkDriver.csproj index 813fe06..50e90e4 100644 --- a/misc/BenchmarkDriver/BenchmarkDriver.csproj +++ b/misc/BenchmarkDriver/BenchmarkDriver.csproj @@ -1,4 +1,4 @@ - + Exe @@ -6,8 +6,8 @@ - - + +