Changeset 13418 for branches/GeneralizedQAP/UnitTests
- Timestamp:
- 11/30/15 10:17:29 (9 years ago)
- Location:
- branches/GeneralizedQAP
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GeneralizedQAP
- Property svn:ignore
-
old new 1 1 *.suo 2 2 TestResults 3 *.user
-
- Property svn:ignore
-
branches/GeneralizedQAP/UnitTests/UnitTests.csproj
r7970 r13418 12 12 <RootNamespace>UnitTests</RootNamespace> 13 13 <AssemblyName>UnitTests</AssemblyName> 14 <TargetFrameworkVersion>v4. 0</TargetFrameworkVersion>14 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion> 15 15 <FileAlignment>512</FileAlignment> 16 16 <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids> 17 <TargetFrameworkProfile /> 17 18 </PropertyGroup> 18 19 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> … … 24 25 <ErrorReport>prompt</ErrorReport> 25 26 <WarningLevel>4</WarningLevel> 27 <Prefer32Bit>false</Prefer32Bit> 26 28 </PropertyGroup> 27 29 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> … … 32 34 <ErrorReport>prompt</ErrorReport> 33 35 <WarningLevel>4</WarningLevel> 36 <Prefer32Bit>false</Prefer32Bit> 34 37 </PropertyGroup> 35 38 <ItemGroup>
Note: See TracChangeset
for help on using the changeset viewer.