File tree Expand file tree Collapse file tree 5 files changed +16
-2
lines changed
CombinationalLogic/mandelbrot Expand file tree Collapse file tree 5 files changed +16
-2
lines changed Original file line number Diff line number Diff line change 145
145
<ConformanceMode >true</ConformanceMode >
146
146
<PrecompiledHeaderFile >pch.h</PrecompiledHeaderFile >
147
147
<SYCLWarningLevel >Level3</SYCLWarningLevel >
148
+ <AdditionalIncludeDirectories >$(ONEAPI_ROOT)dev-utilities\latest\include</AdditionalIncludeDirectories >
148
149
</ClCompile >
149
150
<Link >
150
151
<SubSystem >Console</SubSystem >
156
157
<Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
157
158
<ImportGroup Label =" ExtensionTargets" >
158
159
</ImportGroup >
159
- </Project >
160
+ </Project >
Original file line number Diff line number Diff line change @@ -14,9 +14,11 @@ Global
14
14
EndGlobalSection
15
15
GlobalSection (ProjectConfigurationPlatforms ) = postSolution
16
16
{6A16FACB-3C03-4F07-9F42-EF01B9827515} .Debug| x64 .ActiveCfg = Debug| x64
17
- {6A16FACB-3C03-4F07-9F42-EF01B9827515} .Debug| x64 .Build .0 = Debug| x64s
17
+ {6A16FACB-3C03-4F07-9F42-EF01B9827515} .Debug| x64 .Build .0 = Debug| x64
18
+ {6A16FACB-3C03-4F07-9F42-EF01B9827515} .Debug| x86 .ActiveCfg = Debug| x64
18
19
{6A16FACB-3C03-4F07-9F42-EF01B9827515} .Release| x64 .ActiveCfg = Release| x64
19
20
{6A16FACB-3C03-4F07-9F42-EF01B9827515} .Release| x64 .Build .0 = Release| x64
21
+ {6A16FACB-3C03-4F07-9F42-EF01B9827515} .Release| x86 .ActiveCfg = Release| x64
20
22
EndGlobalSection
21
23
GlobalSection (SolutionProperties ) = preSolution
22
24
HideSolutionNode = FALSE
Original file line number Diff line number Diff line change 44
44
<Optimization >Disabled</Optimization >
45
45
<SuppressStartupBanner >false</SuppressStartupBanner >
46
46
</ClCompile >
47
+ <Link >
48
+ <SpecifyDevCmplAdditionalOptions >/Od</SpecifyDevCmplAdditionalOptions >
49
+ </Link >
47
50
</ItemDefinitionGroup >
48
51
<ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
49
52
<ClCompile >
50
53
<AdditionalIncludeDirectories >$(ONEAPI_ROOT)dev-utilities\latest\include</AdditionalIncludeDirectories >
51
54
<SYCLOptimization >MaxSpeed</SYCLOptimization >
52
55
<SuppressStartupBanner >false</SuppressStartupBanner >
53
56
</ClCompile >
57
+ <Link >
58
+ <SpecifyDevCmplAdditionalOptions >/Od</SpecifyDevCmplAdditionalOptions >
59
+ </Link >
54
60
</ItemDefinitionGroup >
55
61
<ItemGroup >
56
62
<ClCompile Include =" src\monte_carlo_pi.cpp" />
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" Current" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <PropertyGroup />
4
+ </Project >
Original file line number Diff line number Diff line change @@ -160,5 +160,6 @@ int main() {
160
160
std::cout
161
161
<< " The simulation plot graph has been written to 'MonteCarloPi.bmp'\n " ;
162
162
163
+ getchar ();
163
164
return 0 ;
164
165
}
You can’t perform that action at this time.
0 commit comments