This repository has been archived by the owner on Apr 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPropertyExpression.sln
34 lines (34 loc) · 2.04 KB
/
PropertyExpression.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
Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.23107.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PropertyExpression", "PropertyExpression\PropertyExpression\PropertyExpression.csproj", "{DBE509E7-979A-415B-9C88-BD0D8EBB213E}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PropertyExpression.Test", "PropertyExpression\PropertyExpression.Test\PropertyExpression.Test.csproj", "{A0B8CFDD-482F-4430-ADEE-6687E98AEF20}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "PropertyExpression.Vsix", "PropertyExpression\PropertyExpression.Vsix\PropertyExpression.Vsix.csproj", "{08718396-9A46-4757-B5E4-393DCB261B65}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Any CPU = Debug|Any CPU
Release|Any CPU = Release|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{DBE509E7-979A-415B-9C88-BD0D8EBB213E}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{DBE509E7-979A-415B-9C88-BD0D8EBB213E}.Debug|Any CPU.Build.0 = Debug|Any CPU
{DBE509E7-979A-415B-9C88-BD0D8EBB213E}.Release|Any CPU.ActiveCfg = Release|Any CPU
{DBE509E7-979A-415B-9C88-BD0D8EBB213E}.Release|Any CPU.Build.0 = Release|Any CPU
{A0B8CFDD-482F-4430-ADEE-6687E98AEF20}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{A0B8CFDD-482F-4430-ADEE-6687E98AEF20}.Debug|Any CPU.Build.0 = Debug|Any CPU
{A0B8CFDD-482F-4430-ADEE-6687E98AEF20}.Release|Any CPU.ActiveCfg = Release|Any CPU
{A0B8CFDD-482F-4430-ADEE-6687E98AEF20}.Release|Any CPU.Build.0 = Release|Any CPU
{08718396-9A46-4757-B5E4-393DCB261B65}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{08718396-9A46-4757-B5E4-393DCB261B65}.Debug|Any CPU.Build.0 = Debug|Any CPU
{08718396-9A46-4757-B5E4-393DCB261B65}.Release|Any CPU.ActiveCfg = Release|Any CPU
{08718396-9A46-4757-B5E4-393DCB261B65}.Release|Any CPU.Build.0 = Release|Any CPU
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
EndGlobal