Skip to content

Commit b1f49a9

Browse files
authored
Merge pull request #560 from cortex-command-community/tracy-fixes
Tracy fixes
2 parents feed906 + 2c322ad commit b1f49a9

File tree

4 files changed

+130
-125
lines changed

4 files changed

+130
-125
lines changed

RTEA.sln

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Microsoft Visual Studio Solution File, Format Version 12.00
2-
# Visual Studio Version 16
3-
VisualStudioVersion = 16
2+
# Visual Studio Version 17
3+
VisualStudioVersion = 17.7.34018.315
44
MinimumVisualStudioVersion = 16.0
55
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "RTEA", "RTEA.vcxproj", "{A58C9DD7-8BC7-48DA-9E04-04D04F582BE3}"
66
EndProject
@@ -14,8 +14,8 @@ Global
1414
Debug Release|x86 = Debug Release|x86
1515
Final|x64 = Final|x64
1616
Final|x86 = Final|x86
17-
Tracy|x64 = Tracy|x64
18-
Tracy|x86 = Tracy|x86
17+
Profiling|x64 = Profiling|x64
18+
Profiling|x86 = Profiling|x86
1919
EndGlobalSection
2020
GlobalSection(ProjectConfigurationPlatforms) = postSolution
2121
{A58C9DD7-8BC7-48DA-9E04-04D04F582BE3}.Debug Full|x64.ActiveCfg = Debug Full|x64
@@ -34,10 +34,10 @@ Global
3434
{A58C9DD7-8BC7-48DA-9E04-04D04F582BE3}.Final|x64.Build.0 = Final|x64
3535
{A58C9DD7-8BC7-48DA-9E04-04D04F582BE3}.Final|x86.ActiveCfg = Final|Win32
3636
{A58C9DD7-8BC7-48DA-9E04-04D04F582BE3}.Final|x86.Build.0 = Final|Win32
37-
{A58C9DD7-8BC7-48DA-9E04-04D04F582BE3}.Tracy|x64.ActiveCfg = Tracy|x64
38-
{A58C9DD7-8BC7-48DA-9E04-04D04F582BE3}.Tracy|x64.Build.0 = Tracy|x64
39-
{A58C9DD7-8BC7-48DA-9E04-04D04F582BE3}.Tracy|x86.ActiveCfg = Tracy|Win32
40-
{A58C9DD7-8BC7-48DA-9E04-04D04F582BE3}.Tracy|x86.Build.0 = Tracy|Win32
37+
{A58C9DD7-8BC7-48DA-9E04-04D04F582BE3}.Profiling|x64.ActiveCfg = Profiling|x64
38+
{A58C9DD7-8BC7-48DA-9E04-04D04F582BE3}.Profiling|x64.Build.0 = Profiling|x64
39+
{A58C9DD7-8BC7-48DA-9E04-04D04F582BE3}.Profiling|x86.ActiveCfg = Profiling|Win32
40+
{A58C9DD7-8BC7-48DA-9E04-04D04F582BE3}.Profiling|x86.Build.0 = Profiling|Win32
4141
EndGlobalSection
4242
GlobalSection(SolutionProperties) = preSolution
4343
HideSolutionNode = FALSE

0 commit comments

Comments
 (0)