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.csproj7
1 files changed, 6 insertions, 1 deletions
diff --git a/Noddybox.WindowsPhone.Silverlight/Noddybox.WindowsPhone.Silverlight.csproj b/Noddybox.WindowsPhone.Silverlight/Noddybox.WindowsPhone.Silverlight.csproj
index 29b5d6b..1726553 100644
--- a/Noddybox.WindowsPhone.Silverlight/Noddybox.WindowsPhone.Silverlight.csproj
+++ b/Noddybox.WindowsPhone.Silverlight/Noddybox.WindowsPhone.Silverlight.csproj
@@ -51,13 +51,18 @@
<Reference Include="mscorlib.extensions" />
</ItemGroup>
<ItemGroup>
+ <Compile Include="Converters\ConvertFolderFlag.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="SaveDialog.xaml.cs">
<DependentUpon>SaveDialog.xaml</DependentUpon>
</Compile>
+ <Resource Include="Themes\generic.xaml">
+ <SubType>Designer</SubType>
+ <Generator>MSBuild:Compile</Generator>
+ </Resource>
<Compile Include="ViewModels\BaseViewModel.cs" />
<Compile Include="ViewModels\FileInfo.cs" />
- <Compile Include="ViewModels\SaveViewModel.cs" />
+ <Compile Include="ViewModels\FileDialogViewModel.cs" />
</ItemGroup>
<ItemGroup>
<Page Include="SaveDialog.xaml">