File tree Expand file tree Collapse file tree
ReboundLogParser/ReboundLogParser Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33 <startup >
44 <supportedRuntime version =" v4.0" sku =" .NETFramework,Version=v4.8" />
55 </startup >
6+ <runtime >
7+ <assemblyBinding xmlns =" urn:schemas-microsoft-com:asm.v1" >
8+ <probing privatePath =" lib" />
9+ </assemblyBinding >
10+ </runtime >
611</configuration >
Original file line number Diff line number Diff line change 3232// You can specify all the values or you can default the Build and Revision Numbers
3333// by using the '*' as shown below:
3434// [assembly: AssemblyVersion("1.0.*")]
35- [ assembly: AssemblyVersion ( "6.0.202 .0" ) ]
36- [ assembly: AssemblyFileVersion ( "6.0 .0.0" ) ]
35+ [ assembly: AssemblyVersion ( "6.1.0 .0" ) ]
36+ [ assembly: AssemblyFileVersion ( "6.1 .0.0" ) ]
Original file line number Diff line number Diff line change 1717 <NuGetPackageImportStamp >
1818 </NuGetPackageImportStamp >
1919 <IsWebBootstrapper >false</IsWebBootstrapper >
20+ <TargetFrameworkProfile />
2021 <PublishUrl >publish\</PublishUrl >
2122 <Install >true</Install >
2223 <InstallFrom >Disk</InstallFrom >
3132 <ApplicationVersion >1.0.0.%2a</ApplicationVersion >
3233 <UseApplicationTrust >false</UseApplicationTrust >
3334 <BootstrapperEnabled >true</BootstrapperEnabled >
34- <TargetFrameworkProfile />
3535 </PropertyGroup >
3636 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
3737 <PlatformTarget >AnyCPU</PlatformTarget >
4444 <WarningLevel >4</WarningLevel >
4545 </PropertyGroup >
4646 <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
47- <PlatformTarget >AnyCPU </PlatformTarget >
47+ <PlatformTarget >x64 </PlatformTarget >
4848 <DebugType >pdbonly</DebugType >
4949 <Optimize >true</Optimize >
5050 <OutputPath >bin\Release\</OutputPath >
51- <DefineConstants >TRACE</DefineConstants >
51+ <DefineConstants >
52+ </DefineConstants >
5253 <ErrorReport >prompt</ErrorReport >
5354 <WarningLevel >4</WarningLevel >
55+ <Prefer32Bit >false</Prefer32Bit >
5456 </PropertyGroup >
5557 <PropertyGroup >
5658 <ApplicationIcon >spl_logo.ico</ApplicationIcon >
You can’t perform that action at this time.
0 commit comments