-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDynamicExecuteCode.sln
29 lines (29 loc) · 1.6 KB
/
DynamicExecuteCode.sln
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
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DynamicExecuteCode", "DynamicExecuteCode.csproj", "{420a2dae-fa19-5fa3-92cb-4a8e92bb66c1}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Framework", "Framework.csproj", "{b8019b77-3c1d-ff64-7ba9-bdfe2207c962}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp", "Assembly-CSharp.csproj", "{7b152a75-d732-c8bf-4b1d-1c6d6b377bf6}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Assembly-CSharp-firstpass", "Assembly-CSharp-firstpass.csproj", "{c98cd503-54af-6d4b-7323-355c50543061}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{420a2dae-fa19-5fa3-92cb-4a8e92bb66c1}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{420a2dae-fa19-5fa3-92cb-4a8e92bb66c1}.Debug|Any CPU.Build.0 = Debug|Any CPU
{b8019b77-3c1d-ff64-7ba9-bdfe2207c962}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{b8019b77-3c1d-ff64-7ba9-bdfe2207c962}.Debug|Any CPU.Build.0 = Debug|Any CPU
{7b152a75-d732-c8bf-4b1d-1c6d6b377bf6}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{7b152a75-d732-c8bf-4b1d-1c6d6b377bf6}.Debug|Any CPU.Build.0 = Debug|Any CPU
{c98cd503-54af-6d4b-7323-355c50543061}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{c98cd503-54af-6d4b-7323-355c50543061}.Debug|Any CPU.Build.0 = Debug|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal