Parent Directory
|
Revision Log
|
Patch
--- trunk/UnitTest.libThermoControl/UnitTest.libThermoControl.csproj 2013/11/13 00:42:58 14 +++ trunk/UnitTest.libThermoControl/UnitTest.libThermoControl.csproj 2013/11/13 01:18:51 15 @@ -9,8 +9,9 @@ <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>UnitTest.libThermoControl</RootNamespace> <AssemblyName>UnitTest.libThermoControl</AssemblyName> - <TargetFrameworkVersion>v2.0</TargetFrameworkVersion> + <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> + <TargetFrameworkProfile /> </PropertyGroup> <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> <PlatformTarget>AnyCPU</PlatformTarget> @@ -46,6 +47,15 @@ <Name>libThermoControl</Name> </ProjectReference> </ItemGroup> + <ItemGroup> + <None Include="app.config" /> + </ItemGroup> + <ItemGroup> + <Content Include="..\ThermoControl\config.xml"> + <Link>config.xml</Link> + <CopyToOutputDirectory>Always</CopyToOutputDirectory> + </Content> + </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.
ViewVC Help | |
Powered by ViewVC 1.1.22 |