-
Notifications
You must be signed in to change notification settings - Fork 18
/
dotnet-bundle.sln
23 lines (23 loc) · 1.27 KB
/
dotnet-bundle.sln
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 Version 16
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "DotNet.Bundle", "DotNet.Bundle\DotNet.Bundle.csproj", "{CB54F0FD-7C7E-4347-BE12-5880C6C86ABF}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "TestBundle", "TestBundle\TestBundle.csproj", "{967D02F2-36B8-4A22-A024-53F81FEA7C1A}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{CB54F0FD-7C7E-4347-BE12-5880C6C86ABF}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{CB54F0FD-7C7E-4347-BE12-5880C6C86ABF}.Debug|Any CPU.Build.0 = Debug|Any CPU
{CB54F0FD-7C7E-4347-BE12-5880C6C86ABF}.Release|Any CPU.ActiveCfg = Release|Any CPU
{CB54F0FD-7C7E-4347-BE12-5880C6C86ABF}.Release|Any CPU.Build.0 = Release|Any CPU
{967D02F2-36B8-4A22-A024-53F81FEA7C1A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{967D02F2-36B8-4A22-A024-53F81FEA7C1A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{967D02F2-36B8-4A22-A024-53F81FEA7C1A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{967D02F2-36B8-4A22-A024-53F81FEA7C1A}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
EndGlobal