1
- <?xml version =" 1.0" encoding =" utf-8" ?>
2
- <Project ToolsVersion =" 12.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')" />
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 >{8DB6F62D-9211-4721-820A-6F39CE44E058}</ProjectGuid >
11
- <ProjectTypeGuids >{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids >
12
- <OutputType >Library</OutputType >
13
- <AppDesignerFolder >Properties</AppDesignerFolder >
14
- <RootNamespace >Upendo.Modules.UserManager</RootNamespace >
15
- <AssemblyName >Upendo.Modules.UserManager</AssemblyName >
16
- <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
17
- <UseIISExpress >false</UseIISExpress >
18
- <IISExpressSSLPort />
19
- <IISExpressAnonymousAuthentication />
20
- <IISExpressWindowsAuthentication />
21
- <IISExpressUseClassicPipelineMode />
22
- <TargetFrameworkProfile />
23
- <UseGlobalApplicationHostFile />
24
- <Use64BitIISExpress />
25
- </PropertyGroup >
26
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
27
- <DebugSymbols >true</DebugSymbols >
28
- <DebugType >full</DebugType >
29
- <Optimize >false</Optimize >
30
- <OutputPath >bin\</OutputPath >
31
- <DefineConstants >DEBUG;TRACE</DefineConstants >
32
- <ErrorReport >prompt</ErrorReport >
33
- <WarningLevel >4</WarningLevel >
34
- <Prefer32Bit >false</Prefer32Bit >
35
- <DocumentationFile >bin\Upendo.Modules.UserManager.xml</DocumentationFile >
36
- </PropertyGroup >
37
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
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
- <Prefer32Bit >false</Prefer32Bit >
45
- <DocumentationFile >bin\Upendo.Modules.UserManager.xml</DocumentationFile >
46
- </PropertyGroup >
47
- <Import Project =" ..\..\Build\SolutionReferences.targets" />
48
- <ItemGroup >
49
- <PackageReference Include =" DotNetNuke.Core" Version =" 9.9.0" />
50
- <PackageReference Include =" DotNetNuke.Instrumentation" Version =" 9.9.0" />
51
- <PackageReference Include =" DotNetNuke.Web" Version =" 9.9.0" />
52
- <PackageReference Include =" DotNetNuke.Web.Mvc" Version =" 9.9.0" />
53
- <PackageReference Include =" DotNetNuke.Web.Client" Version =" 9.9.0" />
54
- <PackageReference Include =" DotNetNuke.Web.Deprecated" Version =" 9.9.0" />
55
- <PackageReference Include =" DotNetNuke.WebApi" Version =" 9.9.0" />
56
- <PackageReference Include =" Newtonsoft.Json" Version =" 10.0.3" />
57
- <PackageReference Include =" Microsoft.AspNet.Mvc" Version =" 5.1.3" />
58
- <PackageReference Include =" Microsoft.AspNet.Razor" Version =" 3.1.2" />
59
- <PackageReference Include =" Microsoft.AspNet.WebPages" Version =" 3.1.2" />
60
- <PackageReference Include =" Microsoft.Web.Infrastructure" Version =" 1.0.0.0" />
61
- <PackageReference Include =" Microsoft.AspNet.WebApi.Core" Version =" 5.2.3" />
62
- </ItemGroup >
63
- <ItemGroup >
64
- <Reference Include =" Hotcakes.Commerce" >
65
- <SpecificVersion >False</SpecificVersion >
66
- <HintPath >$(HccReferencePath)\Hotcakes.Commerce.dll</HintPath >
67
- <Private >False</Private >
68
- </Reference >
69
- <Reference Include =" Microsoft.CSharp" />
70
- <Reference Include =" System.Web.DynamicData" />
71
- <Reference Include =" System.Web.Entity" />
72
- <Reference Include =" System.Web.ApplicationServices" />
73
- <Reference Include =" System.ComponentModel.DataAnnotations" />
74
- <Reference Include =" System" />
75
- <Reference Include =" System.Data" />
76
- <Reference Include =" System.Core" />
77
- <Reference Include =" System.Data.DataSetExtensions" />
78
- <Reference Include =" System.Web.Extensions" />
79
- <Reference Include =" System.Xml.Linq" />
80
- <Reference Include =" System.Drawing" />
81
- <Reference Include =" System.Web" />
82
- <Reference Include =" System.Web.Http" >
83
- <SpecificVersion >False</SpecificVersion >
84
- <HintPath >$(DnnReferencePath)\System.Web.Http.dll</HintPath >
85
- <Private >False</Private >
86
- </Reference >
87
- <Reference Include =" System.Xml" />
88
- <Reference Include =" System.Configuration" />
89
- <Reference Include =" System.Web.Services" />
90
- <Reference Include =" System.EnterpriseServices" />
91
- </ItemGroup >
92
- <ItemGroup >
93
- <Compile Include =" Components\FeatureController.cs" />
94
- <Compile Include =" Controllers\RolesManageController.cs" />
95
- <Compile Include =" Controllers\UserManageController.cs" />
96
- <Compile Include =" Models\DnnModel\AspnetApplications.cs" />
97
- <Compile Include =" Models\DnnModel\AspnetMembership.cs" />
98
- <Compile Include =" Models\DnnModel\AspnetUsers.cs" />
99
- <Compile Include =" Models\DnnModel\Portals.cs" />
100
- <Compile Include =" Models\DnnModel\RoleGroups.cs" />
101
- <Compile Include =" Models\DnnModel\Roles.cs" />
102
- <Compile Include =" Models\DnnModel\UserRoles.cs" />
103
- <Compile Include =" Models\DnnModel\Users.cs" />
104
- <Compile Include =" Models\Settings.cs" />
105
- <Compile Include =" Properties\AssemblyInfo.cs" />
106
- <Compile Include =" Utility\Functions.cs" />
107
- <Compile Include =" Utility\RolesRepository.cs" />
108
- <Compile Include =" Utility\UserRepository.cs" />
109
- <Compile Include =" ViewModels\Pagination.cs" />
110
- <Compile Include =" ViewModels\ResultJsonViewModel.cs" />
111
- <Compile Include =" ViewModels\RolesViewModel.cs" />
112
- <Compile Include =" ViewModels\UserViewModel.cs" />
113
- </ItemGroup >
114
- <ItemGroup >
115
- <Content Include =" App_LocalResources\Example.resx" >
116
- <SubType >Designer</SubType >
117
- </Content >
118
- </ItemGroup >
119
- <ItemGroup >
120
- <Content Include =" Images\defaultUserPicture.jpg" />
121
- <Content Include =" Images\Upendo-logo-trans.png" />
122
- <Content Include =" License.txt" />
123
- <Content Include =" module.css" />
124
- <Content Include =" ReleaseNotes.txt" />
125
- <Content Include =" Images\logo.png" />
126
- </ItemGroup >
127
- <ItemGroup >
128
- <Content Include =" Upendo.UserManager.dnn" >
129
- <SubType >Designer</SubType >
130
- </Content >
131
- <Content Include =" Module.build" >
132
- <SubType >Designer</SubType >
133
- </Content >
134
- <Content Include =" Upendo.UserManager_Symbols.dnn" >
135
- <SubType >Designer</SubType >
136
- </Content >
137
- </ItemGroup >
138
- <ItemGroup >
139
- <Content Include =" Views\Shared\_Layout.cshtml" />
140
- <Content Include =" Views\_ViewStart.cshtml" />
141
- </ItemGroup >
142
- <ItemGroup >
143
- <Content Include =" App_LocalResources\AddEdit.resx" />
144
- <Content Include =" App_LocalResources\AddEditRoles.resx" />
145
- <Content Include =" App_LocalResources\Index.resx" />
146
- <Content Include =" App_LocalResources\Shared.resx" />
147
- <Content Include =" App_LocalResources\UserManageController.resx" />
148
- <Content Include =" App_LocalResources\UserRoles.resx" />
149
- </ItemGroup >
150
- <ItemGroup >
151
- <Content Include =" App_LocalResources\FeatureController.resx" />
152
- </ItemGroup >
153
- <ItemGroup >
154
- <Content Include =" Web.config" >
155
- <SubType >Designer</SubType >
156
- </Content >
157
- </ItemGroup >
158
- <ItemGroup >
159
- <Content Include =" NuGet.config" />
160
- <None Include =" packages.config" />
161
- <Content Include =" Views\RolesManage\Create.cshtml" />
162
- <Content Include =" Views\RolesManage\Details.cshtml" />
163
- <Content Include =" Views\RolesManage\Edit.cshtml" />
164
- <Content Include =" Views\RolesManage\Index.cshtml" />
165
- <Content Include =" Views\UserManage\ChangePassword.cshtml" />
166
- <Content Include =" Views\UserManage\Create.cshtml" />
167
- <Content Include =" Views\UserManage\Details.cshtml" />
168
- <Content Include =" Views\UserManage\Edit.cshtml" />
169
- <Content Include =" Views\UserManage\Index.cshtml" />
170
- <Content Include =" Views\UserManage\UserRoles.cshtml" />
171
- <Content Include =" Views\Shared\Error.cshtml" />
172
- </ItemGroup >
173
- <ItemGroup >
174
- <Content Include =" App_LocalResources\RolesManageController.resx" />
175
- </ItemGroup >
176
- <PropertyGroup >
177
- <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >14.0</VisualStudioVersion >
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 12.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')" />
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 >{8DB6F62D-9211-4721-820A-6F39CE44E058}</ProjectGuid >
11
+ <ProjectTypeGuids >{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids >
12
+ <OutputType >Library</OutputType >
13
+ <AppDesignerFolder >Properties</AppDesignerFolder >
14
+ <RootNamespace >Upendo.Modules.UserManager</RootNamespace >
15
+ <AssemblyName >Upendo.Modules.UserManager</AssemblyName >
16
+ <TargetFrameworkVersion >v4.7.2</TargetFrameworkVersion >
17
+ <UseIISExpress >false</UseIISExpress >
18
+ <IISExpressSSLPort />
19
+ <IISExpressAnonymousAuthentication />
20
+ <IISExpressWindowsAuthentication />
21
+ <IISExpressUseClassicPipelineMode />
22
+ <TargetFrameworkProfile />
23
+ <UseGlobalApplicationHostFile />
24
+ <Use64BitIISExpress />
25
+ </PropertyGroup >
26
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
27
+ <DebugSymbols >true</DebugSymbols >
28
+ <DebugType >full</DebugType >
29
+ <Optimize >false</Optimize >
30
+ <OutputPath >bin\</OutputPath >
31
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
32
+ <ErrorReport >prompt</ErrorReport >
33
+ <WarningLevel >4</WarningLevel >
34
+ <Prefer32Bit >false</Prefer32Bit >
35
+ <DocumentationFile >bin\Upendo.Modules.UserManager.xml</DocumentationFile >
36
+ </PropertyGroup >
37
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
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
+ <Prefer32Bit >false</Prefer32Bit >
45
+ <DocumentationFile >bin\Upendo.Modules.UserManager.xml</DocumentationFile >
46
+ </PropertyGroup >
47
+ <Import Project =" ..\..\Build\SolutionReferences.targets" />
48
+ <ItemGroup >
49
+ <PackageReference Include =" DotNetNuke.Core" Version =" 9.9.0" />
50
+ <PackageReference Include =" DotNetNuke.Instrumentation" Version =" 9.9.0" />
51
+ <PackageReference Include =" DotNetNuke.Web" Version =" 9.9.0" />
52
+ <PackageReference Include =" DotNetNuke.Web.Mvc" Version =" 9.9.0" />
53
+ <PackageReference Include =" DotNetNuke.Web.Client" Version =" 9.9.0" />
54
+ <PackageReference Include =" DotNetNuke.Web.Deprecated" Version =" 9.9.0" />
55
+ <PackageReference Include =" DotNetNuke.WebApi" Version =" 9.9.0" />
56
+ <PackageReference Include =" Newtonsoft.Json" Version =" 10.0.3" />
57
+ <PackageReference Include =" Microsoft.AspNet.Mvc" Version =" 5.1.3" />
58
+ <PackageReference Include =" Microsoft.AspNet.Razor" Version =" 3.1.2" />
59
+ <PackageReference Include =" Microsoft.AspNet.WebPages" Version =" 3.1.2" />
60
+ <PackageReference Include =" Microsoft.Web.Infrastructure" Version =" 1.0.0.0" />
61
+ <PackageReference Include =" Microsoft.AspNet.WebApi.Core" Version =" 5.2.3" />
62
+ </ItemGroup >
63
+ <ItemGroup >
64
+ <Reference Include =" Hotcakes.Commerce" >
65
+ <SpecificVersion >False</SpecificVersion >
66
+ <HintPath >$(HccReferencePath)\Hotcakes.Commerce.dll</HintPath >
67
+ <Private >False</Private >
68
+ </Reference >
69
+ <Reference Include =" Microsoft.CSharp" />
70
+ <Reference Include =" System.Web.DynamicData" />
71
+ <Reference Include =" System.Web.Entity" />
72
+ <Reference Include =" System.Web.ApplicationServices" />
73
+ <Reference Include =" System.ComponentModel.DataAnnotations" />
74
+ <Reference Include =" System" />
75
+ <Reference Include =" System.Data" />
76
+ <Reference Include =" System.Core" />
77
+ <Reference Include =" System.Data.DataSetExtensions" />
78
+ <Reference Include =" System.Web.Extensions" />
79
+ <Reference Include =" System.Xml.Linq" />
80
+ <Reference Include =" System.Drawing" />
81
+ <Reference Include =" System.Web" />
82
+ <Reference Include =" System.Web.Http" >
83
+ <SpecificVersion >False</SpecificVersion >
84
+ <HintPath >$(DnnReferencePath)\System.Web.Http.dll</HintPath >
85
+ <Private >False</Private >
86
+ </Reference >
87
+ <Reference Include =" System.Xml" />
88
+ <Reference Include =" System.Configuration" />
89
+ <Reference Include =" System.Web.Services" />
90
+ <Reference Include =" System.EnterpriseServices" />
91
+ </ItemGroup >
92
+ <ItemGroup >
93
+ <Compile Include =" Components\FeatureController.cs" />
94
+ <Compile Include =" Controllers\RolesManageController.cs" />
95
+ <Compile Include =" Controllers\UserManageController.cs" />
96
+ <Compile Include =" Models\DnnModel\AspnetApplications.cs" />
97
+ <Compile Include =" Models\DnnModel\AspnetMembership.cs" />
98
+ <Compile Include =" Models\DnnModel\AspnetUsers.cs" />
99
+ <Compile Include =" Models\DnnModel\Portals.cs" />
100
+ <Compile Include =" Models\DnnModel\RoleGroups.cs" />
101
+ <Compile Include =" Models\DnnModel\Roles.cs" />
102
+ <Compile Include =" Models\DnnModel\UserRoles.cs" />
103
+ <Compile Include =" Models\DnnModel\Users.cs" />
104
+ <Compile Include =" Models\Settings.cs" />
105
+ <Compile Include =" Properties\AssemblyInfo.cs" />
106
+ <Compile Include =" Utility\Functions.cs" />
107
+ <Compile Include =" Utility\RolesRepository.cs" />
108
+ <Compile Include =" Utility\UserRepository.cs" />
109
+ <Compile Include =" ViewModels\Pagination.cs" />
110
+ <Compile Include =" ViewModels\ResultJsonViewModel.cs" />
111
+ <Compile Include =" ViewModels\RolesViewModel.cs" />
112
+ <Compile Include =" ViewModels\UserViewModel.cs" />
113
+ </ItemGroup >
114
+ <ItemGroup >
115
+ <Content Include =" App_LocalResources\Example.resx" >
116
+ <SubType >Designer</SubType >
117
+ </Content >
118
+ </ItemGroup >
119
+ <ItemGroup >
120
+ <Content Include =" Images\defaultUserPicture.jpg" />
121
+ <Content Include =" Images\Upendo-logo-trans.png" />
122
+ <Content Include =" License.txt" />
123
+ <Content Include =" module.css" />
124
+ <Content Include =" ReleaseNotes.txt" />
125
+ <Content Include =" Images\logo.png" />
126
+ </ItemGroup >
127
+ <ItemGroup >
128
+ <Content Include =" Upendo.UserManager.dnn" >
129
+ <SubType >Designer</SubType >
130
+ </Content >
131
+ <Content Include =" Module.build" >
132
+ <SubType >Designer</SubType >
133
+ </Content >
134
+ <Content Include =" Upendo.UserManager_Symbols.dnn" >
135
+ <SubType >Designer</SubType >
136
+ </Content >
137
+ </ItemGroup >
138
+ <ItemGroup >
139
+ <Content Include =" Views\Shared\_Layout.cshtml" />
140
+ <Content Include =" Views\_ViewStart.cshtml" />
141
+ </ItemGroup >
142
+ <ItemGroup >
143
+ <Content Include =" App_LocalResources\AddEdit.resx" />
144
+ <Content Include =" App_LocalResources\AddEditRoles.resx" />
145
+ <Content Include =" App_LocalResources\Index.resx" />
146
+ <Content Include =" App_LocalResources\Shared.resx" />
147
+ <Content Include =" App_LocalResources\UserManageController.resx" />
148
+ <Content Include =" App_LocalResources\UserRoles.resx" />
149
+ </ItemGroup >
150
+ <ItemGroup >
151
+ <Content Include =" App_LocalResources\FeatureController.resx" />
152
+ </ItemGroup >
153
+ <ItemGroup >
154
+ <Content Include =" Web.config" >
155
+ <SubType >Designer</SubType >
156
+ </Content >
157
+ </ItemGroup >
158
+ <ItemGroup >
159
+ <Content Include =" NuGet.config" />
160
+ <None Include =" packages.config" />
161
+ <Content Include =" Views\RolesManage\Create.cshtml" />
162
+ <Content Include =" Views\RolesManage\Details.cshtml" />
163
+ <Content Include =" Views\RolesManage\Edit.cshtml" />
164
+ <Content Include =" Views\RolesManage\Index.cshtml" />
165
+ <Content Include =" Views\UserManage\ChangePassword.cshtml" />
166
+ <Content Include =" Views\UserManage\Create.cshtml" />
167
+ <Content Include =" Views\UserManage\Details.cshtml" />
168
+ <Content Include =" Views\UserManage\Edit.cshtml" />
169
+ <Content Include =" Views\UserManage\Index.cshtml" />
170
+ <Content Include =" Views\UserManage\UserRoles.cshtml" />
171
+ <Content Include =" Views\Shared\Error.cshtml" />
172
+ </ItemGroup >
173
+ <ItemGroup >
174
+ <Content Include =" App_LocalResources\RolesManageController.resx" />
175
+ </ItemGroup >
176
+ <PropertyGroup >
177
+ <VisualStudioVersion Condition =" '$(VisualStudioVersion)' == ''" >14.0</VisualStudioVersion >
178
178
<VSToolsPath Condition =" '$(VSToolsPath)' == ''" >
179
- $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
180
- </PropertyGroup >
181
- <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
182
- <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion).0\WebApplications\Microsoft.WebApplication.targets" Condition =" false" />
183
- <ProjectExtensions >
184
- <VisualStudio >
185
- <FlavorProperties GUID =" {349c5851-65df-11da-9384-00065b846f21}" >
186
- <WebProjectProperties >
187
- <SaveServerSettingsInUserFile >True</SaveServerSettingsInUserFile >
188
- </WebProjectProperties >
189
- </FlavorProperties >
190
- </VisualStudio >
191
- </ProjectExtensions >
192
- <Import Project =" Module.build" />
179
+ $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath >
180
+ </PropertyGroup >
181
+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
182
+ <Import Project =" $(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion).0\WebApplications\Microsoft.WebApplication.targets" Condition =" false" />
183
+ <ProjectExtensions >
184
+ <VisualStudio >
185
+ <FlavorProperties GUID =" {349c5851-65df-11da-9384-00065b846f21}" >
186
+ <WebProjectProperties >
187
+ <SaveServerSettingsInUserFile >True</SaveServerSettingsInUserFile >
188
+ </WebProjectProperties >
189
+ </FlavorProperties >
190
+ </VisualStudio >
191
+ </ProjectExtensions >
192
+ <Import Project =" Module.build" />
193
193
</Project >
0 commit comments