-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathAutoEvent.sln
More file actions
22 lines (22 loc) · 1.16 KB
/
Copy pathAutoEvent.sln
File metadata and controls
22 lines (22 loc) · 1.16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Microsoft Visual Studio Solution File, Format Version 12.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoEvent", "AutoEvent\AutoEvent.csproj", "{1E178EB3-10A5-4892-A352-AE695657287F}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "AutoEvent.Vote", "AutoEvent.Vote\AutoEvent.Vote.csproj", "{7D879ADC-57D0-4725-9A7D-5AAB62A31133}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Release|x64 = Release|x64
Debug|x64 = Debug|x64
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{1E178EB3-10A5-4892-A352-AE695657287F}.Release|x64.ActiveCfg = Release|x64
{1E178EB3-10A5-4892-A352-AE695657287F}.Release|x64.Build.0 = Release|x64
{1E178EB3-10A5-4892-A352-AE695657287F}.Debug|x64.ActiveCfg = Debug|x64
{1E178EB3-10A5-4892-A352-AE695657287F}.Debug|x64.Build.0 = Debug|x64
{7D879ADC-57D0-4725-9A7D-5AAB62A31133}.Debug|x64.ActiveCfg = Debug|x64
{7D879ADC-57D0-4725-9A7D-5AAB62A31133}.Debug|x64.Build.0 = Debug|x64
{7D879ADC-57D0-4725-9A7D-5AAB62A31133}.Release|x64.ActiveCfg = Release|x64
{7D879ADC-57D0-4725-9A7D-5AAB62A31133}.Release|x64.Build.0 = Release|x64
EndGlobalSection
EndGlobal