src/FingersDance.ViewModel/FingersDance.ViewModels.csproj
changeset 69 a4c44555f205
parent 55 1ec0ef228158
child 127 d2c42d42f504
child 143 9f157d9c725b
--- a/src/FingersDance.ViewModel/FingersDance.ViewModels.csproj	Wed Sep 16 09:07:27 2009 +0200
+++ b/src/FingersDance.ViewModel/FingersDance.ViewModels.csproj	Wed Sep 16 15:36:08 2009 +0200
@@ -8,8 +8,8 @@
     <ProjectGuid>{E81BB080-0598-43AC-90CE-54D6570C4E9E}</ProjectGuid>
     <OutputType>Library</OutputType>
     <AppDesignerFolder>Properties</AppDesignerFolder>
-    <RootNamespace>FingersDance.ViewModel</RootNamespace>
-    <AssemblyName>FingersDance.ViewModel</AssemblyName>
+    <RootNamespace>FingersDance.ViewModels</RootNamespace>
+    <AssemblyName>FingersDance.ViewModels</AssemblyName>
     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
     <FileAlignment>512</FileAlignment>
     <StartupObject>
@@ -61,6 +61,7 @@
     <Compile Include="Properties\Resources.Designer.cs">
       <AutoGen>True</AutoGen>
       <DependentUpon>Resources.resx</DependentUpon>
+      <DesignTime>True</DesignTime>
     </Compile>
     <None Include="Properties\Settings.settings">
       <Generator>SettingsSingleFileGenerator</Generator>
@@ -73,6 +74,12 @@
     </Compile>
     <Compile Include="ViewModelBase.cs" />
   </ItemGroup>
+  <ItemGroup>
+    <ProjectReference Include="..\FingersDance.Data\FingersDance.Data.csproj">
+      <Project>{EAF384DB-2AE4-4132-839D-60F9DAFDEAD8}</Project>
+      <Name>FingersDance.Data</Name>
+    </ProjectReference>
+  </ItemGroup>
   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
        Other similar extension points exist, see Microsoft.Common.targets.