Free cookie consent management tool by TermsFeed Policy Generator

source: branches/GeneralizedQAP/HeuristicLab.Services.ProblemInstances/3.3/HeuristicLab.Services.ProblemInstances-3.3.csproj @ 6780

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

#1619

  • restructured files
File size: 6.5 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>{D4E9242F-DAA4-4A15-8DE7-91CECFFFD898}</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.ProblemInstances</RootNamespace>
14    <AssemblyName>HeuristicLab.Services.ProblemInstances-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    <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>
37  </PropertyGroup>
38  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
39    <DebugType>pdbonly</DebugType>
40    <Optimize>true</Optimize>
41    <OutputPath>bin\</OutputPath>
42    <DefineConstants>TRACE</DefineConstants>
43    <ErrorReport>prompt</ErrorReport>
44    <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>
56  </PropertyGroup>
57  <ItemGroup>
58    <Reference Include="Microsoft.CSharp" />
59    <Reference Include="System.Data.Entity" />
60    <Reference Include="System.Security" />
61    <Reference Include="System.Web.DynamicData" />
62    <Reference Include="System.Web.Entity" />
63    <Reference Include="System.Web.ApplicationServices" />
64    <Reference Include="System" />
65    <Reference Include="System.Configuration" />
66    <Reference Include="System.Core" />
67    <Reference Include="System.Data" />
68    <Reference Include="System.Drawing" />
69    <Reference Include="System.EnterpriseServices" />
70    <Reference Include="System.Runtime.Serialization" />
71    <Reference Include="System.ServiceModel" />
72    <Reference Include="System.ServiceModel.Web" />
73    <Reference Include="System.Web" />
74    <Reference Include="System.Web.Extensions" />
75    <Reference Include="System.Web.Services" />
76    <Reference Include="System.Xml" />
77    <Reference Include="System.Xml.Linq" />
78  </ItemGroup>
79  <ItemGroup>
80    <None Include="QAP\Initial.sql" />
81    <Content Include="QAP\QAP.svc" />
82    <Content Include="Web.config">
83      <SubType>Designer</SubType>
84    </Content>
85    <Content Include="Web.Debug.config">
86      <DependentUpon>Web.config</DependentUpon>
87    </Content>
88    <Content Include="Web.Release.config">
89      <DependentUpon>Web.config</DependentUpon>
90    </Content>
91  </ItemGroup>
92  <ItemGroup>
93    <EntityDeploy Include="ProblemInstancesModel.edmx">
94      <Generator>EntityModelCodeGenerator</Generator>
95      <LastGenOutput>ProblemInstancesModel.Designer.cs</LastGenOutput>
96    </EntityDeploy>
97    <None Include="HeuristicLab.snk" />
98    <None Include="Properties\AssemblyInfo.frame" />
99    <Compile Include="Auxiliary.cs" />
100    <Compile Include="SimpleSerializationException.cs" />
101    <Compile Include="SimpleSerializer.cs" />
102    <Compile Include="ProblemInstancesModel.Designer.cs">
103      <AutoGen>True</AutoGen>
104      <DesignTime>True</DesignTime>
105      <DependentUpon>ProblemInstancesModel.edmx</DependentUpon>
106    </Compile>
107    <Compile Include="QAP\IQAP.cs" />
108    <Compile Include="QAP\QAP.svc.cs">
109      <DependentUpon>QAP.svc</DependentUpon>
110    </Compile>
111    <Compile Include="Properties\AssemblyInfo.cs" />
112    <Compile Include="QAP\QAPInstanceDto.cs" />
113    <Compile Include="QAP\QAPSolutionDto.cs" />
114  </ItemGroup>
115  <ItemGroup>
116    <Folder Include="App_Data\" />
117  </ItemGroup>
118  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
119  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" />
120  <ProjectExtensions>
121    <VisualStudio>
122      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
123        <WebProjectProperties>
124          <UseIIS>False</UseIIS>
125          <AutoAssignPort>True</AutoAssignPort>
126          <DevelopmentServerPort>3978</DevelopmentServerPort>
127          <DevelopmentServerVPath>/</DevelopmentServerVPath>
128          <IISUrl>
129          </IISUrl>
130          <NTLMAuthentication>False</NTLMAuthentication>
131          <UseCustomServer>False</UseCustomServer>
132          <CustomServerUrl>
133          </CustomServerUrl>
134          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
135          <EnableWcfTestClientForSVCDefaultValue>True</EnableWcfTestClientForSVCDefaultValue>
136        </WebProjectProperties>
137      </FlavorProperties>
138    </VisualStudio>
139  </ProjectExtensions>
140  <PropertyGroup>
141    <PreBuildEvent>set Path=%25Path%25;$(ProjectDir);$(SolutionDir)
142set ProjectDir=$(ProjectDir)
143set SolutionDir=$(SolutionDir)
144set Outdir=$(Outdir)
145
146call PreBuildEvent.cmd</PreBuildEvent>
147  </PropertyGroup>
148  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
149       Other similar extension points exist, see Microsoft.Common.targets.
150  <Target Name="BeforeBuild">
151  </Target>
152  <Target Name="AfterBuild">
153  </Target>
154  -->
155</Project>
Note: See TracBrowser for help on using the repository browser.