0001-Clean-project-file.patch

S. Barut, 09/24/2018 11:51 AM

Download (1.09 KB)

View differences:

rsb-cil/rsb-cil.csproj
7 7
    <OutputType>Library</OutputType>
8 8
    <RootNamespace>rsbcil</RootNamespace>
9 9
    <AssemblyName>rsb-cil</AssemblyName>
10
    <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
10
    <TargetFrameworkVersion>v4.6.2</TargetFrameworkVersion>
11 11
  </PropertyGroup>
12 12
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
13 13
    <DebugSymbols>true</DebugSymbols>
......
71 71
    <Folder Include="Rsb\Util\" />
72 72
    <Folder Include="Rsb\Converter\" />
73 73
  </ItemGroup>
74
  <ItemGroup>
75
    <None Include="packages.config" />
76
  </ItemGroup>
77 74
</Project>
78
-