summaryrefslogtreecommitdiff
path: root/tests/debugger_tests/ConfigFilesGenerators/ConfigTemplate.txt
blob: d674a72698fd6541ba9a05a536eb6330823cafbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<Configuration> 
 <TestRoot>..\..</TestRoot> 
 <TargetArchitecture>x64</TargetArchitecture> 
 <ScriptRootDir>$(TestRoot)\Scripts</ScriptRootDir> 
 <DebuggeeRootDir>$(TestRoot)\Debuggees</DebuggeeRootDir> 
 <DebuggeeSourceRoot>$(DebuggeeRootDir)\Source</DebuggeeSourceRoot>
 <RuntimeRoot>##Insert_Runtime_Root##</RuntimeRoot>
 <NugetCacheRoot>##Insert_Nuget_Cache_Root##</NugetCacheRoot>
 <TestProduct>ProjectK</TestProduct> 
 <HostExe>$(RuntimeRoot)\corerun.exe</HostExe> 
 <DbgShim>$(RuntimeRoot)\dbgshim.dll</DbgShim> 
 <RuntimeSymbolsPath>$(RuntimeRoot)</RuntimeSymbolsPath> 
 <DebuggeeBuildProcess>cli</DebuggeeBuildProcess> 
 <CliVersion>1.0.0-preview1-002702</CliVersion> 
 <DebuggeeNativeLibRoot>$(DebuggeeRootDir)\native</DebuggeeNativeLibRoot> 
 <DebuggeeBuildRoot>$(DebuggeeRootDir)\dotnet.$(CliVersion)</DebuggeeBuildRoot> 
 <ProjectJsonNetStandardLibraryVersion>1.0.0-rc2-23811</ProjectJsonNetStandardLibraryVersion> 
 <ProjectJsonSystemThreadingThreadVersion>4.0.0-rc2-24027</ProjectJsonSystemThreadingThreadVersion> 
 <ProjectJsonMicrosoftCSharpVersion>4.0.1-rc2-23811</ProjectJsonMicrosoftCSharpVersion> 
 <CliPath>##Cli_Path##</CliPath> 
 <NuGetPackageCacheDir>$(NugetCacheRoot)</NuGetPackageCacheDir> 
 <NuGetPackageFeeds> 
     myget.org dotnet-core=https://dotnet.myget.org/F/dotnet-core/api/v3/index.json; 
     myget.org=https://www.nuget.org/api/v2/ 
 </NuGetPackageFeeds> 
 <SOSPath>$(RuntimeRoot)\sos.dll</SOSPath> 
 <MDbgDir>$(TestRoot)\mdbg</MDbgDir> 
 <DebuggeeDumpOutputRootDir>$(WorkingDir)\dumps\$(TestProduct)</DebuggeeDumpOutputRootDir> 
 <DebuggeeDumpInputRootDir>$(DebuggeeDumpOutputRootDir)</DebuggeeDumpInputRootDir> 
 <LogDir>$(TestRoot)\logs_$(Timestamp)</LogDir> 
 <CDBPath>$(TestRoot)\Debuggers\cdb\cdb.exe</CDBPath> 
</Configuration>