3
This commit is contained in:
@@ -6,6 +6,8 @@
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\Generator\Generator.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false" />
|
||||
<Compile Remove="*/*.template.cs" />
|
||||
<AdditionalFiles Include="*/*.template.cs" />
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
@@ -0,0 +1,7 @@
|
||||
namespace Generated;
|
||||
|
||||
public static class HelloWorld {
|
||||
public static string SayHello() {
|
||||
return "Hello World!!!";
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user