перевод на передачу с обозначением схемы
This commit is contained in:
@@ -7,8 +7,9 @@
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
<ProjectReference Include="..\mROA.Codegen\mROA.Codegen.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false"/>
|
||||
<ProjectReference Include="..\mROA\mROA.csproj"/>
|
||||
<ProjectReference Include="..\mROA.Codegen\mROA.Codegen.csproj" OutputItemType="Analyzer" ReferenceOutputAssembly="false"/>
|
||||
|
||||
</ItemGroup>
|
||||
|
||||
</Project>
|
||||
|
||||
@@ -7,4 +7,7 @@ namespace Example.Shared;
|
||||
public interface ILoadTest
|
||||
{
|
||||
int Next(int last);
|
||||
int Last(int next);
|
||||
void C();
|
||||
void A();
|
||||
}
|
||||
Reference in New Issue
Block a user