|
10 | 10 | <AppDesignerFolder>Properties</AppDesignerFolder> |
11 | 11 | <RootNamespace>LibGit2Sharp.Tests</RootNamespace> |
12 | 12 | <AssemblyName>LibGit2Sharp.Tests</AssemblyName> |
13 | | - <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> |
| 13 | + <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
14 | 14 | <FileAlignment>512</FileAlignment> |
| 15 | + <TargetFrameworkProfile /> |
15 | 16 | </PropertyGroup> |
16 | 17 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
17 | 18 | <DebugSymbols>true</DebugSymbols> |
18 | 19 | <DebugType>full</DebugType> |
19 | 20 | <Optimize>false</Optimize> |
20 | 21 | <OutputPath>bin\Debug\</OutputPath> |
21 | | - <DefineConstants>TRACE;DEBUG;NET35</DefineConstants> |
| 22 | + <DefineConstants>TRACE;DEBUG;NET40</DefineConstants> |
22 | 23 | <ErrorReport>prompt</ErrorReport> |
23 | 24 | <WarningLevel>4</WarningLevel> |
24 | 25 | <DocumentationFile /> |
|
37 | 38 | <DebugType>full</DebugType> |
38 | 39 | <Optimize>false</Optimize> |
39 | 40 | <OutputPath>bin\Leaks\</OutputPath> |
40 | | - <DefineConstants>TRACE;DEBUG;NET35;LEAKS</DefineConstants> |
| 41 | + <DefineConstants>TRACE;DEBUG;NET40;LEAKS</DefineConstants> |
41 | 42 | <ErrorReport>prompt</ErrorReport> |
42 | 43 | <WarningLevel>4</WarningLevel> |
43 | 44 | <DocumentationFile /> |
|
96 | 97 | <Compile Include="DiffTreeToTreeFixture.cs" /> |
97 | 98 | <Compile Include="RepositoryOptionsFixture.cs" /> |
98 | 99 | <Compile Include="ResetHeadFixture.cs" /> |
99 | | - <Compile Include="LazyFixture.cs" /> |
100 | 100 | <Compile Include="FetchFixture.cs" /> |
101 | 101 | <Compile Include="ResetIndexFixture.cs" /> |
102 | 102 | <Compile Include="StatusFixture.cs" /> |
|
122 | 122 | <Compile Include="TestHelpers\SkippableFactAttribute.cs" /> |
123 | 123 | <Compile Include="TreeDefinitionFixture.cs" /> |
124 | 124 | <Compile Include="TreeFixture.cs" /> |
125 | | - <Compile Include="TupleFixture.cs" /> |
126 | 125 | <Compile Include="UnstageFixture.cs" /> |
127 | 126 | </ItemGroup> |
128 | 127 | <ItemGroup> |
|
0 commit comments