-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathUnity.Interception.Serialization.sln
44 lines (44 loc) · 2.71 KB
/
Unity.Interception.Serialization.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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Interception.Serialization", "Unity.Interception.Serialization\Unity.Interception.Serialization.csproj", "{B15BC40E-3733-4CA1-B063-0D501FF62D77}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Interception.Serialization.Test", "Unity.Interception.Serialization.Test\Unity.Interception.Serialization.Test.csproj", "{F7D9092A-0FF2-4A5F-A561-D7280758A871}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Unity.Interception.Serialization.Configuration", "Unity.Interception.Serialization.Configuration\Unity.Interception.Serialization.Configuration.csproj", "{C59D3760-4E7B-4CE7-9E77-7C247BA5650E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{A6E222D8-F67D-447F-8006-F9AACB78F203}"
ProjectSection(SolutionItems) = preProject
VersionInfo.cs = VersionInfo.cs
EndProjectSection
EndProject
Global
GlobalSection(SubversionScc) = preSolution
Svn-Managed = True
Manager = AnkhSVN - Subversion Support for Visual Studio
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B15BC40E-3733-4CA1-B063-0D501FF62D77}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B15BC40E-3733-4CA1-B063-0D501FF62D77}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B15BC40E-3733-4CA1-B063-0D501FF62D77}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B15BC40E-3733-4CA1-B063-0D501FF62D77}.Release|Any CPU.Build.0 = Release|Any CPU
{F7D9092A-0FF2-4A5F-A561-D7280758A871}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{F7D9092A-0FF2-4A5F-A561-D7280758A871}.Debug|Any CPU.Build.0 = Debug|Any CPU
{F7D9092A-0FF2-4A5F-A561-D7280758A871}.Release|Any CPU.ActiveCfg = Release|Any CPU
{F7D9092A-0FF2-4A5F-A561-D7280758A871}.Release|Any CPU.Build.0 = Release|Any CPU
{C59D3760-4E7B-4CE7-9E77-7C247BA5650E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{C59D3760-4E7B-4CE7-9E77-7C247BA5650E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{C59D3760-4E7B-4CE7-9E77-7C247BA5650E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{C59D3760-4E7B-4CE7-9E77-7C247BA5650E}.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\Unity.2.1.505.2\lib\NET35;packages\Unity.Interception.2.1.505.2\lib\NET35
EndGlobalSection
EndGlobal