Move to new lenovo T430 laptop for v7 development commit of changes required
This commit is contained in:
Binary file not shown.
@@ -5,7 +5,7 @@
|
||||
<!-- VIRTUAL Use the test sql database -->
|
||||
<ConnectionType>DataBase</ConnectionType>
|
||||
<DataBaseType>MSSQL</DataBaseType>
|
||||
<DataBaseConnectionString>Server=7DEVTEST-PC\SQLEXPRESS;initial catalog=AyaNova;User Id=sa; Password=abraxis;</DataBaseConnectionString>
|
||||
<DataBaseConnectionString>Server=DEV-V7-LAPTOP\SQLEXPRESS;initial catalog=AyaNova;User Id=sa; Password=abraxis;</DataBaseConnectionString>
|
||||
|
||||
<!-- Use the TEST embedded Firebird database
|
||||
<ConnectionType>DataBase</ConnectionType>
|
||||
|
||||
@@ -120,6 +120,10 @@
|
||||
<assemblyIdentity name="WebGrease" publicKeyToken="31bf3856ad364e35" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-1.5.2.14234" newVersion="1.5.2.14234" />
|
||||
</dependentAssembly>
|
||||
<dependentAssembly>
|
||||
<assemblyIdentity name="Antlr3.Runtime" publicKeyToken="eb42632606e9261f" culture="neutral" />
|
||||
<bindingRedirect oldVersion="0.0.0.0-3.5.0.2" newVersion="3.5.0.2" />
|
||||
</dependentAssembly>
|
||||
</assemblyBinding>
|
||||
</runtime>
|
||||
</configuration>
|
||||
@@ -20,8 +20,10 @@ Copyright (C) Microsoft Corporation. All rights reserved.
|
||||
<SourceWebPhysicalPath>$(MSBuildThisFileDirectory)</SourceWebPhysicalPath>
|
||||
<SourceWebVirtualPath>/WBI</SourceWebVirtualPath>
|
||||
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
||||
<SourceWebProject>http://localhost/AyaNovaWBI</SourceWebProject>
|
||||
<SourceWebMetabasePath>/LM/W3SVC/1/ROOT/AyaNovaWBI</SourceWebMetabasePath>
|
||||
<SourceWebProject>
|
||||
</SourceWebProject>
|
||||
<SourceWebMetabasePath>
|
||||
</SourceWebMetabasePath>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup>
|
||||
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
|
||||
|
||||
Reference in New Issue
Block a user