Skip to content

Commit

Permalink
Updating pkgdef to look for EF5 DLL in new location and updating version
Browse files Browse the repository at this point in the history
numbers (note: this will be used for dev14 _only_).
  • Loading branch information
lajones committed Nov 4, 2015
1 parent 08264cc commit 821b4f3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,4 @@
"PublicKeyToken"="b77a5c561934e089"
"Culture"="neutral"
"Version"="5.0.0.0"
"CodeBase"="$PackageFolder$\NuGet Packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll"
"CodeBase"="$RootFolder$Common7\IDE\Extensions\Microsoft\Entity Framework Tools\NuGet Packages\EntityFramework.5.0.0\lib\net45\EntityFramework.dll"
2 changes: 1 addition & 1 deletion tools/EntityFramework.settings.targets
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Project global pre-settings.
<VersionBuild>0</VersionBuild>
<VersionRevision>0</VersionRevision>
<VersionReleasePrefix>3</VersionReleasePrefix>
<VersionRelease>$(VersionReleasePrefix)</VersionRelease>
<VersionRelease>$(VersionReleasePrefix)-tools-update-1</VersionRelease>
<VersionReleaseName></VersionReleaseName>
</PropertyGroup>

Expand Down
8 changes: 4 additions & 4 deletions tools/EntityFramework.targets
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ Project global post-settings and targets.
</PropertyGroup>

<PropertyGroup Condition="'$(BuildingToolingProject)' == 'true'">
<WixFullProductName_Dev11>Entity Framework $(RuntimeVersionMajor).$(RuntimeVersionMinor).$(VersionReleasePrefix) Tools $(VersionReleaseName) for Visual Studio 2012</WixFullProductName_Dev11>
<WixFullProductName_Dev12>Entity Framework $(RuntimeVersionMajor).$(RuntimeVersionMinor).$(VersionReleasePrefix) Tools $(VersionReleaseName) for Visual Studio 2013</WixFullProductName_Dev12>
<WixFullProductName_Dev14>Entity Framework $(RuntimeVersionMajor).$(RuntimeVersionMinor).$(VersionReleasePrefix) Tools $(VersionReleaseName) for Visual Studio 2015</WixFullProductName_Dev14>
<WixFullProductName_Dev15>Entity Framework $(RuntimeVersionMajor).$(RuntimeVersionMinor).$(VersionReleasePrefix) Tools $(VersionReleaseName) for Visual Studio 15</WixFullProductName_Dev15>
<WixFullProductName_Dev11>Entity Framework $(RuntimeVersionMajor).$(RuntimeVersionMinor).$(VersionReleasePrefix) Tools $(VersionReleaseName) for Visual Studio 2012 DO NOT USE</WixFullProductName_Dev11>
<WixFullProductName_Dev12>Entity Framework $(RuntimeVersionMajor).$(RuntimeVersionMinor).$(VersionReleasePrefix) Tools $(VersionReleaseName) for Visual Studio 2013 DO NOT USE</WixFullProductName_Dev12>
<WixFullProductName_Dev14>Entity Framework $(RuntimeVersionMajor).$(RuntimeVersionMinor).$(VersionReleasePrefix) Tools $(VersionReleaseName) for Visual Studio 2015 Update 1</WixFullProductName_Dev14>
<WixFullProductName_Dev15>Entity Framework $(RuntimeVersionMajor).$(RuntimeVersionMinor).$(VersionReleasePrefix) Tools Pre-Release for Visual Studio 15 DO NOT USE</WixFullProductName_Dev15>
<WixProductDescription_Dev11>$(WixFullProductName_Dev11)</WixProductDescription_Dev11>
<WixProductDescription_Dev12>$(WixFullProductName_Dev12)</WixProductDescription_Dev12>
<WixProductDescription_Dev14>$(WixFullProductName_Dev14)</WixProductDescription_Dev14>
Expand Down

0 comments on commit 821b4f3

Please sign in to comment.