Skip to content

Commit 698edfd

Browse files
committed
Version 1.0
1 parent ec7c411 commit 698edfd

36 files changed

+8227
-0
lines changed

SehirRehberiPresentation.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}") = "SehirRehberiPresentation", "SehirRehberiPresentation\SehirRehberiPresentation.csproj", "{A057F8D9-79C8-4BE7-9C01-E000DE83CB90}"
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+
{A057F8D9-79C8-4BE7-9C01-E000DE83CB90}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
13+
{A057F8D9-79C8-4BE7-9C01-E000DE83CB90}.Debug|Any CPU.Build.0 = Debug|Any CPU
14+
{A057F8D9-79C8-4BE7-9C01-E000DE83CB90}.Release|Any CPU.ActiveCfg = Release|Any CPU
15+
{A057F8D9-79C8-4BE7-9C01-E000DE83CB90}.Release|Any CPU.Build.0 = Release|Any CPU
16+
EndGlobalSection
17+
GlobalSection(SolutionProperties) = preSolution
18+
HideSolutionNode = FALSE
19+
EndGlobalSection
20+
EndGlobal
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
Copyright (c) 2007-2013, Ext.NET, Inc. (http://www.ext.net/). All rights reserved.
2+
3+
Permission is hereby granted, free of charge, to any person obtaining a copy
4+
of this software and associated documentation files (the "Software"), to deal
5+
in the Software without restriction, including without limitation the rights
6+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
7+
copies of the Software, and to permit persons to whom the Software is
8+
furnished to do so, subject to the following conditions:
9+
10+
The above copyright notice and this permission notice shall be included in
11+
all copies or substantial portions of the Software.
12+
13+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
14+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
15+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
16+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
17+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
18+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
19+
THE SOFTWARE.
20+
21+
See also:
22+
http://www.ext.net/
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
Project : Ext.NET.Utilties
2+
Version : 2.2.1
3+
Last Updated : 2013-04-16
4+
5+
--------------------------------------------------------------------------
6+
DESCRIPTION
7+
--------------------------------------------------------------------------
8+
9+
A .NET Utility Class Library for Ext.NET (http://www.ext.net/)
10+
11+
Install using NuGet (http://nuget.org/packages/Ext.NET.Utilities).
12+
13+
Install-Package Ext.NET.Utilities
14+
15+
16+
--------------------------------------------------------------------------
17+
RELEASE HISTORY
18+
--------------------------------------------------------------------------
19+
20+
2013-04-16 (geoffreymcgill)
21+
22+
- Release v2.2.1
23+
24+
25+
2013-03-20 (geoffreymcgill)
26+
27+
- Release v2.2.0
28+
29+
30+
2012-11-19 (geoffreymcgill)
31+
32+
- Release v2.1.0
33+
34+
35+
2012-05-24 (geoffreymcgill)
36+
37+
- Release v2.0.1
38+
39+
40+
2012-03-05 (geoffreymcgill)
41+
42+
- Release v2.0.0

0 commit comments

Comments
 (0)