|
1 | 1 | <?xml version="1.0" encoding="utf-8"?>
|
2 | 2 | <Project ToolsVersion="4.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')" /> |
3 | 4 | <PropertyGroup>
|
4 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
5 | 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
14 | 15 | <AssemblyName>monosnow.umbraco.uCssClassNameDropdown</AssemblyName>
|
15 | 16 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
16 | 17 | <UseIISExpress>false</UseIISExpress>
|
| 18 | + <FileUpgradeFlags> |
| 19 | + </FileUpgradeFlags> |
| 20 | + <UpgradeBackupLocation> |
| 21 | + </UpgradeBackupLocation> |
| 22 | + <OldToolsVersion>4.0</OldToolsVersion> |
| 23 | + <IISExpressSSLPort /> |
| 24 | + <IISExpressAnonymousAuthentication /> |
| 25 | + <IISExpressWindowsAuthentication /> |
| 26 | + <IISExpressUseClassicPipelineMode /> |
17 | 27 | </PropertyGroup>
|
18 | 28 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
19 | 29 | <DebugSymbols>true</DebugSymbols>
|
|
35 | 45 | <ItemGroup>
|
36 | 46 | <Reference Include="businesslogic, Version=1.0.4779.24223, Culture=neutral, processorArchitecture=MSIL">
|
37 | 47 | <SpecificVersion>False</SpecificVersion>
|
38 |
| - <HintPath>bin\businesslogic.dll</HintPath> |
| 48 | + <HintPath>CoreDlls\businesslogic.dll</HintPath> |
39 | 49 | </Reference>
|
40 | 50 | <Reference Include="cms, Version=1.0.4779.24224, Culture=neutral, processorArchitecture=MSIL">
|
41 | 51 | <SpecificVersion>False</SpecificVersion>
|
42 |
| - <HintPath>bin\cms.dll</HintPath> |
| 52 | + <HintPath>CoreDlls\cms.dll</HintPath> |
43 | 53 | </Reference>
|
44 | 54 | <Reference Include="interfaces, Version=1.0.4779.24221, Culture=neutral, processorArchitecture=MSIL">
|
45 | 55 | <SpecificVersion>False</SpecificVersion>
|
46 |
| - <HintPath>bin\interfaces.dll</HintPath> |
| 56 | + <HintPath>CoreDlls\interfaces.dll</HintPath> |
47 | 57 | </Reference>
|
48 | 58 | <Reference Include="Microsoft.CSharp" />
|
49 | 59 | <Reference Include="System" />
|
|
64 | 74 | <Reference Include="System.Web.ApplicationServices" />
|
65 | 75 | <Reference Include="umbraco.DataLayer, Version=1.0.4779.24223, Culture=neutral, processorArchitecture=MSIL">
|
66 | 76 | <SpecificVersion>False</SpecificVersion>
|
67 |
| - <HintPath>bin\umbraco.DataLayer.dll</HintPath> |
| 77 | + <HintPath>CoreDlls\umbraco.DataLayer.dll</HintPath> |
68 | 78 | </Reference>
|
69 | 79 | <Reference Include="umbraco.editorControls, Version=1.0.4779.24227, Culture=neutral, processorArchitecture=MSIL">
|
70 | 80 | <SpecificVersion>False</SpecificVersion>
|
71 |
| - <HintPath>bin\umbraco.editorControls.dll</HintPath> |
| 81 | + <HintPath>CoreDlls\umbraco.editorControls.dll</HintPath> |
72 | 82 | </Reference>
|
73 | 83 | </ItemGroup>
|
74 | 84 | <ItemGroup>
|
|
90 | 100 | <Compile Include="usercontrols\BootstrapIconPicker.ascx.designer.cs">
|
91 | 101 | <DependentUpon>BootstrapIconPicker.ascx</DependentUpon>
|
92 | 102 | </Compile>
|
| 103 | + <Compile Include="usercontrols\FontAwesomeV4IconPicker.ascx.cs"> |
| 104 | + <DependentUpon>FontAwesomeV4IconPicker.ascx</DependentUpon> |
| 105 | + <SubType>ASPXCodeBehind</SubType> |
| 106 | + </Compile> |
| 107 | + <Compile Include="usercontrols\FontAwesomeV4IconPicker.ascx.designer.cs"> |
| 108 | + <DependentUpon>FontAwesomeV4IconPicker.ascx</DependentUpon> |
| 109 | + </Compile> |
93 | 110 | <Compile Include="usercontrols\FontAwesomeIconPicker.ascx.cs">
|
94 | 111 | <DependentUpon>FontAwesomeIconPicker.ascx</DependentUpon>
|
95 | 112 | <SubType>ASPXCodeBehind</SubType>
|
|
105 | 122 | <ItemGroup>
|
106 | 123 | <Content Include="test.aspx" />
|
107 | 124 | <Content Include="usercontrols\BootstrapIconPicker.ascx" />
|
| 125 | + <Content Include="usercontrols\FontAwesomeV4IconPicker.ascx" /> |
108 | 126 | <Content Include="usercontrols\FontAwesomeIconPicker.ascx" />
|
109 | 127 | </ItemGroup>
|
| 128 | + <PropertyGroup> |
| 129 | + <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
| 130 | + <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
| 131 | + </PropertyGroup> |
110 | 132 | <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
111 |
| - <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" /> |
| 133 | + <Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" /> |
| 134 | + <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> |
112 | 135 | <ProjectExtensions>
|
113 | 136 | <VisualStudio>
|
114 | 137 | <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
|
|
0 commit comments