Skip to content

Commit

Permalink
Added missing resources.
Browse files Browse the repository at this point in the history
  • Loading branch information
tombrothers committed Feb 28, 2016
1 parent 21f4a7c commit 56642d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added BuildResources/VFPOLEDBSetup.msi
Binary file not shown.
4 changes: 2 additions & 2 deletions VfpEntityFrameworkProvider.build
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<TempPath>$(BuildPath)Temp\</TempPath>
<SourceCodePath>$(RootPath)Source\</SourceCodePath>

<VisualStudioIDEPath>%ProgramFiles%\Microsoft Visual Studio 12.0\Common7\IDE\</VisualStudioIDEPath>
<VisualStudioIDEPath>%ProgramFiles%\Microsoft Visual Studio 14.0\Common7\IDE\</VisualStudioIDEPath>
<!-- full path to mstest.exe -->
<MSTestExe>$(VisualStudioIDEPath)MSTest.exe</MSTestExe>
</PropertyGroup>
Expand Down Expand Up @@ -135,7 +135,7 @@ Add-EFProvider $project 'VfpEntityFrameworkProvider2' 'VfpEntityFrameworkProvide
</UsingTask>

<Target Name="Build">
<CallTarget Targets="Test" />
<!-- <CallTarget Targets="Test" /> -->

<ItemGroup>
<SharedAssemblyInfoFiles Include="$(SourceCodePath)**\SharedAssemblyInfo.cs" />
Expand Down

0 comments on commit 56642d0

Please sign in to comment.