Skip to content

Commit 53362b4

Browse files
fabriciomrtnzHome User
authored and
Home User
committed
Update to version 2.0.1 with VS2013 support.
1 parent ccfe138 commit 53362b4

File tree

180 files changed

+13076
-20621
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

180 files changed

+13076
-20621
lines changed

FNHMVC.Azure/FNHMVC.Azure.ccproj

+9-25
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
66
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
77
<ProductVersion>2.3</ProductVersion>
8-
<ProjectGuid>3c656352-7d75-4e3d-b629-e28e19c52b77</ProjectGuid>
8+
<ProjectGuid>5214accf-54d8-491c-825a-6c73363cac71</ProjectGuid>
99
<OutputType>Library</OutputType>
1010
<AppDesignerFolder>Properties</AppDesignerFolder>
1111
<RootNamespace>FNHMVC.Azure</RootNamespace>
@@ -41,14 +41,14 @@
4141
<ServiceConfiguration Include="ServiceConfiguration.Cloud.cscfg" />
4242
</ItemGroup>
4343
<ItemGroup>
44-
<ProjectReference Include="..\FNHMVC.Web.API\FNHMVC.Web.API.csproj">
45-
<Name>FNHMVC.Web.API</Name>
46-
<Project>{572dd1a4-dfda-4d19-9348-b3c18a6203a5}</Project>
47-
<Private>True</Private>
48-
<RoleType>Web</RoleType>
49-
<RoleName>FNHMVC.Web.API</RoleName>
50-
<UpdateDiagnosticsConnectionStringOnPublish>True</UpdateDiagnosticsConnectionStringOnPublish>
51-
</ProjectReference>
44+
<Folder Include="FNHMVC.WebContent\" />
45+
</ItemGroup>
46+
<ItemGroup>
47+
<Content Include="FNHMVC.WebContent\diagnostics.wadcfg">
48+
<SubType>Content</SubType>
49+
</Content>
50+
</ItemGroup>
51+
<ItemGroup>
5252
<ProjectReference Include="..\FNHMVC.Web\FNHMVC.Web.csproj">
5353
<Name>FNHMVC.Web</Name>
5454
<Project>{8faee83e-8134-4760-a778-70ea245e588b}</Project>
@@ -58,22 +58,6 @@
5858
<UpdateDiagnosticsConnectionStringOnPublish>True</UpdateDiagnosticsConnectionStringOnPublish>
5959
</ProjectReference>
6060
</ItemGroup>
61-
<ItemGroup>
62-
<Folder Include="FNHMVC.Web.APIContent\" />
63-
<Folder Include="FNHMVC.WebContent\" />
64-
<Folder Include="FNHMVC.Web" />
65-
</ItemGroup>
66-
<ItemGroup>
67-
<Content Include="FNHMVC.Web.APIContent\diagnostics.wadcfg">
68-
<SubType>Content</SubType>
69-
</Content>
70-
<Content Include="FNHMVC.WebContent\diagnostics.wadcfg">
71-
<SubType>Content</SubType>
72-
</Content>
73-
<Content Include="FNHMVC.Web\diagnostics.wadcfg">
74-
<SubType>Content</SubType>
75-
</Content>
76-
</ItemGroup>
7761
<!-- Import the target files for this project template -->
7862
<PropertyGroup>
7963
<VisualStudioVersion Condition=" '$(VisualStudioVersion)' == '' ">10.0</VisualStudioVersion>

FNHMVC.Azure/FNHMVC.Web.APIContent/diagnostics.wadcfg

-21
This file was deleted.

FNHMVC.Azure/FNHMVC.Web/diagnostics.wadcfg

-21
This file was deleted.

FNHMVC.Azure/ServiceConfiguration.Cloud.cscfg

-6
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,4 @@
66
<Setting name="Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString" value="UseDevelopmentStorage=true" />
77
</ConfigurationSettings>
88
</Role>
9-
<Role name="FNHMVC.Web.API">
10-
<Instances count="1" />
11-
<ConfigurationSettings>
12-
<Setting name="Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString" value="UseDevelopmentStorage=true" />
13-
</ConfigurationSettings>
14-
</Role>
159
</ServiceConfiguration>

FNHMVC.Azure/ServiceConfiguration.Local.cscfg

-6
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,4 @@
66
<Setting name="Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString" value="UseDevelopmentStorage=true" />
77
</ConfigurationSettings>
88
</Role>
9-
<Role name="FNHMVC.Web.API">
10-
<Instances count="1" />
11-
<ConfigurationSettings>
12-
<Setting name="Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString" value="UseDevelopmentStorage=true" />
13-
</ConfigurationSettings>
14-
</Role>
159
</ServiceConfiguration>

FNHMVC.Azure/ServiceDefinition.csdef

-15
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,4 @@
1515
<Import moduleName="Diagnostics" />
1616
</Imports>
1717
</WebRole>
18-
<WebRole name="FNHMVC.Web.API" vmsize="Small">
19-
<Sites>
20-
<Site name="Web">
21-
<Bindings>
22-
<Binding name="Endpoint1" endpointName="Endpoint1" />
23-
</Bindings>
24-
</Site>
25-
</Sites>
26-
<Endpoints>
27-
<InputEndpoint name="Endpoint1" protocol="http" port="8080" />
28-
</Endpoints>
29-
<Imports>
30-
<Import moduleName="Diagnostics" />
31-
</Imports>
32-
</WebRole>
3318
</ServiceDefinition>

FNHMVC.Azure/bin/Debug/ServiceConfiguration.cscfg

-6
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,4 @@
1515
<Setting name="Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString" value="UseDevelopmentStorage=true" />
1616
</ConfigurationSettings>
1717
</Role>
18-
<Role name="FNHMVC.Web.API">
19-
<Instances count="1" />
20-
<ConfigurationSettings>
21-
<Setting name="Microsoft.WindowsAzure.Plugins.Diagnostics.ConnectionString" value="UseDevelopmentStorage=true" />
22-
</ConfigurationSettings>
23-
</Role>
2418
</ServiceConfiguration>

FNHMVC.Azure/bin/Debug/ServiceDefinition.csdef

-15
Original file line numberDiff line numberDiff line change
@@ -24,19 +24,4 @@
2424
<Import moduleName="Diagnostics" />
2525
</Imports>
2626
</WebRole>
27-
<WebRole name="FNHMVC.Web.API" vmsize="Small">
28-
<Sites>
29-
<Site name="Web">
30-
<Bindings>
31-
<Binding name="Endpoint1" endpointName="Endpoint1" />
32-
</Bindings>
33-
</Site>
34-
</Sites>
35-
<Endpoints>
36-
<InputEndpoint name="Endpoint1" protocol="http" port="8080" />
37-
</Endpoints>
38-
<Imports>
39-
<Import moduleName="Diagnostics" />
40-
</Imports>
41-
</WebRole>
4227
</ServiceDefinition>
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

FNHMVC.Core/bin/Debug/FNHMVC.Core.dll

0 Bytes
Binary file not shown.

FNHMVC.Core/bin/Debug/FNHMVC.Core.pdb

0 Bytes
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
C:\Projects\FNHMVC_2\FNHMVC.Core\bin\Debug\FNHMVC.Core.dll
22
C:\Projects\FNHMVC_2\FNHMVC.Core\bin\Debug\FNHMVC.Core.pdb
3+
C:\Projects\FNHMVC_2\FNHMVC.Core\obj\Debug\FNHMVC.Core.csprojResolveAssemblyReference.cache
34
C:\Projects\FNHMVC_2\FNHMVC.Core\obj\Debug\FNHMVC.Core.dll
45
C:\Projects\FNHMVC_2\FNHMVC.Core\obj\Debug\FNHMVC.Core.pdb
Binary file not shown.

FNHMVC.Core/obj/Debug/FNHMVC.Core.dll

0 Bytes
Binary file not shown.

FNHMVC.Core/obj/Debug/FNHMVC.Core.pdb

0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.

FNHMVC.Data/bin/Debug/FNHMVC.Core.dll

0 Bytes
Binary file not shown.

FNHMVC.Data/bin/Debug/FNHMVC.Core.pdb

0 Bytes
Binary file not shown.

FNHMVC.Data/bin/Debug/FNHMVC.Data.dll

0 Bytes
Binary file not shown.

FNHMVC.Data/bin/Debug/FNHMVC.Data.pdb

0 Bytes
Binary file not shown.
512 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.

FNHMVC.Data/obj/Debug/FNHMVC.Data.dll

0 Bytes
Binary file not shown.

FNHMVC.Data/obj/Debug/FNHMVC.Data.pdb

0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
512 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
512 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
512 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.

FNHMVC.Test/bin/Debug/FNHMVC.Core.dll

0 Bytes
Binary file not shown.

FNHMVC.Test/bin/Debug/FNHMVC.Core.pdb

0 Bytes
Binary file not shown.

FNHMVC.Test/bin/Debug/FNHMVC.Data.dll

0 Bytes
Binary file not shown.

FNHMVC.Test/bin/Debug/FNHMVC.Data.pdb

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
512 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

FNHMVC.Test/bin/Debug/FNHMVC.Test.dll

0 Bytes
Binary file not shown.

FNHMVC.Test/bin/Debug/FNHMVC.Test.pdb

0 Bytes
Binary file not shown.
-512 Bytes
Binary file not shown.
-2 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

FNHMVC.Test/obj/Debug/FNHMVC.Test.dll

0 Bytes
Binary file not shown.

FNHMVC.Test/obj/Debug/FNHMVC.Test.pdb

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

FNHMVC.Web.API/bin/FNHMVC.Core.dll

0 Bytes
Binary file not shown.

FNHMVC.Web.API/bin/FNHMVC.Core.pdb

0 Bytes
Binary file not shown.

FNHMVC.Web.API/bin/FNHMVC.Data.dll

0 Bytes
Binary file not shown.

FNHMVC.Web.API/bin/FNHMVC.Data.pdb

0 Bytes
Binary file not shown.

FNHMVC.Web.API/bin/FNHMVC.Domain.dll

0 Bytes
Binary file not shown.

FNHMVC.Web.API/bin/FNHMVC.Domain.pdb

0 Bytes
Binary file not shown.

FNHMVC.Web.API/bin/FNHMVC.Model.dll

512 Bytes
Binary file not shown.

FNHMVC.Web.API/bin/FNHMVC.Model.pdb

0 Bytes
Binary file not shown.

FNHMVC.Web.API/bin/FNHMVC.Web.API.dll

0 Bytes
Binary file not shown.

FNHMVC.Web.API/bin/FNHMVC.Web.API.dll.config

+4
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@
1313
</listeners>
1414
</trace>
1515
</system.diagnostics>
16+
<connectionStrings>
17+
<!--<add name="DefaultConnection" connectionString="Data Source=(LocalDb)\v11.0;AttachDbFilename=|DataDirectory|\aspnet-FNHMVC.Web-20140513110843.mdf;Initial Catalog=aspnet-FNHMVC.Web-20140513110843;Integrated Security=True" providerName="System.Data.SqlClient" />-->
18+
<add name="FNHMVCContainer" connectionString="Data Source=.\SQLEXPRESS;initial catalog=FNHMVC;Integrated Security=SSPI; MultipleActiveResultSets=True;" />
19+
</connectionStrings>
1620
<appSettings>
1721
<add key="webpages:Version" value="3.0.0.0" />
1822
<add key="webpages:Enabled" value="false" />

FNHMVC.Web.API/bin/FNHMVC.Web.API.pdb

0 Bytes
Binary file not shown.
-512 Bytes
Binary file not shown.
-2 KB
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
512 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
-512 Bytes
Binary file not shown.
-2 KB
Binary file not shown.
Binary file not shown.

FNHMVC.Web.Core/obj/Debug/FNHMVC.Web.Core.csproj.FileListAbsolute.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ C:\Projects\FNHMVC_2\FNHMVC.Web.Core\bin\Debug\FNHMVC.Domain.dll
1313
C:\Projects\FNHMVC_2\FNHMVC.Web.Core\bin\Debug\FNHMVC.Model.dll
1414
C:\Projects\FNHMVC_2\FNHMVC.Web.Core\bin\Debug\Microsoft.AspNet.Identity.Core.dll
1515
C:\Projects\FNHMVC_2\FNHMVC.Web.Core\bin\Debug\Microsoft.AspNet.Identity.Owin.dll
16+
C:\Projects\FNHMVC_2\FNHMVC.Web.Core\bin\Debug\Microsoft.IdentityModel.dll
1617
C:\Projects\FNHMVC_2\FNHMVC.Web.Core\bin\Debug\Microsoft.Owin.dll
1718
C:\Projects\FNHMVC_2\FNHMVC.Web.Core\bin\Debug\Microsoft.Owin.Security.Cookies.dll
1819
C:\Projects\FNHMVC_2\FNHMVC.Web.Core\bin\Debug\Microsoft.Owin.Security.dll
@@ -61,4 +62,3 @@ C:\Projects\FNHMVC_2\FNHMVC.Web.Core\bin\Debug\Iesi.Collections.xml
6162
C:\Projects\FNHMVC_2\FNHMVC.Web.Core\obj\Debug\FNHMVC.Web.Core.csprojResolveAssemblyReference.cache
6263
C:\Projects\FNHMVC_2\FNHMVC.Web.Core\obj\Debug\FNHMVC.Web.Core.dll
6364
C:\Projects\FNHMVC_2\FNHMVC.Web.Core\obj\Debug\FNHMVC.Web.Core.pdb
64-
C:\Projects\FNHMVC_2\FNHMVC.Web.Core\bin\Debug\Microsoft.IdentityModel.dll
Binary file not shown.
-512 Bytes
Binary file not shown.
-2 KB
Binary file not shown.

FNHMVC.Web/FNHMVC.Web.csproj

+12-18
Original file line numberDiff line numberDiff line change
@@ -78,17 +78,14 @@
7878
<HintPath>..\packages\Microsoft.AspNet.Identity.Owin.2.0.1\lib\net45\Microsoft.AspNet.Identity.Owin.dll</HintPath>
7979
</Reference>
8080
<Reference Include="Microsoft.CSharp" />
81-
<Reference Include="Microsoft.Data.Edm, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
82-
<SpecificVersion>False</SpecificVersion>
83-
<HintPath>..\packages\Microsoft.Data.Edm.5.6.1\lib\net40\Microsoft.Data.Edm.dll</HintPath>
81+
<Reference Include="Microsoft.Data.Edm, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
82+
<HintPath>..\packages\Microsoft.Data.Edm.5.6.0\lib\net40\Microsoft.Data.Edm.dll</HintPath>
8483
</Reference>
85-
<Reference Include="Microsoft.Data.OData, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
86-
<SpecificVersion>False</SpecificVersion>
87-
<HintPath>..\packages\Microsoft.Data.OData.5.6.1\lib\net40\Microsoft.Data.OData.dll</HintPath>
84+
<Reference Include="Microsoft.Data.OData, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
85+
<HintPath>..\packages\Microsoft.Data.OData.5.6.0\lib\net40\Microsoft.Data.OData.dll</HintPath>
8886
</Reference>
89-
<Reference Include="Microsoft.Data.Services.Client, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
90-
<SpecificVersion>False</SpecificVersion>
91-
<HintPath>..\packages\Microsoft.Data.Services.Client.5.6.1\lib\net40\Microsoft.Data.Services.Client.dll</HintPath>
87+
<Reference Include="Microsoft.Data.Services.Client, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
88+
<HintPath>..\packages\Microsoft.Data.Services.Client.5.6.0\lib\net40\Microsoft.Data.Services.Client.dll</HintPath>
9289
</Reference>
9390
<Reference Include="Microsoft.IdentityModel, Version=3.5.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
9491
<Private>True</Private>
@@ -118,13 +115,11 @@
118115
<Reference Include="Microsoft.WindowsAzure.ServiceRuntime, Version=2.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35">
119116
<Private>False</Private>
120117
</Reference>
121-
<Reference Include="Microsoft.WindowsAzure.Storage, Version=4.0.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
122-
<SpecificVersion>False</SpecificVersion>
123-
<HintPath>..\packages\WindowsAzure.Storage.4.0.1\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath>
118+
<Reference Include="Microsoft.WindowsAzure.Storage, Version=3.0.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
119+
<HintPath>..\packages\WindowsAzure.Storage.3.0.3.0\lib\net40\Microsoft.WindowsAzure.Storage.dll</HintPath>
124120
</Reference>
125-
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
126-
<SpecificVersion>False</SpecificVersion>
127-
<HintPath>..\packages\Newtonsoft.Json.6.0.3\lib\net45\Newtonsoft.Json.dll</HintPath>
121+
<Reference Include="Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
122+
<HintPath>..\packages\Newtonsoft.Json.5.0.6\lib\net45\Newtonsoft.Json.dll</HintPath>
128123
</Reference>
129124
<Reference Include="NHibernate, Version=3.3.1.4000, Culture=neutral, PublicKeyToken=aa95f207798dfdb4, processorArchitecture=MSIL">
130125
<SpecificVersion>False</SpecificVersion>
@@ -137,9 +132,8 @@
137132
<Reference Include="System.Data" />
138133
<Reference Include="System.Data.Services.Client" />
139134
<Reference Include="System.Drawing" />
140-
<Reference Include="System.Spatial, Version=5.6.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
141-
<SpecificVersion>False</SpecificVersion>
142-
<HintPath>..\packages\System.Spatial.5.6.1\lib\net40\System.Spatial.dll</HintPath>
135+
<Reference Include="System.Spatial, Version=5.6.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
136+
<HintPath>..\packages\System.Spatial.5.6.0\lib\net40\System.Spatial.dll</HintPath>
143137
</Reference>
144138
<Reference Include="System.Web.DynamicData" />
145139
<Reference Include="System.Web.Entity" />
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

FNHMVC.Web/bin/FNHMVC.Core.dll

0 Bytes
Binary file not shown.

FNHMVC.Web/bin/FNHMVC.Core.pdb

0 Bytes
Binary file not shown.

FNHMVC.Web/bin/FNHMVC.Data.dll

0 Bytes
Binary file not shown.

FNHMVC.Web/bin/FNHMVC.Data.pdb

0 Bytes
Binary file not shown.

FNHMVC.Web/bin/FNHMVC.Domain.dll

0 Bytes
Binary file not shown.

FNHMVC.Web/bin/FNHMVC.Domain.pdb

0 Bytes
Binary file not shown.

FNHMVC.Web/bin/FNHMVC.Model.dll

512 Bytes
Binary file not shown.

FNHMVC.Web/bin/FNHMVC.Model.pdb

0 Bytes
Binary file not shown.

FNHMVC.Web/bin/FNHMVC.Web.Core.dll

-512 Bytes
Binary file not shown.

FNHMVC.Web/bin/FNHMVC.Web.Core.pdb

-2 KB
Binary file not shown.

FNHMVC.Web/bin/FNHMVC.Web.dll

0 Bytes
Binary file not shown.

FNHMVC.Web/bin/FNHMVC.Web.pdb

0 Bytes
Binary file not shown.

FNHMVC.Web/bin/Microsoft.Data.Edm.dll

0 Bytes
Binary file not shown.
-2 KB
Binary file not shown.

0 commit comments

Comments
 (0)