1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <PropertyGroup >
4- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6- <ProductVersion >8.0.30703</ProductVersion >
7- <SchemaVersion >2.0</SchemaVersion >
8- <ProjectGuid >{85E4FB46-FFB2-47DC-83B5-4ECBD80B66D8}</ProjectGuid >
9- <OutputType >Library</OutputType >
10- <AppDesignerFolder >Properties</AppDesignerFolder >
11- <RootNamespace >SharpRepository.Samples</RootNamespace >
12- <AssemblyName >SharpRepository.Samples</AssemblyName >
13- <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
14- <FileAlignment >512</FileAlignment >
15- </PropertyGroup >
16- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17- <DebugSymbols >true</DebugSymbols >
18- <DebugType >full</DebugType >
19- <Optimize >false</Optimize >
20- <OutputPath >bin\Debug\</OutputPath >
21- <DefineConstants >DEBUG;TRACE</DefineConstants >
22- <ErrorReport >prompt</ErrorReport >
23- <WarningLevel >4</WarningLevel >
24- </PropertyGroup >
25- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26- <DebugType >pdbonly</DebugType >
27- <Optimize >true</Optimize >
28- <OutputPath >bin\Release\</OutputPath >
29- <DefineConstants >TRACE</DefineConstants >
30- <ErrorReport >prompt</ErrorReport >
31- <WarningLevel >4</WarningLevel >
32- </PropertyGroup >
33- <ItemGroup >
34- <Reference Include =" nunit.framework, Version=2.6.1.12217 , Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" >
35- <SpecificVersion >False</SpecificVersion >
36- <HintPath >..\packages\NUnit.2.6.1 \lib\nunit.framework.dll</HintPath >
37- </Reference >
38- <Reference Include =" Should" >
39- <HintPath >..\packages\Should.1.1.12.0\lib\Should.dll</HintPath >
40- </Reference >
41- <Reference Include =" System" />
42- <Reference Include =" System.Core" />
43- <Reference Include =" System.Xml.Linq" />
44- <Reference Include =" System.Data.DataSetExtensions" />
45- <Reference Include =" Microsoft.CSharp" />
46- <Reference Include =" System.Data" />
47- <Reference Include =" System.Xml" />
48- </ItemGroup >
49- <ItemGroup >
50- <Compile Include =" ..\CommonAssembly.cs" >
51- <Link >Properties\CommonAssembly.cs</Link >
52- </Compile >
53- <Compile Include =" HowToUseSpecifications.cs" />
54- <Compile Include =" GettingStarted.cs" />
55- <Compile Include =" HowToBatch.cs" />
56- <Compile Include =" HowToAbstractAwayTheGenericRepository.cs" />
57- <Compile Include =" HowToUseTraits.cs" />
58- <Compile Include =" Properties\AssemblyInfo.cs" />
59- </ItemGroup >
60- <ItemGroup >
61- <None Include =" packages.config" />
62- </ItemGroup >
63- <ItemGroup >
64- <ProjectReference Include =" ..\SharpRepository.InMemoryRepository\SharpRepository.InMemoryRepository.csproj" >
65- <Project >{13AD3FCA-4C9D-4674-B786-F30843638D3B}</Project >
66- <Name >SharpRepository.InMemoryRepository</Name >
67- </ProjectReference >
68- <ProjectReference Include =" ..\SharpRepository.Repository\SharpRepository.Repository.csproj" >
69- <Project >{710DEE79-25CE-4F68-B8B1-D08A135AD154}</Project >
70- <Name >SharpRepository.Repository</Name >
71- </ProjectReference >
72- </ItemGroup >
73- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
74- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
75- Other similar extension points exist, see Microsoft.Common.targets.
76- <Target Name="BeforeBuild">
77- </Target>
78- <Target Name="AfterBuild">
79- </Target>
80- -->
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <PropertyGroup >
4+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6+ <ProductVersion >8.0.30703</ProductVersion >
7+ <SchemaVersion >2.0</SchemaVersion >
8+ <ProjectGuid >{85E4FB46-FFB2-47DC-83B5-4ECBD80B66D8}</ProjectGuid >
9+ <OutputType >Library</OutputType >
10+ <AppDesignerFolder >Properties</AppDesignerFolder >
11+ <RootNamespace >SharpRepository.Samples</RootNamespace >
12+ <AssemblyName >SharpRepository.Samples</AssemblyName >
13+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
14+ <FileAlignment >512</FileAlignment >
15+ </PropertyGroup >
16+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17+ <DebugSymbols >true</DebugSymbols >
18+ <DebugType >full</DebugType >
19+ <Optimize >false</Optimize >
20+ <OutputPath >bin\Debug\</OutputPath >
21+ <DefineConstants >DEBUG;TRACE</DefineConstants >
22+ <ErrorReport >prompt</ErrorReport >
23+ <WarningLevel >4</WarningLevel >
24+ </PropertyGroup >
25+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26+ <DebugType >pdbonly</DebugType >
27+ <Optimize >true</Optimize >
28+ <OutputPath >bin\Release\</OutputPath >
29+ <DefineConstants >TRACE</DefineConstants >
30+ <ErrorReport >prompt</ErrorReport >
31+ <WarningLevel >4</WarningLevel >
32+ </PropertyGroup >
33+ <ItemGroup >
34+ <Reference Include =" nunit.framework, Version=2.6.2.12296 , Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" >
35+ <SpecificVersion >False</SpecificVersion >
36+ <HintPath >..\packages\NUnit.2.6.2 \lib\nunit.framework.dll</HintPath >
37+ </Reference >
38+ <Reference Include =" Should" >
39+ <HintPath >..\packages\Should.1.1.12.0\lib\Should.dll</HintPath >
40+ </Reference >
41+ <Reference Include =" System" />
42+ <Reference Include =" System.Core" />
43+ <Reference Include =" System.Xml.Linq" />
44+ <Reference Include =" System.Data.DataSetExtensions" />
45+ <Reference Include =" Microsoft.CSharp" />
46+ <Reference Include =" System.Data" />
47+ <Reference Include =" System.Xml" />
48+ </ItemGroup >
49+ <ItemGroup >
50+ <Compile Include =" ..\CommonAssembly.cs" >
51+ <Link >Properties\CommonAssembly.cs</Link >
52+ </Compile >
53+ <Compile Include =" HowToUseSpecifications.cs" />
54+ <Compile Include =" GettingStarted.cs" />
55+ <Compile Include =" HowToBatch.cs" />
56+ <Compile Include =" HowToAbstractAwayTheGenericRepository.cs" />
57+ <Compile Include =" HowToUseTraits.cs" />
58+ <Compile Include =" Properties\AssemblyInfo.cs" />
59+ </ItemGroup >
60+ <ItemGroup >
61+ <None Include =" packages.config" />
62+ </ItemGroup >
63+ <ItemGroup >
64+ <ProjectReference Include =" ..\SharpRepository.InMemoryRepository\SharpRepository.InMemoryRepository.csproj" >
65+ <Project >{13AD3FCA-4C9D-4674-B786-F30843638D3B}</Project >
66+ <Name >SharpRepository.InMemoryRepository</Name >
67+ </ProjectReference >
68+ <ProjectReference Include =" ..\SharpRepository.Repository\SharpRepository.Repository.csproj" >
69+ <Project >{710DEE79-25CE-4F68-B8B1-D08A135AD154}</Project >
70+ <Name >SharpRepository.Repository</Name >
71+ </ProjectReference >
72+ </ItemGroup >
73+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
74+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
75+ Other similar extension points exist, see Microsoft.Common.targets.
76+ <Target Name="BeforeBuild">
77+ </Target>
78+ <Target Name="AfterBuild">
79+ </Target>
80+ -->
8181</Project >
0 commit comments