summaryrefslogtreecommitdiff
path: root/Noddybox.WindowsPhone.Silverlight/Noddybox.WindowsPhone.Silverlight.csproj
diff options
context:
space:
mode:
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>