1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project DefaultTargets =" Build" ToolsVersion =" 14.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <ItemGroup Label =" ProjectConfigurations" >
4
+ <ProjectConfiguration Include =" Debug|Win32" >
5
+ <Configuration >Debug</Configuration >
6
+ <Platform >Win32</Platform >
7
+ </ProjectConfiguration >
8
+ <ProjectConfiguration Include =" Debug|x64" >
9
+ <Configuration >Debug</Configuration >
10
+ <Platform >x64</Platform >
11
+ </ProjectConfiguration >
12
+ <ProjectConfiguration Include =" Release|Win32" >
13
+ <Configuration >Release</Configuration >
14
+ <Platform >Win32</Platform >
15
+ </ProjectConfiguration >
16
+ <ProjectConfiguration Include =" Release|x64" >
17
+ <Configuration >Release</Configuration >
18
+ <Platform >x64</Platform >
19
+ </ProjectConfiguration >
20
+ </ItemGroup >
21
+ <PropertyGroup Label =" Globals" >
22
+ <ProjectGuid >{150CAA5A-0177-6A66-AA92-CFCB96DC2D49}</ProjectGuid >
23
+ <IgnoreWarnCompileDuplicatedFilename >true</IgnoreWarnCompileDuplicatedFilename >
24
+ <Keyword >Win32Proj</Keyword >
25
+ <RootNamespace >heterogeneous-hello-world</RootNamespace >
26
+ </PropertyGroup >
27
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.Default.props" />
28
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" Label =" Configuration" >
29
+ <ConfigurationType >Application</ConfigurationType >
30
+ <UseDebugLibraries >true</UseDebugLibraries >
31
+ <CharacterSet >Unicode</CharacterSet >
32
+ <PlatformToolset >v140</PlatformToolset >
33
+ </PropertyGroup >
34
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" Label =" Configuration" >
35
+ <ConfigurationType >Application</ConfigurationType >
36
+ <UseDebugLibraries >true</UseDebugLibraries >
37
+ <CharacterSet >Unicode</CharacterSet >
38
+ <PlatformToolset >v140</PlatformToolset >
39
+ </PropertyGroup >
40
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" Label =" Configuration" >
41
+ <ConfigurationType >Application</ConfigurationType >
42
+ <UseDebugLibraries >false</UseDebugLibraries >
43
+ <CharacterSet >Unicode</CharacterSet >
44
+ <PlatformToolset >v140</PlatformToolset >
45
+ </PropertyGroup >
46
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" Label =" Configuration" >
47
+ <ConfigurationType >Application</ConfigurationType >
48
+ <UseDebugLibraries >false</UseDebugLibraries >
49
+ <CharacterSet >Unicode</CharacterSet >
50
+ <PlatformToolset >v140</PlatformToolset >
51
+ </PropertyGroup >
52
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.props" />
53
+ <ImportGroup Label =" ExtensionSettings" >
54
+ </ImportGroup >
55
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
56
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
57
+ </ImportGroup >
58
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
59
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
60
+ </ImportGroup >
61
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
62
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
63
+ </ImportGroup >
64
+ <ImportGroup Label =" PropertySheets" Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
65
+ <Import Project =" $(UserRootDir)\Microsoft.Cpp.$(Platform).user.props" Condition =" exists('$(UserRootDir)\Microsoft.Cpp.$(Platform).user.props')" Label =" LocalAppDataPlatform" />
66
+ </ImportGroup >
67
+ <PropertyGroup Label =" UserMacros" />
68
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
69
+ <LinkIncremental >true</LinkIncremental >
70
+ <OutDir >..\..\bin\windows-x86\debug\</OutDir >
71
+ <IntDir >..\..\intermediate\windows-x86\debug\heterogeneous-hello-world\</IntDir >
72
+ <TargetName >heterogeneous-hello-world</TargetName >
73
+ <TargetExt >.exe</TargetExt >
74
+ </PropertyGroup >
75
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
76
+ <LinkIncremental >true</LinkIncremental >
77
+ <OutDir >..\..\bin\windows-x64\debug\</OutDir >
78
+ <IntDir >..\..\intermediate\windows-x64\debug\heterogeneous-hello-world\</IntDir >
79
+ <TargetName >heterogeneous-hello-world</TargetName >
80
+ <TargetExt >.exe</TargetExt >
81
+ </PropertyGroup >
82
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
83
+ <LinkIncremental >false</LinkIncremental >
84
+ <OutDir >..\..\bin\windows-x86\release\</OutDir >
85
+ <IntDir >..\..\intermediate\windows-x86\release\heterogeneous-hello-world\</IntDir >
86
+ <TargetName >heterogeneous-hello-world</TargetName >
87
+ <TargetExt >.exe</TargetExt >
88
+ </PropertyGroup >
89
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
90
+ <LinkIncremental >false</LinkIncremental >
91
+ <OutDir >..\..\bin\windows-x64\release\</OutDir >
92
+ <IntDir >..\..\intermediate\windows-x64\release\heterogeneous-hello-world\</IntDir >
93
+ <TargetName >heterogeneous-hello-world</TargetName >
94
+ <TargetExt >.exe</TargetExt >
95
+ </PropertyGroup >
96
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|Win32'" >
97
+ <ClCompile >
98
+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
99
+ <WarningLevel >Level3</WarningLevel >
100
+ <PreprocessorDefinitions >_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
101
+ <AdditionalIncludeDirectories >..\..;..\..\tools;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
102
+ <DebugInformationFormat >EditAndContinue</DebugInformationFormat >
103
+ <Optimization >Disabled</Optimization >
104
+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
105
+ </ClCompile >
106
+ <Link >
107
+ <SubSystem >Console</SubSystem >
108
+ <GenerateDebugInformation >true</GenerateDebugInformation >
109
+ </Link >
110
+ </ItemDefinitionGroup >
111
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Debug|x64'" >
112
+ <ClCompile >
113
+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
114
+ <WarningLevel >Level3</WarningLevel >
115
+ <PreprocessorDefinitions >_DEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
116
+ <AdditionalIncludeDirectories >..\..;..\..\tools;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
117
+ <DebugInformationFormat >EditAndContinue</DebugInformationFormat >
118
+ <Optimization >Disabled</Optimization >
119
+ <RuntimeLibrary >MultiThreadedDebug</RuntimeLibrary >
120
+ </ClCompile >
121
+ <Link >
122
+ <SubSystem >Console</SubSystem >
123
+ <GenerateDebugInformation >true</GenerateDebugInformation >
124
+ </Link >
125
+ </ItemDefinitionGroup >
126
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|Win32'" >
127
+ <ClCompile >
128
+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
129
+ <WarningLevel >Level3</WarningLevel >
130
+ <PreprocessorDefinitions >NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
131
+ <AdditionalIncludeDirectories >..\..;..\..\tools;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
132
+ <Optimization >Full</Optimization >
133
+ <FunctionLevelLinking >true</FunctionLevelLinking >
134
+ <IntrinsicFunctions >true</IntrinsicFunctions >
135
+ <MinimalRebuild >false</MinimalRebuild >
136
+ <StringPooling >true</StringPooling >
137
+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
138
+ </ClCompile >
139
+ <Link >
140
+ <SubSystem >Console</SubSystem >
141
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
142
+ <OptimizeReferences >true</OptimizeReferences >
143
+ </Link >
144
+ </ItemDefinitionGroup >
145
+ <ItemDefinitionGroup Condition =" '$(Configuration)|$(Platform)'=='Release|x64'" >
146
+ <ClCompile >
147
+ <PrecompiledHeader >NotUsing</PrecompiledHeader >
148
+ <WarningLevel >Level3</WarningLevel >
149
+ <PreprocessorDefinitions >NDEBUG;%(PreprocessorDefinitions)</PreprocessorDefinitions >
150
+ <AdditionalIncludeDirectories >..\..;..\..\tools;%(AdditionalIncludeDirectories)</AdditionalIncludeDirectories >
151
+ <Optimization >Full</Optimization >
152
+ <FunctionLevelLinking >true</FunctionLevelLinking >
153
+ <IntrinsicFunctions >true</IntrinsicFunctions >
154
+ <MinimalRebuild >false</MinimalRebuild >
155
+ <StringPooling >true</StringPooling >
156
+ <RuntimeLibrary >MultiThreaded</RuntimeLibrary >
157
+ </ClCompile >
158
+ <Link >
159
+ <SubSystem >Console</SubSystem >
160
+ <EnableCOMDATFolding >true</EnableCOMDATFolding >
161
+ <OptimizeReferences >true</OptimizeReferences >
162
+ </Link >
163
+ </ItemDefinitionGroup >
164
+ <ItemGroup >
165
+ <ClCompile Include =" main.cpp" />
166
+ <ClCompile Include =" shader.cpp" />
167
+ </ItemGroup >
168
+ <ItemGroup >
169
+ <None Include =" shader.slang" />
170
+ </ItemGroup >
171
+ <ItemGroup >
172
+ <ProjectReference Include =" ..\..\source\slang\slang.vcxproj" >
173
+ <Project >{DB00DA62-0533-4AFD-B59F-A67D5B3A0808}</Project >
174
+ </ProjectReference >
175
+ <ProjectReference Include =" ..\..\source\core\core.vcxproj" >
176
+ <Project >{F9BE7957-8399-899E-0C49-E714FDDD4B65}</Project >
177
+ </ProjectReference >
178
+ <ProjectReference Include =" ..\..\tools\gfx\gfx.vcxproj" >
179
+ <Project >{222F7498-B40C-4F3F-A704-DDEB91A4484A}</Project >
180
+ </ProjectReference >
181
+ </ItemGroup >
182
+ <Import Project =" $(VCTargetsPath)\Microsoft.Cpp.targets" />
183
+ <ImportGroup Label =" ExtensionTargets" >
184
+ </ImportGroup >
185
+ </Project >
0 commit comments