added more samples when building without XNA installed

This commit is contained in:
Glatzemann 2012-11-24 09:41:27 +00:00 committed by Konstantin Koch
parent dfe2e99724
commit 1570d270d3
3 changed files with 55 additions and 50 deletions

View File

@ -36,6 +36,9 @@
//
// panel1
//
this.panel1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle;
this.panel1.Controls.Add(this.button1);
this.panel1.Location = new System.Drawing.Point(132, 67);

View File

@ -4,9 +4,9 @@
xmlns:winForms="clr-namespace:System.Windows.Forms;assembly=System.Windows.Forms"
Title="MainWindow" Height="350" Width="525" xmlns:my="clr-namespace:WpfEditor">
<Grid>
<Label Content="Label" Height="27" HorizontalAlignment="Left" Margin="15,22,0,0" Name="label1" VerticalAlignment="Top" Width="71" />
<WindowsFormsHost Margin="116,68,12,12">
<WindowsFormsHost Margin="10">
<winForms:Panel x:Name="GamePanel" />
</WindowsFormsHost>
<Label Content="Label" Height="27" HorizontalAlignment="Left" Margin="15,22,0,0" Name="label1" VerticalAlignment="Top" Width="71" />
</Grid>
</Window>

View File

@ -319,6 +319,8 @@
<fileset id="sample_files" basedir="../Samples/">
<include name="**/*.csproj" unless="${not xnasdk.installed}" />
<include name="**/SimpleNoContent.csproj" />
<include name="**/WindowsFormsEditor.csproj" />
<include name="**/WpfEditor.csproj" />
<exclude name="**/*Kinect*.csproj" />