Skip to content

Commit 557666d

Browse files
committed
Restore csproj file in solution
1 parent 2823d17 commit 557666d

File tree

4 files changed

+219
-7
lines changed

4 files changed

+219
-7
lines changed

general/DefineCustomKendoHelper/DefineCustomKendoHelper.sln

+5-5
Original file line numberDiff line numberDiff line change
@@ -3,18 +3,18 @@ Microsoft Visual Studio Solution File, Format Version 12.00
33
# Visual Studio 14
44
VisualStudioVersion = 14.0.25420.1
55
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DefineCustomKendoHelper", "DefineCustomKendoHelper\DefineCustomKendoHelper.csproj", "{C17D779B-E288-495B-A9FE-FCCCF562B3D4}"
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DefineCustomKendoHelper", "DefineCustomKendoHelper\DefineCustomKendoHelper.csproj", "{B7F0131D-92F0-4B27-B3B2-2B1F3DE3EB14}"
77
EndProject
88
Global
99
GlobalSection(SolutionConfigurationPlatforms) = preSolution
1010
Debug|Any CPU = Debug|Any CPU
1111
Release|Any CPU = Release|Any CPU
1212
EndGlobalSection
1313
GlobalSection(ProjectConfigurationPlatforms) = postSolution
14-
{C17D779B-E288-495B-A9FE-FCCCF562B3D4}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15-
{C17D779B-E288-495B-A9FE-FCCCF562B3D4}.Debug|Any CPU.Build.0 = Debug|Any CPU
16-
{C17D779B-E288-495B-A9FE-FCCCF562B3D4}.Release|Any CPU.ActiveCfg = Release|Any CPU
17-
{C17D779B-E288-495B-A9FE-FCCCF562B3D4}.Release|Any CPU.Build.0 = Release|Any CPU
14+
{B7F0131D-92F0-4B27-B3B2-2B1F3DE3EB14}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
15+
{B7F0131D-92F0-4B27-B3B2-2B1F3DE3EB14}.Debug|Any CPU.Build.0 = Debug|Any CPU
16+
{B7F0131D-92F0-4B27-B3B2-2B1F3DE3EB14}.Release|Any CPU.ActiveCfg = Release|Any CPU
17+
{B7F0131D-92F0-4B27-B3B2-2B1F3DE3EB14}.Release|Any CPU.Build.0 = Release|Any CPU
1818
EndGlobalSection
1919
GlobalSection(SolutionProperties) = preSolution
2020
HideSolutionNode = FALSE
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,212 @@
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="$(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>{B7F0131D-92F0-4B27-B3B2-2B1F3DE3EB14}</ProjectGuid>
11+
<ProjectTypeGuids>{349c5851-65df-11da-9384-00065b846f21};{fae04ec0-301f-11d3-bf4b-00c04f79efbc}</ProjectTypeGuids>
12+
<OutputType>Library</OutputType>
13+
<AppDesignerFolder>Properties</AppDesignerFolder>
14+
<RootNamespace>DefineCustomKendoHelper</RootNamespace>
15+
<AssemblyName>DefineCustomKendoHelper</AssemblyName>
16+
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
17+
<MvcBuildViews>false</MvcBuildViews>
18+
<UseIISExpress>true</UseIISExpress>
19+
<IISExpressSSLPort />
20+
<IISExpressAnonymousAuthentication />
21+
<IISExpressWindowsAuthentication />
22+
<IISExpressUseClassicPipelineMode />
23+
<UseGlobalApplicationHostFile />
24+
</PropertyGroup>
25+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
26+
<DebugSymbols>true</DebugSymbols>
27+
<DebugType>full</DebugType>
28+
<Optimize>false</Optimize>
29+
<OutputPath>bin\</OutputPath>
30+
<DefineConstants>DEBUG;TRACE</DefineConstants>
31+
<ErrorReport>prompt</ErrorReport>
32+
<WarningLevel>4</WarningLevel>
33+
</PropertyGroup>
34+
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
35+
<DebugType>pdbonly</DebugType>
36+
<Optimize>true</Optimize>
37+
<OutputPath>bin\</OutputPath>
38+
<DefineConstants>TRACE</DefineConstants>
39+
<ErrorReport>prompt</ErrorReport>
40+
<WarningLevel>4</WarningLevel>
41+
</PropertyGroup>
42+
<ItemGroup>
43+
<Reference Include="Antlr3.Runtime, Version=3.4.1.9004, Culture=neutral, PublicKeyToken=eb42632606e9261f, processorArchitecture=MSIL">
44+
<HintPath>..\packages\Antlr.3.4.1.9004\lib\Antlr3.Runtime.dll</HintPath>
45+
<Private>True</Private>
46+
</Reference>
47+
<Reference Include="Kendo.Mvc">
48+
<HintPath>..\lib\KENDOUIMVC\2016.2.714.545\Kendo.Mvc.dll</HintPath>
49+
<Private>True</Private>
50+
</Reference>
51+
<Reference Include="Microsoft.CSharp" />
52+
<Reference Include="Microsoft.Web.Infrastructure, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
53+
<HintPath>..\packages\Microsoft.Web.Infrastructure.1.0.0.0\lib\net40\Microsoft.Web.Infrastructure.dll</HintPath>
54+
<Private>True</Private>
55+
</Reference>
56+
<Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
57+
<HintPath>..\packages\Newtonsoft.Json.6.0.4\lib\net45\Newtonsoft.Json.dll</HintPath>
58+
<Private>True</Private>
59+
</Reference>
60+
<Reference Include="System" />
61+
<Reference Include="System.Data" />
62+
<Reference Include="System.Data.Entity" />
63+
<Reference Include="System.Drawing" />
64+
<Reference Include="System.Web.DynamicData" />
65+
<Reference Include="System.Web.Entity" />
66+
<Reference Include="System.Web.ApplicationServices" />
67+
<Reference Include="System.ComponentModel.DataAnnotations" />
68+
<Reference Include="System.Core" />
69+
<Reference Include="System.Data.DataSetExtensions" />
70+
<Reference Include="System.Web.Helpers, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
71+
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.Helpers.dll</HintPath>
72+
<Private>True</Private>
73+
</Reference>
74+
<Reference Include="System.Web.Mvc, Version=5.2.3.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
75+
<HintPath>..\packages\Microsoft.AspNet.Mvc.5.2.3\lib\net45\System.Web.Mvc.dll</HintPath>
76+
<Private>True</Private>
77+
</Reference>
78+
<Reference Include="System.Web.Optimization, Version=1.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
79+
<HintPath>..\packages\Microsoft.AspNet.Web.Optimization.1.1.3\lib\net40\System.Web.Optimization.dll</HintPath>
80+
<Private>True</Private>
81+
</Reference>
82+
<Reference Include="System.Web.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
83+
<HintPath>..\packages\Microsoft.AspNet.Razor.3.2.3\lib\net45\System.Web.Razor.dll</HintPath>
84+
<Private>True</Private>
85+
</Reference>
86+
<Reference Include="System.Web.WebPages, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
87+
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.dll</HintPath>
88+
<Private>True</Private>
89+
</Reference>
90+
<Reference Include="System.Web.WebPages.Deployment, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
91+
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Deployment.dll</HintPath>
92+
<Private>True</Private>
93+
</Reference>
94+
<Reference Include="System.Web.WebPages.Razor, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
95+
<HintPath>..\packages\Microsoft.AspNet.WebPages.3.2.3\lib\net45\System.Web.WebPages.Razor.dll</HintPath>
96+
<Private>True</Private>
97+
</Reference>
98+
<Reference Include="System.Xml.Linq" />
99+
<Reference Include="System.Web" />
100+
<Reference Include="System.Web.Extensions" />
101+
<Reference Include="System.Web.Abstractions" />
102+
<Reference Include="System.Web.Routing" />
103+
<Reference Include="System.Xml" />
104+
<Reference Include="System.Configuration" />
105+
<Reference Include="System.Web.Services" />
106+
<Reference Include="System.EnterpriseServices" />
107+
<Reference Include="WebGrease, Version=1.5.2.14234, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
108+
<HintPath>..\packages\WebGrease.1.5.2\lib\WebGrease.dll</HintPath>
109+
<Private>True</Private>
110+
</Reference>
111+
</ItemGroup>
112+
<ItemGroup>
113+
<Compile Include="App_Start\BundleConfig.cs" />
114+
<Compile Include="App_Start\FilterConfig.cs" />
115+
<Compile Include="App_Start\RouteConfig.cs" />
116+
<Compile Include="Controllers\GridController.cs" />
117+
<Compile Include="Controllers\HomeController.cs" />
118+
<Compile Include="Global.asax.cs">
119+
<DependentUpon>Global.asax</DependentUpon>
120+
</Compile>
121+
<Compile Include="Helpers\MyGridHelper.cs" />
122+
<Compile Include="Models\OrderViewModel.cs" />
123+
<Compile Include="Properties\AssemblyInfo.cs" />
124+
</ItemGroup>
125+
<ItemGroup>
126+
<Content Include="Content\bootstrap-theme.css" />
127+
<Content Include="Content\bootstrap-theme.min.css" />
128+
<Content Include="Content\bootstrap.css" />
129+
<Content Include="Content\bootstrap.min.css" />
130+
<Content Include="fonts\glyphicons-halflings-regular.svg" />
131+
<Content Include="Global.asax" />
132+
<Content Include="packages.config" />
133+
<Content Include="fonts\glyphicons-halflings-regular.woff2" />
134+
<Content Include="fonts\glyphicons-halflings-regular.woff" />
135+
<Content Include="fonts\glyphicons-halflings-regular.ttf" />
136+
<Content Include="fonts\glyphicons-halflings-regular.eot" />
137+
<Content Include="Content\bootstrap.css.map" />
138+
<Content Include="Content\bootstrap-theme.css.map" />
139+
<None Include="Scripts\jquery-1.10.2.intellisense.js" />
140+
<Content Include="Scripts\bootstrap.js" />
141+
<Content Include="Scripts\bootstrap.min.js" />
142+
<Content Include="Scripts\jquery-1.10.2.js" />
143+
<Content Include="Scripts\jquery-1.10.2.min.js" />
144+
<Content Include="Scripts\kendo.modernizr.custom.js" />
145+
<Content Include="Scripts\modernizr-2.6.2.js" />
146+
<Content Include="Scripts\npm.js" />
147+
<Content Include="Scripts\respond.js" />
148+
<Content Include="Scripts\respond.min.js" />
149+
<Content Include="Scripts\_references.js" />
150+
<Content Include="Web.config" />
151+
<Content Include="Web.Debug.config">
152+
<DependentUpon>Web.config</DependentUpon>
153+
</Content>
154+
<Content Include="Web.Release.config">
155+
<DependentUpon>Web.config</DependentUpon>
156+
</Content>
157+
<Content Include="Views\Web.config" />
158+
<Content Include="Views\Home\About.cshtml" />
159+
<Content Include="Views\Home\Index.cshtml" />
160+
<Content Include="Views\Home\Contact.cshtml" />
161+
<Content Include="Views\_ViewStart.cshtml" />
162+
<Content Include="Views\Shared\_Layout.cshtml" />
163+
</ItemGroup>
164+
<ItemGroup>
165+
<Content Include="Content\Site.css" />
166+
<Content Include="favicon.ico" />
167+
<Content Include="Images\accent.png" />
168+
<Content Include="Images\bullet.png" />
169+
<Content Include="Images\heroAccent.png" />
170+
</ItemGroup>
171+
<ItemGroup>
172+
<Folder Include="App_Data\" />
173+
</ItemGroup>
174+
<ItemGroup>
175+
<Content Include="Scripts\jquery-1.10.2.min.map" />
176+
</ItemGroup>
177+
<PropertyGroup>
178+
<VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
179+
<VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
180+
</PropertyGroup>
181+
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
182+
<Import Project="$(VSToolsPath)\WebApplications\Microsoft.WebApplication.targets" Condition="'$(VSToolsPath)' != ''" />
183+
<Import Project="$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v10.0\WebApplications\Microsoft.WebApplication.targets" Condition="false" />
184+
<Target Name="MvcBuildViews" AfterTargets="AfterBuild" Condition="'$(MvcBuildViews)'=='true'">
185+
<AspNetCompiler VirtualPath="temp" PhysicalPath="$(WebProjectOutputDir)" />
186+
</Target>
187+
<ProjectExtensions>
188+
<VisualStudio>
189+
<FlavorProperties GUID="{349c5851-65df-11da-9384-00065b846f21}">
190+
<WebProjectProperties>
191+
<UseIIS>True</UseIIS>
192+
<AutoAssignPort>True</AutoAssignPort>
193+
<DevelopmentServerPort>56482</DevelopmentServerPort>
194+
<DevelopmentServerVPath>/</DevelopmentServerVPath>
195+
<IISUrl>http://localhost:56482/</IISUrl>
196+
<NTLMAuthentication>False</NTLMAuthentication>
197+
<UseCustomServer>False</UseCustomServer>
198+
<CustomServerUrl>
199+
</CustomServerUrl>
200+
<SaveServerSettingsInUserFile>False</SaveServerSettingsInUserFile>
201+
</WebProjectProperties>
202+
</FlavorProperties>
203+
<UserProperties UseCdnSupport="True" />
204+
</VisualStudio>
205+
</ProjectExtensions>
206+
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
207+
Other similar extension points exist, see Microsoft.Common.targets.
208+
<Target Name="BeforeBuild">
209+
</Target>
210+
<Target Name="AfterBuild">
211+
</Target> -->
212+
</Project>

general/DefineCustomKendoHelper/DefineCustomKendoHelper/Properties/AssemblyInfo.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
[assembly: ComVisible(false)]
2121

2222
// The following GUID is for the ID of the typelib if this project is exposed to COM
23-
[assembly: Guid("a14ed1ad-91a6-4175-b894-dff9f14f40d1")]
23+
[assembly: Guid("2dac37a6-bf6a-41d4-913b-cfad59521bac")]
2424

2525
// Version information for an assembly consists of the following four values:
2626
//

general/DefineCustomKendoHelper/lib/KENDOUIMVC/2016.2.714.545/distribution.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
<Version>2016.2.714.545</Version>
44
<Trial>false</Trial>
55
<Dependencies>
6-
<Project>c17d779b-e288-495b-a9fe-fcccf562b3d4</Project>
6+
<Project>b7f0131d-92f0-4b27-b3b2-2b1f3de3eb14</Project>
77
</Dependencies>
88
</Distribution>

0 commit comments

Comments
 (0)