summaryrefslogtreecommitdiff
path: root/Noddybox.WindowsPhone.Silverlight/Noddybox.WindowsPhone.Silverlight.csproj
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2012-06-27 17:22:49 +0000
committerIan C <ianc@noddybox.co.uk>2012-06-27 17:22:49 +0000
commit1c036de8e527038f00b7ff07fc1ef4b80f23a846 (patch)
tree386aaa9c1d07f708c53bf05874f848a6a2e194c6 /Noddybox.WindowsPhone.Silverlight/Noddybox.WindowsPhone.Silverlight.csproj
parentaba818f3b66751842f457169ff1cfa58fc43dd84 (diff)
Started trying to add dependency objects. Don't work yet.
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">