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 >{A83EDEE0-E72B-43F5-AE4B-64BE857EA4B2}</ProjectGuid >
11
+ <ProjectTypeGuids >{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids >
12
+ <OutputType >Library</OutputType >
13
+ <AppDesignerFolder >Properties</AppDesignerFolder >
14
+ <RootNamespace >AzureMap</RootNamespace >
15
+ <AssemblyName >AzureMap</AssemblyName >
16
+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
17
+ <MvcBuildViews >false</MvcBuildViews >
18
+ <UseIISExpress >true</UseIISExpress >
19
+ <IISExpressSSLPort />
20
+ <IISExpressAnonymousAuthentication />
21
+ <IISExpressWindowsAuthentication />
22
+ <IISExpressUseClassicPipelineMode />
23
+ </PropertyGroup >
24
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
25
+ <DebugSymbols >true</DebugSymbols >
26
+ <DebugType >full</DebugType >
27
+ <Optimize >false</Optimize >
28
+ <OutputPath >bin\</OutputPath >
29
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
30
+ <ErrorReport >prompt</ErrorReport >
31
+ <WarningLevel >4</WarningLevel >
32
+ </PropertyGroup >
33
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
34
+ <DebugType >pdbonly</DebugType >
35
+ <Optimize >true</Optimize >
36
+ <OutputPath >bin\</OutputPath >
37
+ <DefineConstants >TRACE</DefineConstants >
38
+ <ErrorReport >prompt</ErrorReport >
39
+ <WarningLevel >4</WarningLevel >
40
+ </PropertyGroup >
41
+ <ItemGroup >
42
+ <Reference Include =" Microsoft.CSharp" />
43
+ <Reference Include =" System" />
44
+ <Reference Include =" System.Data" />
45
+ <Reference Include =" System.Data.Entity" />
46
+ <Reference Include =" System.Drawing" />
47
+ <Reference Include =" System.Runtime.Serialization" />
48
+ <Reference Include =" System.Web.DynamicData" />
49
+ <Reference Include =" System.Web.Entity" />
50
+ <Reference Include =" System.Web.ApplicationServices" />
51
+ <Reference Include =" System.ComponentModel.DataAnnotations" />
52
+ <Reference Include =" System.Core" />
53
+ <Reference Include =" System.Data.DataSetExtensions" />
54
+ <Reference Include =" System.Xml.Linq" />
55
+ <Reference Include =" System.Web" />
56
+ <Reference Include =" System.Web.Extensions" />
57
+ <Reference Include =" System.Web.Abstractions" />
58
+ <Reference Include =" System.Web.Routing" />
59
+ <Reference Include =" System.Xml" />
60
+ <Reference Include =" System.Configuration" />
61
+ <Reference Include =" System.Web.Services" />
62
+ <Reference Include =" System.EnterpriseServices" />
63
+ <Reference Include =" Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
64
+ <Private >True</Private >
65
+ <HintPath >..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath >
66
+ </Reference >
67
+ <Reference Include =" System.Net.Http" >
68
+ </Reference >
69
+ <Reference Include =" System.Net.Http.WebRequest" >
70
+ </Reference >
71
+ <Reference Include =" System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
72
+ <Private >True</Private >
73
+ <HintPath >..\packages\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.Helpers.dll</HintPath >
74
+ </Reference >
75
+ <Reference Include =" System.Web.Mvc, Version=5.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
76
+ <Private >True</Private >
77
+ <HintPath >..\packages\Microsoft.AspNet.Mvc.5.0.0\lib\net45\System.Web.Mvc.dll</HintPath >
78
+ </Reference >
79
+ <Reference Include =" System.Web.Optimization" >
80
+ <HintPath >..\packages\Microsoft.AspNet.Web.Optimization.1.1.1\lib\net40\System.Web.Optimization.dll</HintPath >
81
+ </Reference >
82
+ <Reference Include =" System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
83
+ <Private >True</Private >
84
+ <HintPath >..\packages\Microsoft.AspNet.Razor.3.0.0\lib\net45\System.Web.Razor.dll</HintPath >
85
+ </Reference >
86
+ <Reference Include =" System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
87
+ <Private >True</Private >
88
+ <HintPath >..\packages\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.WebPages.dll</HintPath >
89
+ </Reference >
90
+ <Reference Include =" System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
91
+ <Private >True</Private >
92
+ <HintPath >..\packages\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.WebPages.Deployment.dll</HintPath >
93
+ </Reference >
94
+ <Reference Include =" System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
95
+ <Private >True</Private >
96
+ <HintPath >..\packages\Microsoft.AspNet.WebPages.3.0.0\lib\net45\System.Web.WebPages.Razor.dll</HintPath >
97
+ </Reference >
98
+ <Reference Include =" Newtonsoft.Json" >
99
+ <Private >True</Private >
100
+ <HintPath >..\packages\Newtonsoft.Json.5.0.6\lib\net45\Newtonsoft.Json.dll</HintPath >
101
+ </Reference >
102
+ <Reference Include =" WebGrease" >
103
+ <Private >True</Private >
104
+ <HintPath >..\packages\WebGrease.1.5.2\lib\WebGrease.dll</HintPath >
105
+ </Reference >
106
+ <Reference Include =" Antlr3.Runtime" >
107
+ <Private >True</Private >
108
+ <HintPath >..\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll</HintPath >
109
+ </Reference >
110
+ </ItemGroup >
111
+ <ItemGroup >
112
+ <Folder Include =" App_Data\" />
113
+ <Folder Include =" Models\" />
114
+ </ItemGroup >
115
+ <ItemGroup >
116
+ <Compile Include =" App_Start\BundleConfig.cs" />
117
+ <Compile Include =" App_Start\FilterConfig.cs" />
118
+ <Compile Include =" App_Start\RouteConfig.cs" />
119
+ <Compile Include =" Controllers\HomeController.cs" />
120
+ <Compile Include =" Global.asax.cs" >
121
+ <DependentUpon >Global.asax</DependentUpon >
122
+ </Compile >
123
+ <Compile Include =" Properties\AssemblyInfo.cs" />
124
+ </ItemGroup >
125
+ <ItemGroup >
126
+ <Content Include =" Content\bootstrap.css" />
127
+ <Content Include =" Content\bootstrap.min.css" />
128
+ <Content Include =" Content\DataCenterMapper.css" />
129
+ <Content Include =" dcLocList.js" >
130
+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
131
+ </Content >
132
+ <Content Include =" favicon.ico" />
133
+ <Content Include =" fonts\glyphicons-halflings-regular.svg" />
134
+ <Content Include =" Global.asax" />
135
+ <Content Include =" Content\Site.css" />
136
+ <Content Include =" Scripts\bootstrap.js" />
137
+ <Content Include =" Scripts\bootstrap.min.js" />
138
+ <None Include =" Scripts\jquery-1.10.2.intellisense.js" />
139
+ <Content Include =" Scripts\DataCenterMapper.js" />
140
+ <Content Include =" Scripts\jquery-1.10.2.js" />
141
+ <Content Include =" Scripts\jquery-1.10.2.min.js" />
142
+ <Content Include =" Scripts\modernizr-2.6.2.js" />
143
+ <Content Include =" Scripts\respond.js" />
144
+ <Content Include =" Scripts\respond.min.js" />
145
+ <Content Include =" Scripts\_references.js" />
146
+ <Content Include =" Web.config" />
147
+ <Content Include =" Web.Debug.config" >
148
+ <DependentUpon >Web.config</DependentUpon >
149
+ </Content >
150
+ <Content Include =" Web.Release.config" >
151
+ <DependentUpon >Web.config</DependentUpon >
152
+ </Content >
153
+ <Content Include =" Views\Web.config" />
154
+ <Content Include =" Views\_ViewStart.cshtml" />
155
+ <Content Include =" Views\Shared\Error.cshtml" />
156
+ <Content Include =" Views\Shared\_Layout.cshtml" />
157
+ <Content Include =" Views\Home\About.cshtml" />
158
+ <Content Include =" Views\Home\Contact.cshtml" />
159
+ <Content Include =" Views\Home\Index.cshtml" />
160
+ <Content Include =" Scripts\jquery-1.10.2.min.map" />
161
+ </ItemGroup >
162
+ <ItemGroup />
163
+ <ItemGroup >
164
+ <Content Include =" fonts\glyphicons-halflings-regular.woff" />
165
+ <Content Include =" fonts\glyphicons-halflings-regular.ttf" />
166
+ <Content Include =" fonts\glyphicons-halflings-regular.eot" />
167
+ <Content Include =" packages.config" />
168
+ <None Include =" Project_Readme.html" />
169
+ </ItemGroup >
170
+ <PropertyGroup >
171
+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >10.0</VisualStudioVersion >
172
+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
173
+ </PropertyGroup >
174
+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
175
+ <Import Project =" $(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition =" '$(VSToolsPath)' != ''" />
176
+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition =" false" />
177
+ <Target Name =" MvcBuildViews" AfterTargets =" AfterBuild" Condition =" '$(MvcBuildViews)'=='true'" >
178
+ <AspNetCompiler VirtualPath =" temp" PhysicalPath =" $(WebProjectOutputDir)" />
179
+ </Target >
180
+ <ProjectExtensions >
181
+ <VisualStudio >
182
+ <FlavorProperties GUID =" {349c5851-65df-11da-9384-00065b846f21}" >
183
+ <WebProjectProperties >
184
+ <UseIIS >True</UseIIS >
185
+ <AutoAssignPort >True</AutoAssignPort >
186
+ <DevelopmentServerPort >14226</DevelopmentServerPort >
187
+ <DevelopmentServerVPath >/</DevelopmentServerVPath >
188
+ <IISUrl >http://localhost:14226/</IISUrl >
189
+ <NTLMAuthentication >False</NTLMAuthentication >
190
+ <UseCustomServer >False</UseCustomServer >
191
+ <CustomServerUrl >
192
+ </CustomServerUrl >
193
+ <SaveServerSettingsInUserFile >False</SaveServerSettingsInUserFile >
194
+ </WebProjectProperties >
195
+ </FlavorProperties >
196
+ </VisualStudio >
197
+ </ProjectExtensions >
198
+ <PropertyGroup >
199
+ <PreBuildEvent >$(ProjectDir)..\DataCenterJavaScriptGenerator\bin\$(ConfigurationName)\DataCenterJavaScriptGenerator > $(ProjectDir)\dcLocList.js</PreBuildEvent >
200
+ </PropertyGroup >
201
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
202
+ Other similar extension points exist, see Microsoft.Common.targets.
203
+ <Target Name="BeforeBuild">
204
+ </Target>
205
+ <Target Name="AfterBuild">
206
+ </Target> -->
207
+ </Project >
0 commit comments