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 >{A8F9A08B-E704-4C77-939B-B56670A2A98D}</ProjectGuid >
8+ <ProjectTypeGuids >{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids >
9+ <OutputType >Library</OutputType >
10+ <AppDesignerFolder >Properties</AppDesignerFolder >
11+ <RootNamespace >ServiceStack.Hello</RootNamespace >
12+ <AssemblyName >ServiceStack.Hello</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 =" ServiceStack, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
34+ <SpecificVersion >False</SpecificVersion >
35+ <HintPath >..\..\libs\ServiceStack.dll</HintPath >
36+ </Reference >
37+ <Reference Include =" ServiceStack.Interfaces, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
38+ <SpecificVersion >False</SpecificVersion >
39+ <HintPath >..\..\libs\ServiceStack.Interfaces.dll</HintPath >
40+ </Reference >
41+ <Reference Include =" System" />
42+ <Reference Include =" System.Data" />
43+ <Reference Include =" System.Core" >
44+ <RequiredTargetFramework >3.5</RequiredTargetFramework >
45+ </Reference >
46+ <Reference Include =" System.Data.DataSetExtensions" >
47+ <RequiredTargetFramework >3.5</RequiredTargetFramework >
48+ </Reference >
49+ <Reference Include =" System.Runtime.Serialization" >
50+ <RequiredTargetFramework >3.0</RequiredTargetFramework >
51+ </Reference >
52+ <Reference Include =" System.Web.Extensions" >
53+ <RequiredTargetFramework >3.5</RequiredTargetFramework >
54+ </Reference >
55+ <Reference Include =" System.Xml.Linq" >
56+ <RequiredTargetFramework >3.5</RequiredTargetFramework >
57+ </Reference >
58+ <Reference Include =" System.Drawing" />
59+ <Reference Include =" System.Web" />
60+ <Reference Include =" System.Xml" />
61+ <Reference Include =" System.Configuration" />
62+ <Reference Include =" System.Web.Services" />
63+ <Reference Include =" System.EnterpriseServices" />
64+ <Reference Include =" System.Web.Mobile" />
65+ </ItemGroup >
66+ <ItemGroup >
67+ <Content Include =" Default.aspx" />
68+ <Content Include =" Global.asax" />
69+ <Content Include =" Web.config" />
70+ </ItemGroup >
71+ <ItemGroup >
72+ <Compile Include =" Default.aspx.cs" >
73+ <SubType >ASPXCodeBehind</SubType >
74+ <DependentUpon >Default.aspx</DependentUpon >
75+ </Compile >
76+ <Compile Include =" Default.aspx.designer.cs" >
77+ <DependentUpon >Default.aspx</DependentUpon >
78+ </Compile >
79+ <Compile Include =" Global.asax.cs" >
80+ <DependentUpon >Global.asax</DependentUpon >
81+ </Compile >
82+ <Compile Include =" Properties\AssemblyInfo.cs" />
83+ </ItemGroup >
84+ <ItemGroup >
85+ <Folder Include =" App_Data\" />
86+ </ItemGroup >
87+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
88+ <Import Project =" $(MSBuildExtensionsPath)\Microsoft\VisualStudio\v9.0\WebApplications\Microsoft.WebApplication.targets" />
89+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
90+ Other similar extension points exist, see Microsoft.Common.targets.
91+ <Target Name="BeforeBuild">
92+ </Target>
93+ <Target Name="AfterBuild">
94+ </Target>
95+ -->
96+ <ProjectExtensions >
97+ <VisualStudio >
98+ <FlavorProperties GUID =" {349c5851-65df-11da-9384-00065b846f21}" >
99+ <WebProjectProperties >
100+ <UseIIS >False</UseIIS >
101+ <AutoAssignPort >True</AutoAssignPort >
102+ <DevelopmentServerPort >62577</DevelopmentServerPort >
103+ <DevelopmentServerVPath >/</DevelopmentServerVPath >
104+ <IISUrl >
105+ </IISUrl >
106+ <NTLMAuthentication >False</NTLMAuthentication >
107+ <UseCustomServer >False</UseCustomServer >
108+ <CustomServerUrl >
109+ </CustomServerUrl >
110+ <SaveServerSettingsInUserFile >False</SaveServerSettingsInUserFile >
111+ </WebProjectProperties >
112+ </FlavorProperties >
113+ </VisualStudio >
114+ </ProjectExtensions >
115+ </Project >
0 commit comments