Parent Directory
|
Revision Log
|
Patch
--- trunk/libThermoControl/libThermoControl.csproj 2013/11/13 00:42:58 14 +++ trunk/libThermoControl/libThermoControl.csproj 2013/11/13 01:18:51 15 @@ -9,8 +9,9 @@ <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>libThermoControl</RootNamespace> <AssemblyName>libThermoControl</AssemblyName> - <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> + <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> + <TargetFrameworkProfile /> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <DebugSymbols>true</DebugSymbols> @@ -33,8 +34,10 @@ <Reference Include="System" /> <Reference Include="System.Data" /> <Reference Include="System.Xml" /> + <Reference Include="System.Xml.Linq" /> </ItemGroup> <ItemGroup> + <Compile Include="Configuration.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="ThermistatControls.cs" /> <Compile Include="UnitTester.cs" />
ViewVC Help | |
Powered by ViewVC 1.1.22 |