Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Latest commit

 

History

History
History
133 lines (133 loc) · 6.07 KB

File metadata and controls

133 lines (133 loc) · 6.07 KB
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProductVersion>
</ProductVersion>
<SchemaVersion>2.0</SchemaVersion>
<ProjectGuid>{1D2908F9-A78B-4EE1-8DAA-D4DBF3937C58}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>Simple.Data.UnitTest</RootNamespace>
<AssemblyName>Simple.Data.UnitTest</AssemblyName>
<FileAlignment>512</FileAlignment>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release-Mono|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.CSharp" />
<Reference Include="System" />
<Reference Include="System.ComponentModel.Composition" />
<Reference Include="System.Core">
<RequiredTargetFramework>3.5</RequiredTargetFramework>
</Reference>
<Reference Include="System.Data" />
<Reference Include="System.Data.DataSetExtensions" />
<Reference Include="System.Data.Entity.Design" />
<Reference Include="System.Xml" />
<Reference Include="System.Xml.Linq" />
<Reference Include="Trespasser">
<HintPath>..\packages\Trespasser.1.1\lib\net40\Trespasser.dll</HintPath>
</Reference>
<Reference Include="nunit.framework, Version=2.5.10.11092, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
<HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.framework.dll</HintPath>
</Reference>
<Reference Include="nunit.mocks, Version=2.5.10.11092, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77">
<HintPath>..\packages\NUnit.2.5.10.11092\lib\nunit.mocks.dll</HintPath>
</Reference>
<Reference Include="pnunit.framework, Version=1.0.4109.34242, Culture=neutral, PublicKeyToken=null">
<HintPath>..\packages\NUnit.2.5.10.11092\lib\pnunit.framework.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<CodeAnalysisDependentAssemblyPaths Include="%24%28VS100COMNTOOLS%29..\IDE\PrivateAssemblies" Condition=" '$(VS100COMNTOOLS)' != '' ">
<Visible>False</Visible>
</CodeAnalysisDependentAssemblyPaths>
</ItemGroup>
<ItemGroup>
<Compile Include="AdapterFactoryTest.cs" />
<Compile Include="BeginTransactionWithIsolataionLevelTest.cs" />
<Compile Include="BinderHelperTest.cs" />
<Compile Include="ComposerTest.cs" />
<Compile Include="ConcreteCollectionTypeCreatorTest.cs" />
<Compile Include="ConcreteTypeCreatorTest.cs" />
<Compile Include="DatabaseOpenerTest.cs" />
<Compile Include="DictionaryClonerTest.cs" />
<Compile Include="DictionaryQueryRunnerTest.cs" />
<Compile Include="DynamicEnumerableTest.cs" />
<Compile Include="DynamicRecordTest.cs" />
<Compile Include="DynamicStringExtensionsTest.cs" />
<Compile Include="DynamicReferenceTest.cs" />
<Compile Include="DynamicTableTest.cs" />
<Compile Include="EagerLoadingEnumerableTest.cs" />
<Compile Include="ExpressionHelperTest.cs" />
<Compile Include="GroupingHandlerTest.cs" />
<Compile Include="PluralizationTest.cs" />
<Compile Include="PromiseTest.cs" />
<Compile Include="ListHelper.cs" />
<Compile Include="MathReferenceTest.cs" />
<Compile Include="MaybeTest.cs" />
<Compile Include="MethodNameParserTest.cs" />
<Compile Include="ObjectReferenceTest.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="PropertySetterBuilderTest.cs" />
<Compile Include="RangeTest.cs" />
<Compile Include="SimpleDataExceptionTest.cs" />
<Compile Include="SimpleExpressionTest.cs" />
<Compile Include="SimpleListAsListTest.cs" />
<Compile Include="SimpleListTest.cs" />
<Compile Include="SimpleQueryTest.cs" />
<Compile Include="SimpleRecordAsDictionaryTest.cs" />
<Compile Include="SimpleRecordCloneTest.cs" />
<Compile Include="SimpleRecordConvertTest.cs" />
<Compile Include="SimpleResultSetTest.cs" />
<Compile Include="SpecialReferenceTests.cs" />
<Compile Include="StringExtensionsTest.cs" />
<Compile Include="UnresolvableObjectExceptionTest.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\Simple.Data.Ado\Simple.Data.Ado.csproj">
<Project>{ECC2D7DB-EC7F-44B6-B09F-5B471C629685}</Project>
<Name>Simple.Data.Ado</Name>
</ProjectReference>
<ProjectReference Include="..\Simple.Data\Simple.Data.csproj">
<Project>{148CEE80-2E84-4ABD-B5AB-20415B2BBD21}</Project>
<Name>Simple.Data</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
<Target Name="BeforeBuild">
</Target>
<Target Name="AfterBuild">
</Target>
-->
</Project>
Morty Proxy This is a proxified and sanitized view of the page, visit original site.