-
Notifications
You must be signed in to change notification settings - Fork 33
Expand file tree
/
Copy pathexample-dotnet.sln
More file actions
23 lines (22 loc) · 1.31 KB
/
example-dotnet.sln
File metadata and controls
23 lines (22 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 2012
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "example-dotnet", "example-dotnet\example-dotnet.csproj", "{DD1E505C-3E28-4148-B401-0988358F329C}"
EndProject
Project("{f2a71f9b-5d33-465a-a702-920d77279786}") = "example-dotnet-utils", "example-dotnet-utils\example-dotnet-utils.fsproj", "{C44AB077-8E32-4A43-A4B9-6327EF2EAC0C}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DD1E505C-3E28-4148-B401-0988358F329C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DD1E505C-3E28-4148-B401-0988358F329C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DD1E505C-3E28-4148-B401-0988358F329C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DD1E505C-3E28-4148-B401-0988358F329C}.Release|Any CPU.Build.0 = Release|Any CPU
{C44AB077-8E32-4A43-A4B9-6327EF2EAC0C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C44AB077-8E32-4A43-A4B9-6327EF2EAC0C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C44AB077-8E32-4A43-A4B9-6327EF2EAC0C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C44AB077-8E32-4A43-A4B9-6327EF2EAC0C}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal