Skip to content

Commit

Permalink
Merge branch 'development' of https://github.com/tommai78101/Bizhawk-…
Browse files Browse the repository at this point in the history
…GeneticAlgorithmBot into development
  • Loading branch information
tommai78101 committed Jul 28, 2022
2 parents 959fbd3 + 7fb829c commit 26aa115
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/GeneticAlgorithmBot.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<UseWindowsForms>true</UseWindowsForms>
</PropertyGroup>
<ItemGroup>
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.0" PrivateAssets="all" />
<PackageReference Include="Microsoft.NETFramework.ReferenceAssemblies" Version="1.0.2" PrivateAssets="all" />
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<Reference Include="System.Windows.Forms" />
<Reference Include="BizHawk.BizInvoke" HintPath="$(ProjectDir)../BizHawk/dll/BizHawk.BizInvoke.dll" />
Expand Down
4 changes: 2 additions & 2 deletions src/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
"profiles": {
"EmuHawk": {
"commandName": "Executable",
"executablePath": "E:\\LargeGithubProjects\\Bizhawk-GeneticAlgorithmBot\\BizHawk\\EmuHawk.exe",
"executablePath": "..\\BizHawk\\EmuHawk.exe",
"commandLineArgs": "--open-ext-tool-dll=GeneticAlgorithmBot",
"workingDirectory": "E:\\LargeGithubProjects\\Bizhawk-GeneticAlgorithmBot\\BizHawk",
"workingDirectory": "..\\BizHawk",
"nativeDebugging": true
}
}
Expand Down

0 comments on commit 26aa115

Please sign in to comment.