Free cookie consent management tool by TermsFeed Policy Generator

source: branches/GeneralizedQAP/HeuristicLab.Services.Hello/3.3/HeuristicLab.Services.Hello-3.3.csproj @ 6878

Last change on this file since 6878 was 6853, checked in by abeham, 13 years ago

#1619

  • renamed script
File size: 5.8 KB
Line 
1<?xml version="1.0" encoding="utf-8"?>
2<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3  <PropertyGroup>
4    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5    <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6    <ProductVersion>
7    </ProductVersion>
8    <SchemaVersion>2.0</SchemaVersion>
9    <ProjectGuid>{2C1C8598-D001-4414-BD0F-531FA259A82C}</ProjectGuid>
10    <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
11    <OutputType>Library</OutputType>
12    <AppDesignerFolder>Properties</AppDesignerFolder>
13    <RootNamespace>HeuristicLab.Services.Hello</RootNamespace>
14    <AssemblyName>HeuristicLab.Services.Hello-3.3</AssemblyName>
15    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
16  </PropertyGroup>
17  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
18    <DebugSymbols>true</DebugSymbols>
19    <DebugType>full</DebugType>
20    <Optimize>false</Optimize>
21    <OutputPath>bin\</OutputPath>
22    <DefineConstants>DEBUG;TRACE</DefineConstants>
23    <ErrorReport>prompt</ErrorReport>
24    <WarningLevel>4</WarningLevel>
25  </PropertyGroup>
26  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
27    <DebugType>pdbonly</DebugType>
28    <Optimize>true</Optimize>
29    <OutputPath>bin\</OutputPath>
30    <DefineConstants>TRACE</DefineConstants>
31    <ErrorReport>prompt</ErrorReport>
32    <WarningLevel>4</WarningLevel>
33    <PublishDatabaseSettings>
34      <Objects>
35        <ObjectGroup Name="HelloEntities-Deployment" Order="1" Enabled="True" Description="Last Database update 23-09-2011">
36          <Destination Path="Data Source=SERVICES%3bInitial Catalog=HelloDatabase%3bIntegrated Security=True" />
37          <Object Type="dbFullSql" Enabled="False">
38            <PreSource Path="Data Source=LOCALHOST\SQLEXPRESS%3bInitial Catalog=HelloDatabase%3bIntegrated Security=True" ScriptSchema="True" ScriptData="False" CopyAllFullTextCatalogs="False" />
39            <Source Path="obj\Release\AutoScripts\HelloEntities-Deployment_SchemaOnly.sql" Transacted="True" />
40          </Object>
41          <Object Type="dbFullSql" Enabled="False" xmlns="">
42            <Source Path="SQLScripts\CreateUsers.sql" Transacted="False" />
43          </Object>
44        </ObjectGroup>
45      </Objects>
46    </PublishDatabaseSettings>
47  </PropertyGroup>
48  <ItemGroup>
49    <Reference Include="Microsoft.CSharp" />
50    <Reference Include="System.Data.Entity" />
51    <Reference Include="System.Security" />
52    <Reference Include="System.Web.DynamicData" />
53    <Reference Include="System.Web.Entity" />
54    <Reference Include="System.Web.ApplicationServices" />
55    <Reference Include="System" />
56    <Reference Include="System.Configuration" />
57    <Reference Include="System.Core" />
58    <Reference Include="System.Data" />
59    <Reference Include="System.Drawing" />
60    <Reference Include="System.EnterpriseServices" />
61    <Reference Include="System.Runtime.Serialization" />
62    <Reference Include="System.ServiceModel" />
63    <Reference Include="System.ServiceModel.Web" />
64    <Reference Include="System.Web" />
65    <Reference Include="System.Web.Extensions" />
66    <Reference Include="System.Web.Services" />
67    <Reference Include="System.Xml" />
68    <Reference Include="System.Xml.Linq" />
69  </ItemGroup>
70  <ItemGroup>
71    <Content Include="HelloService.svc" />
72    <Content Include="SQLScripts\CreateUsers.sql" />
73    <Content Include="Web.config" />
74    <Content Include="Web.Debug.config">
75      <DependentUpon>Web.config</DependentUpon>
76    </Content>
77    <Content Include="Web.Release.config">
78      <DependentUpon>Web.config</DependentUpon>
79    </Content>
80  </ItemGroup>
81  <ItemGroup>
82    <Compile Include="HelloModel.Designer.cs">
83      <AutoGen>True</AutoGen>
84      <DesignTime>True</DesignTime>
85      <DependentUpon>HelloModel.edmx</DependentUpon>
86    </Compile>
87    <Compile Include="HelloService.svc.cs">
88      <DependentUpon>HelloService.svc</DependentUpon>
89    </Compile>
90    <Compile Include="IHelloService.cs" />
91    <Compile Include="Properties\AssemblyInfo.cs" />
92  </ItemGroup>
93  <ItemGroup>
94    <Folder Include="App_Data\" />
95  </ItemGroup>
96  <ItemGroup>
97    <EntityDeploy Include="HelloModel.edmx">
98      <Generator>EntityModelCodeGenerator</Generator>
99      <LastGenOutput>HelloModel.Designer.cs</LastGenOutput>
100    </EntityDeploy>
101  </ItemGroup>
102  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
103  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
104  <ProjectExtensions>
105    <VisualStudio>
106      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
107        <WebProjectProperties>
108          <UseIIS>False</UseIIS>
109          <AutoAssignPort>True</AutoAssignPort>
110          <DevelopmentServerPort>12595</DevelopmentServerPort>
111          <DevelopmentServerVPath>/</DevelopmentServerVPath>
112          <IISUrl>
113          </IISUrl>
114          <NTLMAuthentication>False</NTLMAuthentication>
115          <UseCustomServer>False</UseCustomServer>
116          <CustomServerUrl>
117          </CustomServerUrl>
118          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
119          <EnableWcfTestClientForSVCDefaultValue>True</EnableWcfTestClientForSVCDefaultValue>
120        </WebProjectProperties>
121      </FlavorProperties>
122    </VisualStudio>
123  </ProjectExtensions>
124  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
125       Other similar extension points exist, see Microsoft.Common.targets.
126  <Target Name="BeforeBuild">
127  </Target>
128  <Target Name="AfterBuild">
129  </Target>
130  -->
131</Project>
Note: See TracBrowser for help on using the repository browser.