Skip to content

Commit

Permalink
rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
DanWBR committed Jun 18, 2022
1 parent cfe8c50 commit 732a7b3
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 59 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<StartupObject>DWSIM.Automation.Tests.CSharp.Test7</StartupObject>
<StartupObject>DWSIM.Automation.Tests.CSharp.distColumn</StartupObject>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
Expand Down Expand Up @@ -75,14 +75,13 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Test2.cs" />
<Compile Include="Program.cs" />
<Compile Include="oldAPI.cs" />
<Compile Include="createFile_oldAPI.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Test3.cs" />
<Compile Include="Test4.cs" />
<Compile Include="Test5.cs" />
<Compile Include="Test6.cs" />
<Compile Include="Test7.cs" />
<Compile Include="newAPI.cs" />
<Compile Include="eqReactor.cs" />
<Compile Include="convReactor.cs" />
<Compile Include="distColumn.cs" />
</ItemGroup>
<ItemGroup>
<None Include="App.config" />
Expand Down
45 changes: 0 additions & 45 deletions DWSIM.Automation.Tests.CSharp/Test3.cs

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

namespace DWSIM.Automation.Tests.CSharp
{
class Test6
class convReactor
{
[STAThread]
static void Main()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

namespace AddObjectsToDWSIM
{
class Program
class createFile_oldAPI
{
static void Main()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

namespace DWSIM.Automation.Tests.CSharp
{
class Test7
class distColumn
{
[STAThread]
static void Main()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

namespace DWSIM.Automation.Tests.CSharp
{
class Test5
class eqReactor
{
[STAThread]
static void Main()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

namespace DWSIM.Automation.Tests.CSharp
{
class Test4
class newAPI
{
[STAThread]
static void Main()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
using DWSIM.UnitOperations.UnitOperations;
using System.Diagnostics;

class Test2
class oldAPI
{
[STAThread]
static void Main()
Expand Down

0 comments on commit 732a7b3

Please sign in to comment.