Skip to content

Commit

Permalink
fixed some weird reference problem
Browse files Browse the repository at this point in the history
  • Loading branch information
danpker committed Jan 26, 2011
1 parent fb99f02 commit e36c501
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 26 deletions.
24 changes: 0 additions & 24 deletions RefuCate_WP7/RefuCate_WP7.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -58,30 +58,6 @@
<Reference Include="system" />
<Reference Include="System.Core" />
<Reference Include="System.Net" />
<Reference Include="System.Windows.Controls.Data.DataForm.Toolkit">
<HintPath>..\..\..\..\..\..\Program Files\Microsoft SDKs\Silverlight\v4.0\Toolkit\Apr10\Bin\System.Windows.Controls.Data.DataForm.Toolkit.dll</HintPath>
</Reference>
<Reference Include="System.Windows.Controls.Data.Toolkit">
<HintPath>..\..\..\..\..\..\Program Files\Microsoft SDKs\Silverlight\v4.0\Toolkit\Apr10\Bin\System.Windows.Controls.Data.Toolkit.dll</HintPath>
</Reference>
<Reference Include="System.Windows.Controls.DataVisualization.Toolkit">
<HintPath>..\..\..\..\..\..\Program Files\Microsoft SDKs\Silverlight\v4.0\Toolkit\Apr10\Bin\System.Windows.Controls.DataVisualization.Toolkit.dll</HintPath>
</Reference>
<Reference Include="System.Windows.Controls.Input.Toolkit">
<HintPath>..\..\..\..\..\..\Program Files\Microsoft SDKs\Silverlight\v4.0\Toolkit\Apr10\Bin\System.Windows.Controls.Input.Toolkit.dll</HintPath>
</Reference>
<Reference Include="System.Windows.Controls.Layout.Toolkit">
<HintPath>..\..\..\..\..\..\Program Files\Microsoft SDKs\Silverlight\v4.0\Toolkit\Apr10\Bin\System.Windows.Controls.Layout.Toolkit.dll</HintPath>
</Reference>
<Reference Include="System.Windows.Controls.Theming.Toolkit">
<HintPath>..\..\..\..\..\..\Program Files\Microsoft SDKs\Silverlight\v4.0\Toolkit\Apr10\Bin\System.Windows.Controls.Theming.Toolkit.dll</HintPath>
</Reference>
<Reference Include="System.Windows.Controls.Toolkit">
<HintPath>..\..\..\..\..\..\Program Files\Microsoft SDKs\Silverlight\v4.0\Toolkit\Apr10\Bin\System.Windows.Controls.Toolkit.dll</HintPath>
</Reference>
<Reference Include="System.Windows.Controls.Toolkit.Internals">
<HintPath>..\..\..\..\..\..\Program Files\Microsoft SDKs\Silverlight\v4.0\Toolkit\Apr10\Bin\System.Windows.Controls.Toolkit.Internals.dll</HintPath>
</Reference>
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Serialization" />
</ItemGroup>
Expand Down
6 changes: 4 additions & 2 deletions RefuCate_WPF/MainWindow.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@
<TextBox Grid.Column="1" Grid.Row="1" x:Name="secondName" />

</Grid>
<Button x:Name="createPerson" Content="Create" Click="createPerson_Click" />
<Button x:Name="listPeople" Content="List People" Click="listPeople_Click" />
<StackPanel Orientation="Horizontal">
<Button x:Name="createPerson" Content="Create" Click="createPerson_Click" />
<Button x:Name="listPeople" Content="List People" Click="listPeople_Click" />
</StackPanel>
</StackPanel>
</TabItem>

Expand Down

0 comments on commit e36c501

Please sign in to comment.