File tree Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Expand file tree Collapse file tree 1 file changed +8
-9
lines changed Original file line number Diff line number Diff line change 26
26
<_SpmiTestProjects Include =" ..\Performance\CodeQuality\Bytemark\Bytemark.csproj" />
27
27
<_SpmiTestProjects Include =" ..\Methodical\fp\exgen\10w5d_cs_do.csproj" />
28
28
<ProjectReference Include =" @(_SpmiTestProjects)" >
29
- <Targets >Build;CreateExecuteScript </Targets >
29
+ <Targets >Build</Targets >
30
30
<OutputItemType >_SpmiTest</OutputItemType >
31
31
<TargetPath >%(FileName)</TargetPath >
32
32
<ReferenceOutputAssembly >false</ReferenceOutputAssembly >
54
54
</ItemGroup >
55
55
56
56
<Target Name =" _CopySpmiTestsToOutput" DependsOnTargets =" ResolveProjectReferences" BeforeTargets =" AssignTargetPaths" >
57
- <PropertyGroup >
58
- <_SpmiPathsToCopyPattern >@(_SpmiTest->'%(RootDir)%(Directory)**')</_SpmiPathsToCopyPattern >
59
- </PropertyGroup >
60
- <ItemGroup >
61
- <_SpmiPathsToCopy Include =" $(_SpmiPathsToCopyPattern)" />
62
- <_SpmiPathsToCopy DirectoryWithoutSeparator =" $([System.IO.Path]::TrimEndingDirectorySeparator('%(Directory)'))" />
63
- </ItemGroup >
64
- <Copy SourceFiles =" @(_SpmiPathsToCopy)" DestinationFolder =" $([System.IO.Path]::GetDirectoryName('$(OutputPath)'))/$([System.IO.Path]::GetFileName('%(DirectoryWithoutSeparator)'))" SkipUnchangedFiles =" True" />
57
+ <Copy SourceFiles =" @(_SpmiTest)" DestinationFolder =" $([System.IO.Path]::GetDirectoryName('$(OutputPath)'))/$([System.IO.Path]::GetFileName('%(FileName)'))" SkipUnchangedFiles =" True" />
58
+ </Target >
59
+
60
+ <!-- This target builds the executables and test running scripts for the _SpmiTestProjects
61
+ to the output directory of the current project. -->
62
+ <Target Name =" _BuildSpmiTestProjectScripts" BeforeTargets =" CreateExecuteScript" >
63
+ <MSBuild Projects =" @(_SpmiTestProjects)" Targets =" CreateExecuteScript" Properties =" OutputPath=$(OutputPath)\%(FileName)" />
65
64
</Target >
66
65
</Project >
You can’t perform that action at this time.
0 commit comments