David Srbecký 18 years ago
parent
commit
42451cbd9d
  1. 8
      Decompiler.csproj
  2. 2
      src/Program.cs

8
Decompiler.csproj

@ -84,5 +84,13 @@ @@ -84,5 +84,13 @@
<Project>{3A9AE6AA-BC07-4A2F-972C-581E3AE2F195}</Project>
<Name>NRefactory</Name>
</ProjectReference>
<None Include="tests\QuickSort\bin\Release\QuickSort.exe">
<Link>QuickSort.exe</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Include="tests\Reversi\bin\Release\Reversi.exe">
<Link>Reversi.exe</Link>
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
</ItemGroup>
</Project>

2
src/Program.cs

@ -21,7 +21,7 @@ namespace Decompiler @@ -21,7 +21,7 @@ namespace Decompiler
[STAThread]
private static void Main(string[] args)
{
string sourceFilename = @"..\..\tests\QuickSort\bin\Release\QuickSort.exe";
string sourceFilename = @".\QuickSort.exe";
Application.EnableVisualStyles();
Application.SetCompatibleTextRenderingDefault(false);

Loading…
Cancel
Save