prometheus-net

Форк
0
/
Sample.Web.NetFramework.csproj 
246 строк · 13.1 Кб
1
<?xml version="1.0" encoding="utf-8"?>
2
<Project ToolsVersion="15.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>{35C90741-497A-465C-A018-633FAD414D0D}</ProjectGuid>
11
    <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
12
    <OutputType>Library</OutputType>
13
    <AppDesignerFolder>Properties</AppDesignerFolder>
14
    <RootNamespace>Sample.Web.NetFramework</RootNamespace>
15
    <AssemblyName>Sample.Web.NetFramework</AssemblyName>
16
    <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
17
    <MvcBuildViews>false</MvcBuildViews>
18
    <UseIISExpress>true</UseIISExpress>
19
    <Use64BitIISExpress />
20
    <IISExpressSSLPort />
21
    <IISExpressAnonymousAuthentication />
22
    <IISExpressWindowsAuthentication />
23
    <IISExpressUseClassicPipelineMode />
24
    <UseGlobalApplicationHostFile />
25
    <NuGetPackageImportStamp>
26
    </NuGetPackageImportStamp>
27
  </PropertyGroup>
28
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
29
    <DebugSymbols>true</DebugSymbols>
30
    <DebugType>full</DebugType>
31
    <Optimize>false</Optimize>
32
    <OutputPath>bin\</OutputPath>
33
    <DefineConstants>DEBUG;TRACE</DefineConstants>
34
    <ErrorReport>prompt</ErrorReport>
35
    <WarningLevel>4</WarningLevel>
36
  </PropertyGroup>
37
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
38
    <DebugSymbols>true</DebugSymbols>
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
  </PropertyGroup>
46
  <ItemGroup>
47
    <Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=3.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
48
      <HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.3.6.0\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
49
    </Reference>
50
    <Reference Include="Microsoft.CSharp" />
51
    <Reference Include="Newtonsoft.Json, Version=13.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
52
      <HintPath>..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>
53
    </Reference>
54
    <Reference Include="System" />
55
    <Reference Include="System.Data" />
56
    <Reference Include="System.Drawing" />
57
    <Reference Include="System.Web.DynamicData" />
58
    <Reference Include="System.Web.Entity" />
59
    <Reference Include="System.Web.ApplicationServices" />
60
    <Reference Include="System.ComponentModel.DataAnnotations" />
61
    <Reference Include="System.Core" />
62
    <Reference Include="System.Data.DataSetExtensions" />
63
    <Reference Include="System.Xml.Linq" />
64
    <Reference Include="System.Web" />
65
    <Reference Include="System.Web.Extensions" />
66
    <Reference Include="System.Web.Abstractions" />
67
    <Reference Include="System.Web.Routing" />
68
    <Reference Include="System.Xml" />
69
    <Reference Include="System.Configuration" />
70
    <Reference Include="System.Web.Services" />
71
    <Reference Include="System.EnterpriseServices" />
72
    <Reference Include="Microsoft.Web.Infrastructure, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
73
      <Private>True</Private>
74
      <HintPath>..\packages\Microsoft.Web.Infrastructure.2.0.1\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
75
    </Reference>
76
    <Reference Include="System.Net.Http">
77
    </Reference>
78
    <Reference Include="System.Net.Http.WebRequest">
79
    </Reference>
80
    <Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
81
      <Private>True</Private>
82
      <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.9\lib\net45\System.Web.Helpers.dll</HintPath>
83
    </Reference>
84
    <Reference Include="System.Web.Mvc, Version=5.2.9.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
85
      <Private>True</Private>
86
      <HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.9\lib\net45\System.Web.Mvc.dll</HintPath>
87
    </Reference>
88
    <Reference Include="System.Web.Optimization">
89
      <HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
90
    </Reference>
91
    <Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
92
      <Private>True</Private>
93
      <HintPath>..\packages\Microsoft.AspNet.Razor.3.2.9\lib\net45\System.Web.Razor.dll</HintPath>
94
    </Reference>
95
    <Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
96
      <Private>True</Private>
97
      <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.9\lib\net45\System.Web.WebPages.dll</HintPath>
98
    </Reference>
99
    <Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
100
      <Private>True</Private>
101
      <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.9\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
102
    </Reference>
103
    <Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
104
      <Private>True</Private>
105
      <HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.9\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
106
    </Reference>
107
    <Reference Include="WebGrease">
108
      <Private>True</Private>
109
      <HintPath>..\packages\WebGrease.1.6.0\lib\WebGrease.dll</HintPath>
110
    </Reference>
111
    <Reference Include="Antlr3.Runtime">
112
      <Private>True</Private>
113
      <HintPath>..\packages\Antlr.3.5.0.2\lib\Antlr3.Runtime.dll</HintPath>
114
    </Reference>
115
  </ItemGroup>
116
  <ItemGroup>
117
    <Reference Include="Newtonsoft.Json">
118
      <HintPath>..\packages\Newtonsoft.Json.12.0.2\lib\net45\Newtonsoft.Json.dll</HintPath>
119
    </Reference>
120
    <Reference Include="System.Net.Http.Formatting">
121
      <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.9\lib\net45\System.Net.Http.Formatting.dll</HintPath>
122
    </Reference>
123
    <Reference Include="System.Web.Http">
124
      <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.9\lib\net45\System.Web.Http.dll</HintPath>
125
    </Reference>
126
    <Reference Include="System.Web.Http.WebHost">
127
      <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.9\lib\net45\System.Web.Http.WebHost.dll</HintPath>
128
    </Reference>
129
  </ItemGroup>
130
  <ItemGroup>
131
    <Compile Include="App_Start\BundleConfig.cs" />
132
    <Compile Include="App_Start\FilterConfig.cs" />
133
    <Compile Include="App_Start\RouteConfig.cs" />
134
    <Compile Include="App_Start\WebApiConfig.cs" />
135
    <Compile Include="Controllers\HomeController.cs" />
136
    <Compile Include="Global.asax.cs">
137
      <DependentUpon>Global.asax</DependentUpon>
138
    </Compile>
139
    <Compile Include="Properties\AssemblyInfo.cs" />
140
  </ItemGroup>
141
  <ItemGroup>
142
    <Content Include="Content\bootstrap-theme.css" />
143
    <Content Include="Content\bootstrap-theme.min.css" />
144
    <Content Include="Content\bootstrap.css" />
145
    <Content Include="Content\bootstrap.min.css" />
146
    <Content Include="favicon.ico" />
147
    <Content Include="fonts\glyphicons-halflings-regular.svg" />
148
    <Content Include="Global.asax" />
149
    <Content Include="Content\Site.css" />
150
    <Content Include="Scripts\bootstrap.js" />
151
    <Content Include="Scripts\bootstrap.min.js" />
152
    <None Include="Scripts\jquery-3.4.1.intellisense.js" />
153
    <Content Include="Scripts\jquery-3.4.1.js" />
154
    <Content Include="Scripts\jquery-3.4.1.min.js" />
155
    <Content Include="Scripts\jquery-3.4.1.slim.js" />
156
    <Content Include="Scripts\jquery-3.4.1.slim.min.js" />
157
    <None Include="Scripts\jquery.validate-vsdoc.js" />
158
    <Content Include="Scripts\jquery.validate.js" />
159
    <Content Include="Scripts\jquery.validate.min.js" />
160
    <Content Include="Scripts\jquery.validate.unobtrusive.js" />
161
    <Content Include="Scripts\jquery.validate.unobtrusive.min.js" />
162
    <Content Include="Scripts\modernizr-2.8.3.js" />
163
    <Content Include="Web.config" />
164
    <Content Include="Web.Debug.config">
165
      <DependentUpon>Web.config</DependentUpon>
166
    </Content>
167
    <Content Include="Web.Release.config">
168
      <DependentUpon>Web.config</DependentUpon>
169
    </Content>
170
    <Content Include="Views\Web.config" />
171
    <Content Include="Views\_ViewStart.cshtml" />
172
    <Content Include="Views\Shared\Error.cshtml" />
173
    <Content Include="Views\Shared\_Layout.cshtml" />
174
    <Content Include="Views\Home\About.cshtml" />
175
    <Content Include="Views\Home\Contact.cshtml" />
176
    <Content Include="Views\Home\Index.cshtml" />
177
  </ItemGroup>
178
  <ItemGroup>
179
    <Folder Include="App_Data\" />
180
    <Folder Include="Models\" />
181
  </ItemGroup>
182
  <ItemGroup>
183
    <Content Include="fonts\glyphicons-halflings-regular.woff2" />
184
    <Content Include="fonts\glyphicons-halflings-regular.woff" />
185
    <Content Include="fonts\glyphicons-halflings-regular.ttf" />
186
    <Content Include="fonts\glyphicons-halflings-regular.eot" />
187
    <Content Include="Content\bootstrap.min.css.map" />
188
    <Content Include="Content\bootstrap.css.map" />
189
    <Content Include="Content\bootstrap-theme.min.css.map" />
190
    <Content Include="Content\bootstrap-theme.css.map" />
191
    <None Include="packages.config" />
192
    <Content Include="Scripts\jquery-3.4.1.slim.min.map" />
193
    <Content Include="Scripts\jquery-3.4.1.min.map" />
194
  </ItemGroup>
195
  <ItemGroup>
196
    <ProjectReference Include="..\Prometheus.NetFramework.AspNet\Prometheus.NetFramework.AspNet.csproj">
197
      <Project>{25c05e15-a8f8-4f36-a35c-4004c0948305}</Project>
198
      <Name>Prometheus.NetFramework.AspNet</Name>
199
    </ProjectReference>
200
    <ProjectReference Include="..\Prometheus\Prometheus.csproj">
201
      <Project>{e585417c-f7dd-4d8c-a0c5-d4b79594634a}</Project>
202
      <Name>Prometheus</Name>
203
    </ProjectReference>
204
  </ItemGroup>
205
  <PropertyGroup>
206
    <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
207
    <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
208
  </PropertyGroup>
209
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
210
  <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
211
  <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
212
  <Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
213
    <AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
214
  </Target>
215
  <ProjectExtensions>
216
    <VisualStudio>
217
      <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
218
        <WebProjectProperties>
219
          <UseIIS>True</UseIIS>
220
          <AutoAssignPort>True</AutoAssignPort>
221
          <DevelopmentServerPort>50458</DevelopmentServerPort>
222
          <DevelopmentServerVPath>/</DevelopmentServerVPath>
223
          <IISUrl>http://localhost:57515/</IISUrl>
224
          <NTLMAuthentication>False</NTLMAuthentication>
225
          <UseCustomServer>False</UseCustomServer>
226
          <CustomServerUrl>
227
          </CustomServerUrl>
228
          <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
229
        </WebProjectProperties>
230
      </FlavorProperties>
231
    </VisualStudio>
232
  </ProjectExtensions>
233
  <Import Project="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.3.6.0\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.3.6.0\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets')" />
234
  <Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
235
    <PropertyGroup>
236
      <ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them.  For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
237
    </PropertyGroup>
238
    <Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.3.6.0\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.3.6.0\build\net46\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.targets'))" />
239
  </Target>
240
  <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
241
       Other similar extension points exist, see Microsoft.Common.targets.
242
  <Target Name="BeforeBuild">
243
  </Target>
244
  <Target Name="AfterBuild">
245
  </Target> -->
246
</Project>

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.