Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/libgit2sharp.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'LibGit2Sharp/LibGit2Sharp.csproj')
-rw-r--r--LibGit2Sharp/LibGit2Sharp.csproj10
1 files changed, 3 insertions, 7 deletions
diff --git a/LibGit2Sharp/LibGit2Sharp.csproj b/LibGit2Sharp/LibGit2Sharp.csproj
index bcbffa84..e3c3ba0f 100644
--- a/LibGit2Sharp/LibGit2Sharp.csproj
+++ b/LibGit2Sharp/LibGit2Sharp.csproj
@@ -10,7 +10,7 @@
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>LibGit2Sharp</RootNamespace>
<AssemblyName>LibGit2Sharp</AssemblyName>
- <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+ <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<TargetFrameworkProfile />
</PropertyGroup>
@@ -19,7 +19,7 @@
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
- <DefineConstants>TRACE;DEBUG;NET35</DefineConstants>
+ <DefineConstants>TRACE;DEBUG;NET40</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
@@ -43,7 +43,7 @@
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Leaks\</OutputPath>
- <DefineConstants>TRACE;DEBUG;NET35;LEAKS</DefineConstants>
+ <DefineConstants>TRACE;DEBUG;NET40;LEAKS</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<TreatWarningsAsErrors>false</TreatWarningsAsErrors>
@@ -169,7 +169,6 @@
<Compile Include="ConfigurationExtensions.cs" />
<Compile Include="ContentChanges.cs" />
<Compile Include="InvalidSpecificationException.cs" />
- <Compile Include="Core\Compat\EnumExtensions.cs" />
<Compile Include="Core\GitCheckoutOpts.cs" />
<Compile Include="Core\GitCloneOptions.cs" />
<Compile Include="Core\GitConfigEntry.cs" />
@@ -202,12 +201,10 @@
<Compile Include="CurrentOperation.cs" />
<Compile Include="StageLevel.cs" />
<Compile Include="TagCollectionExtensions.cs" />
- <Compile Include="Core\Compat\Environment.cs" />
<Compile Include="Core\FilePath.cs" />
<Compile Include="Core\FilePathExtensions.cs" />
<Compile Include="Core\FilePathMarshaler.cs" />
<Compile Include="ConfigurationLevel.cs" />
- <Compile Include="Core\Compat\Tuple.cs" />
<Compile Include="Core\ArrayMarshaler.cs" />
<Compile Include="Core\EnumExtensions.cs" />
<Compile Include="ChangeKind.cs" />
@@ -253,7 +250,6 @@
<Compile Include="Core\GitSignature.cs" />
<Compile Include="FileStatus.cs" />
<Compile Include="Core\GitTime.cs" />
- <Compile Include="Core\Compat\Lazy.cs" />
<Compile Include="Core\NativeMethods.cs" />
<Compile Include="Core\Handles\SafeHandleExtensions.cs" />
<Compile Include="Core\ObjectSafeWrapper.cs" />