Skip to content

Commit 85058ff

Browse files
author
Rafael J. Staib
committed
Add first draft
1 parent f075d5c commit 85058ff

Some content is hidden

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

59 files changed

+27459
-0
lines changed

V2/Properties/AssemblyInfo.cs

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
using System.Reflection;
2+
using System.Runtime.CompilerServices;
3+
using System.Runtime.InteropServices;
4+
5+
// General Information about an assembly is controlled through the following
6+
// set of attributes. Change these attribute values to modify the information
7+
// associated with an assembly.
8+
[assembly: AssemblyTitle("V2")]
9+
[assembly: AssemblyDescription("")]
10+
[assembly: AssemblyConfiguration("")]
11+
[assembly: AssemblyCompany("")]
12+
[assembly: AssemblyProduct("V2")]
13+
[assembly: AssemblyCopyright("Copyright © 2013")]
14+
[assembly: AssemblyTrademark("")]
15+
[assembly: AssemblyCulture("")]
16+
17+
// Setting ComVisible to false makes the types in this assembly not visible
18+
// to COM components. If you need to access a type in this assembly from
19+
// COM, set the ComVisible attribute to true on that type.
20+
[assembly: ComVisible(false)]
21+
22+
// The following GUID is for the ID of the typelib if this project is exposed to COM
23+
[assembly: Guid("c6a47cde-8801-45e2-895a-02cccb57ea34")]
24+
25+
// Version information for an assembly consists of the following four values:
26+
//
27+
// Major Version
28+
// Minor Version
29+
// Build Number
30+
// Revision
31+
//
32+
// You can specify all the values or you can default the Revision and Build Numbers
33+
// by using the '*' as shown below:
34+
[assembly: AssemblyVersion("1.0.0.0")]
35+
[assembly: AssemblyFileVersion("1.0.0.0")]

V2/V2.csproj

Lines changed: 139 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,139 @@
1+
<?xml version="1.0" encoding="utf-8"?>
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')" />
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>{A331405F-13AC-46E8-895B-FB5F6C2D1655}</ProjectGuid>
11+
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
12+
<OutputType>Library</OutputType>
13+
<AppDesignerFolder>Properties</AppDesignerFolder>
14+
<RootNamespace>V2</RootNamespace>
15+
<AssemblyName>V2</AssemblyName>
16+
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
17+
<UseIISExpress>true</UseIISExpress>
18+
<IISExpressSSLPort />
19+
<IISExpressAnonymousAuthentication />
20+
<IISExpressWindowsAuthentication />
21+
<IISExpressUseClassicPipelineMode />
22+
</PropertyGroup>
23+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
24+
<DebugSymbols>true</DebugSymbols>
25+
<DebugType>full</DebugType>
26+
<Optimize>false</Optimize>
27+
<OutputPath>bin\</OutputPath>
28+
<DefineConstants>DEBUG;TRACE</DefineConstants>
29+
<ErrorReport>prompt</ErrorReport>
30+
<WarningLevel>4</WarningLevel>
31+
</PropertyGroup>
32+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
33+
<DebugType>pdbonly</DebugType>
34+
<Optimize>true</Optimize>
35+
<OutputPath>bin\</OutputPath>
36+
<DefineConstants>TRACE</DefineConstants>
37+
<ErrorReport>prompt</ErrorReport>
38+
<WarningLevel>4</WarningLevel>
39+
</PropertyGroup>
40+
<ItemGroup>
41+
<Reference Include="Microsoft.CSharp" />
42+
<Reference Include="System.Web.DynamicData" />
43+
<Reference Include="System.Web.Entity" />
44+
<Reference Include="System.Web.ApplicationServices" />
45+
<Reference Include="System.ComponentModel.DataAnnotations" />
46+
<Reference Include="System" />
47+
<Reference Include="System.Data" />
48+
<Reference Include="System.Core" />
49+
<Reference Include="System.Data.DataSetExtensions" />
50+
<Reference Include="System.Web.Extensions" />
51+
<Reference Include="System.Xml.Linq" />
52+
<Reference Include="System.Drawing" />
53+
<Reference Include="System.Web" />
54+
<Reference Include="System.Xml" />
55+
<Reference Include="System.Configuration" />
56+
<Reference Include="System.Web.Services" />
57+
<Reference Include="System.EnterpriseServices" />
58+
</ItemGroup>
59+
<ItemGroup>
60+
<Content Include="content\base.css">
61+
<DependentUpon>base.css.bundle</DependentUpon>
62+
</Content>
63+
<Content Include="content\base.min.css">
64+
<DependentUpon>base.css.bundle</DependentUpon>
65+
</Content>
66+
<Content Include="content\bootstrap.min.css" />
67+
<Content Include="content\images\bg.jpg" />
68+
<Content Include="content\images\crossbrowser.png" />
69+
<Content Include="content\images\glyphicons-halflings-white.png" />
70+
<Content Include="content\images\glyphicons-halflings.png" />
71+
<Content Include="content\images\html5.png" />
72+
<Content Include="content\images\lightweight.png" />
73+
<Content Include="index.html" />
74+
<Content Include="scripts\base.js">
75+
<DependentUpon>base.js.bundle</DependentUpon>
76+
</Content>
77+
<Content Include="scripts\base.min.js">
78+
<DependentUpon>base.js.bundle</DependentUpon>
79+
</Content>
80+
<Content Include="scripts\bootstrap.min.js" />
81+
<Content Include="scripts\tracking.js" />
82+
<Content Include="scripts\html5shiv.js" />
83+
<Content Include="scripts\jquery-1.9.1.min.js" />
84+
<Content Include="scripts\social.js" />
85+
<Content Include="Web.config" />
86+
</ItemGroup>
87+
<ItemGroup>
88+
<Compile Include="Properties\AssemblyInfo.cs" />
89+
</ItemGroup>
90+
<ItemGroup>
91+
<Content Include="content\site.css" />
92+
<None Include="content\base.css.bundle">
93+
<SubType>Designer</SubType>
94+
</None>
95+
<None Include="scripts\base.js.bundle" />
96+
<Content Include="scripts\base.min.js.map">
97+
<DependentUpon>base.js.bundle</DependentUpon>
98+
</Content>
99+
<None Include="Web.Debug.config">
100+
<DependentUpon>Web.config</DependentUpon>
101+
</None>
102+
<None Include="Web.Release.config">
103+
<DependentUpon>Web.config</DependentUpon>
104+
</None>
105+
</ItemGroup>
106+
<ItemGroup />
107+
<PropertyGroup>
108+
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
109+
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
110+
</PropertyGroup>
111+
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
112+
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
113+
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
114+
<ProjectExtensions>
115+
<VisualStudio>
116+
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
117+
<WebProjectProperties>
118+
<UseIIS>True</UseIIS>
119+
<AutoAssignPort>True</AutoAssignPort>
120+
<DevelopmentServerPort>0</DevelopmentServerPort>
121+
<DevelopmentServerVPath>/</DevelopmentServerVPath>
122+
<IISUrl>http://localhost:61734/</IISUrl>
123+
<NTLMAuthentication>False</NTLMAuthentication>
124+
<UseCustomServer>False</UseCustomServer>
125+
<CustomServerUrl>
126+
</CustomServerUrl>
127+
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
128+
</WebProjectProperties>
129+
</FlavorProperties>
130+
</VisualStudio>
131+
</ProjectExtensions>
132+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
133+
Other similar extension points exist, see Microsoft.Common.targets.
134+
<Target Name="BeforeBuild">
135+
</Target>
136+
<Target Name="AfterBuild">
137+
</Target>
138+
-->
139+
</Project>

V2/V2.csproj.user

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<ProjectExtensions>
4+
<VisualStudio>
5+
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
6+
<WebProjectProperties>
7+
<StartPageUrl>
8+
</StartPageUrl>
9+
<StartAction>CurrentPage</StartAction>
10+
<AspNetDebugging>True</AspNetDebugging>
11+
<SilverlightDebugging>False</SilverlightDebugging>
12+
<NativeDebugging>False</NativeDebugging>
13+
<SQLDebugging>False</SQLDebugging>
14+
<ExternalProgram>
15+
</ExternalProgram>
16+
<StartExternalURL>
17+
</StartExternalURL>
18+
<StartCmdLineArguments>
19+
</StartCmdLineArguments>
20+
<StartWorkingDirectory>
21+
</StartWorkingDirectory>
22+
<EnableENC>False</EnableENC>
23+
<AlwaysStartWebServerOnDebug>True</AlwaysStartWebServerOnDebug>
24+
</WebProjectProperties>
25+
</FlavorProperties>
26+
</VisualStudio>
27+
</ProjectExtensions>
28+
</Project>

V2/V2.sln

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 2012
4+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "V2", "V2.csproj", "{A331405F-13AC-46E8-895B-FB5F6C2D1655}"
5+
EndProject
6+
Global
7+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
8+
Debug|Any CPU = Debug|Any CPU
9+
Release|Any CPU = Release|Any CPU
10+
EndGlobalSection
11+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
12+
{A331405F-13AC-46E8-895B-FB5F6C2D1655}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
13+
{A331405F-13AC-46E8-895B-FB5F6C2D1655}.Debug|Any CPU.Build.0 = Debug|Any CPU
14+
{A331405F-13AC-46E8-895B-FB5F6C2D1655}.Release|Any CPU.ActiveCfg = Release|Any CPU
15+
{A331405F-13AC-46E8-895B-FB5F6C2D1655}.Release|Any CPU.Build.0 = Release|Any CPU
16+
EndGlobalSection
17+
GlobalSection(SolutionProperties) = preSolution
18+
HideSolutionNode = FALSE
19+
EndGlobalSection
20+
EndGlobal

V2/V2.v11.suo

55.5 KB
Binary file not shown.

V2/Web.Debug.config

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
3+
<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
4+
5+
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
6+
<!--
7+
In the example below, the "SetAttributes" transform will change the value of
8+
"connectionString" to use "ReleaseSQLServer" only when the "Match" locator
9+
finds an attribute "name" that has a value of "MyDB".
10+
11+
<connectionStrings>
12+
<add name="MyDB"
13+
connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True"
14+
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
15+
</connectionStrings>
16+
-->
17+
<system.web>
18+
<!--
19+
In the example below, the "Replace" transform will replace the entire
20+
<customErrors> section of your web.config file.
21+
Note that because there is only one customErrors section under the
22+
<system.web> node, there is no need to use the "xdt:Locator" attribute.
23+
24+
<customErrors defaultRedirect="GenericError.htm"
25+
mode="RemoteOnly" xdt:Transform="Replace">
26+
<error statusCode="500" redirect="InternalError.htm"/>
27+
</customErrors>
28+
-->
29+
</system.web>
30+
</configuration>

V2/Web.Release.config

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
3+
<!-- For more information on using web.config transformation visit http://go.microsoft.com/fwlink/?LinkId=125889 -->
4+
5+
<configuration xmlns:xdt="http://schemas.microsoft.com/XML-Document-Transform">
6+
<!--
7+
In the example below, the "SetAttributes" transform will change the value of
8+
"connectionString" to use "ReleaseSQLServer" only when the "Match" locator
9+
finds an attribute "name" that has a value of "MyDB".
10+
11+
<connectionStrings>
12+
<add name="MyDB"
13+
connectionString="Data Source=ReleaseSQLServer;Initial Catalog=MyReleaseDB;Integrated Security=True"
14+
xdt:Transform="SetAttributes" xdt:Locator="Match(name)"/>
15+
</connectionStrings>
16+
-->
17+
<system.web>
18+
<compilation xdt:Transform="RemoveAttributes(debug)" />
19+
<!--
20+
In the example below, the "Replace" transform will replace the entire
21+
<customErrors> section of your web.config file.
22+
Note that because there is only one customErrors section under the
23+
<system.web> node, there is no need to use the "xdt:Locator" attribute.
24+
25+
<customErrors defaultRedirect="GenericError.htm"
26+
mode="RemoteOnly" xdt:Transform="Replace">
27+
<error statusCode="500" redirect="InternalError.htm"/>
28+
</customErrors>
29+
-->
30+
</system.web>
31+
</configuration>

V2/Web.config

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
<?xml version="1.0"?>
2+
3+
<!--
4+
For more information on how to configure your ASP.NET application, please visit
5+
http://go.microsoft.com/fwlink/?LinkId=169433
6+
-->
7+
8+
<configuration>
9+
<system.web>
10+
<compilation debug="true" targetFramework="4.0" />
11+
</system.web>
12+
13+
</configuration>

V2/bin/V2.dll

4 KB
Binary file not shown.

V2/bin/V2.pdb

7.5 KB
Binary file not shown.

0 commit comments

Comments
 (0)