-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAOTSamples.sln
More file actions
54 lines (54 loc) · 3.02 KB
/
AOTSamples.sln
File metadata and controls
54 lines (54 loc) · 3.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 17
VisualStudioVersion = 17.14.36310.24
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AOTSampleUnpackaged", "AOTSampleUnpackaged\AOTSampleUnpackaged.csproj", "{62990CD1-D41F-F6F1-955B-CA5C57C42FD8}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AOTSample", "AOTSample\AOTSample.csproj", "{667F6439-464A-7FF5-AF68-6FAEA33C7127}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AOTCombined", "AOTSampleCombined\AOTCombined.csproj", "{24FFA84E-75AF-4A22-1798-95B580BB7752}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Common", "Common", "{02EA681E-C7D8-13C7-8484-4AC65E1B71E8}"
ProjectSection(SolutionItems) = preProject
Common\TAppInfo.cs = Common\TAppInfo.cs
Common\TNativeMethods.cs = Common\TNativeMethods.cs
Common\TPackageHelper.cs = Common\TPackageHelper.cs
EndProjectSection
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AOTCombinedTests", "AOTSampleCombinedTests\AOTCombinedTests.csproj", "{EC5B6E18-0D18-8D6F-1C80-E5F75290181E}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Release|x64 = Release|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{62990CD1-D41F-F6F1-955B-CA5C57C42FD8}.Debug|x64.ActiveCfg = Debug|x64
{62990CD1-D41F-F6F1-955B-CA5C57C42FD8}.Debug|x64.Build.0 = Debug|x64
{62990CD1-D41F-F6F1-955B-CA5C57C42FD8}.Release|x64.ActiveCfg = Release|x64
{62990CD1-D41F-F6F1-955B-CA5C57C42FD8}.Release|x64.Build.0 = Release|x64
{667F6439-464A-7FF5-AF68-6FAEA33C7127}.Debug|x64.ActiveCfg = Debug|x64
{667F6439-464A-7FF5-AF68-6FAEA33C7127}.Debug|x64.Build.0 = Debug|x64
{667F6439-464A-7FF5-AF68-6FAEA33C7127}.Debug|x64.Deploy.0 = Debug|x64
{667F6439-464A-7FF5-AF68-6FAEA33C7127}.Release|x64.ActiveCfg = Release|x64
{667F6439-464A-7FF5-AF68-6FAEA33C7127}.Release|x64.Build.0 = Release|x64
{667F6439-464A-7FF5-AF68-6FAEA33C7127}.Release|x64.Deploy.0 = Release|x64
{24FFA84E-75AF-4A22-1798-95B580BB7752}.Debug|x64.ActiveCfg = Debug|x64
{24FFA84E-75AF-4A22-1798-95B580BB7752}.Debug|x64.Build.0 = Debug|x64
{24FFA84E-75AF-4A22-1798-95B580BB7752}.Debug|x64.Deploy.0 = Debug|x64
{24FFA84E-75AF-4A22-1798-95B580BB7752}.Release|x64.ActiveCfg = Release|x64
{24FFA84E-75AF-4A22-1798-95B580BB7752}.Release|x64.Build.0 = Release|x64
{24FFA84E-75AF-4A22-1798-95B580BB7752}.Release|x64.Deploy.0 = Release|x64
{EC5B6E18-0D18-8D6F-1C80-E5F75290181E}.Debug|x64.ActiveCfg = Debug|x64
{EC5B6E18-0D18-8D6F-1C80-E5F75290181E}.Debug|x64.Build.0 = Debug|x64
{EC5B6E18-0D18-8D6F-1C80-E5F75290181E}.Release|x64.ActiveCfg = Release|x64
{EC5B6E18-0D18-8D6F-1C80-E5F75290181E}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
SolutionGuid = {BAC0F2DB-4F31-4E93-8A7A-B2E8CC2F3605}
EndGlobalSection
EndGlobal