summaryrefslogtreecommitdiff
path: root/Noddybox.WindowsPhone.Silverlight/Noddybox.WindowsPhone.Silverlight.csproj
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2012-06-27 22:49:23 +0000
committerIan C <ianc@noddybox.co.uk>2012-06-27 22:49:23 +0000
commit2c39a1ef8c13bd8d0321f79b0ce2850d0a590b45 (patch)
tree72ba36255d4aabe03c3d063f501248cc4680c79c /Noddybox.WindowsPhone.Silverlight/Noddybox.WindowsPhone.Silverlight.csproj
parent1c036de8e527038f00b7ff07fc1ef4b80f23a846 (diff)
Done Save, Load and Delete dialogs.
Diffstat (limited to 'Noddybox.WindowsPhone.Silverlight/Noddybox.WindowsPhone.Silverlight.csproj')
-rw-r--r--Noddybox.WindowsPhone.Silverlight/Noddybox.WindowsPhone.Silverlight.csproj15
1 files changed, 15 insertions, 0 deletions
diff --git a/Noddybox.WindowsPhone.Silverlight/Noddybox.WindowsPhone.Silverlight.csproj b/Noddybox.WindowsPhone.Silverlight/Noddybox.WindowsPhone.Silverlight.csproj
index 1726553..e4774d3 100644
--- a/Noddybox.WindowsPhone.Silverlight/Noddybox.WindowsPhone.Silverlight.csproj
+++ b/Noddybox.WindowsPhone.Silverlight/Noddybox.WindowsPhone.Silverlight.csproj
@@ -52,6 +52,13 @@
</ItemGroup>
<ItemGroup>
<Compile Include="Converters\ConvertFolderFlag.cs" />
+ <Compile Include="DeleteDialog.xaml.cs">
+ <DependentUpon>DeleteDialog.xaml</DependentUpon>
+ </Compile>
+ <Compile Include="FileDialogEvent.cs" />
+ <Compile Include="LoadDialog.xaml.cs">
+ <DependentUpon>LoadDialog.xaml</DependentUpon>
+ </Compile>
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SaveDialog.xaml.cs">
<DependentUpon>SaveDialog.xaml</DependentUpon>
@@ -65,6 +72,14 @@
<Compile Include="ViewModels\FileDialogViewModel.cs" />
</ItemGroup>
<ItemGroup>
+ <Page Include="DeleteDialog.xaml">
+ <SubType>Designer</SubType>
+ <Generator>MSBuild:Compile</Generator>
+ </Page>
+ <Page Include="LoadDialog.xaml">
+ <SubType>Designer</SubType>
+ <Generator>MSBuild:Compile</Generator>
+ </Page>
<Page Include="SaveDialog.xaml">
<SubType>Designer</SubType>
<Generator>MSBuild:Compile</Generator>