mirror of
https://github.com/claunia/plist-cil.git
synced 2025-12-16 19:14:26 +00:00
* LICENSE:
* plist-cil/plist-cil.csproj: Added MIT License file. * SvnInfo.txt: * plist-cil.sln: Added file to keep track of mainstream Subversion repository. * plist-cil.test/plist-cil.test.csproj:
This commit is contained in:
@@ -1,3 +1,10 @@
|
|||||||
|
2015-02-20 Natalia Portillo <claunia@claunia.com>
|
||||||
|
|
||||||
|
* SvnInfo.txt:
|
||||||
|
* plist-cil.sln:
|
||||||
|
Added file to keep track of mainstream Subversion
|
||||||
|
repository.
|
||||||
|
|
||||||
2015-02-19 Natalia Portillo <claunia@claunia.com>
|
2015-02-19 Natalia Portillo <claunia@claunia.com>
|
||||||
|
|
||||||
* plist-cil.sln:
|
* plist-cil.sln:
|
||||||
|
|||||||
22
LICENSE
Normal file
22
LICENSE
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
Copyright (c) 2015 Natalia Portillo
|
||||||
|
|
||||||
|
Based on dd-plist,
|
||||||
|
Copyright (c) 2014 Daniel Dreibrodt
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in
|
||||||
|
all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||||
|
THE SOFTWARE.
|
||||||
12
SvnInfo.txt
Normal file
12
SvnInfo.txt
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
Path: .
|
||||||
|
Working Copy Root Path: /Development/plist
|
||||||
|
URL: http://plist.googlecode.com/svn/trunk
|
||||||
|
Repository Root: http://plist.googlecode.com/svn
|
||||||
|
Repository UUID: 08b5d097-3e27-63a3-4c6f-efc316e1e7e5
|
||||||
|
Revision: 113
|
||||||
|
Node Kind: directory
|
||||||
|
Schedule: normal
|
||||||
|
Last Changed Author: daniel.dreibrodt@gmail.com
|
||||||
|
Last Changed Rev: 113
|
||||||
|
Last Changed Date: 2014-11-17 16:31:28 +0000 (lun, 17 nov 2014)
|
||||||
|
|
||||||
@@ -5,6 +5,11 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "plist-cil", "plist-cil\plis
|
|||||||
EndProject
|
EndProject
|
||||||
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "plist-cil.test", "plist-cil.test\plist-cil.test.csproj", "{36AD4394-6A31-465F-BE8E-E4806A89CC38}"
|
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "plist-cil.test", "plist-cil.test\plist-cil.test.csproj", "{36AD4394-6A31-465F-BE8E-E4806A89CC38}"
|
||||||
EndProject
|
EndProject
|
||||||
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{25B9F55C-9830-4526-9539-949838B09EAC}"
|
||||||
|
ProjectSection(SolutionItems) = preProject
|
||||||
|
SvnInfo.txt = SvnInfo.txt
|
||||||
|
EndProjectSection
|
||||||
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
Debug|Any CPU = Debug|Any CPU
|
Debug|Any CPU = Debug|Any CPU
|
||||||
@@ -20,6 +25,8 @@ Global
|
|||||||
{5EA40CD5-CB98-4FD5-8628-3B399EACB38B}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
{5EA40CD5-CB98-4FD5-8628-3B399EACB38B}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{5EA40CD5-CB98-4FD5-8628-3B399EACB38B}.Release|Any CPU.Build.0 = Release|Any CPU
|
{5EA40CD5-CB98-4FD5-8628-3B399EACB38B}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
|
GlobalSection(NestedProjects) = preSolution
|
||||||
|
EndGlobalSection
|
||||||
GlobalSection(MonoDevelopProperties) = preSolution
|
GlobalSection(MonoDevelopProperties) = preSolution
|
||||||
Policies = $0
|
Policies = $0
|
||||||
$0.DotNetNamingPolicy = $1
|
$0.DotNetNamingPolicy = $1
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2015-02-20 Natalia Portillo <claunia@claunia.com>
|
||||||
|
|
||||||
|
* plist-cil.test.csproj:
|
||||||
|
|
||||||
|
|
||||||
2015-02-19 Natalia Portillo <claunia@claunia.com>
|
2015-02-19 Natalia Portillo <claunia@claunia.com>
|
||||||
|
|
||||||
* IssueTest.cs:
|
* IssueTest.cs:
|
||||||
|
|||||||
@@ -8,6 +8,7 @@
|
|||||||
<RootNamespace>plistcil.test</RootNamespace>
|
<RootNamespace>plistcil.test</RootNamespace>
|
||||||
<AssemblyName>plist-cil.test</AssemblyName>
|
<AssemblyName>plist-cil.test</AssemblyName>
|
||||||
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
|
||||||
|
<ReleaseVersion>1.13</ReleaseVersion>
|
||||||
</PropertyGroup>
|
</PropertyGroup>
|
||||||
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
||||||
<DebugSymbols>true</DebugSymbols>
|
<DebugSymbols>true</DebugSymbols>
|
||||||
|
|||||||
@@ -1,3 +1,8 @@
|
|||||||
|
2015-02-20 Natalia Portillo <claunia@claunia.com>
|
||||||
|
|
||||||
|
* plist-cil.csproj:
|
||||||
|
Added MIT License file.
|
||||||
|
|
||||||
2015-02-20 Natalia Portillo <claunia@claunia.com>
|
2015-02-20 Natalia Portillo <claunia@claunia.com>
|
||||||
|
|
||||||
* ASCIIPropertyListParser.cs:
|
* ASCIIPropertyListParser.cs:
|
||||||
|
|||||||
@@ -112,4 +112,11 @@
|
|||||||
</Properties>
|
</Properties>
|
||||||
</MonoDevelop>
|
</MonoDevelop>
|
||||||
</ProjectExtensions>
|
</ProjectExtensions>
|
||||||
|
<ItemGroup>
|
||||||
|
<None Include="..\LICENSE">
|
||||||
|
<Link>LICENSE</Link>
|
||||||
|
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
||||||
|
<Gettext-ScanForTranslations>False</Gettext-ScanForTranslations>
|
||||||
|
</None>
|
||||||
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
Reference in New Issue
Block a user