|
| 1 | +<?xml version="1.0" encoding="utf-8"?> |
| 2 | +<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
| 3 | + <PropertyGroup> |
| 4 | + <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
| 5 | + <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
| 6 | + <ProductVersion> |
| 7 | + </ProductVersion> |
| 8 | + <SchemaVersion>2.0</SchemaVersion> |
| 9 | + <ProjectGuid>{<%= guid %>}</ProjectGuid> |
| 10 | + <ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids> |
| 11 | + <OutputType>Library</OutputType> |
| 12 | + <AppDesignerFolder>Properties</AppDesignerFolder> |
| 13 | + <RootNamespace><%= fullNamespace %></RootNamespace> |
| 14 | + <AssemblyName><%= fullNamespace %></AssemblyName> |
| 15 | + <TargetFrameworkVersion>v4.8</TargetFrameworkVersion> |
| 16 | + <UseIISExpress>false</UseIISExpress> |
| 17 | + <IISExpressSSLPort /> |
| 18 | + <IISExpressAnonymousAuthentication /> |
| 19 | + <IISExpressWindowsAuthentication /> |
| 20 | + <IISExpressUseClassicPipelineMode /> |
| 21 | + <TargetFrameworkProfile /> |
| 22 | + <SolutionDir Condition="$(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'">.\</SolutionDir> |
| 23 | + <RestorePackages>true</RestorePackages> |
| 24 | + <FileUpgradeFlags> |
| 25 | + </FileUpgradeFlags> |
| 26 | + <OldToolsVersion>12.0</OldToolsVersion> |
| 27 | + <Use64BitIISExpress /> |
| 28 | + <UseGlobalApplicationHostFile /> |
| 29 | + <UpgradeBackupLocation /> |
| 30 | + </PropertyGroup> |
| 31 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
| 32 | + <DebugSymbols>true</DebugSymbols> |
| 33 | + <DebugType>full</DebugType> |
| 34 | + <Optimize>false</Optimize> |
| 35 | + <OutputPath>bin\</OutputPath> |
| 36 | + <DefineConstants>DEBUG;TRACE</DefineConstants> |
| 37 | + <ErrorReport>prompt</ErrorReport> |
| 38 | + <WarningLevel>4</WarningLevel> |
| 39 | + <DocumentationFile>bin\<%= fullNamespace %>.xml</DocumentationFile> |
| 40 | + </PropertyGroup> |
| 41 | + <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
| 42 | + <DebugType>pdbonly</DebugType> |
| 43 | + <Optimize>true</Optimize> |
| 44 | + <OutputPath>bin\</OutputPath> |
| 45 | + <DefineConstants>TRACE</DefineConstants> |
| 46 | + <ErrorReport>prompt</ErrorReport> |
| 47 | + <WarningLevel>4</WarningLevel> |
| 48 | + <DocumentationFile>bin\<%= fullNamespace %>.xml</DocumentationFile> |
| 49 | + </PropertyGroup> |
| 50 | + <Import Project="..\..\Build\SolutionReferences.targets" /> |
| 51 | + <ItemGroup> |
| 52 | + <PackageReference Include="DotNetNuke.Core" Version="9.3.2" /> |
| 53 | + <PackageReference Include="DotNetNuke.Instrumentation" Version="9.3.2" /> |
| 54 | + <PackageReference Include="DotNetNuke.Web" Version="9.3.2" /> |
| 55 | + <PackageReference Include="DotNetNuke.Web.Client" Version="9.3.2" /> |
| 56 | + <PackageReference Include="DotNetNuke.Web.Deprecated" Version="9.3.2" /> |
| 57 | + <PackageReference Include="DotNetNuke.WebApi" Version="9.3.2" /> |
| 58 | + <PackageReference Include="EntityFramework" Version="6.0.0.0" /> |
| 59 | + <PackageReference Include="Newtonsoft.Json" Version="10.0.3" /> |
| 60 | + </ItemGroup> |
| 61 | + <ItemGroup> |
| 62 | + <Reference Include="System.Net.Http" /> |
| 63 | + <Reference Include="Microsoft.CSharp" /> |
| 64 | + <Reference Include="System" /> |
| 65 | + <Reference Include="System.Data" /> |
| 66 | + <Reference Include="System.ComponentModel.DataAnnotations" /> |
| 67 | + <Reference Include="System.Data.DataSetExtensions" /> |
| 68 | + <Reference Include="System.Web" /> |
| 69 | + <Reference Include="System.Web.Extensions" /> |
| 70 | + <Reference Include="System.Xml" /> |
| 71 | + <Reference Include="System.Configuration" /> |
| 72 | + <Reference Include="System.Web.Services" /> |
| 73 | + <Reference Include="System.EnterpriseServices" /> |
| 74 | + <Reference Include="System.Web.DynamicData" /> |
| 75 | + <Reference Include="System.Web.Entity" /> |
| 76 | + <Reference Include="System.Web.ApplicationServices" /> |
| 77 | + </ItemGroup> |
| 78 | + <ItemGroup> |
| 79 | + <Reference Include="System" /> |
| 80 | + <Reference Include="System.Core" /> |
| 81 | + <Reference Include="System.Data" /> |
| 82 | + <Reference Include="System.Xml" /> |
| 83 | + </ItemGroup> |
| 84 | + <ItemGroup> |
| 85 | + <Content Include="App_LocalResources\Settings.resx" /> |
| 86 | + <Content Include="App_LocalResources\View.resx"> |
| 87 | + <SubType>Designer</SubType> |
| 88 | + </Content> |
| 89 | + </ItemGroup> |
| 90 | + <ItemGroup> |
| 91 | + <Content Include="Providers\DataProviders\SqlDataProvider\00.00.01.SqlDataProvider" /> |
| 92 | + <Content Include="Providers\DataProviders\SqlDataProvider\Uninstall.SqlDataProvider" /> |
| 93 | + </ItemGroup> |
| 94 | + <ItemGroup> |
| 95 | + <Content Include="<%= moduleName %>.dnn" /> |
| 96 | + <Content Include="Module.build"> |
| 97 | + <SubType>Designer</SubType> |
| 98 | + </Content> |
| 99 | + <Content Include="<%= moduleName %>_Symbols.dnn"> |
| 100 | + <SubType>Designer</SubType> |
| 101 | + </Content> |
| 102 | + </ItemGroup> |
| 103 | + <ItemGroup> |
| 104 | + <!-- <Compile Include="Components\DataProviderHelper.cs" /> |
| 105 | + <Compile Include="Components\FeatureController.cs" /> --> |
| 106 | + <Content Include="src\app.jsx" /> |
| 107 | + <Content Include="src\components\Hello.jsx" /> |
| 108 | + <Content Include="src\Edit.html" /> |
| 109 | + <Content Include="src\edit.jsx" /> |
| 110 | + <Content Include="src\Resources\img\extension.png" /> |
| 111 | + <Content Include="src\Settings.html" /> |
| 112 | + <Content Include="src\settings.jsx" /> |
| 113 | + <Content Include="src\View.html" /> |
| 114 | + <Content Include="src\_templates\Markdown.html" /> |
| 115 | + <Content Include="src\License.md" /> |
| 116 | + <Content Include="src\ReleaseNotes.md" /> |
| 117 | + <Content Include="src\Resources\styles\module.scss" /> |
| 118 | + <Content Include="src\Resources\scripts\common.js" /> |
| 119 | + <Content Include="src\Resources\scripts\QuickSettings.js" /> |
| 120 | + <Content Include="src\Resources\scripts\useFetch.js" /> |
| 121 | + <!-- <Compile Include="Properties\AssemblyInfo.cs" /> --> |
| 122 | + </ItemGroup> |
| 123 | + <ItemGroup> |
| 124 | + <Compile Include="Components\BaseClasses\ApiControllerBase.cs" /> |
| 125 | + <Compile Include="Controllers\ItemController.cs" /> |
| 126 | + <Compile Include="Controllers\SettingsController.cs" /> |
| 127 | + <Compile Include="RouteConfig.cs" /> |
| 128 | + <Compile Include="Constants.cs" /> |
| 129 | + <Compile Include="Controllers\UserController.cs" /> |
| 130 | + <Compile Include="ViewModels\ItemViewModel.cs" /> |
| 131 | + <Compile Include="ViewModels\UserViewModel.cs" /> |
| 132 | + <Compile Include="ViewModels\SettingsViewModel.cs" /> |
| 133 | + <Compile Include="Data\Item.cs" /> |
| 134 | + <Compile Include="Data\<%= moduleName %>Context.cs" /> |
| 135 | + </ItemGroup> |
| 136 | + <ItemGroup> |
| 137 | + <Content Include="Images\logo.png" /> |
| 138 | + <Content Include="License.txt" /> |
| 139 | + <Content Include="module.css" /> |
| 140 | + <Content Include="ReleaseNotes.txt" /> |
| 141 | + </ItemGroup> |
| 142 | + <PropertyGroup> |
| 143 | + <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion> |
| 144 | + <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath> |
| 145 | + </PropertyGroup> |
| 146 | + <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
| 147 | + <Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v<%= msBuildVersion %>.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" /> |
| 148 | + <ProjectExtensions> |
| 149 | + <VisualStudio> |
| 150 | + <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> |
| 151 | + <WebProjectProperties> |
| 152 | + <SaveServerSettingsInUserFile>True</SaveServerSettingsInUserFile> |
| 153 | + </WebProjectProperties> |
| 154 | + </FlavorProperties> |
| 155 | + </VisualStudio> |
| 156 | + </ProjectExtensions> |
| 157 | + <Import Project="Module.Build" /> |
| 158 | + <Target Name="BeforeBuild" DependsOnTargets="BuildReactClientApp"> |
| 159 | + </Target> |
| 160 | +</Project> |
0 commit comments