Skip to content

Commit c5fa158

Browse files
committed
Fix build errors in test project
1 parent 46cc3e4 commit c5fa158

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

tests/AbsolutePathTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using FluentAssertions;
2-
using SimpleCodeGenerator.Editor;
2+
using SimpleCodeGenerator.Core;
33

44
namespace tests;
55

tests/tests.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,11 @@
3030
</ItemGroup>
3131

3232
<ItemGroup>
33+
<Compile Include="..\src\Assets\SimpleCodeGenerator\Core\*.cs">
34+
<Link>simplecodegenerator.core\.cs</Link>
35+
</Compile>
3336
<Compile Include="..\src\Assets\SimpleCodeGenerator\Editor\*.cs">
34-
<Link>Simple Code Generator\.cs</Link>
37+
<Link>simplecodegenerator.editor\.cs</Link>
3538
</Compile>
3639
</ItemGroup>
3740

0 commit comments

Comments
 (0)