File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11<Project >
22 <ItemGroup >
33 <PackageReference Include =" EvoMaster.Controller" Version =" 1.4.1-SNAPSHOT" />
4+
5+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 16.5.0" />
6+ <PackageReference Include =" xunit" Version =" 2.4.0" />
7+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 2.4.0" />
8+ <PackageReference Include =" coverlet.collector" Version =" 1.2.0" />
49 </ItemGroup >
510</Project >
Original file line number Diff line number Diff line change 55 <TargetFramework >netcoreapp3.1</TargetFramework >
66 <RootNamespace >Menu</RootNamespace >
77 <AssemblyName >menu-api-evomaster-runner</AssemblyName >
8+ <StartupObject >Menu.EmbeddedEvoMasterController</StartupObject >
89 </PropertyGroup >
910
1011 <Import Project =" ../../../common.props" />
2223 </Target >
2324
2425 <Target Name =" PostClean" AfterTargets =" Clean" >
25- <RemoveDir Directories =" generated" />
2626 <RemoveDir Directories =" bin-temp" />
2727 </Target >
2828
4848 <Copy SourceFiles =" @(CurrentRuntimeConfig)" DestinationFiles =" @(InstrumentationRuntimeConfig)" />
4949
5050 <!-- Run the instrumentation and specify bin-temp as output directory -->
51- <Exec Command =" cd $(OutputPath)
 dotnet EvoMaster.Instrumentation.dll @(Sut) @(TempDirectory)" />
51+ <Exec Command =" cd $(OutputPath)
 dotnet EvoMaster.Instrumentation.dll @(Sut) @(TempDirectory)" />
5252
5353 </Target >
5454
Original file line number Diff line number Diff line change 44 <OutputType >Exe</OutputType >
55 <TargetFramework >netcoreapp3.1</TargetFramework >
66 <AssemblyName >cs-rest-ncs-evomaster-runner</AssemblyName >
7- </PropertyGroup >
7+ <StartupObject >NcsDriver.EmbeddedEvoMasterController</StartupObject >
8+ </PropertyGroup >
89
910 <Import Project =" ../../../common.props" />
1011
Original file line number Diff line number Diff line change 44 <OutputType >Exe</OutputType >
55 <TargetFramework >netcoreapp3.1</TargetFramework >
66 <AssemblyName >sampleproject-evomaster-runner</AssemblyName >
7+ <StartupObject >SampleProjectDriver.EmbeddedEvoMasterController</StartupObject >
78 </PropertyGroup >
89
910 <Import Project =" ../../../common.props" />
Original file line number Diff line number Diff line change 44 <OutputType >Exe</OutputType >
55 <TargetFramework >netcoreapp3.1</TargetFramework >
66 <AssemblyName >cs-rest-scs-evomaster-runner</AssemblyName >
7+ <StartupObject >ScsDriver.EmbeddedEvoMasterController</StartupObject >
78 </PropertyGroup >
89
910 <Import Project =" ../../../common.props" />
You can’t perform that action at this time.
0 commit comments