Published v0.8.9
authorStephaneLenclud
Wed, 08 Jun 2016 17:22:19 +0200
changeset 1998dc7d8223f9a
parent 198 ac5fb7de7f1b
child 200 663c1ef0de59
Published v0.8.9
Adding missing prerequesites for VC++ 14 x86 runtime libraries.
Server/SharpDisplayManager.csproj
     1.1 --- a/Server/SharpDisplayManager.csproj	Fri Apr 15 14:32:45 2016 +0200
     1.2 +++ b/Server/SharpDisplayManager.csproj	Wed Jun 08 17:22:19 2016 +0200
     1.3 @@ -34,7 +34,7 @@
     1.4      <WebPage>index.htm</WebPage>
     1.5      <OpenBrowserOnPublish>false</OpenBrowserOnPublish>
     1.6      <ApplicationRevision>0</ApplicationRevision>
     1.7 -    <ApplicationVersion>0.8.8.0</ApplicationVersion>
     1.8 +    <ApplicationVersion>0.8.9.0</ApplicationVersion>
     1.9      <UseApplicationTrust>false</UseApplicationTrust>
    1.10      <CreateDesktopShortcut>true</CreateDesktopShortcut>
    1.11      <PublishWizardCompleted>true</PublishWizardCompleted>
    1.12 @@ -256,6 +256,11 @@
    1.13        <ProductName>.NET Framework 3.5 SP1</ProductName>
    1.14        <Install>false</Install>
    1.15      </BootstrapperPackage>
    1.16 +    <BootstrapperPackage Include="Microsoft.Visual.C++.14.0.x86">
    1.17 +      <Visible>False</Visible>
    1.18 +      <ProductName>Visual C++ "14" Runtime Libraries %28x86%29</ProductName>
    1.19 +      <Install>true</Install>
    1.20 +    </BootstrapperPackage>
    1.21      <BootstrapperPackage Include="Microsoft.Windows.Installer.4.5">
    1.22        <Visible>False</Visible>
    1.23        <ProductName>Windows Installer 4.5</ProductName>