Commit 5e060f4e9214b3894a631d8b162f8111c1a339b6
1 parent
c9702e56
csproj file
Showing
2 changed files
with
19 additions
and
68 deletions
400-SOURCECODE/AIAHTML5.API/AIAHTML5.API.csproj
@@ -14,7 +14,7 @@ | @@ -14,7 +14,7 @@ | ||
14 | <RootNamespace>AIAHTML5.API</RootNamespace> | 14 | <RootNamespace>AIAHTML5.API</RootNamespace> |
15 | <AssemblyName>AIAHTML5.API</AssemblyName> | 15 | <AssemblyName>AIAHTML5.API</AssemblyName> |
16 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> | 16 | <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
17 | - <UseIISExpress>true</UseIISExpress> | 17 | + <UseIISExpress>false</UseIISExpress> |
18 | <IISExpressSSLPort /> | 18 | <IISExpressSSLPort /> |
19 | <IISExpressAnonymousAuthentication /> | 19 | <IISExpressAnonymousAuthentication /> |
20 | <IISExpressWindowsAuthentication /> | 20 | <IISExpressWindowsAuthentication /> |
@@ -38,36 +38,8 @@ | @@ -38,36 +38,8 @@ | ||
38 | <WarningLevel>4</WarningLevel> | 38 | <WarningLevel>4</WarningLevel> |
39 | </PropertyGroup> | 39 | </PropertyGroup> |
40 | <ItemGroup> | 40 | <ItemGroup> |
41 | - <Reference Include="log4net, Version=2.0.7.0, Culture=neutral, PublicKeyToken=669e0ddf0bb1aa2a, processorArchitecture=MSIL"> | ||
42 | - <HintPath>..\packages\log4net.2.0.7\lib\net45-full\log4net.dll</HintPath> | ||
43 | - <Private>True</Private> | ||
44 | - </Reference> | ||
45 | <Reference Include="Microsoft.CSharp" /> | 41 | <Reference Include="Microsoft.CSharp" /> |
46 | - <Reference Include="MongoDB.Bson, Version=2.4.0.70, Culture=neutral, processorArchitecture=MSIL"> | ||
47 | - <HintPath>..\packages\MongoDB.Bson.2.4.0\lib\net45\MongoDB.Bson.dll</HintPath> | ||
48 | - <Private>True</Private> | ||
49 | - </Reference> | ||
50 | - <Reference Include="MongoDB.Driver, Version=2.4.0.70, Culture=neutral, processorArchitecture=MSIL"> | ||
51 | - <HintPath>..\packages\MongoDB.Driver.2.4.0\lib\net45\MongoDB.Driver.dll</HintPath> | ||
52 | - <Private>True</Private> | ||
53 | - </Reference> | ||
54 | - <Reference Include="MongoDB.Driver.Core, Version=2.4.0.70, Culture=neutral, processorArchitecture=MSIL"> | ||
55 | - <HintPath>..\packages\MongoDB.Driver.Core.2.4.0\lib\net45\MongoDB.Driver.Core.dll</HintPath> | ||
56 | - <Private>True</Private> | ||
57 | - </Reference> | ||
58 | - <Reference Include="Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL"> | ||
59 | - <HintPath>..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath> | ||
60 | - <Private>True</Private> | ||
61 | - </Reference> | ||
62 | <Reference Include="System.Net.Http" /> | 42 | <Reference Include="System.Net.Http" /> |
63 | - <Reference Include="System.Net.Http.Formatting, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> | ||
64 | - <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.2.3\lib\net45\System.Net.Http.Formatting.dll</HintPath> | ||
65 | - <Private>True</Private> | ||
66 | - </Reference> | ||
67 | - <Reference Include="System.Runtime.InteropServices.RuntimeInformation, Version=4.0.1.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL"> | ||
68 | - <HintPath>..\packages\System.Runtime.InteropServices.RuntimeInformation.4.3.0\lib\net45\System.Runtime.InteropServices.RuntimeInformation.dll</HintPath> | ||
69 | - <Private>True</Private> | ||
70 | - </Reference> | ||
71 | <Reference Include="System.Web.DynamicData" /> | 43 | <Reference Include="System.Web.DynamicData" /> |
72 | <Reference Include="System.Web.Entity" /> | 44 | <Reference Include="System.Web.Entity" /> |
73 | <Reference Include="System.Web.ApplicationServices" /> | 45 | <Reference Include="System.Web.ApplicationServices" /> |
@@ -77,14 +49,6 @@ | @@ -77,14 +49,6 @@ | ||
77 | <Reference Include="System.Core" /> | 49 | <Reference Include="System.Core" /> |
78 | <Reference Include="System.Data.DataSetExtensions" /> | 50 | <Reference Include="System.Data.DataSetExtensions" /> |
79 | <Reference Include="System.Web.Extensions" /> | 51 | <Reference Include="System.Web.Extensions" /> |
80 | - <Reference Include="System.Web.Http, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> | ||
81 | - <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.2.3\lib\net45\System.Web.Http.dll</HintPath> | ||
82 | - <Private>True</Private> | ||
83 | - </Reference> | ||
84 | - <Reference Include="System.Web.Http.WebHost, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> | ||
85 | - <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.2.3\lib\net45\System.Web.Http.WebHost.dll</HintPath> | ||
86 | - <Private>True</Private> | ||
87 | - </Reference> | ||
88 | <Reference Include="System.Xml.Linq" /> | 52 | <Reference Include="System.Xml.Linq" /> |
89 | <Reference Include="System.Drawing" /> | 53 | <Reference Include="System.Drawing" /> |
90 | <Reference Include="System.Web" /> | 54 | <Reference Include="System.Web" /> |
@@ -94,41 +58,34 @@ | @@ -94,41 +58,34 @@ | ||
94 | <Reference Include="System.EnterpriseServices" /> | 58 | <Reference Include="System.EnterpriseServices" /> |
95 | </ItemGroup> | 59 | </ItemGroup> |
96 | <ItemGroup> | 60 | <ItemGroup> |
61 | + <Reference Include="Newtonsoft.Json"> | ||
62 | + <HintPath>..\packages\Newtonsoft.Json.5.0.6\lib\net45\Newtonsoft.Json.dll</HintPath> | ||
63 | + </Reference> | ||
64 | + <Reference Include="System.Net.Http.Formatting"> | ||
65 | + <HintPath>..\packages\Microsoft.AspNet.WebApi.Client.5.0.0\lib\net45\System.Net.Http.Formatting.dll</HintPath> | ||
66 | + </Reference> | ||
67 | + <Reference Include="System.Web.Http"> | ||
68 | + <HintPath>..\packages\Microsoft.AspNet.WebApi.Core.5.0.0\lib\net45\System.Web.Http.dll</HintPath> | ||
69 | + </Reference> | ||
70 | + <Reference Include="System.Web.Http.WebHost"> | ||
71 | + <HintPath>..\packages\Microsoft.AspNet.WebApi.WebHost.5.0.0\lib\net45\System.Web.Http.WebHost.dll</HintPath> | ||
72 | + </Reference> | ||
73 | + </ItemGroup> | ||
74 | + <ItemGroup> | ||
97 | <Content Include="Global.asax" /> | 75 | <Content Include="Global.asax" /> |
98 | - <Content Include="content\images\logo.png" /> | ||
99 | - <Content Include="index.html" /> | ||
100 | - <Content Include="Templates\forgot-Password.html" /> | ||
101 | - <Content Include="Templates\forgot-UserId.html" /> | ||
102 | <Content Include="Web.config"> | 76 | <Content Include="Web.config"> |
103 | <SubType>Designer</SubType> | 77 | <SubType>Designer</SubType> |
104 | </Content> | 78 | </Content> |
105 | </ItemGroup> | 79 | </ItemGroup> |
106 | <ItemGroup> | 80 | <ItemGroup> |
107 | <Compile Include="App_Start\WebApiConfig.cs" /> | 81 | <Compile Include="App_Start\WebApiConfig.cs" /> |
108 | - <Compile Include="Constants\AIAConstants.cs" /> | ||
109 | - <Compile Include="Controllers\AdminAccessController.cs" /> | ||
110 | - <Compile Include="Controllers\AuthenticateController.cs" /> | ||
111 | - <Compile Include="Controllers\ForgotUserController.cs" /> | ||
112 | - <Compile Include="Controllers\ResetPasswordController.cs" /> | ||
113 | <Compile Include="Global.asax.cs"> | 82 | <Compile Include="Global.asax.cs"> |
114 | <DependentUpon>Global.asax</DependentUpon> | 83 | <DependentUpon>Global.asax</DependentUpon> |
115 | </Compile> | 84 | </Compile> |
116 | - <Compile Include="Models\UserUtility.cs" /> | ||
117 | - <Compile Include="Models\Users.cs" /> | ||
118 | <Compile Include="Properties\AssemblyInfo.cs" /> | 85 | <Compile Include="Properties\AssemblyInfo.cs" /> |
119 | - <Compile Include="Properties\Settings.Designer.cs"> | ||
120 | - <AutoGen>True</AutoGen> | ||
121 | - <DesignTimeSharedInput>True</DesignTimeSharedInput> | ||
122 | - <DependentUpon>Settings.settings</DependentUpon> | ||
123 | - </Compile> | ||
124 | - <Compile Include="Utility\EmailUtility.cs" /> | ||
125 | </ItemGroup> | 86 | </ItemGroup> |
126 | <ItemGroup> | 87 | <ItemGroup> |
127 | - <Content Include="Logs\AIALogs.log" /> | ||
128 | - <None Include="Properties\Settings.settings"> | ||
129 | - <Generator>SettingsSingleFileGenerator</Generator> | ||
130 | - <LastGenOutput>Settings.Designer.cs</LastGenOutput> | ||
131 | - </None> | 88 | + <Content Include="packages.config" /> |
132 | <None Include="Web.Debug.config"> | 89 | <None Include="Web.Debug.config"> |
133 | <DependentUpon>Web.config</DependentUpon> | 90 | <DependentUpon>Web.config</DependentUpon> |
134 | </None> | 91 | </None> |
@@ -138,6 +95,8 @@ | @@ -138,6 +95,8 @@ | ||
138 | </ItemGroup> | 95 | </ItemGroup> |
139 | <ItemGroup> | 96 | <ItemGroup> |
140 | <Folder Include="App_Data\" /> | 97 | <Folder Include="App_Data\" /> |
98 | + <Folder Include="Controllers\" /> | ||
99 | + <Folder Include="Models\" /> | ||
141 | </ItemGroup> | 100 | </ItemGroup> |
142 | <PropertyGroup> | 101 | <PropertyGroup> |
143 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> | 102 | <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion> |
@@ -154,7 +113,7 @@ | @@ -154,7 +113,7 @@ | ||
154 | <AutoAssignPort>True</AutoAssignPort> | 113 | <AutoAssignPort>True</AutoAssignPort> |
155 | <DevelopmentServerPort>63874</DevelopmentServerPort> | 114 | <DevelopmentServerPort>63874</DevelopmentServerPort> |
156 | <DevelopmentServerVPath>/</DevelopmentServerVPath> | 115 | <DevelopmentServerVPath>/</DevelopmentServerVPath> |
157 | - <IISUrl>http://localhost:63874/</IISUrl> | 116 | + <IISUrl>http://localhost/AIA/API</IISUrl> |
158 | <NTLMAuthentication>False</NTLMAuthentication> | 117 | <NTLMAuthentication>False</NTLMAuthentication> |
159 | <UseCustomServer>False</UseCustomServer> | 118 | <UseCustomServer>False</UseCustomServer> |
160 | <CustomServerUrl>http://182.19.10.91/AIAHTML5</CustomServerUrl> | 119 | <CustomServerUrl>http://182.19.10.91/AIAHTML5</CustomServerUrl> |
400-SOURCECODE/AIAHTML5.API/AIAHTML5.API.csproj.user
1 | <?xml version="1.0" encoding="utf-8"?> | 1 | <?xml version="1.0" encoding="utf-8"?> |
2 | <Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> | 2 | <Project ToolsVersion="12.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
3 | - <PropertyGroup> | ||
4 | - <WebStackScaffolding_IsLayoutPageSelected>True</WebStackScaffolding_IsLayoutPageSelected> | ||
5 | - <WebStackScaffolding_IsPartialViewSelected>False</WebStackScaffolding_IsPartialViewSelected> | ||
6 | - <WebStackScaffolding_IsReferencingScriptLibrariesSelected>True</WebStackScaffolding_IsReferencingScriptLibrariesSelected> | ||
7 | - <WebStackScaffolding_LayoutPageFile /> | ||
8 | - <WebStackScaffolding_IsAsyncSelected>False</WebStackScaffolding_IsAsyncSelected> | ||
9 | - <ProjectView>ShowAllFiles</ProjectView> | ||
10 | - </PropertyGroup> | ||
11 | <ProjectExtensions> | 3 | <ProjectExtensions> |
12 | <VisualStudio> | 4 | <VisualStudio> |
13 | <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> | 5 | <FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}"> |