Skip to content

Commit

Permalink
Fixed build in Visual Studio 2015.
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-fadely committed Aug 6, 2015
1 parent 5f78ad1 commit 0fc303e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions SAEditorCommon/SAEditorCommon.csproj
Expand Up @@ -45,6 +45,7 @@
<SpecificVersion>False</SpecificVersion>
<HintPath>C:\Windows\Microsoft.NET\DirectX for Managed Code\1.0.2911.0\Microsoft.DirectX.Direct3DX.dll</HintPath>
</Reference>
<Reference Include="Microsoft.VisualC" />
<Reference Include="System" />
<Reference Include="System.Core" />
<Reference Include="System.Drawing" />
Expand Down
1 change: 1 addition & 0 deletions SAModel.Direct3D/SAModel.Direct3D.csproj
Expand Up @@ -41,6 +41,7 @@
<Reference Include="Microsoft.DirectX, Version=1.0.2902.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
<Reference Include="Microsoft.DirectX.Direct3D, Version=1.0.2902.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
<Reference Include="Microsoft.DirectX.Direct3DX, Version=1.0.2911.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
<Reference Include="Microsoft.VisualC" />
<Reference Include="PuyoTools.Modules">
<HintPath>..\Dependencies\PuyoTools.Modules.dll</HintPath>
</Reference>
Expand Down

0 comments on commit 0fc303e

Please sign in to comment.