Changeset 6853
- Timestamp:
- 09/30/11 08:48:30 (13 years ago)
- Location:
- branches/GeneralizedQAP/HeuristicLab.Services.Hello/3.3
- Files:
-
- 1 added
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GeneralizedQAP/HeuristicLab.Services.Hello/3.3/HeuristicLab.Services.Hello-3.3.csproj
r6794 r6853 33 33 <PublishDatabaseSettings> 34 34 <Objects> 35 <ObjectGroup Name="HelloEntities-Deployment" Order="1" Enabled="True" >35 <ObjectGroup Name="HelloEntities-Deployment" Order="1" Enabled="True" Description="Last Database update 23-09-2011"> 36 36 <Destination Path="Data Source=SERVICES%3bInitial Catalog=HelloDatabase%3bIntegrated Security=True" /> 37 37 <Object Type="dbFullSql" Enabled="False"> … … 39 39 <Source Path="obj\Release\AutoScripts\HelloEntities-Deployment_SchemaOnly.sql" Transacted="True" /> 40 40 </Object> 41 <Object Type="dbFullSql" xmlns="" Enabled="False">42 <Source Path="SQLScripts\Create Database.sql" Transacted="False" />41 <Object Type="dbFullSql" Enabled="False" xmlns=""> 42 <Source Path="SQLScripts\CreateUsers.sql" Transacted="False" /> 43 43 </Object> 44 44 </ObjectGroup> … … 70 70 <ItemGroup> 71 71 <Content Include="HelloService.svc" /> 72 <Content Include="SQLScripts\Create Database.sql" />72 <Content Include="SQLScripts\CreateUsers.sql" /> 73 73 <Content Include="Web.config" /> 74 74 <Content Include="Web.Debug.config">
Note: See TracChangeset
for help on using the changeset viewer.