--- 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.