1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProductVersion >
8+ </ProductVersion >
9+ <SchemaVersion >2.0</SchemaVersion >
10+ <ProjectGuid >{3B596E09-8C54-4C34-9DFE-D4BD84DE8908}</ProjectGuid >
11+ <ProjectTypeGuids >{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids >
12+ <OutputType >Library</OutputType >
13+ <AppDesignerFolder >Properties</AppDesignerFolder >
14+ <RootNamespace >ModularDemo</RootNamespace >
15+ <AssemblyName >ModularDemo</AssemblyName >
16+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
17+ <UseIISExpress >true</UseIISExpress >
18+ <IISExpressSSLPort />
19+ <IISExpressAnonymousAuthentication />
20+ <IISExpressWindowsAuthentication />
21+ <IISExpressUseClassicPipelineMode />
22+ </PropertyGroup >
23+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
24+ <DebugSymbols >true</DebugSymbols >
25+ <DebugType >full</DebugType >
26+ <Optimize >false</Optimize >
27+ <OutputPath >bin\</OutputPath >
28+ <DefineConstants >DEBUG;TRACE</DefineConstants >
29+ <ErrorReport >prompt</ErrorReport >
30+ <WarningLevel >4</WarningLevel >
31+ </PropertyGroup >
32+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
33+ <DebugType >pdbonly</DebugType >
34+ <Optimize >true</Optimize >
35+ <OutputPath >bin\</OutputPath >
36+ <DefineConstants >TRACE</DefineConstants >
37+ <ErrorReport >prompt</ErrorReport >
38+ <WarningLevel >4</WarningLevel >
39+ </PropertyGroup >
40+ <ItemGroup >
41+ <Reference Include =" Microsoft.CSharp" />
42+ <Reference Include =" System.Web.DynamicData" />
43+ <Reference Include =" System.Web.Entity" />
44+ <Reference Include =" System.Web.ApplicationServices" />
45+ <Reference Include =" System.ComponentModel.DataAnnotations" />
46+ <Reference Include =" System" />
47+ <Reference Include =" System.Data" />
48+ <Reference Include =" System.Core" />
49+ <Reference Include =" System.Data.DataSetExtensions" />
50+ <Reference Include =" System.Web.Extensions" />
51+ <Reference Include =" System.Xml.Linq" />
52+ <Reference Include =" System.Drawing" />
53+ <Reference Include =" System.Web" />
54+ <Reference Include =" System.Xml" />
55+ <Reference Include =" System.Configuration" />
56+ <Reference Include =" System.Web.Services" />
57+ <Reference Include =" System.EnterpriseServices" />
58+ </ItemGroup >
59+ <ItemGroup >
60+ <Content Include =" ScriptsBefore\alerter.js" />
61+ <Content Include =" ScriptsBefore\dataservice.js" />
62+ <Content Include =" ScriptsBefore\main.js" />
63+ <Content Include =" index.before.html" />
64+ <Content Include =" index.after.html" />
65+ <Content Include =" Require.JS - LICENSE.txt" />
66+ <Content Include =" Scripts\alerter.js" />
67+ <Content Include =" Scripts\main.js" />
68+ <Content Include =" Scripts\dataservice.js" />
69+ <Content Include =" Scripts\require.js" />
70+ <Content Include =" Web.config" />
71+ </ItemGroup >
72+ <ItemGroup >
73+ <Compile Include =" Properties\AssemblyInfo.cs" />
74+ </ItemGroup >
75+ <ItemGroup >
76+ <Content Include =" packages.config" />
77+ <None Include =" Web.Debug.config" >
78+ <DependentUpon >Web.config</DependentUpon >
79+ </None >
80+ <None Include =" Web.Release.config" >
81+ <DependentUpon >Web.config</DependentUpon >
82+ </None >
83+ </ItemGroup >
84+ <PropertyGroup >
85+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >10.0</VisualStudioVersion >
86+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
87+ </PropertyGroup >
88+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
89+ <Import Project =" $(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition =" '$(VSToolsPath)' != ''" />
90+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition =" false" />
91+ <ProjectExtensions >
92+ <VisualStudio >
93+ <FlavorProperties GUID =" {349c5851-65df-11da-9384-00065b846f21}" >
94+ <WebProjectProperties >
95+ <UseIIS >True</UseIIS >
96+ <AutoAssignPort >True</AutoAssignPort >
97+ <DevelopmentServerPort >0</DevelopmentServerPort >
98+ <DevelopmentServerVPath >/</DevelopmentServerVPath >
99+ <IISUrl >http://localhost:9871/</IISUrl >
100+ <NTLMAuthentication >False</NTLMAuthentication >
101+ <UseCustomServer >False</UseCustomServer >
102+ <CustomServerUrl >
103+ </CustomServerUrl >
104+ <SaveServerSettingsInUserFile >False</SaveServerSettingsInUserFile >
105+ </WebProjectProperties >
106+ </FlavorProperties >
107+ </VisualStudio >
108+ </ProjectExtensions >
109+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
110+ Other similar extension points exist, see Microsoft.Common.targets.
111+ <Target Name="BeforeBuild">
112+ </Target>
113+ <Target Name="AfterBuild">
114+ </Target>
115+ -->
116+ </Project >
0 commit comments