Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/xamarin/Xamarin.PropertyEditing.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric Maupin <ermaup@microsoft.com>2017-01-13 03:51:48 +0300
committerEric Maupin <ermaup@microsoft.com>2017-01-13 04:08:06 +0300
commit97b9ce0721dbc556434c58823cedac31ec124dc7 (patch)
tree20e951ab5ca808409e727293ad1ba967e8768e61 /Xamarin.PropertyEditing.sln
parent6e36173e085923ea2c89c35fdf6c38fa309e5fe7 (diff)
Reflection editor, property coalescing
Still need to implement equality for IPropertyInfo, the properties setup will not match like properties yet without it.
Diffstat (limited to 'Xamarin.PropertyEditing.sln')
-rw-r--r--Xamarin.PropertyEditing.sln40
1 files changed, 40 insertions, 0 deletions
diff --git a/Xamarin.PropertyEditing.sln b/Xamarin.PropertyEditing.sln
new file mode 100644
index 0000000..88a0925
--- /dev/null
+++ b/Xamarin.PropertyEditing.sln
@@ -0,0 +1,40 @@
+
+Microsoft Visual Studio Solution File, Format Version 12.00
+# Visual Studio 15
+VisualStudioVersion = 15.0.25920.0
+MinimumVisualStudioVersion = 10.0.40219.1
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xamarin.PropertyEditing", "Xamarin.PropertyEditing\Xamarin.PropertyEditing.csproj", "{A0B6FE73-D046-4E1C-BA9D-F20683889C5A}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xamarin.PropertyEditing.Windows", "Xamarin.PropertyEditing.Windows\Xamarin.PropertyEditing.Windows.csproj", "{60AF04BE-1B6B-411B-BCBA-C95EAFBD7AC0}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xamarin.PropertyEditing.Tests", "Xamarin.PropertyEditing.Tests\Xamarin.PropertyEditing.Tests.csproj", "{84101D04-9CE4-4CE7-916E-21F86EE96898}"
+EndProject
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Xamarin.PropertyEditing.Windows.Standalone", "Xamarin.PropertyEditing.Windows.Standalone\Xamarin.PropertyEditing.Windows.Standalone.csproj", "{070E46F6-916C-4987-8F90-C0CEF1572FFE}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {A0B6FE73-D046-4E1C-BA9D-F20683889C5A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {A0B6FE73-D046-4E1C-BA9D-F20683889C5A}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {A0B6FE73-D046-4E1C-BA9D-F20683889C5A}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {A0B6FE73-D046-4E1C-BA9D-F20683889C5A}.Release|Any CPU.Build.0 = Release|Any CPU
+ {60AF04BE-1B6B-411B-BCBA-C95EAFBD7AC0}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {60AF04BE-1B6B-411B-BCBA-C95EAFBD7AC0}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {60AF04BE-1B6B-411B-BCBA-C95EAFBD7AC0}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {60AF04BE-1B6B-411B-BCBA-C95EAFBD7AC0}.Release|Any CPU.Build.0 = Release|Any CPU
+ {84101D04-9CE4-4CE7-916E-21F86EE96898}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {84101D04-9CE4-4CE7-916E-21F86EE96898}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {84101D04-9CE4-4CE7-916E-21F86EE96898}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {84101D04-9CE4-4CE7-916E-21F86EE96898}.Release|Any CPU.Build.0 = Release|Any CPU
+ {070E46F6-916C-4987-8F90-C0CEF1572FFE}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
+ {070E46F6-916C-4987-8F90-C0CEF1572FFE}.Debug|Any CPU.Build.0 = Debug|Any CPU
+ {070E46F6-916C-4987-8F90-C0CEF1572FFE}.Release|Any CPU.ActiveCfg = Release|Any CPU
+ {070E46F6-916C-4987-8F90-C0CEF1572FFE}.Release|Any CPU.Build.0 = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal