-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #303 from AArnott/optprof_fixes
Add OptProf.targets and comments to help onboarding
- Loading branch information
Showing
3 changed files
with
23 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
<Project> | ||
<ItemGroup> | ||
<OptProf Include="$(TargetPath)"> | ||
<Technology>IBC</Technology> | ||
<InstallationPath>Common7\IDE\PrivateAssemblies\$(TargetFileName)</InstallationPath> | ||
<InstrumentationArguments>/ExeConfig:"%VisualStudio.InstallationUnderTest.Path%\Common7\IDE\vsn.exe"</InstrumentationArguments> | ||
<Scenarios> | ||
<TestContainer Name="VSPE" Repository="VS"> | ||
<!-- When adding to this list, be sure to also add to VS repo too (e.g. https://devdiv.visualstudio.com/DevDiv/_git/VS/pullrequest/196226) --> | ||
<TestCase FullyQualifiedName="VSPE.OptProfTests.vs_env_startup_devenv" /> | ||
<TestCase FullyQualifiedName="VSPE.OptProfTests.vs_perf_DesignTime_solution_loadclose_cs_picasso" /> | ||
<TestCase FullyQualifiedName="VSPE.OptProfTests.vs_ddbvtqa_vbwin" /> | ||
</TestContainer> | ||
</Scenarios> | ||
</OptProf> | ||
</ItemGroup> | ||
</Project> |