1+ <Project ToolsVersion =" 15.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
2+ <Import Project =" ..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition =" Exists('..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
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 >{673826CD-9219-4231-8FCF-4F9C8BE61F76}</ProjectGuid >
11+ <ProjectTypeGuids >{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids >
12+ <OutputType >Library</OutputType >
13+ <AppDesignerFolder >Properties</AppDesignerFolder >
14+ <RootNamespace >Samples.WebForms.Empty</RootNamespace >
15+ <AssemblyName >Samples.WebForms.Empty</AssemblyName >
16+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
17+ <UseIISExpress >true</UseIISExpress >
18+ <Use64BitIISExpress >true</Use64BitIISExpress >
19+ <IISExpressSSLPort >44371</IISExpressSSLPort >
20+ <IISExpressAnonymousAuthentication />
21+ <IISExpressWindowsAuthentication />
22+ <IISExpressUseClassicPipelineMode />
23+ <UseGlobalApplicationHostFile />
24+ <NuGetPackageImportStamp >
25+ </NuGetPackageImportStamp >
26+ </PropertyGroup >
27+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
28+ <DebugSymbols >true</DebugSymbols >
29+ <DebugType >full</DebugType >
30+ <Optimize >false</Optimize >
31+ <OutputPath >bin\</OutputPath >
32+ <DefineConstants >DEBUG;TRACE</DefineConstants >
33+ <ErrorReport >prompt</ErrorReport >
34+ <WarningLevel >4</WarningLevel >
35+ </PropertyGroup >
36+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
37+ <DebugSymbols >true</DebugSymbols >
38+ <DebugType >pdbonly</DebugType >
39+ <Optimize >true</Optimize >
40+ <OutputPath >bin\</OutputPath >
41+ <DefineConstants >TRACE</DefineConstants >
42+ <ErrorReport >prompt</ErrorReport >
43+ <WarningLevel >4</WarningLevel >
44+ </PropertyGroup >
45+ <ItemGroup >
46+ <Reference Include =" Elasticsearch.Net, Version=6.0.0.0, Culture=neutral, PublicKeyToken=96c599bbe3e70f5d, processorArchitecture=MSIL" >
47+ <HintPath >..\..\packages\Elasticsearch.Net.6.1.0\lib\net45\Elasticsearch.Net.dll</HintPath >
48+ </Reference >
49+ <Reference Include =" Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=2.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" >
50+ <HintPath >..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath >
51+ </Reference >
52+ <Reference Include =" Microsoft.CSharp" />
53+ <Reference Include =" Nest, Version=6.0.0.0, Culture=neutral, PublicKeyToken=96c599bbe3e70f5d, processorArchitecture=MSIL" >
54+ <HintPath >..\..\packages\NEST.6.1.0\lib\net45\Nest.dll</HintPath >
55+ </Reference >
56+ <Reference Include =" System.Web.DynamicData" />
57+ <Reference Include =" System.Web.Entity" />
58+ <Reference Include =" System.Web.ApplicationServices" />
59+ <Reference Include =" System.ComponentModel.DataAnnotations" />
60+ <Reference Include =" System" />
61+ <Reference Include =" System.Data" />
62+ <Reference Include =" System.Core" />
63+ <Reference Include =" System.Data.DataSetExtensions" />
64+ <Reference Include =" System.Web.Extensions" />
65+ <Reference Include =" System.Xml.Linq" />
66+ <Reference Include =" System.Drawing" />
67+ <Reference Include =" System.Web" />
68+ <Reference Include =" System.Xml" />
69+ <Reference Include =" System.Configuration" />
70+ <Reference Include =" System.Web.Services" />
71+ <Reference Include =" System.EnterpriseServices" />
72+ </ItemGroup >
73+ <ItemGroup >
74+ <Content Include =" Default.aspx" />
75+ <Content Include =" Elasticsearch.aspx" />
76+ <Content Include =" SqlServer.aspx" />
77+ <Content Include =" Web.config" />
78+ </ItemGroup >
79+ <ItemGroup >
80+ <Compile Include =" SqlServer.aspx.cs" >
81+ <DependentUpon >SqlServer.aspx</DependentUpon >
82+ <SubType >ASPXCodeBehind</SubType >
83+ </Compile >
84+ <Compile Include =" SqlServer.aspx.designer.cs" >
85+ <DependentUpon >SqlServer.aspx</DependentUpon >
86+ </Compile >
87+ <Content Include =" App_Code\Profiler.cs" />
88+ <Compile Include =" Default.aspx.cs" >
89+ <DependentUpon >Default.aspx</DependentUpon >
90+ <SubType >ASPXCodeBehind</SubType >
91+ </Compile >
92+ <Compile Include =" Default.aspx.designer.cs" >
93+ <DependentUpon >Default.aspx</DependentUpon >
94+ </Compile >
95+ <Compile Include =" Elasticsearch.aspx.cs" >
96+ <DependentUpon >Elasticsearch.aspx</DependentUpon >
97+ <SubType >ASPXCodeBehind</SubType >
98+ </Compile >
99+ <Compile Include =" Elasticsearch.aspx.designer.cs" >
100+ <DependentUpon >Elasticsearch.aspx</DependentUpon >
101+ </Compile >
102+ </ItemGroup >
103+ <ItemGroup >
104+ <None Include =" packages.config" />
105+ <None Include =" Web.Release.config" >
106+ <DependentUpon >Web.config</DependentUpon >
107+ </None >
108+ </ItemGroup >
109+ <ItemGroup >
110+ <ProjectReference Include =" ..\..\src\Datadog.Trace.ClrProfiler.Managed\Datadog.Trace.ClrProfiler.Managed.csproj" >
111+ <Project >{85f35aaf-d102-4960-8b41-3bd9cbd0e77f}</Project >
112+ <Name >Datadog.Trace.ClrProfiler.Managed</Name >
113+ </ProjectReference >
114+ </ItemGroup >
115+ <ItemGroup >
116+ <Folder Include =" Properties\" />
117+ </ItemGroup >
118+ <PropertyGroup >
119+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >10.0</VisualStudioVersion >
120+ <VSToolsPath Condition =" '$(VSToolsPath)' == ''" >$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
121+ </PropertyGroup >
122+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
123+ <Import Project =" $(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition =" '$(VSToolsPath)' != ''" />
124+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition =" false" />
125+ <ProjectExtensions >
126+ <VisualStudio >
127+ <FlavorProperties GUID =" {349c5851-65df-11da-9384-00065b846f21}" >
128+ <WebProjectProperties >
129+ <UseIIS >True</UseIIS >
130+ <AutoAssignPort >True</AutoAssignPort >
131+ <DevelopmentServerPort >58847</DevelopmentServerPort >
132+ <DevelopmentServerVPath >/</DevelopmentServerVPath >
133+ <IISUrl >https://localhost:44371/</IISUrl >
134+ <NTLMAuthentication >False</NTLMAuthentication >
135+ <UseCustomServer >False</UseCustomServer >
136+ <CustomServerUrl >
137+ </CustomServerUrl >
138+ <SaveServerSettingsInUserFile >False</SaveServerSettingsInUserFile >
139+ </WebProjectProperties >
140+ </FlavorProperties >
141+ </VisualStudio >
142+ </ProjectExtensions >
143+ <Target Name =" EnsureNuGetPackageBuildImports" BeforeTargets =" PrepareForBuild" >
144+ <PropertyGroup >
145+ <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 >
146+ </PropertyGroup >
147+ <Error Condition =" !Exists('..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text =" $([System.String]::Format('$(ErrorText)', '..\..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.2.0.1\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
148+ </Target >
149+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
150+ Other similar extension points exist, see Microsoft.Common.targets.
151+ <Target Name="BeforeBuild">
152+ </Target>
153+ <Target Name="AfterBuild">
154+ </Target>
155+ -->
156+ </Project >
0 commit comments