Dear_Sheng
2021-07-12 6d426c9e7fbea7b31307a8923e0eef89800f39c1
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
 
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30907.101
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoCheckSMS", "AutoCheckSMS.csproj", "{2E87966F-ACA9-48B8-BB0E-2EA8269D0834}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Test", "..\Test\Test.csproj", "{D1F07207-CBC8-4AB0-8AA5-8063D2953263}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestTemplate", "..\TestTemplate\TestTemplate.csproj", "{2E258C2D-E4DB-4F46-8486-71F669686CE2}"
EndProject
Global
    GlobalSection(SolutionConfigurationPlatforms) = preSolution
        Debug|Any CPU = Debug|Any CPU
        Release|Any CPU = Release|Any CPU
    EndGlobalSection
    GlobalSection(ProjectConfigurationPlatforms) = postSolution
        {2E87966F-ACA9-48B8-BB0E-2EA8269D0834}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {2E87966F-ACA9-48B8-BB0E-2EA8269D0834}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {2E87966F-ACA9-48B8-BB0E-2EA8269D0834}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {2E87966F-ACA9-48B8-BB0E-2EA8269D0834}.Release|Any CPU.Build.0 = Release|Any CPU
        {D1F07207-CBC8-4AB0-8AA5-8063D2953263}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {D1F07207-CBC8-4AB0-8AA5-8063D2953263}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {D1F07207-CBC8-4AB0-8AA5-8063D2953263}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {D1F07207-CBC8-4AB0-8AA5-8063D2953263}.Release|Any CPU.Build.0 = Release|Any CPU
        {2E258C2D-E4DB-4F46-8486-71F669686CE2}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
        {2E258C2D-E4DB-4F46-8486-71F669686CE2}.Debug|Any CPU.Build.0 = Debug|Any CPU
        {2E258C2D-E4DB-4F46-8486-71F669686CE2}.Release|Any CPU.ActiveCfg = Release|Any CPU
        {2E258C2D-E4DB-4F46-8486-71F669686CE2}.Release|Any CPU.Build.0 = Release|Any CPU
    EndGlobalSection
    GlobalSection(SolutionProperties) = preSolution
        HideSolutionNode = FALSE
    EndGlobalSection
    GlobalSection(ExtensibilityGlobals) = postSolution
        EnterpriseLibraryConfigurationToolBinariesPath = packages\Unity.2.1.505.0\lib\NET35;packages\Unity.Interception.2.1.505.0\lib\NET35;packages\EnterpriseLibrary.Common.5.0.505.0\lib\NET35;packages\EnterpriseLibrary.Data.5.0.505.0\lib\NET35
        SolutionGuid = {CAA0F5A6-A28F-423D-802B-2AF1C0BF996B}
    EndGlobalSection
EndGlobal