-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTimeDefuser.sln
More file actions
40 lines (40 loc) · 2.02 KB
/
Copy pathTimeDefuser.sln
File metadata and controls
40 lines (40 loc) · 2.02 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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 18
VisualStudioVersion = 18.9.12120.119 stable
MinimumVisualStudioVersion = 10.0.40219.1
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "tdwdm", ".vs\tdwdm.vcxproj", "{086DE639-B233-4E1D-951F-76C2F1D60472}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "TimeDefuser", ".vs\TimeDefuser.vcxproj", "{6549FEF3-D089-4E1E-A41E-4A8874D9D1EF}"
ProjectSection(ProjectDependencies) = postProject
{086DE639-B233-4E1D-951F-76C2F1D60472} = {086DE639-B233-4E1D-951F-76C2F1D60472}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "Offline", ".vs\Offline.vcxproj", "{3A14A191-E544-4FA0-B232-A4601ABAA562}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Debug|x86 = Debug|x86
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{086DE639-B233-4E1D-951F-76C2F1D60472}.Debug|x64.ActiveCfg = Debug|x64
{086DE639-B233-4E1D-951F-76C2F1D60472}.Debug|x64.Build.0 = Debug|x64
{086DE639-B233-4E1D-951F-76C2F1D60472}.Debug|x86.ActiveCfg = Debug|Win32
{086DE639-B233-4E1D-951F-76C2F1D60472}.Debug|x86.Build.0 = Debug|Win32
{6549FEF3-D089-4E1E-A41E-4A8874D9D1EF}.Debug|x64.ActiveCfg = Debug|x64
{6549FEF3-D089-4E1E-A41E-4A8874D9D1EF}.Debug|x64.Build.0 = Debug|x64
{6549FEF3-D089-4E1E-A41E-4A8874D9D1EF}.Debug|x86.ActiveCfg = Debug|Win32
{6549FEF3-D089-4E1E-A41E-4A8874D9D1EF}.Debug|x86.Build.0 = Debug|Win32
{3A14A191-E544-4FA0-B232-A4601ABAA562}.Debug|x64.ActiveCfg = Debug|x64
{3A14A191-E544-4FA0-B232-A4601ABAA562}.Debug|x64.Build.0 = Debug|x64
{3A14A191-E544-4FA0-B232-A4601ABAA562}.Debug|x86.ActiveCfg = Debug|Win32
{3A14A191-E544-4FA0-B232-A4601ABAA562}.Debug|x86.Build.0 = Debug|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {40B44F5B-D543-4DE9-BED7-8801D1F8C158}
EndGlobalSection
EndGlobal