src/FingersDance.ViewModel/FingersDance.ViewModels.csproj
changeset 69 a4c44555f205
parent 55 1ec0ef228158
child 127 d2c42d42f504
child 143 9f157d9c725b
equal deleted inserted replaced
68:5f547156bda6 69:a4c44555f205
     6     <ProductVersion>9.0.30729</ProductVersion>
     6     <ProductVersion>9.0.30729</ProductVersion>
     7     <SchemaVersion>2.0</SchemaVersion>
     7     <SchemaVersion>2.0</SchemaVersion>
     8     <ProjectGuid>{E81BB080-0598-43AC-90CE-54D6570C4E9E}</ProjectGuid>
     8     <ProjectGuid>{E81BB080-0598-43AC-90CE-54D6570C4E9E}</ProjectGuid>
     9     <OutputType>Library</OutputType>
     9     <OutputType>Library</OutputType>
    10     <AppDesignerFolder>Properties</AppDesignerFolder>
    10     <AppDesignerFolder>Properties</AppDesignerFolder>
    11     <RootNamespace>FingersDance.ViewModel</RootNamespace>
    11     <RootNamespace>FingersDance.ViewModels</RootNamespace>
    12     <AssemblyName>FingersDance.ViewModel</AssemblyName>
    12     <AssemblyName>FingersDance.ViewModels</AssemblyName>
    13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    13     <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
    14     <FileAlignment>512</FileAlignment>
    14     <FileAlignment>512</FileAlignment>
    15     <StartupObject>
    15     <StartupObject>
    16     </StartupObject>
    16     </StartupObject>
    17   </PropertyGroup>
    17   </PropertyGroup>
    59       <SubType>Designer</SubType>
    59       <SubType>Designer</SubType>
    60     </EmbeddedResource>
    60     </EmbeddedResource>
    61     <Compile Include="Properties\Resources.Designer.cs">
    61     <Compile Include="Properties\Resources.Designer.cs">
    62       <AutoGen>True</AutoGen>
    62       <AutoGen>True</AutoGen>
    63       <DependentUpon>Resources.resx</DependentUpon>
    63       <DependentUpon>Resources.resx</DependentUpon>
       
    64       <DesignTime>True</DesignTime>
    64     </Compile>
    65     </Compile>
    65     <None Include="Properties\Settings.settings">
    66     <None Include="Properties\Settings.settings">
    66       <Generator>SettingsSingleFileGenerator</Generator>
    67       <Generator>SettingsSingleFileGenerator</Generator>
    67       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    68       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
    68     </None>
    69     </None>
    71       <DependentUpon>Settings.settings</DependentUpon>
    72       <DependentUpon>Settings.settings</DependentUpon>
    72       <DesignTimeSharedInput>True</DesignTimeSharedInput>
    73       <DesignTimeSharedInput>True</DesignTimeSharedInput>
    73     </Compile>
    74     </Compile>
    74     <Compile Include="ViewModelBase.cs" />
    75     <Compile Include="ViewModelBase.cs" />
    75   </ItemGroup>
    76   </ItemGroup>
       
    77   <ItemGroup>
       
    78     <ProjectReference Include="..\FingersDance.Data\FingersDance.Data.csproj">
       
    79       <Project>{EAF384DB-2AE4-4132-839D-60F9DAFDEAD8}</Project>
       
    80       <Name>FingersDance.Data</Name>
       
    81     </ProjectReference>
       
    82   </ItemGroup>
    76   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    83   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    77   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
    84   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
    78        Other similar extension points exist, see Microsoft.Common.targets.
    85        Other similar extension points exist, see Microsoft.Common.targets.
    79   <Target Name="BeforeBuild">
    86   <Target Name="BeforeBuild">
    80   </Target>
    87   </Target>