We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46cc3e4 commit c5fa158Copy full SHA for c5fa158
tests/AbsolutePathTests.cs
@@ -1,5 +1,5 @@
1
using FluentAssertions;
2
-using SimpleCodeGenerator.Editor;
+using SimpleCodeGenerator.Core;
3
4
namespace tests;
5
tests/tests.csproj
@@ -30,8 +30,11 @@
30
</ItemGroup>
31
32
<ItemGroup>
33
+ <Compile Include="..\src\Assets\SimpleCodeGenerator\Core\*.cs">
34
+ <Link>simplecodegenerator.core\.cs</Link>
35
+ </Compile>
36
<Compile Include="..\src\Assets\SimpleCodeGenerator\Editor\*.cs">
- <Link>Simple Code Generator\.cs</Link>
37
+ <Link>simplecodegenerator.editor\.cs</Link>
38
</Compile>
39
40
0 commit comments