A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/SharpKit/SharpKit/commit/6cd91e286b0b772e6e8aa7174e6faebe31d430ae below:

Change skc5 nrefactory references to be conditional according to buil… · SharpKit/SharpKit@6cd91e2 · GitHub

46 46

<HintPath>..\..\external\corex\src\corex\bin\corex.dll</HintPath>

47 47

</Reference>

48 48

<Reference Include="ICSharpCode.NRefactory">

49 -

<HintPath>..\..\external\NRefactory\bin\Debug\ICSharpCode.NRefactory.dll</HintPath>

49 +

<HintPath Condition=" '$(Configuration)' == 'Debug'">..\..\external\NRefactory\bin\Debug\ICSharpCode.NRefactory.dll</HintPath>

50 +

<HintPath Condition=" '$(Configuration)' == 'Release'">..\..\external\NRefactory\bin\net_4_5_Release\ICSharpCode.NRefactory.dll</HintPath>

50 51

</Reference>

51 52

<Reference Include="ICSharpCode.NRefactory.Cecil">

52 -

<HintPath>..\..\external\NRefactory\bin\Debug\ICSharpCode.NRefactory.Cecil.dll</HintPath>

53 +

<HintPath Condition=" '$(Configuration)' == 'Debug'">..\..\external\NRefactory\bin\Debug\ICSharpCode.NRefactory.Cecil.dll</HintPath>

54 +

<HintPath Condition=" '$(Configuration)' == 'Release'">..\..\external\NRefactory\bin\net_4_5_Release\ICSharpCode.NRefactory.Cecil.dll</HintPath>

53 55

</Reference>

54 56

<Reference Include="ICSharpCode.NRefactory.CSharp">

55 -

<HintPath>..\..\external\NRefactory\bin\Debug\ICSharpCode.NRefactory.CSharp.dll</HintPath>

57 +

<HintPath Condition=" '$(Configuration)' == 'Debug'">..\..\external\NRefactory\bin\Debug\ICSharpCode.NRefactory.CSharp.dll</HintPath>

58 +

<HintPath Condition=" '$(Configuration)' == 'Release'">..\..\external\NRefactory\bin\net_4_5_Release\ICSharpCode.NRefactory.CSharp.dll</HintPath>

56 59

</Reference>

57 60

<Reference Include="Mono.Cecil">

58 -

<HintPath>..\..\external\NRefactory\bin\Debug\Mono.Cecil.dll</HintPath>

61 +

<HintPath Condition=" '$(Configuration)' == 'Debug'">..\..\external\NRefactory\bin\Debug\Mono.Cecil.dll</HintPath>

62 +

<HintPath Condition=" '$(Configuration)' == 'Release'">..\..\external\NRefactory\bin\net_4_5_Release\Mono.Cecil.dll</HintPath>

59 63

</Reference>

60 64

<Reference Include="System" />

61 65

<Reference Include="System.Configuration" />


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4