[2517] | 1 | <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
---|
| 2 | <PropertyGroup>
|
---|
| 3 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
---|
| 4 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
---|
| 5 | <ProductVersion>9.0.30729</ProductVersion>
|
---|
| 6 | <SchemaVersion>2.0</SchemaVersion>
|
---|
| 7 | <ProjectGuid>{39619691-BDCA-44E1-9642-ADA5F85C62A2}</ProjectGuid>
|
---|
| 8 | <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
|
---|
| 9 | <OutputType>Library</OutputType>
|
---|
| 10 | <AppDesignerFolder>Properties</AppDesignerFolder>
|
---|
| 11 | <RootNamespace>HeuristicLab.Update.Service</RootNamespace>
|
---|
| 12 | <AssemblyName>HeuristicLab.Update.Service</AssemblyName>
|
---|
| 13 | <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
---|
| 14 | </PropertyGroup>
|
---|
| 15 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
---|
| 16 | <DebugSymbols>true</DebugSymbols>
|
---|
| 17 | <DebugType>full</DebugType>
|
---|
| 18 | <Optimize>false</Optimize>
|
---|
| 19 | <OutputPath>bin\</OutputPath>
|
---|
| 20 | <DefineConstants>DEBUG;TRACE</DefineConstants>
|
---|
| 21 | <ErrorReport>prompt</ErrorReport>
|
---|
| 22 | <WarningLevel>4</WarningLevel>
|
---|
| 23 | </PropertyGroup>
|
---|
| 24 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
---|
| 25 | <DebugType>pdbonly</DebugType>
|
---|
| 26 | <Optimize>true</Optimize>
|
---|
| 27 | <OutputPath>bin\</OutputPath>
|
---|
| 28 | <DefineConstants>TRACE</DefineConstants>
|
---|
| 29 | <ErrorReport>prompt</ErrorReport>
|
---|
| 30 | <WarningLevel>4</WarningLevel>
|
---|
| 31 | </PropertyGroup>
|
---|
| 32 | <ItemGroup>
|
---|
| 33 | <Reference Include="ICSharpCode.SharpZipLib, Version=0.85.4.369, Culture=neutral, PublicKeyToken=1b03e6acf1164f73, processorArchitecture=MSIL">
|
---|
| 34 | <SpecificVersion>False</SpecificVersion>
|
---|
| 35 | <HintPath>.\ICSharpCode.SharpZipLib.dll</HintPath>
|
---|
| 36 | </Reference>
|
---|
| 37 | <Reference Include="System" />
|
---|
| 38 | <Reference Include="System.Configuration" />
|
---|
| 39 | <Reference Include="System.Core">
|
---|
| 40 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 41 | </Reference>
|
---|
| 42 | <Reference Include="System.Data" />
|
---|
[2528] | 43 | <Reference Include="System.Data.Linq">
|
---|
| 44 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 45 | </Reference>
|
---|
[2517] | 46 | <Reference Include="System.Drawing" />
|
---|
| 47 | <Reference Include="System.EnterpriseServices" />
|
---|
| 48 | <Reference Include="System.Runtime.Serialization">
|
---|
| 49 | <RequiredTargetFramework>3.0</RequiredTargetFramework>
|
---|
| 50 | </Reference>
|
---|
| 51 | <Reference Include="System.ServiceModel">
|
---|
| 52 | <RequiredTargetFramework>3.0</RequiredTargetFramework>
|
---|
| 53 | </Reference>
|
---|
| 54 | <Reference Include="System.Web" />
|
---|
| 55 | <Reference Include="System.Web.Extensions">
|
---|
| 56 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 57 | </Reference>
|
---|
| 58 | <Reference Include="System.Web.Mobile" />
|
---|
| 59 | <Reference Include="System.Web.Services" />
|
---|
| 60 | <Reference Include="System.Xml" />
|
---|
| 61 | <Reference Include="System.Xml.Linq">
|
---|
| 62 | <RequiredTargetFramework>3.5</RequiredTargetFramework>
|
---|
| 63 | </Reference>
|
---|
| 64 | </ItemGroup>
|
---|
| 65 | <ItemGroup>
|
---|
| 66 | <Content Include="UpdateLocation.svc" />
|
---|
| 67 | <Content Include="Web.config" />
|
---|
| 68 | </ItemGroup>
|
---|
| 69 | <ItemGroup>
|
---|
[2528] | 70 | <Compile Include="PluginStore.designer.cs">
|
---|
| 71 | <AutoGen>True</AutoGen>
|
---|
| 72 | <DesignTime>True</DesignTime>
|
---|
| 73 | <DependentUpon>PluginStore.dbml</DependentUpon>
|
---|
| 74 | </Compile>
|
---|
[2517] | 75 | <Compile Include="UpdateLocation.svc.cs">
|
---|
| 76 | <DependentUpon>UpdateLocation.svc</DependentUpon>
|
---|
| 77 | </Compile>
|
---|
| 78 | <Compile Include="IUpdateLocation.cs" />
|
---|
| 79 | <Compile Include="Properties\AssemblyInfo.cs" />
|
---|
| 80 | </ItemGroup>
|
---|
| 81 | <ItemGroup>
|
---|
| 82 | <ProjectReference Include="..\HeuristicLab.PluginInfrastructure\HeuristicLab.PluginInfrastructure.csproj">
|
---|
| 83 | <Project>{94186A6A-5176-4402-AE83-886557B53CCA}</Project>
|
---|
| 84 | <Name>HeuristicLab.PluginInfrastructure</Name>
|
---|
| 85 | </ProjectReference>
|
---|
| 86 | </ItemGroup>
|
---|
| 87 | <ItemGroup>
|
---|
[2528] | 88 | <None Include="PluginStore.dbml">
|
---|
| 89 | <Generator>MSLinqToSQLGenerator</Generator>
|
---|
| 90 | <LastGenOutput>PluginStore.designer.cs</LastGenOutput>
|
---|
| 91 | <SubType>Designer</SubType>
|
---|
| 92 | </None>
|
---|
| 93 | </ItemGroup>
|
---|
| 94 | <ItemGroup>
|
---|
| 95 | <Service Include="{3259AA49-8AA1-44D3-9025-A0B520596A8C}" />
|
---|
| 96 | </ItemGroup>
|
---|
| 97 | <ItemGroup>
|
---|
| 98 | <None Include="PluginStore.dbml.layout">
|
---|
| 99 | <DependentUpon>PluginStore.dbml</DependentUpon>
|
---|
| 100 | </None>
|
---|
| 101 | </ItemGroup>
|
---|
| 102 | <ItemGroup>
|
---|
[2517] | 103 | <Folder Include="App_Data\" />
|
---|
| 104 | </ItemGroup>
|
---|
| 105 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
---|
| 106 | <Import Project="$(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets" />
|
---|
| 107 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
|
---|
| 108 | Other similar extension points exist, see Microsoft.Common.targets.
|
---|
| 109 | <Target Name="BeforeBuild">
|
---|
| 110 | </Target>
|
---|
| 111 | <Target Name="AfterBuild">
|
---|
| 112 | </Target>
|
---|
| 113 | -->
|
---|
| 114 | <ProjectExtensions>
|
---|
| 115 | <VisualStudio>
|
---|
| 116 | <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
---|
| 117 | <WebProjectProperties>
|
---|
| 118 | <UseIIS>False</UseIIS>
|
---|
| 119 | <AutoAssignPort>True</AutoAssignPort>
|
---|
| 120 | <DevelopmentServerPort>59253</DevelopmentServerPort>
|
---|
| 121 | <DevelopmentServerVPath>/</DevelopmentServerVPath>
|
---|
| 122 | <IISUrl>
|
---|
| 123 | </IISUrl>
|
---|
| 124 | <NTLMAuthentication>False</NTLMAuthentication>
|
---|
| 125 | <UseCustomServer>False</UseCustomServer>
|
---|
| 126 | <CustomServerUrl>
|
---|
| 127 | </CustomServerUrl>
|
---|
| 128 | <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
|
---|
| 129 | </WebProjectProperties>
|
---|
| 130 | </FlavorProperties>
|
---|
| 131 | </VisualStudio>
|
---|
| 132 | </ProjectExtensions>
|
---|
| 133 | </Project> |
---|