<ProjectGuid>{E901BB06-632D-489E-86AC-66AD2EF85BCC}</ProjectGuid>\r
<OutputType>Exe</OutputType>\r
<AppDesignerFolder>Properties</AppDesignerFolder>\r
- <RootNamespace>ElmSharpTest</RootNamespace>\r
- <AssemblyName>ElmSharpTest</AssemblyName>\r
+ <RootNamespace>ElmSharp.Test</RootNamespace>\r
+ <AssemblyName>ElmSharp.Test</AssemblyName>\r
<FileAlignment>512</FileAlignment>\r
</PropertyGroup>\r
<PropertyGroup>\r
<Compile Include="TestRunner.cs" />\r
</ItemGroup>\r
<ItemGroup>\r
- <None Include="ElmSharpTest.project.json" />\r
+ <None Include="ElmSharp.Test.project.json" />\r
<None Include="test.sh" />\r
</ItemGroup>\r
<ItemGroup>\r
// 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("EflSharpTest")]
+[assembly: AssemblyTitle("ElmSharp.Test")]
[assembly: AssemblyDescription("")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
-[assembly: AssemblyProduct("EflSharpTest")]
+[assembly: AssemblyProduct("ElmSharp.Test")]
[assembly: AssemblyCopyright("Copyright © Microsoft 2016")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
run() {
sdb root on
- sdb_cmd "MONO_TRACE_LISTENER=Console.Error mono $TARGET_DIR/ElmSharpTest.exe $1"
+ sdb_cmd "MONO_TRACE_LISTENER=Console.Error mono $TARGET_DIR/ElmSharp.Test.exe $1"
exit_on_error $?
}