Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 44550ce

Browse files
committed
Added template.
1 parent be2d91d commit 44550ce

File tree

240 files changed

+27601
-1
lines changed

Some content is hidden

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

240 files changed

+27601
-1
lines changed

.DS_Store

8 KB
Binary file not shown.

MyPortfolio.csproj

Lines changed: 134 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,134 @@
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="..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.4\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props" Condition="Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.4\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" />
4+
<Import Project="..\packages\Microsoft.Net.Compilers.2.1.0\build\Microsoft.Net.Compilers.props" Condition="Exists('..\packages\Microsoft.Net.Compilers.2.1.0\build\Microsoft.Net.Compilers.props')" />
5+
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
6+
<PropertyGroup>
7+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
8+
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
9+
<ProductVersion>
10+
</ProductVersion>
11+
<SchemaVersion>2.0</SchemaVersion>
12+
<ProjectGuid>{D6C1D098-30C8-4E05-A49B-90D6C9B82524}</ProjectGuid>
13+
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
14+
<OutputType>Library</OutputType>
15+
<AppDesignerFolder>Properties</AppDesignerFolder>
16+
<RootNamespace>MyPortfolio</RootNamespace>
17+
<AssemblyName>MyPortfolio</AssemblyName>
18+
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
19+
<UseIISExpress>true</UseIISExpress>
20+
<IISExpressSSLPort />
21+
<IISExpressAnonymousAuthentication />
22+
<IISExpressWindowsAuthentication />
23+
<IISExpressUseClassicPipelineMode />
24+
<UseGlobalApplicationHostFile />
25+
<NuGetPackageImportStamp>
26+
</NuGetPackageImportStamp>
27+
</PropertyGroup>
28+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
29+
<DebugSymbols>true</DebugSymbols>
30+
<DebugType>full</DebugType>
31+
<Optimize>false</Optimize>
32+
<OutputPath>bin\</OutputPath>
33+
<DefineConstants>DEBUG;TRACE</DefineConstants>
34+
<ErrorReport>prompt</ErrorReport>
35+
<WarningLevel>4</WarningLevel>
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+
</PropertyGroup>
45+
<ItemGroup>
46+
<Reference Include="Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
47+
<HintPath>..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.4\lib\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.dll</HintPath>
48+
<Private>True</Private>
49+
</Reference>
50+
<Reference Include="Microsoft.CSharp" />
51+
<Reference Include="System.Web.DynamicData" />
52+
<Reference Include="System.Web.Entity" />
53+
<Reference Include="System.Web.ApplicationServices" />
54+
<Reference Include="System.ComponentModel.DataAnnotations" />
55+
<Reference Include="System" />
56+
<Reference Include="System.Data" />
57+
<Reference Include="System.Core" />
58+
<Reference Include="System.Data.DataSetExtensions" />
59+
<Reference Include="System.Web.Extensions" />
60+
<Reference Include="System.Xml.Linq" />
61+
<Reference Include="System.Drawing" />
62+
<Reference Include="System.Web" />
63+
<Reference Include="System.Xml" />
64+
<Reference Include="System.Configuration" />
65+
<Reference Include="System.Web.Services" />
66+
<Reference Include="System.EnterpriseServices" />
67+
</ItemGroup>
68+
<ItemGroup>
69+
<Content Include="blog-post.html" />
70+
<Content Include="blog.html" />
71+
<Content Include="blog2.html" />
72+
<Content Include="blog3.html" />
73+
<Content Include="elements.html" />
74+
<Content Include="icon-budicon.html" />
75+
<Content Include="icon-fontello.html" />
76+
<Content Include="index.html" />
77+
<Content Include="index2.html" />
78+
<Content Include="index3.html" />
79+
<Content Include="packages.config" />
80+
<Content Include=".DS_Store" />
81+
<None Include="Web.Debug.config">
82+
<DependentUpon>Web.config</DependentUpon>
83+
</None>
84+
<None Include="Web.Release.config">
85+
<DependentUpon>Web.config</DependentUpon>
86+
</None>
87+
</ItemGroup>
88+
<ItemGroup>
89+
<Content Include="style.css" />
90+
<Content Include="Web.config" />
91+
</ItemGroup>
92+
<ItemGroup>
93+
<Compile Include="Properties\AssemblyInfo.cs" />
94+
</ItemGroup>
95+
<PropertyGroup>
96+
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
97+
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
98+
</PropertyGroup>
99+
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
100+
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
101+
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
102+
<ProjectExtensions>
103+
<VisualStudio>
104+
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
105+
<WebProjectProperties>
106+
<UseIIS>True</UseIIS>
107+
<AutoAssignPort>True</AutoAssignPort>
108+
<DevelopmentServerPort>56036</DevelopmentServerPort>
109+
<DevelopmentServerVPath>/</DevelopmentServerVPath>
110+
<IISUrl>http://localhost:56036/</IISUrl>
111+
<NTLMAuthentication>False</NTLMAuthentication>
112+
<UseCustomServer>False</UseCustomServer>
113+
<CustomServerUrl>
114+
</CustomServerUrl>
115+
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
116+
</WebProjectProperties>
117+
</FlavorProperties>
118+
</VisualStudio>
119+
</ProjectExtensions>
120+
<Target Name="EnsureNuGetPackageBuildImports" BeforeTargets="PrepareForBuild">
121+
<PropertyGroup>
122+
<ErrorText>This project references NuGet package(s) that are missing on this computer. Use NuGet Package Restore to download them. For more information, see http://go.microsoft.com/fwlink/?LinkID=322105. The missing file is {0}.</ErrorText>
123+
</PropertyGroup>
124+
<Error Condition="!Exists('..\packages\Microsoft.Net.Compilers.2.1.0\build\Microsoft.Net.Compilers.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.Net.Compilers.2.1.0\build\Microsoft.Net.Compilers.props'))" />
125+
<Error Condition="!Exists('..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.4\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props')" Text="$([System.String]::Format('$(ErrorText)', '..\packages\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.1.0.4\build\net45\Microsoft.CodeDom.Providers.DotNetCompilerPlatform.props'))" />
126+
</Target>
127+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
128+
Other similar extension points exist, see Microsoft.Common.targets.
129+
<Target Name="BeforeBuild">
130+
</Target>
131+
<Target Name="AfterBuild">
132+
</Target>
133+
-->
134+
</Project>

MyPortfolio.csproj.user

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+
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<UseIISExpress>true</UseIISExpress>
5+
</PropertyGroup>
6+
<ProjectExtensions>
7+
<VisualStudio>
8+
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
9+
<WebProjectProperties>
10+
<StartPageUrl>
11+
</StartPageUrl>
12+
<StartAction>CurrentPage</StartAction>
13+
<AspNetDebugging>True</AspNetDebugging>
14+
<SilverlightDebugging>False</SilverlightDebugging>
15+
<NativeDebugging>False</NativeDebugging>
16+
<SQLDebugging>False</SQLDebugging>
17+
<ExternalProgram>
18+
</ExternalProgram>
19+
<StartExternalURL>
20+
</StartExternalURL>
21+
<StartCmdLineArguments>
22+
</StartCmdLineArguments>
23+
<StartWorkingDirectory>
24+
</StartWorkingDirectory>
25+
<EnableENC>True</EnableENC>
26+
<AlwaysStartWebServerOnDebug>True</AlwaysStartWebServerOnDebug>
27+
</WebProjectProperties>
28+
</FlavorProperties>
29+
</VisualStudio>
30+
</ProjectExtensions>
31+
</Project>

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("MyPortfolio")]
9+
[assembly: AssemblyDescription("")]
10+
[assembly: AssemblyConfiguration("")]
11+
[assembly: AssemblyCompany("")]
12+
[assembly: AssemblyProduct("MyPortfolio")]
13+
[assembly: AssemblyCopyright("Copyright © 2017")]
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("d6c1d098-30c8-4e05-a49b-90d6c9b82524")]
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")]

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>

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>

Web.config

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<!--
3+
For more information on how to configure your ASP.NET application, please visit
4+
http://go.microsoft.com/fwlink/?LinkId=169433
5+
-->
6+
<configuration>
7+
<system.web>
8+
<compilation debug="true" targetFramework="4.5.2"/>
9+
<httpRuntime targetFramework="4.5.2"/>
10+
</system.web>
11+
<system.codedom>
12+
<compilers>
13+
<compiler language="c#;cs;csharp" extension=".cs"
14+
type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.CSharpCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
15+
warningLevel="4" compilerOptions="/langversion:6 /nowarn:1659;1699;1701"/>
16+
<compiler language="vb;vbs;visualbasic;vbscript" extension=".vb"
17+
type="Microsoft.CodeDom.Providers.DotNetCompilerPlatform.VBCodeProvider, Microsoft.CodeDom.Providers.DotNetCompilerPlatform, Version=1.0.4.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35"
18+
warningLevel="4" compilerOptions="/langversion:14 /nowarn:41008 /define:_MYTYPE=\&quot;Web\&quot; /optionInfer+"/>
19+
</compilers>
20+
</system.codedom>
21+
</configuration>

0 commit comments

Comments
 (0)