Compare commits
4 Commits
0859c61f8e
...
dev
| Author | SHA1 | Date | |
|---|---|---|---|
| c716c2c651 | |||
| 400a893446 | |||
| 1e4729682d | |||
| 9aaf188b54 |
13
Class1.cs
Normal file
13
Class1.cs
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace TeklaModelPlugin1
|
||||||
|
{
|
||||||
|
internal class Class1
|
||||||
|
{
|
||||||
|
///sdafdsafsadf
|
||||||
|
}
|
||||||
|
}
|
||||||
12
Class2.cs
Normal file
12
Class2.cs
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace TeklaModelPlugin1
|
||||||
|
{
|
||||||
|
internal class Class2
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
12
Class3.cs
Normal file
12
Class3.cs
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
|
||||||
|
namespace TeklaModelPlugin1
|
||||||
|
{
|
||||||
|
internal class Class3
|
||||||
|
{
|
||||||
|
}
|
||||||
|
}
|
||||||
@@ -71,6 +71,12 @@
|
|||||||
</Reference>
|
</Reference>
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
|
<Compile Include="Class1.cs" />
|
||||||
|
<Compile Include="Class2.cs" />
|
||||||
|
<<<<<<< HEAD
|
||||||
|
<Compile Include="Class3.cs" />
|
||||||
|
=======
|
||||||
|
>>>>>>> b7c1fcc32251410c3e92daeca8fbcf4cab2d984e
|
||||||
<Compile Include="ModelPlugin.cs" />
|
<Compile Include="ModelPlugin.cs" />
|
||||||
<Compile Include="MainForm.cs">
|
<Compile Include="MainForm.cs">
|
||||||
<SubType>Form</SubType>
|
<SubType>Form</SubType>
|
||||||
|
|||||||
Reference in New Issue
Block a user