Skip to content
This repository has been archived by the owner on Mar 30, 2019. It is now read-only.

Commit

Permalink
[Toolkit.Samples] Removed usage of SharpDXSdkDir environment variable…
Browse files Browse the repository at this point in the history
… from samples as it breaks continuous integration for WinRT
  • Loading branch information
ArtiomCiumac committed Aug 18, 2013
1 parent 93ae731 commit 2933c2e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@
</Content>
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SharpDXSdkDir)\SharpDX.targets" />
<Import Project="..\..\..\..\SharpDX.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<ToolkitFxc Include="Content\TerrainRenderer_Tier1.fx" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<Import Project="$(SharpDXSdkDir)\SharpDX.targets" />
<Import Project="..\..\..\..\SharpDX.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@
<VisualStudioVersion>11.0</VisualStudioVersion>
</PropertyGroup>
<Import Project="$(MSBuildExtensionsPath)\Microsoft\WindowsXaml\v$(VisualStudioVersion)\Microsoft.Windows.UI.Xaml.CSharp.targets" />
<Import Project="$(SharpDXSdkDir)\SharpDX.targets" />
<Import Project="..\..\..\..\SharpDX.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
Expand Down

1 comment on commit 2933c2e

@xoofx
Copy link
Member

@xoofx xoofx commented on 2933c2e Aug 26, 2013

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can keep the ...., as the process of creating the installer will replace the .... by the proprer $(SharpDXSdkDir) when packaging for release.

Please sign in to comment.