1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 12.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 >{9FD86549-6793-45BB-A421-B52A527EDBED}</ProjectGuid >
11+ <ProjectTypeGuids >{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids >
12+ <OutputType >Library</OutputType >
13+ <AppDesignerFolder >Properties</AppDesignerFolder >
14+ <RootNamespace >AngularJS_VisualStudio_Intellisense</RootNamespace >
15+ <AssemblyName >AngularJS-VisualStudio-Intellisense</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+ <None Include =" Scripts\_references.js" />
61+ <Content Include =" Scripts\_intellisense-tests.js" />
62+ <Content Include =" Scripts\_intellisense.js" />
63+ </ItemGroup >
64+ <ItemGroup >
65+ <Folder Include =" Properties\" />
66+ </ItemGroup >
67+ <PropertyGroup >
68+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >10.0</VisualStudioVersion >
69+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
70+ </PropertyGroup >
71+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
72+ <Import Project =" $(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition =" '$(VSToolsPath)' != ''" />
73+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition =" false" />
74+ <ProjectExtensions >
75+ <VisualStudio >
76+ <FlavorProperties GUID =" {349c5851-65df-11da-9384-00065b846f21}" >
77+ <WebProjectProperties >
78+ <UseIIS >True</UseIIS >
79+ <AutoAssignPort >True</AutoAssignPort >
80+ <DevelopmentServerPort >1591</DevelopmentServerPort >
81+ <DevelopmentServerVPath >/</DevelopmentServerVPath >
82+ <IISUrl >http://localhost:1591/</IISUrl >
83+ <NTLMAuthentication >False</NTLMAuthentication >
84+ <UseCustomServer >False</UseCustomServer >
85+ <CustomServerUrl >
86+ </CustomServerUrl >
87+ <SaveServerSettingsInUserFile >False</SaveServerSettingsInUserFile >
88+ </WebProjectProperties >
89+ </FlavorProperties >
90+ </VisualStudio >
91+ </ProjectExtensions >
92+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
93+ Other similar extension points exist, see Microsoft.Common.targets.
94+ <Target Name="BeforeBuild">
95+ </Target>
96+ <Target Name="AfterBuild">
97+ </Target>
98+ -->
99+ </Project >
0 commit comments