Browse Source

Visual studio marked test projects with guid.

pull/39/head
Steven Kirk 12 years ago
parent
commit
eee919bded
  1. 4
      Perspex.Base.UnitTests/Perspex.Base.UnitTests.csproj
  2. 3
      Perspex.Controls.UnitTests/Perspex.Controls.UnitTests.csproj
  3. 3
      Perspex.Layout.UnitTests/Perspex.Layout.UnitTests.csproj
  4. 3
      Perspex.SceneGraph.UnitTests/Perspex.SceneGraph.UnitTests.csproj
  5. 3
      Perspex.Styling.UnitTests/Perspex.Styling.UnitTests.csproj
  6. 3
      Windows/Perspex.Direct2D1.RenderTests/Perspex.Direct2D1.RenderTests.csproj

4
Perspex.Base.UnitTests/Perspex.Base.UnitTests.csproj

@ -79,7 +79,9 @@
<None Include="app.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup />
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Perspex.Base\Perspex.Base.csproj">
<Project>{b09b78d8-9b26-48b0-9149-d64a2f120f3f}</Project>

3
Perspex.Controls.UnitTests/Perspex.Controls.UnitTests.csproj

@ -113,6 +113,9 @@
<None Include="app.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<Choose>
<When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
<ItemGroup>

3
Perspex.Layout.UnitTests/Perspex.Layout.UnitTests.csproj

@ -108,6 +108,9 @@
<None Include="app.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<Choose>
<When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
<ItemGroup>

3
Perspex.SceneGraph.UnitTests/Perspex.SceneGraph.UnitTests.csproj

@ -77,6 +77,9 @@
<None Include="app.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<Choose>
<When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
<ItemGroup>

3
Perspex.Styling.UnitTests/Perspex.Styling.UnitTests.csproj

@ -104,6 +104,9 @@
<None Include="app.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<Choose>
<When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
<ItemGroup>

3
Windows/Perspex.Direct2D1.RenderTests/Perspex.Direct2D1.RenderTests.csproj

@ -109,6 +109,9 @@
<None Include="app.config" />
<None Include="packages.config" />
</ItemGroup>
<ItemGroup>
<Service Include="{82A7F48D-3B50-4B1E-B82E-3ADA8210C358}" />
</ItemGroup>
<Choose>
<When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
<ItemGroup>

Loading…
Cancel
Save