|
1 | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | | -<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 2 | +<Project ToolsVersion="12.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> |
|
11 | 11 | <ProjectTypeGuids>{E3E379DF-F4C6-4180-9B81-6769533ABE47};{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> |
12 | 12 | <OutputType>Library</OutputType> |
13 | 13 | <AppDesignerFolder>Properties</AppDesignerFolder> |
14 | | - <RootNamespace>DeveloperTools</RootNamespace> |
15 | | - <AssemblyName>DeveloperTools</AssemblyName> |
16 | | - <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
| 14 | + <RootNamespace>EPiServer.DeveloperTools</RootNamespace> |
| 15 | + <AssemblyName>EPiServer.DeveloperTools</AssemblyName> |
| 16 | + <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
17 | 17 | <MvcBuildViews>false</MvcBuildViews> |
18 | 18 | <UseIISExpress>false</UseIISExpress> |
19 | 19 | <SccProjectName>SAK</SccProjectName> |
|
31 | 31 | <IISExpressUseClassicPipelineMode /> |
32 | 32 | <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">..\</SolutionDir> |
33 | 33 | <RestorePackages>true</RestorePackages> |
| 34 | + <MvcProjectUpgradeChecked>true</MvcProjectUpgradeChecked> |
| 35 | + <TargetFrameworkProfile /> |
| 36 | + <UseGlobalApplicationHostFile /> |
34 | 37 | </PropertyGroup> |
35 | 38 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
36 | 39 | <DebugSymbols>true</DebugSymbols> |
|
40 | 43 | <DefineConstants>DEBUG;TRACE</DefineConstants> |
41 | 44 | <ErrorReport>prompt</ErrorReport> |
42 | 45 | <WarningLevel>4</WarningLevel> |
| 46 | + <Prefer32Bit>false</Prefer32Bit> |
| 47 | + <UseVSHostingProcess>false</UseVSHostingProcess> |
43 | 48 | </PropertyGroup> |
44 | 49 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
45 | 50 | <DebugType>pdbonly</DebugType> |
|
48 | 53 | <DefineConstants>TRACE</DefineConstants> |
49 | 54 | <ErrorReport>prompt</ErrorReport> |
50 | 55 | <WarningLevel>4</WarningLevel> |
| 56 | + <Prefer32Bit>false</Prefer32Bit> |
51 | 57 | </PropertyGroup> |
52 | 58 | <ItemGroup> |
53 | 59 | <Reference Include="Castle.Core"> |
|
56 | 62 | <Reference Include="Castle.Windsor"> |
57 | 63 | <HintPath>..\packages\Castle.Windsor.3.2.1\lib\net40\Castle.Windsor.dll</HintPath> |
58 | 64 | </Reference> |
59 | | - <Reference Include="EPiServer"> |
60 | | - <HintPath>..\packages\EPiServer.CMS.Core.7.5.394.2\lib\net40\EPiServer.dll</HintPath> |
61 | | - </Reference> |
62 | | - <Reference Include="EPiServer.ApplicationModules"> |
63 | | - <HintPath>..\packages\EPiServer.Framework.7.5.394.2\lib\net40\EPiServer.ApplicationModules.dll</HintPath> |
64 | | - </Reference> |
65 | | - <Reference Include="EPiServer.BaseLibrary"> |
66 | | - <HintPath>..\packages\EPiServer.CMS.Core.7.5.394.2\lib\net40\EPiServer.BaseLibrary.dll</HintPath> |
67 | | - </Reference> |
68 | | - <Reference Include="EPiServer.Configuration"> |
69 | | - <HintPath>..\packages\EPiServer.CMS.Core.7.5.394.2\lib\net40\EPiServer.Configuration.dll</HintPath> |
| 65 | + <Reference Include="EPiServer, Version=9.3.0.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7, processorArchitecture=MSIL"> |
| 66 | + <HintPath>..\packages\EPiServer.CMS.Core.9.3.0\lib\net45\EPiServer.dll</HintPath> |
| 67 | + <Private>True</Private> |
70 | 68 | </Reference> |
71 | | - <Reference Include="EPiServer.Data"> |
72 | | - <HintPath>..\packages\EPiServer.Framework.7.5.394.2\lib\net40\EPiServer.Data.dll</HintPath> |
| 69 | + <Reference Include="EPiServer.ApplicationModules, Version=9.3.0.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7, processorArchitecture=MSIL"> |
| 70 | + <HintPath>..\packages\EPiServer.Framework.9.3.0\lib\net45\EPiServer.ApplicationModules.dll</HintPath> |
| 71 | + <Private>True</Private> |
73 | 72 | </Reference> |
74 | | - <Reference Include="EPiServer.Data.Cache"> |
75 | | - <HintPath>..\packages\EPiServer.Framework.7.5.394.2\lib\net40\EPiServer.Data.Cache.dll</HintPath> |
| 73 | + <Reference Include="EPiServer.Configuration, Version=9.3.0.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7, processorArchitecture=MSIL"> |
| 74 | + <HintPath>..\packages\EPiServer.CMS.Core.9.3.0\lib\net45\EPiServer.Configuration.dll</HintPath> |
| 75 | + <Private>True</Private> |
76 | 76 | </Reference> |
77 | | - <Reference Include="EPiServer.Enterprise"> |
78 | | - <HintPath>..\packages\EPiServer.CMS.Core.7.5.394.2\lib\net40\EPiServer.Enterprise.dll</HintPath> |
| 77 | + <Reference Include="EPiServer.Data, Version=9.3.0.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7, processorArchitecture=MSIL"> |
| 78 | + <HintPath>..\packages\EPiServer.Framework.9.3.0\lib\net45\EPiServer.Data.dll</HintPath> |
| 79 | + <Private>True</Private> |
79 | 80 | </Reference> |
80 | | - <Reference Include="EPiServer.Events"> |
81 | | - <HintPath>..\packages\EPiServer.Framework.7.5.394.2\lib\net40\EPiServer.Events.dll</HintPath> |
| 81 | + <Reference Include="EPiServer.Data.Cache, Version=9.3.0.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7, processorArchitecture=MSIL"> |
| 82 | + <HintPath>..\packages\EPiServer.Framework.9.3.0\lib\net45\EPiServer.Data.Cache.dll</HintPath> |
| 83 | + <Private>True</Private> |
82 | 84 | </Reference> |
83 | | - <Reference Include="EPiServer.Framework"> |
84 | | - <HintPath>..\packages\EPiServer.Framework.7.5.394.2\lib\net40\EPiServer.Framework.dll</HintPath> |
| 85 | + <Reference Include="EPiServer.Enterprise, Version=9.3.0.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7, processorArchitecture=MSIL"> |
| 86 | + <HintPath>..\packages\EPiServer.CMS.Core.9.3.0\lib\net45\EPiServer.Enterprise.dll</HintPath> |
| 87 | + <Private>True</Private> |
85 | 88 | </Reference> |
86 | | - <Reference Include="EPiServer.ImageLibrary"> |
87 | | - <HintPath>..\packages\EPiServer.CMS.Core.7.5.394.2\lib\net40\EPiServer.ImageLibrary.dll</HintPath> |
| 89 | + <Reference Include="EPiServer.Events, Version=9.3.0.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7, processorArchitecture=MSIL"> |
| 90 | + <HintPath>..\packages\EPiServer.Framework.9.3.0\lib\net45\EPiServer.Events.dll</HintPath> |
| 91 | + <Private>True</Private> |
88 | 92 | </Reference> |
89 | | - <Reference Include="EPiServer.Implementation"> |
90 | | - <HintPath>..\packages\EPiServer.CMS.Core.7.5.394.2\lib\net40\EPiServer.Implementation.dll</HintPath> |
| 93 | + <Reference Include="EPiServer.Framework, Version=9.3.0.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7, processorArchitecture=MSIL"> |
| 94 | + <HintPath>..\packages\EPiServer.Framework.9.3.0\lib\net45\EPiServer.Framework.dll</HintPath> |
| 95 | + <Private>True</Private> |
91 | 96 | </Reference> |
92 | | - <Reference Include="EPiServer.Licensing"> |
93 | | - <HintPath>..\packages\EPiServer.Framework.7.5.394.2\lib\net40\EPiServer.Licensing.dll</HintPath> |
| 97 | + <Reference Include="EPiServer.ImageLibrary, Version=9.3.0.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7, processorArchitecture=MSIL"> |
| 98 | + <HintPath>..\packages\EPiServer.CMS.Core.9.3.0\lib\net45\EPiServer.ImageLibrary.dll</HintPath> |
| 99 | + <Private>True</Private> |
94 | 100 | </Reference> |
95 | | - <Reference Include="EPiServer.LinkAnalyzer"> |
96 | | - <HintPath>..\packages\EPiServer.CMS.Core.7.5.394.2\lib\net40\EPiServer.LinkAnalyzer.dll</HintPath> |
| 101 | + <Reference Include="EPiServer.Licensing, Version=9.3.0.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7, processorArchitecture=MSIL"> |
| 102 | + <HintPath>..\packages\EPiServer.Framework.9.3.0\lib\net45\EPiServer.Licensing.dll</HintPath> |
| 103 | + <Private>True</Private> |
97 | 104 | </Reference> |
98 | | - <Reference Include="EPiServer.Shell"> |
99 | | - <HintPath>..\packages\EPiServer.Framework.7.5.394.2\lib\net40\EPiServer.Shell.dll</HintPath> |
| 105 | + <Reference Include="EPiServer.LinkAnalyzer, Version=9.3.0.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7, processorArchitecture=MSIL"> |
| 106 | + <HintPath>..\packages\EPiServer.CMS.Core.9.3.0\lib\net45\EPiServer.LinkAnalyzer.dll</HintPath> |
| 107 | + <Private>True</Private> |
100 | 108 | </Reference> |
101 | | - <Reference Include="EPiServer.Web.WebControls"> |
102 | | - <HintPath>..\packages\EPiServer.CMS.Core.7.5.394.2\lib\net40\EPiServer.Web.WebControls.dll</HintPath> |
| 109 | + <Reference Include="EPiServer.Shell, Version=9.3.0.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7, processorArchitecture=MSIL"> |
| 110 | + <HintPath>..\packages\EPiServer.Framework.9.3.0\lib\net45\EPiServer.Shell.dll</HintPath> |
| 111 | + <Private>True</Private> |
103 | 112 | </Reference> |
104 | | - <Reference Include="EPiServer.WorkflowFoundation"> |
105 | | - <HintPath>..\packages\EPiServer.CMS.Core.7.5.394.2\lib\net40\EPiServer.WorkflowFoundation.dll</HintPath> |
| 113 | + <Reference Include="EPiServer.Web.WebControls, Version=9.3.0.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7, processorArchitecture=MSIL"> |
| 114 | + <HintPath>..\packages\EPiServer.CMS.Core.9.3.0\lib\net45\EPiServer.Web.WebControls.dll</HintPath> |
| 115 | + <Private>True</Private> |
106 | 116 | </Reference> |
107 | | - <Reference Include="EPiServer.XForms"> |
108 | | - <HintPath>..\packages\EPiServer.CMS.Core.7.5.394.2\lib\net40\EPiServer.XForms.dll</HintPath> |
| 117 | + <Reference Include="EPiServer.XForms, Version=9.3.0.0, Culture=neutral, PublicKeyToken=8fe83dea738b45b7, processorArchitecture=MSIL"> |
| 118 | + <HintPath>..\packages\EPiServer.CMS.Core.9.3.0\lib\net45\EPiServer.XForms.dll</HintPath> |
| 119 | + <Private>True</Private> |
109 | 120 | </Reference> |
110 | | - <Reference Include="log4net, Version=1.2.10.0, Culture=neutral, PublicKeyToken=1b44e1d426115821, processorArchitecture=MSIL"> |
| 121 | + <Reference Include="log4net, Version=1.2.13.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"> |
| 122 | + <HintPath>..\packages\log4net.2.0.3\lib\net40-full\log4net.dll</HintPath> |
111 | 123 | <Private>True</Private> |
112 | | - <HintPath>..\packages\log4net.1.2.10\lib\2.0\log4net.dll</HintPath> |
113 | 124 | </Reference> |
114 | 125 | <Reference Include="Microsoft.CSharp" /> |
115 | 126 | <Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
116 | 127 | <Private>True</Private> |
117 | 128 | <HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath> |
118 | 129 | </Reference> |
119 | | - <Reference Include="Newtonsoft.Json"> |
120 | | - <HintPath>..\packages\Newtonsoft.Json.5.0.8\lib\net40\Newtonsoft.Json.dll</HintPath> |
| 130 | + <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> |
| 131 | + <HintPath>..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath> |
| 132 | + <Private>True</Private> |
| 133 | + </Reference> |
| 134 | + <Reference Include="StructureMap, Version=3.1.6.186, Culture=neutral, PublicKeyToken=e60ad81abae3c223, processorArchitecture=MSIL"> |
| 135 | + <HintPath>..\packages\structuremap-signed.3.1.6.186\lib\net40\StructureMap.dll</HintPath> |
| 136 | + <Private>True</Private> |
| 137 | + </Reference> |
| 138 | + <Reference Include="StructureMap.Net4, Version=3.1.6.186, Culture=neutral, processorArchitecture=MSIL"> |
| 139 | + <HintPath>..\packages\structuremap-signed.3.1.6.186\lib\net40\StructureMap.Net4.dll</HintPath> |
| 140 | + <Private>True</Private> |
121 | 141 | </Reference> |
122 | | - <Reference Include="StructureMap, Version=2.6.4.0, Culture=neutral, PublicKeyToken=e60ad81abae3c223, processorArchitecture=MSIL"> |
123 | | - <SpecificVersion>False</SpecificVersion> |
124 | | - <HintPath>..\packages\structuremap.2.6.4.1\lib\net40\StructureMap.dll</HintPath> |
| 142 | + <Reference Include="StructureMap.Web, Version=1.0.0.0, Culture=neutral, PublicKeyToken=e60ad81abae3c223, processorArchitecture=MSIL"> |
| 143 | + <HintPath>..\packages\structuremap.web-signed.3.1.6.186\lib\net40\StructureMap.Web.dll</HintPath> |
| 144 | + <Private>True</Private> |
125 | 145 | </Reference> |
126 | 146 | <Reference Include="System" /> |
127 | | - <Reference Include="System.Core" /> |
| 147 | + <Reference Include="System.Data.DataSetExtensions" /> |
128 | 148 | <Reference Include="System.Web" /> |
| 149 | + <Reference Include="System.Web.ApplicationServices" /> |
| 150 | + <Reference Include="System.Web.DynamicData" /> |
| 151 | + <Reference Include="System.Web.Entity" /> |
| 152 | + <Reference Include="System.Web.Extensions" /> |
129 | 153 | <Reference Include="System.Web.Helpers, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
130 | 154 | <Private>True</Private> |
131 | 155 | <HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.Helpers.dll</HintPath> |
|
150 | 174 | <Private>True</Private> |
151 | 175 | <HintPath>..\packages\Microsoft.AspNet.WebPages.2.0.20710.0\lib\net40\System.Web.WebPages.Razor.dll</HintPath> |
152 | 176 | </Reference> |
153 | | - <Reference Include="System.Xml.Linq" /> |
154 | 177 | <Reference Include="System.Xml" /> |
155 | 178 | <Reference Include="System.Configuration" /> |
| 179 | + <Reference Include="System.Xml.Linq" /> |
156 | 180 | </ItemGroup> |
157 | 181 | <ItemGroup> |
158 | 182 | <Compile Include="Controllers\ContentTypeAnalyzerController.cs" /> |
|
200 | 224 | </Content> |
201 | 225 | <Content Include="Views\Shared\DeveloperTools.Master" /> |
202 | 226 | <Content Include="Web.config" /> |
| 227 | + <Content Include="module.config" /> |
203 | 228 | <None Include="Web.Debug.config"> |
204 | 229 | <DependentUpon>Web.config</DependentUpon> |
205 | 230 | </None> |
|
0 commit comments