updated prerequisites again, added SQL server back
This commit is contained in:
parent
ab03064dff
commit
0838702db4
1 changed files with 7 additions and 3 deletions
|
@ -67,9 +67,8 @@
|
|||
</PropertyGroup>
|
||||
<PropertyGroup />
|
||||
<PropertyGroup />
|
||||
<PropertyGroup>
|
||||
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup />
|
||||
<PropertyGroup />
|
||||
<ItemGroup>
|
||||
<Reference Include="CopyFiles">
|
||||
<HintPath>.\CopyFiles.dll</HintPath>
|
||||
|
@ -252,6 +251,11 @@
|
|||
<ProductName>.NET Framework 3.5 SP1</ProductName>
|
||||
<Install>false</Install>
|
||||
</BootstrapperPackage>
|
||||
<BootstrapperPackage Include="Microsoft.SqlServer.SqlLocalDB.11.1">
|
||||
<Visible>False</Visible>
|
||||
<ProductName>SQL Server 2012 Express LocalDB</ProductName>
|
||||
<Install>true</Install>
|
||||
</BootstrapperPackage>
|
||||
<BootstrapperPackage Include="Microsoft.SqlServer.SQLSysClrTypes.11.0.x86">
|
||||
<Visible>False</Visible>
|
||||
<ProductName>Microsoft® System CLR Types for SQL Server® 2012 %28x86%29</ProductName>
|
||||
|
|
Reference in a new issue