Skip to content

Commit

Permalink
Version 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
tc-imba committed Jan 10, 2017
0 parents commit d59e66d
Show file tree
Hide file tree
Showing 17,277 changed files with 2,444,304 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
/.idea
Binary file not shown.
1,036 changes: 1,036 additions & 0 deletions ASPNET_Core_1_0_Full_Project/.vs/config/applicationhost.config

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions ASPNET_Core_1_0_Full_Project/.vs/restore.dg
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
#:C:\Users\Damian\Desktop\Inspinia\Inspinia_2.7\ASPNET_Core_1_0_Full_Project\ASPNET_Core_1_0\ASPNET_Core_1_0.xproj
22 changes: 22 additions & 0 deletions ASPNET_Core_1_0_Full_Project/ASPNET_Core_1_0.sln
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.25420.1
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BB2217D-0F2D-49D1-97BC-3654ED321F3B}") = "ASPNET_Core_1_0", "ASPNET_Core_1_0\ASPNET_Core_1_0.xproj", "{505E88D1-FA1E-4DDE-92F3-49BEA281E24F}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{505E88D1-FA1E-4DDE-92F3-49BEA281E24F}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{505E88D1-FA1E-4DDE-92F3-49BEA281E24F}.Debug|Any CPU.Build.0 = Debug|Any CPU
{505E88D1-FA1E-4DDE-92F3-49BEA281E24F}.Release|Any CPU.ActiveCfg = Release|Any CPU
{505E88D1-FA1E-4DDE-92F3-49BEA281E24F}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal
3 changes: 3 additions & 0 deletions ASPNET_Core_1_0_Full_Project/ASPNET_Core_1_0/.bowerrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"directory": "wwwroot/lib_bower"
}
23 changes: 23 additions & 0 deletions ASPNET_Core_1_0_Full_Project/ASPNET_Core_1_0/ASPNET_Core_1_0.xproj
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">14.0</VisualStudioVersion>
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
</PropertyGroup>
<Import Project="$(VSToolsPath)\DotNet\Microsoft.DotNet.Props" Condition="'$(VSToolsPath)' != ''" />
<PropertyGroup Label="Globals">
<ProjectGuid>505e88d1-fa1e-4dde-92f3-49bea281e24f</ProjectGuid>
<RootNamespace>ASPNET_Core_1_0</RootNamespace>
<BaseIntermediateOutputPath Condition="'$(BaseIntermediateOutputPath)'=='' ">.\obj</BaseIntermediateOutputPath>
<OutputPath Condition="'$(OutputPath)'=='' ">.\bin\</OutputPath>
<TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
</PropertyGroup>
<PropertyGroup>
<SchemaVersion>2.0</SchemaVersion>
</PropertyGroup>
<ItemGroup>
<DnxInvisibleContent Include="bower.json" />
<DnxInvisibleContent Include=".bowerrc" />
</ItemGroup>
<Import Project="$(VSToolsPath)\DotNet.Web\Microsoft.DotNet.Web.targets" Condition="'$(VSToolsPath)' != ''" />
</Project>
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="14.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<ActiveDebugProfile>IIS Express</ActiveDebugProfile>
<WebStackScaffolding_ControllerDialogWidth>600</WebStackScaffolding_ControllerDialogWidth>
<WebStackScaffolding_IsLayoutPageSelected>True</WebStackScaffolding_IsLayoutPageSelected>
<WebStackScaffolding_IsPartialViewSelected>False</WebStackScaffolding_IsPartialViewSelected>
<WebStackScaffolding_IsReferencingScriptLibrariesSelected>True</WebStackScaffolding_IsReferencingScriptLibrariesSelected>
<WebStackScaffolding_LayoutPageFile />
<WebStackScaffolding_IsAsyncSelected>False</WebStackScaffolding_IsAsyncSelected>
<ShowAllFiles>true</ShowAllFiles>
<NameOfLastUsedPublishProfile>InspiniaCore</NameOfLastUsedPublishProfile>
</PropertyGroup>
</Project>
Loading

0 comments on commit d59e66d

Please sign in to comment.