Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
09/10/11 16:25:22 (13 years ago)
Author:
abeham
Message:

#1619

  • Updated the model slightly
  • Deployed the service
  • Updated the GUI to perform asynchronous calls to the service
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/GeneralizedQAP/HeuristicLab.Services.ProblemInstances/HeuristicLab.Services.ProblemInstances-3.3.csproj

    r6659 r6733  
    2323    <ErrorReport>prompt</ErrorReport>
    2424    <WarningLevel>4</WarningLevel>
     25    <PublishDatabaseSettings>
     26      <Objects>
     27        <ObjectGroup Name="ProblemInstancesEntities-Deployment" Order="1">
     28          <Destination Path="" />
     29          <Object Type="dbFullSql">
     30            <PreSource Path="Data Source=LOCALHOST\SQLEXPRESS%3bInitial Catalog=HeuristicLab.ProblemInstances%3bIntegrated Security=True%3bPooling=False" ScriptSchema="True" ScriptData="False" CopyAllFullTextCatalogs="False" />
     31            <Source Path="obj\Debug\AutoScripts\ProblemInstancesEntities-Deployment_SchemaOnly.sql" Transacted="True" />
     32          </Object>
     33        </ObjectGroup>
     34      </Objects>
     35    </PublishDatabaseSettings>
     36    <ExcludeGeneratedDebugSymbol>false</ExcludeGeneratedDebugSymbol>
    2537  </PropertyGroup>
    2638  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     
    3143    <ErrorReport>prompt</ErrorReport>
    3244    <WarningLevel>4</WarningLevel>
     45    <PublishDatabaseSettings>
     46      <Objects>
     47      </Objects>
     48    </PublishDatabaseSettings>
     49    <ExcludeGeneratedDebugSymbol>true</ExcludeGeneratedDebugSymbol>
     50  </PropertyGroup>
     51  <PropertyGroup>
     52    <SignAssembly>true</SignAssembly>
     53  </PropertyGroup>
     54  <PropertyGroup>
     55    <AssemblyOriginatorKeyFile>HeuristicLab.snk</AssemblyOriginatorKeyFile>
    3356  </PropertyGroup>
    3457  <ItemGroup>
     
    5578  </ItemGroup>
    5679  <ItemGroup>
     80    <None Include="QAP\Initial.sql" />
    5781    <Content Include="QAP\QAP.svc" />
    58     <Content Include="Web.config" />
     82    <Content Include="Web.config">
     83      <SubType>Designer</SubType>
     84    </Content>
    5985    <Content Include="Web.Debug.config">
    6086      <DependentUpon>Web.config</DependentUpon>
     
    6995      <LastGenOutput>ProblemInstancesModel.Designer.cs</LastGenOutput>
    7096    </EntityDeploy>
     97    <None Include="HeuristicLab.snk" />
    7198    <None Include="Properties\AssemblyInfo.frame" />
    72     <Compile Include="PrimitiveSerializationException.cs" />
    73     <Compile Include="PrimitiveSerializer.cs" />
     99    <Compile Include="Auxiliary.cs" />
     100    <Compile Include="SimpleSerializationException.cs" />
     101    <Compile Include="SimpleSerializer.cs" />
    74102    <Compile Include="ProblemInstancesModel.Designer.cs">
    75103      <AutoGen>True</AutoGen>
Note: See TracChangeset for help on using the changeset viewer.