Skip to content

Commit 1420c5c

Browse files
committed
Add lib folder reference
1 parent c736809 commit 1420c5c

3 files changed

Lines changed: 12 additions & 5 deletions

File tree

ReboundLogParser/ReboundLogParser/App.config

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,9 @@
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>

ReboundLogParser/ReboundLogParser/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,5 @@
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")]

ReboundLogParser/ReboundLogParser/ReboundLogParser.csproj

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@
1717
<NuGetPackageImportStamp>
1818
</NuGetPackageImportStamp>
1919
<IsWebBootstrapper>false</IsWebBootstrapper>
20+
<TargetFrameworkProfile />
2021
<PublishUrl>publish\</PublishUrl>
2122
<Install>true</Install>
2223
<InstallFrom>Disk</InstallFrom>
@@ -31,7 +32,6 @@
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>
@@ -44,13 +44,15 @@
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>

0 commit comments

Comments
 (0)