|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | 3 | <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" /> |
4 | 4 | <PropertyGroup> |
5 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
6 | 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
7 | | - <ProductVersion> |
8 | | - </ProductVersion> |
9 | | - <SchemaVersion>2.0</SchemaVersion> |
10 | | - <ProjectGuid>{462F779D-7CCF-47DB-B25B-ECE660F5CC68}</ProjectGuid> |
11 | | - <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> |
| 7 | + <ProjectGuid>{D6AF82E8-2120-4573-90FF-795A10C7D460}</ProjectGuid> |
12 | 8 | <OutputType>Library</OutputType> |
13 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
14 | 10 | <RootNamespace>Sitecore.Azure.Diagnostics</RootNamespace> |
15 | 11 | <AssemblyName>Sitecore.Azure.Diagnostics</AssemblyName> |
16 | 12 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
17 | | - <UseIISExpress>true</UseIISExpress> |
18 | | - <IISExpressSSLPort /> |
19 | | - <IISExpressAnonymousAuthentication /> |
20 | | - <IISExpressWindowsAuthentication /> |
21 | | - <IISExpressUseClassicPipelineMode /> |
22 | | - <SccProjectName>SAK</SccProjectName> |
23 | | - <SccLocalPath>SAK</SccLocalPath> |
24 | | - <SccAuxPath>SAK</SccAuxPath> |
25 | | - <SccProvider>SAK</SccProvider> |
26 | | - <UseGlobalApplicationHostFile /> |
| 13 | + <FileAlignment>512</FileAlignment> |
27 | 14 | </PropertyGroup> |
28 | 15 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
29 | 16 | <DebugSymbols>true</DebugSymbols> |
30 | 17 | <DebugType>full</DebugType> |
31 | 18 | <Optimize>false</Optimize> |
32 | | - <OutputPath>bin\</OutputPath> |
| 19 | + <OutputPath>bin\Debug\</OutputPath> |
33 | 20 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
34 | 21 | <ErrorReport>prompt</ErrorReport> |
35 | 22 | <WarningLevel>4</WarningLevel> |
36 | | - <RunCodeAnalysis>true</RunCodeAnalysis> |
37 | 23 | </PropertyGroup> |
38 | 24 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
39 | 25 | <DebugType>pdbonly</DebugType> |
40 | 26 | <Optimize>true</Optimize> |
41 | | - <OutputPath>bin\</OutputPath> |
| 27 | + <OutputPath>bin\Release\</OutputPath> |
42 | 28 | <DefineConstants>TRACE</DefineConstants> |
43 | 29 | <ErrorReport>prompt</ErrorReport> |
44 | 30 | <WarningLevel>4</WarningLevel> |
|
80 | 66 | <HintPath>..\packages\SC.Sitecore.Logging.8.1.3.160519\lib\Sitecore.Logging.dll</HintPath> |
81 | 67 | <Private>False</Private> |
82 | 68 | </Reference> |
83 | | - <Reference Include="System.Data" /> |
| 69 | + <Reference Include="System" /> |
| 70 | + <Reference Include="System.Configuration" /> |
| 71 | + <Reference Include="System.Core" /> |
84 | 72 | <Reference Include="System.Spatial, Version=5.7.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
85 | 73 | <HintPath>..\packages\System.Spatial.5.7.0\lib\net40\System.Spatial.dll</HintPath> |
86 | 74 | <Private>True</Private> |
87 | 75 | </Reference> |
88 | | - <Reference Include="System.Web.ApplicationServices" /> |
89 | | - <Reference Include="System" /> |
90 | | - <Reference Include="System.Core" /> |
91 | | - <Reference Include="System.Web" /> |
| 76 | + <Reference Include="System.Xml.Linq" /> |
| 77 | + <Reference Include="System.Data.DataSetExtensions" /> |
| 78 | + <Reference Include="Microsoft.CSharp" /> |
| 79 | + <Reference Include="System.Data" /> |
| 80 | + <Reference Include="System.Net.Http" /> |
92 | 81 | <Reference Include="System.Xml" /> |
93 | | - <Reference Include="System.Configuration" /> |
94 | | - </ItemGroup> |
95 | | - <ItemGroup> |
96 | | - <Content Include="App_Config\Include\Sitecore.Azure.Diagnostics.config"> |
97 | | - <SubType>Designer</SubType> |
98 | | - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
99 | | - </Content> |
100 | | - <None Include="packages.config"> |
101 | | - <SubType>Designer</SubType> |
102 | | - </None> |
103 | | - <None Include="Properties\PublishProfiles\sc72rev140526.pubxml" /> |
104 | | - <None Include="Properties\PublishProfiles\sc75rev141003.pubxml" /> |
105 | | - <None Include="Web.Debug.config"> |
106 | | - <DependentUpon>Web.config</DependentUpon> |
107 | | - <SubType>Designer</SubType> |
108 | | - </None> |
109 | | - <None Include="Web.Release.config"> |
110 | | - <DependentUpon>Web.config</DependentUpon> |
111 | | - <SubType>Designer</SubType> |
112 | | - </None> |
113 | | - </ItemGroup> |
114 | | - <ItemGroup> |
115 | | - <Content Include="Web.config"> |
116 | | - <SubType>Designer</SubType> |
117 | | - </Content> |
118 | 82 | </ItemGroup> |
119 | 83 | <ItemGroup> |
120 | 84 | <Compile Include="Appenders\AzureBlobStorageAppender.cs" /> |
| 85 | + <Compile Include="Properties\AssemblyInfo.cs" /> |
121 | 86 | <Compile Include="Storage\AzureBlobStorageProvider.cs" /> |
122 | 87 | <Compile Include="Storage\AzureBlobStorageProviderCollection.cs" /> |
123 | | - <Compile Include="Properties\AssemblyInfo.cs" /> |
124 | | - <Compile Include="Storage\RetryPolicies\ContainerBeingDeletedRetryPolicy.cs" /> |
125 | 88 | <Compile Include="Storage\LogStorageManager.cs" /> |
| 89 | + <Compile Include="Storage\RetryPolicies\ContainerBeingDeletedRetryPolicy.cs" /> |
126 | 90 | <Compile Include="Tasks\BlobCleaner.cs" /> |
127 | 91 | <Compile Include="Tasks\BlobsCleanupAgent.cs" /> |
128 | 92 | <Compile Include="Tasks\IBlobCleaner.cs" /> |
129 | 93 | </ItemGroup> |
130 | | - <ItemGroup /> |
131 | | - <PropertyGroup> |
132 | | - <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
133 | | - <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
134 | | - </PropertyGroup> |
135 | | - <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> |
136 | | - <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> |
137 | | - <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> |
138 | | - <ProjectExtensions> |
139 | | - <VisualStudio> |
140 | | - <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> |
141 | | - <WebProjectProperties> |
142 | | - <UseIIS>True</UseIIS> |
143 | | - <AutoAssignPort>True</AutoAssignPort> |
144 | | - <DevelopmentServerPort>49747</DevelopmentServerPort> |
145 | | - <DevelopmentServerVPath>/</DevelopmentServerVPath> |
146 | | - <IISUrl>http://localhost:49747/</IISUrl> |
147 | | - <NTLMAuthentication>False</NTLMAuthentication> |
148 | | - <UseCustomServer>False</UseCustomServer> |
149 | | - <CustomServerUrl> |
150 | | - </CustomServerUrl> |
151 | | - <SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile> |
152 | | - </WebProjectProperties> |
153 | | - </FlavorProperties> |
154 | | - </VisualStudio> |
155 | | - </ProjectExtensions> |
| 94 | + <ItemGroup> |
| 95 | + <Content Include="App_Config\Include\Sitecore.Azure.Diagnostics.config"> |
| 96 | + <SubType>Designer</SubType> |
| 97 | + <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
| 98 | + </Content> |
| 99 | + </ItemGroup> |
| 100 | + <ItemGroup> |
| 101 | + <None Include="app.config"> |
| 102 | + <SubType>Designer</SubType> |
| 103 | + </None> |
| 104 | + <None Include="packages.config" /> |
| 105 | + </ItemGroup> |
| 106 | + <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
156 | 107 | <!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
157 | 108 | Other similar extension points exist, see Microsoft.Common.targets. |
158 | 109 | <Target Name="BeforeBuild"> |
|
0 commit comments