Skip to content

Commit

Permalink
update debug platform
Browse files Browse the repository at this point in the history
  • Loading branch information
Archeb committed Nov 22, 2023
1 parent 2fcb244 commit 4700d2b
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions OpenTrace.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
<ApplicationIcon>icon.ico</ApplicationIcon>
<PackageIcon>icon.png</PackageIcon>
<Version>1.4.0.0</Version>
<Platforms>AnyCPU;x64</Platforms>

</PropertyGroup>

Expand Down
6 changes: 6 additions & 0 deletions traceroute.sln
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,19 @@ EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Debug|x64 = Debug|x64
Release|Any CPU = Release|Any CPU
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{D3D12167-7280-4E48-BA3D-0DCFCBA5AF88}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{D3D12167-7280-4E48-BA3D-0DCFCBA5AF88}.Debug|Any CPU.Build.0 = Debug|Any CPU
{D3D12167-7280-4E48-BA3D-0DCFCBA5AF88}.Debug|x64.ActiveCfg = Debug|x64
{D3D12167-7280-4E48-BA3D-0DCFCBA5AF88}.Debug|x64.Build.0 = Debug|x64
{D3D12167-7280-4E48-BA3D-0DCFCBA5AF88}.Release|Any CPU.ActiveCfg = Release|Any CPU
{D3D12167-7280-4E48-BA3D-0DCFCBA5AF88}.Release|Any CPU.Build.0 = Release|Any CPU
{D3D12167-7280-4E48-BA3D-0DCFCBA5AF88}.Release|x64.ActiveCfg = Release|x64
{D3D12167-7280-4E48-BA3D-0DCFCBA5AF88}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down

0 comments on commit 4700d2b

Please sign in to comment.