src/FingersDance.Data/FingersDance.Data.csproj
changeset 142 3d66ca73df55
parent 55 1ec0ef228158
child 143 9f157d9c725b
equal deleted inserted replaced
124:14b058fc64fc 142:3d66ca73df55
     1 <?xml version="1.0" encoding="utf-8"?>
     1 <?xml version="1.0" encoding="utf-8"?>
     2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     2 <Project ToolsVersion="3.5" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
     3   <PropertyGroup>
     3   <PropertyGroup>
     4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
     5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
     5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
     6     <ProductVersion>9.0.30729</ProductVersion>
     6     <ProductVersion>9.0.21022</ProductVersion>
     7     <SchemaVersion>2.0</SchemaVersion>
     7     <SchemaVersion>2.0</SchemaVersion>
     8     <ProjectGuid>{EAF384DB-2AE4-4132-839D-60F9DAFDEAD8}</ProjectGuid>
     8     <ProjectGuid>{EAF384DB-2AE4-4132-839D-60F9DAFDEAD8}</ProjectGuid>
     9     <OutputType>Library</OutputType>
     9     <OutputType>Library</OutputType>
    10     <AppDesignerFolder>Properties</AppDesignerFolder>
    10     <AppDesignerFolder>Properties</AppDesignerFolder>
    11     <RootNamespace>FingersDance.Data</RootNamespace>
    11     <RootNamespace>FingersDance.Data</RootNamespace>
    69     <Compile Include="Properties\Settings.Designer.cs">
    69     <Compile Include="Properties\Settings.Designer.cs">
    70       <AutoGen>True</AutoGen>
    70       <AutoGen>True</AutoGen>
    71       <DependentUpon>Settings.settings</DependentUpon>
    71       <DependentUpon>Settings.settings</DependentUpon>
    72       <DesignTimeSharedInput>True</DesignTimeSharedInput>
    72       <DesignTimeSharedInput>True</DesignTimeSharedInput>
    73     </Compile>
    73     </Compile>
       
    74     <Compile Include="User.cs" />
    74   </ItemGroup>
    75   </ItemGroup>
    75   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    76   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    76   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
    77   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
    77        Other similar extension points exist, see Microsoft.Common.targets.
    78        Other similar extension points exist, see Microsoft.Common.targets.
    78   <Target Name="BeforeBuild">
    79   <Target Name="BeforeBuild">