FunctionalTestWithAssets.props 798 B

12345678910111213141516171819
  1. <Project>
  2. <!-- Defaults used in FunctionalTestWithAssets.targets. -->
  3. <PropertyGroup>
  4. <!-- Whether FunctionalTestWithAssets.targets should be loaded. -->
  5. <ContainsFunctionalTestAssets>false</ContainsFunctionalTestAssets>
  6. </PropertyGroup>
  7. <ItemDefinitionGroup>
  8. <TestAssetProjectReference>
  9. <!-- Optional properties to add when restoring, building, and publishing the test asset project. -->
  10. <AdditionalProperties/>
  11. <!-- Placement of test asset output within the consuming test project's bin/ or publish/ folder. -->
  12. <RelativeFolder>%(Filename)</RelativeFolder>
  13. <!-- Whether to _only_ publish the test asset into the test project's folders. -->
  14. <SkipBuild>false</SkipBuild>
  15. </TestAssetProjectReference>
  16. </ItemDefinitionGroup>
  17. </Project>