|
|
|
@ -38,6 +38,12 @@ |
|
|
|
<Compile Include="..\..\Shared\SharedAssemblyInfo.cs"> |
|
|
|
<Link>Properties\SharedAssemblyInfo.cs</Link> |
|
|
|
</Compile> |
|
|
|
<Compile Include="Binding\IPerspexPropertyBinder.cs" /> |
|
|
|
<Compile Include="Binding\PerspexPropertyBinder.cs" /> |
|
|
|
<Compile Include="Binding\SourceBindingEndpoint.cs" /> |
|
|
|
<Compile Include="Binding\TargetBindingEndpoint.cs" /> |
|
|
|
<Compile Include="Binding\XamlBinding.cs" /> |
|
|
|
<Compile Include="Binding\XamlBindingDefinition.cs" /> |
|
|
|
<Compile Include="Converters\ColorTypeConverter.cs" /> |
|
|
|
<Compile Include="Converters\KeyGestureConverter.cs" /> |
|
|
|
<Compile Include="Converters\RelativePointTypeConverter.cs" /> |
|
|
|
@ -224,12 +230,6 @@ |
|
|
|
<Compile Include="Parsers\SelectorParser.cs" /> |
|
|
|
<Compile Include="Parsers\SelectorGrammar.cs" /> |
|
|
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
|
|
<Compile Include="DataBinding\IPerspexPropertyBinder.cs" /> |
|
|
|
<Compile Include="DataBinding\PerspexPropertyBinder.cs" /> |
|
|
|
<Compile Include="DataBinding\SourceBindingEndpoint.cs" /> |
|
|
|
<Compile Include="DataBinding\TargetBindingEndpoint.cs" /> |
|
|
|
<Compile Include="DataBinding\XamlBinding.cs" /> |
|
|
|
<Compile Include="DataBinding\XamlBindingDefinition.cs" /> |
|
|
|
<Compile Include="Templates\TemplateLoader.cs" /> |
|
|
|
<Compile Include="Templates\Template.cs" /> |
|
|
|
<Compile Include="Templates\TemplateContent.cs" /> |
|
|
|
|