|
4 | 4 | <PropertyGroup> |
5 | 5 | <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
6 | 6 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
7 | | - <ProductVersion>8.0.30703</ProductVersion> |
8 | | - <SchemaVersion>2.0</SchemaVersion> |
9 | 7 | <ProjectGuid>{EE6ED99F-CB12-4683-B055-D28FC7357A34}</ProjectGuid> |
10 | 8 | <OutputType>Library</OutputType> |
11 | 9 | <AppDesignerFolder>Properties</AppDesignerFolder> |
|
14 | 12 | <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
15 | 13 | <FileAlignment>512</FileAlignment> |
16 | 14 | <TargetFrameworkProfile /> |
| 15 | + <ProductVersion>8.0.30703</ProductVersion> |
| 16 | + <SchemaVersion>2.0</SchemaVersion> |
17 | 17 | </PropertyGroup> |
18 | 18 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
19 | 19 | <DebugSymbols>true</DebugSymbols> |
|
23 | 23 | <DefineConstants>TRACE;DEBUG;NET40</DefineConstants> |
24 | 24 | <ErrorReport>prompt</ErrorReport> |
25 | 25 | <WarningLevel>4</WarningLevel> |
26 | | - <TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
27 | 26 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
28 | 27 | <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
29 | 28 | <DocumentationFile>bin\Debug\LibGit2Sharp.xml</DocumentationFile> |
| 29 | + <CustomCommands> |
| 30 | + <CustomCommands> |
| 31 | + <Command type="BeforeBuild" command="xbuild Lib/CustomBuildTasks/CustomBuildTasksExe/CustomBuildTasksExe.sln" workingdir="${SolutionDir}" Condition=" '$(OS)' == 'Unix' " /> |
| 32 | + <Command type="BeforeBuild" command="mono Lib/CustomBuildTasks/CustomBuildTasksExe/CustomBuildTasksExe.exe UniqueIdentifierTask" workingdir="${SolutionDir}" Condition=" '$(OS)' == 'Unix' " /> |
| 33 | + <Command type="BeforeBuild" command="mono Lib/CustomBuildTasks/CustomBuildTasksExe/CustomBuildTasksExe.exe NativeDllNameTask" workingdir="${SolutionDir}" Condition=" '$(OS)' == 'Unix' " /> |
| 34 | + </CustomCommands> |
| 35 | + </CustomCommands> |
30 | 36 | </PropertyGroup> |
31 | 37 | <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
32 | 38 | <DebugType>pdbonly</DebugType> |
|
36 | 42 | <ErrorReport>prompt</ErrorReport> |
37 | 43 | <WarningLevel>4</WarningLevel> |
38 | 44 | <AllowUnsafeBlocks>true</AllowUnsafeBlocks> |
39 | | - <TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
40 | 45 | <DocumentationFile>bin\Release\LibGit2Sharp.xml</DocumentationFile> |
41 | 46 | </PropertyGroup> |
42 | 47 | <ItemGroup> |
|
382 | 387 | <None Include="packages.config" /> |
383 | 388 | </ItemGroup> |
384 | 389 | <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
385 | | - <Import Project="UniqueIdentifier.targets" /> |
386 | | - <Import Project="NativeDllName.targets" /> |
| 390 | + <Import Project="UniqueIdentifier.targets" Condition=" '$(OS)' == 'Windows_NT' " /> |
| 391 | + <Import Project="NativeDllName.targets" Condition=" '$(OS)' == 'Windows_NT' " /> |
387 | 392 | <Import Project="ExtraDefine.targets" /> |
388 | 393 | <PropertyGroup> |
389 | 394 | <PreBuildEvent> |
|
0 commit comments