1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 15.0" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{9EB2525F-48E7-4057-98E5-7FE325ECCD32}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >AgileObjects.ReadableExpressions.UnitTests.Net35</RootNamespace >
11+ <AssemblyName >AgileObjects.ReadableExpressions.UnitTests.Net35</AssemblyName >
12+ <TargetFrameworkVersion >v3.5</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ </PropertyGroup >
15+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16+ <DebugSymbols >true</DebugSymbols >
17+ <DebugType >full</DebugType >
18+ <Optimize >false</Optimize >
19+ <OutputPath >bin\Debug\</OutputPath >
20+ <DefineConstants >TRACE;DEBUG;NET35</DefineConstants >
21+ <ErrorReport >prompt</ErrorReport >
22+ <WarningLevel >4</WarningLevel >
23+ </PropertyGroup >
24+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
25+ <DebugType >pdbonly</DebugType >
26+ <Optimize >true</Optimize >
27+ <OutputPath >bin\Release\</OutputPath >
28+ <DefineConstants >TRACE;NET35</DefineConstants >
29+ <ErrorReport >prompt</ErrorReport >
30+ <WarningLevel >4</WarningLevel >
31+ </PropertyGroup >
32+ <ItemGroup >
33+ <Reference Include =" AgileObjects.NetStandardPolyfills, Version=1.4.0.0, Culture=neutral, PublicKeyToken=06131ac1c008ad4e, processorArchitecture=MSIL" >
34+ <HintPath >..\packages\AgileObjects.NetStandardPolyfills.1.4.0\lib\net35\AgileObjects.NetStandardPolyfills.dll</HintPath >
35+ </Reference >
36+ <Reference Include =" Microsoft.Dynamic, Version=1.1.2.22, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL" >
37+ <HintPath >..\packages\DynamicLanguageRuntime.1.1.2\lib\Net35\Microsoft.Dynamic.dll</HintPath >
38+ </Reference >
39+ <Reference Include =" Microsoft.Scripting, Version=1.1.2.22, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL" >
40+ <HintPath >..\packages\DynamicLanguageRuntime.1.1.2\lib\Net35\Microsoft.Scripting.dll</HintPath >
41+ </Reference >
42+ <Reference Include =" Microsoft.Scripting.AspNet, Version=1.1.1.21, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL" >
43+ <HintPath >..\packages\DynamicLanguageRuntime.1.1.2\lib\Net35\Microsoft.Scripting.AspNet.dll</HintPath >
44+ </Reference >
45+ <Reference Include =" Microsoft.Scripting.Core, Version=1.1.2.22, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL" >
46+ <HintPath >..\packages\DynamicLanguageRuntime.1.1.2\lib\Net35\Microsoft.Scripting.Core.dll</HintPath >
47+ </Reference >
48+ <Reference Include =" Microsoft.Scripting.Metadata, Version=1.1.2.22, Culture=neutral, PublicKeyToken=7f709c5b713576e1, processorArchitecture=MSIL" >
49+ <HintPath >..\packages\DynamicLanguageRuntime.1.1.2\lib\Net35\Microsoft.Scripting.Metadata.dll</HintPath >
50+ </Reference >
51+ <Reference Include =" nunit.framework, Version=3.6.1.0, Culture=neutral, PublicKeyToken=2638cd05610744eb, processorArchitecture=MSIL" >
52+ <HintPath >..\packages\NUnit.3.6.1\lib\net35\nunit.framework.dll</HintPath >
53+ </Reference >
54+ <Reference Include =" System" />
55+ <Reference Include =" System.Core" />
56+ <Reference Include =" System.Xml.Linq" />
57+ <Reference Include =" System.Data.DataSetExtensions" />
58+ <Reference Include =" System.Data" />
59+ <Reference Include =" System.Xml" />
60+ </ItemGroup >
61+ <ItemGroup >
62+ <Compile Include =" ..\CommonAssemblyInfo.cs" >
63+ <Link >Properties\CommonAssemblyInfo.cs</Link >
64+ </Compile >
65+ </ItemGroup >
66+ <ItemGroup >
67+ <Compile Include =" ..\ReadableExpressions.UnitTests\Extensions\WhenGettingAParentExpressionNode.cs" >
68+ <Link >Extensions\WhenGettingAParentExpressionNode.cs</Link >
69+ </Compile >
70+ <Compile Include =" ..\ReadableExpressions.UnitTests\Extensions\WhenGettingFriendlyNames.cs" >
71+ <Link >Extensions\WhenGettingFriendlyNames.cs</Link >
72+ </Compile >
73+ <Compile Include =" ..\ReadableExpressions.UnitTests\Properties\AssemblyInfo.cs" >
74+ <Link >Properties\AssemblyInfo.cs</Link >
75+ </Compile >
76+ <Compile Include =" ..\ReadableExpressions.UnitTests\ShouldExtensions.cs" >
77+ <Link >ShouldExtensions.cs</Link >
78+ </Compile >
79+ <Compile Include =" ..\ReadableExpressions.UnitTests\TestClassBase.cs" >
80+ <Link >TestClassBase.cs</Link >
81+ </Compile >
82+ <Compile Include =" ..\ReadableExpressions.UnitTests\WhenFormattingCode.cs" >
83+ <Link >WhenFormattingCode.cs</Link >
84+ </Compile >
85+ <Compile Include =" ..\ReadableExpressions.UnitTests\WhenTranslatingAssignments.cs" >
86+ <Link >WhenTranslatingAssignments.cs</Link >
87+ </Compile >
88+ <Compile Include =" ..\ReadableExpressions.UnitTests\WhenTranslatingBlocks.cs" >
89+ <Link >WhenTranslatingBlocks.cs</Link >
90+ </Compile >
91+ <Compile Include =" ..\ReadableExpressions.UnitTests\WhenTranslatingComments.cs" >
92+ <Link >WhenTranslatingComments.cs</Link >
93+ </Compile >
94+ <Compile Include =" ..\ReadableExpressions.UnitTests\WhenTranslatingComparisons.cs" >
95+ <Link >WhenTranslatingComparisons.cs</Link >
96+ </Compile >
97+ <Compile Include =" ..\ReadableExpressions.UnitTests\WhenTranslatingConditionals.cs" >
98+ <Link >WhenTranslatingConditionals.cs</Link >
99+ </Compile >
100+ <Compile Include =" ..\ReadableExpressions.UnitTests\WhenTranslatingConstants.cs" >
101+ <Link >WhenTranslatingConstants.cs</Link >
102+ </Compile >
103+ <Compile Include =" ..\ReadableExpressions.UnitTests\WhenTranslatingConversions.cs" >
104+ <Link >WhenTranslatingConversions.cs</Link >
105+ </Compile >
106+ <Compile Include =" ..\ReadableExpressions.UnitTests\WhenTranslatingDebugInfo.cs" >
107+ <Link >WhenTranslatingDebugInfo.cs</Link >
108+ </Compile >
109+ <Compile Include =" ..\ReadableExpressions.UnitTests\WhenTranslatingDynamicOperations.cs" >
110+ <Link >WhenTranslatingDynamicOperations.cs</Link >
111+ </Compile >
112+ <Compile Include =" ..\ReadableExpressions.UnitTests\WhenTranslatingGotos.cs" >
113+ <Link >WhenTranslatingGotos.cs</Link >
114+ </Compile >
115+ <Compile Include =" ..\ReadableExpressions.UnitTests\WhenTranslatingLambdas.cs" >
116+ <Link >WhenTranslatingLambdas.cs</Link >
117+ </Compile >
118+ <Compile Include =" ..\ReadableExpressions.UnitTests\WhenTranslatingLanguageKeywords.cs" >
119+ <Link >WhenTranslatingLanguageKeywords.cs</Link >
120+ </Compile >
121+ <Compile Include =" ..\ReadableExpressions.UnitTests\WhenTranslatingLogicalOperations.cs" >
122+ <Link >WhenTranslatingLogicalOperations.cs</Link >
123+ </Compile >
124+ <Compile Include =" ..\ReadableExpressions.UnitTests\WhenTranslatingLoops.cs" >
125+ <Link >WhenTranslatingLoops.cs</Link >
126+ </Compile >
127+ <Compile Include =" ..\ReadableExpressions.UnitTests\WhenTranslatingMathsOperations.cs" >
128+ <Link >WhenTranslatingMathsOperations.cs</Link >
129+ </Compile >
130+ <Compile Include =" ..\ReadableExpressions.UnitTests\WhenTranslatingMemberAccesses.cs" >
131+ <Link >WhenTranslatingMemberAccesses.cs</Link >
132+ </Compile >
133+ <Compile Include =" ..\ReadableExpressions.UnitTests\WhenTranslatingObjectCreations.cs" >
134+ <Link >WhenTranslatingObjectCreations.cs</Link >
135+ </Compile >
136+ <Compile Include =" ..\ReadableExpressions.UnitTests\WhenTranslatingStringConcatenation.cs" >
137+ <Link >WhenTranslatingStringConcatenation.cs</Link >
138+ </Compile >
139+ <Compile Include =" ..\ReadableExpressions.UnitTests\WhenTranslatingTryCatchFinallys.cs" >
140+ <Link >WhenTranslatingTryCatchFinallys.cs</Link >
141+ </Compile >
142+ <Compile Include =" ..\ReadableExpressions.UnitTests\WhenUsingPartialTrust.cs" >
143+ <Link >WhenUsingPartialTrust.cs</Link >
144+ </Compile >
145+ </ItemGroup >
146+ <ItemGroup >
147+ <None Include =" packages.config" />
148+ </ItemGroup >
149+ <ItemGroup >
150+ <ProjectReference Include =" ..\ReadableExpressions\ReadableExpressions.csproj" >
151+ <Project >{147ddcce-cdd3-4dd0-8ba3-d3f2f239e161}</Project >
152+ <Name >ReadableExpressions</Name >
153+ </ProjectReference >
154+ </ItemGroup >
155+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
156+ </Project >
0 commit comments