Skip to content

Commit

Permalink
Update ShaderGen version to avoid FXC timeout issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
mellinoe committed Jun 5, 2018
1 parent ae1ce13 commit 0e888b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Expand Up @@ -5,7 +5,7 @@
<BinDir>$(RepositoryRootDirectory)bin</BinDir>
<OutputPath>$([System.IO.Path]::GetFullPath('$(RepositoryRootDirectory)bin\$(Configuration)'))\$(MSBuildProjectName)</OutputPath>
<BaseIntermediateOutputPath>$([System.IO.Path]::GetFullPath('$(RepositoryRootDirectory)bin\obj\$(MSBuildProjectName)'))\</BaseIntermediateOutputPath>
<ShaderGenVersion>1.2.96-beta2-g3177b71221</ShaderGenVersion>
<ShaderGenVersion>1.2.103-beta2-gc66f5f556a</ShaderGenVersion>
</PropertyGroup>
<PropertyGroup>
</PropertyGroup>
Expand Down

0 comments on commit 0e888b3

Please sign in to comment.