Skip to content

Commit

Permalink
Merge pull request #2 from sushihangover/restructure
Browse files Browse the repository at this point in the history
Restructure project dirs
  • Loading branch information
sushihangover authored Dec 14, 2016
2 parents d5b6ec9 + d0055d5 commit 15b7f5e
Show file tree
Hide file tree
Showing 74 changed files with 20 additions and 11 deletions.
5 changes: 0 additions & 5 deletions CI/realm-dotnet.sh

This file was deleted.

File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<OutputType>Library</OutputType>
<RootNamespace>Nuget.Test.Droid</RootNamespace>
<AssemblyName>Nuget.Test.Droid</AssemblyName>
<TargetFrameworkVersion>v7.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v7.1</TargetFrameworkVersion>
<AndroidApplication>True</AndroidApplication>
<AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
<AndroidResgenClass>Resource</AndroidResgenClass>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions src/RealmJson.Extensions/FodyWeavers.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Weavers>
<RealmWeaver/>

</Weavers>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions src/RealmJson.Test.Droid/FodyWeavers.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Weavers>
<RealmWeaver/>

</Weavers>
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<OutputType>Library</OutputType>
<RootNamespace>RealmJson.Test.Droid</RootNamespace>
<AssemblyName>RealmJson.Test.Droid</AssemblyName>
<TargetFrameworkVersion>v7.0</TargetFrameworkVersion>
<TargetFrameworkVersion>v7.1</TargetFrameworkVersion>
<AndroidApplication>True</AndroidApplication>
<AndroidResgenFile>Resources\Resource.designer.cs</AndroidResgenFile>
<AndroidResgenClass>Resource</AndroidResgenClass>
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
5 changes: 5 additions & 0 deletions src/RealmJson.Test.iOS/FodyWeavers.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<Weavers>
<RealmWeaver/>

</Weavers>
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
7 changes: 3 additions & 4 deletions RealmJsonExtensions.sln → src/RealmJsonExtensions.sln
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RealmJson.Test.iOS", "Realm
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{107F0B2C-9E27-4B12-B9D4-65DA834DF134}"
ProjectSection(SolutionItems) = preProject
README.md = README.md
Perf.md = Perf.md
media\RealmJson.Extensions.md = media\RealmJson.Extensions.md
.nuget\NuGet.targets = .nuget\NuGet.targets
RealmJson.Extensions\RealmJson.Extensions.nuspec = RealmJson.Extensions\RealmJson.Extensions.nuspec
..\README.md = ..\README.md
..\Perf.md = ..\Perf.md
..\LICENSE = ..\LICENSE
EndProjectSection
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Nuget.Test", "Nuget.Test", "{66FF9BD8-BF3C-4767-840B-70261446819F}"
Expand Down

0 comments on commit 15b7f5e

Please sign in to comment.