~brian-sidebotham/+junk/valverschatcam

« back to all changes in this revision

Viewing changes to ChatCam/ChatCam.csproj

  • Committer: brian.sidebotham at gmail
  • Date: 2011-11-30 10:56:30 UTC
  • Revision ID: brian.sidebotham@gmail.com-20111130105630-kg1njfpsu0slfw3k
Moved the .NET target from 4.0 to 2.0 to support Mono better. Also added application settings singleton class

Show diffs side-by-side

added added

removed removed

Lines of Context:
10
10
    <AppDesignerFolder>Properties</AppDesignerFolder>
11
11
    <RootNamespace>ChatCam</RootNamespace>
12
12
    <AssemblyName>ChatCam</AssemblyName>
13
 
    <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
 
13
    <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
14
14
    <TargetFrameworkProfile>
15
15
    </TargetFrameworkProfile>
16
16
    <FileAlignment>512</FileAlignment>
36
36
  </PropertyGroup>
37
37
  <ItemGroup>
38
38
    <Reference Include="System" />
39
 
    <Reference Include="System.Core" />
40
 
    <Reference Include="System.Xml.Linq" />
41
 
    <Reference Include="System.Data.DataSetExtensions" />
42
 
    <Reference Include="Microsoft.CSharp" />
43
39
    <Reference Include="System.Data" />
44
40
    <Reference Include="System.Deployment" />
45
41
    <Reference Include="System.Drawing" />