comparison MetroWpf/MetroWpf.Xaml/MetroWpf.Xaml.csproj @ 16:2395908fa45b

Getting there... 1.20am at BKK airport. MainWindow and Menu now have VMs, Login form is displayed first
author stevenh7776 stevenhollidge@hotmail.com
date Wed, 14 Mar 2012 01:23:18 +0700
parents 060f02cd4591
children 8049f7c58c2b
comparison
equal deleted inserted replaced
15:060f02cd4591 16:2395908fa45b
33 <ItemGroup> 33 <ItemGroup>
34 <Reference Include="PresentationCore" /> 34 <Reference Include="PresentationCore" />
35 <Reference Include="PresentationFramework" /> 35 <Reference Include="PresentationFramework" />
36 <Reference Include="System" /> 36 <Reference Include="System" />
37 <Reference Include="System.Core" /> 37 <Reference Include="System.Core" />
38 <Reference Include="System.Windows.Interactivity, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
39 <SpecificVersion>False</SpecificVersion>
40 <HintPath>..\Libs\System.Windows.Interactivity\System.Windows.Interactivity.dll</HintPath>
41 </Reference>
38 <Reference Include="System.Xaml" /> 42 <Reference Include="System.Xaml" />
39 <Reference Include="System.Xml.Linq" /> 43 <Reference Include="System.Xml.Linq" />
40 <Reference Include="System.Data.DataSetExtensions" /> 44 <Reference Include="System.Data.DataSetExtensions" />
41 <Reference Include="Microsoft.CSharp" /> 45 <Reference Include="Microsoft.CSharp" />
42 <Reference Include="System.Data" /> 46 <Reference Include="System.Data" />
57 <Compile Include="Converters\ContentVisibilityConverter.cs" /> 61 <Compile Include="Converters\ContentVisibilityConverter.cs" />
58 <Compile Include="Converters\DateTimeToStringConverter.cs" /> 62 <Compile Include="Converters\DateTimeToStringConverter.cs" />
59 <Compile Include="Converters\DoubleToGridLengthConverter.cs" /> 63 <Compile Include="Converters\DoubleToGridLengthConverter.cs" />
60 <Compile Include="Converters\DoubleToThicknessConverter.cs" /> 64 <Compile Include="Converters\DoubleToThicknessConverter.cs" />
61 <Compile Include="Converters\EnumBooleanConverter.cs" /> 65 <Compile Include="Converters\EnumBooleanConverter.cs" />
66 <Compile Include="Converters\EnumToIntConverter.cs" />
62 <Compile Include="Converters\GridLengthToDoubleConverter.cs" /> 67 <Compile Include="Converters\GridLengthToDoubleConverter.cs" />
63 <Compile Include="Converters\IsStringNullOrWhitespaceConverter.cs" /> 68 <Compile Include="Converters\IsStringNullOrWhitespaceConverter.cs" />
64 <Compile Include="Converters\NotConverter.cs" /> 69 <Compile Include="Converters\NotConverter.cs" />
65 <Compile Include="Converters\NumberPositiveToNegativeConverter.cs" /> 70 <Compile Include="Converters\NumberPositiveToNegativeConverter.cs" />
66 <Compile Include="Converters\PercentToAngleConverter.cs" /> 71 <Compile Include="Converters\PercentToAngleConverter.cs" />
67 <Compile Include="Converters\RandomAngleToTransformConverter.cs" /> 72 <Compile Include="Converters\RandomAngleToTransformConverter.cs" />
68 <Compile Include="Converters\RotationAngleToSimplePositiveAngleConverter.cs" /> 73 <Compile Include="Converters\RotationAngleToSimplePositiveAngleConverter.cs" />
69 <Compile Include="Converters\ThicknessPositiveToNegativeConverter.cs" /> 74 <Compile Include="Converters\ThicknessPositiveToNegativeConverter.cs" />
70 <Compile Include="Converters\ThicknessToDoubleConverter.cs" /> 75 <Compile Include="Converters\ThicknessToDoubleConverter.cs" />
76 <Compile Include="Events\WeakPropertyChangeNotifier.cs" />
71 <Compile Include="Extensions\AdornerExtensions.cs" /> 77 <Compile Include="Extensions\AdornerExtensions.cs" />
72 <Compile Include="Extensions\DependencyObject.cs" /> 78 <Compile Include="Extensions\DependencyObject.cs" />
73 <Compile Include="Properties\AssemblyInfo.cs" /> 79 <Compile Include="Properties\AssemblyInfo.cs" />
74 <Compile Include="Styles\Colors.cs" /> 80 <Compile Include="Styles\Colors.cs" />
75 </ItemGroup> 81 </ItemGroup>