This repository was archived by the owner on Feb 9, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 963
Expand file tree
/
Copy pathSharedPchSample.sln
More file actions
43 lines (43 loc) · 2.26 KB
/
SharedPchSample.sln
File metadata and controls
43 lines (43 loc) · 2.26 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27129.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ConsoleApplication1", "ConsoleApplication1\ConsoleApplication1.vcxproj", "{18E885C7-E6D6-4362-BA90-4FA35FB23E09}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ConsoleApplication2", "ConsoleApplication2\ConsoleApplication2.vcxproj", "{D7E43ACB-B032-4BBF-89FB-50B6055A81FC}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "SharedPCH", "SharedPCH\SharedPCH.vcxproj", "{2FD4F4C5-90BB-4F8B-B1B8-1B7E23C9E6F3}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{8070B1D8-1C71-4948-BF6D-7E129322D0B2}"
ProjectSection(SolutionItems) = preProject
CustomBuildStep.props = CustomBuildStep.props
SharedPch.props = SharedPch.props
EndProjectSection
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x86 = Debug|x86
Release|x86 = Release|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{18E885C7-E6D6-4362-BA90-4FA35FB23E09}.Debug|x86.ActiveCfg = Debug|Win32
{18E885C7-E6D6-4362-BA90-4FA35FB23E09}.Debug|x86.Build.0 = Debug|Win32
{18E885C7-E6D6-4362-BA90-4FA35FB23E09}.Release|x86.ActiveCfg = Release|Win32
{18E885C7-E6D6-4362-BA90-4FA35FB23E09}.Release|x86.Build.0 = Release|Win32
{D7E43ACB-B032-4BBF-89FB-50B6055A81FC}.Debug|x86.ActiveCfg = Debug|Win32
{D7E43ACB-B032-4BBF-89FB-50B6055A81FC}.Debug|x86.Build.0 = Debug|Win32
{D7E43ACB-B032-4BBF-89FB-50B6055A81FC}.Release|x86.ActiveCfg = Release|Win32
{D7E43ACB-B032-4BBF-89FB-50B6055A81FC}.Release|x86.Build.0 = Release|Win32
{2FD4F4C5-90BB-4F8B-B1B8-1B7E23C9E6F3}.Debug|x86.ActiveCfg = Debug|Win32
{2FD4F4C5-90BB-4F8B-B1B8-1B7E23C9E6F3}.Debug|x86.Build.0 = Debug|Win32
{2FD4F4C5-90BB-4F8B-B1B8-1B7E23C9E6F3}.Release|x86.ActiveCfg = Release|Win32
{2FD4F4C5-90BB-4F8B-B1B8-1B7E23C9E6F3}.Release|x86.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {A7CBA902-EF84-4D9C-9DD1-D04B0DCA1195}
EndGlobalSection
EndGlobal