Skip to content

Commit

Permalink
Fixes a build issue with the installer project
Browse files Browse the repository at this point in the history
  • Loading branch information
ryannewington committed Jan 20, 2019
1 parent 56b9bfd commit f97f88c
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions src/Installer/Installer.wixproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,23 +47,23 @@
</WixExtension>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\PasswordFilterPS\Lithnet.ActiveDirectory.PasswordProtection.PowerShell.csproj">
<Name>Lithnet.ActiveDirectory.PasswordProtection.PowerShell</Name>
<Project>{5f3d1518-5edc-4552-8a65-19c20037ef3e}</Project>
<ProjectReference Include="..\PasswordFilter\PasswordFilter.vcxproj">
<Name>PasswordFilter</Name>
<Project>{850894df-b439-4daa-a574-f7cfea422a2f}</Project>
<Private>True</Private>
<DoNotHarvest>True</DoNotHarvest>
<RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
<RefTargetDir>INSTALLFOLDER</RefTargetDir>
</ProjectReference>
<ProjectReference Include="..\PasswordFilter\PasswordFilter.vcxproj">
<Name>PasswordFilter</Name>
<Project>{850894df-b439-4daa-a574-f7cfea422a2f}</Project>
<ProjectReference Include="..\PasswordProtectionPS\Lithnet.ActiveDirectory.PasswordProtection.PowerShell.csproj">
<Name>Lithnet.ActiveDirectory.PasswordProtection.PowerShell</Name>
<Project>{5f3d1518-5edc-4552-8a65-19c20037ef3e}</Project>
<Private>True</Private>
<DoNotHarvest>True</DoNotHarvest>
<RefProjectOutputGroups>Binaries;Content;Satellites</RefProjectOutputGroups>
<RefTargetDir>INSTALLFOLDER</RefTargetDir>
</ProjectReference>
<ProjectReference Include="..\StoreInterface\Lithnet.ActiveDirectory.PasswordProtection.csproj">
<ProjectReference Include="..\PasswordProtection\Lithnet.ActiveDirectory.PasswordProtection.csproj">
<Name>Lithnet.ActiveDirectory.PasswordProtection</Name>
<Project>{61df881d-34fe-462b-aaa8-a56cd4dff287}</Project>
<Private>True</Private>
Expand Down
2 changes: 1 addition & 1 deletion src/ManagedUnitTests/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
[assembly: Guid("b94ae2c5-72f3-40fc-bb70-c18b33d19a2b")]

// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.0.6959.4469")]
[assembly: AssemblyVersion("1.0.6959.5660")]
[assembly: AssemblyFileVersion("1.0.6959.4009")]
4 changes: 2 additions & 2 deletions src/PasswordProtection/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.6959.4469")]
[assembly: AssemblyVersion("1.0.6959.4469")]
// [assembly: AssemblyVersion("1.0.6959.5660")]
[assembly: AssemblyVersion("1.0.6959.5660")]
[assembly: AssemblyFileVersion("1.0.6959.4009")]
4 changes: 2 additions & 2 deletions src/PasswordProtectionPS/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@
//
// You can specify all the values or you can default the Build and Revision Numbers
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.6959.4469")]
[assembly: AssemblyVersion("1.0.6959.4469")]
// [assembly: AssemblyVersion("1.0.6959.5660")]
[assembly: AssemblyVersion("1.0.6959.5660")]
[assembly: AssemblyFileVersion("1.0.6959.4009")]

0 comments on commit f97f88c

Please sign in to comment.