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 >{12DD3830-5A12-484C-98B4-D30811DEC8A9}</ProjectGuid >
9- <OutputType >Library</OutputType >
10- <AppDesignerFolder >Properties</AppDesignerFolder >
11- <RootNamespace >SharpRepository.Db4oRepository</RootNamespace >
12- <AssemblyName >SharpRepository.Db4oRepository</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 =" Db4objects.Db4o" >
35- <HintPath >..\packages\db4o-devel.8.1.184.15492\lib\net40\Db4objects.Db4o.dll</HintPath >
36- </Reference >
37- <Reference Include =" Db4objects.Db4o.Linq" >
38- <HintPath >..\packages\db4o-devel.8.1.184.15492\lib\net40\Db4objects.Db4o.Linq.dll</HintPath >
39- </Reference >
40- <Reference Include =" System" />
41- <Reference Include =" System.Core" />
42- <Reference Include =" Microsoft.CSharp" />
43- </ItemGroup >
44- <ItemGroup >
45- <Compile Include =" ..\CommonAssembly.cs" >
46- <Link >Properties\CommonAssembly.cs</Link >
47- </Compile >
48- <Compile Include =" Properties\AssemblyInfo.cs" />
49- <Compile Include =" Db4ORepository.cs" />
50- <Compile Include =" Db4ORepositoryBase.cs" />
51- </ItemGroup >
52- <ItemGroup >
53- <ProjectReference Include =" ..\SharpRepository.Repository\SharpRepository.Repository.csproj" >
54- <Project >{710DEE79-25CE-4F68-B8B1-D08A135AD154}</Project >
55- <Name >SharpRepository.Repository</Name >
56- </ProjectReference >
57- </ItemGroup >
58- <ItemGroup >
59- <None Include =" packages.config" />
60- </ItemGroup >
61- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
62- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
63- Other similar extension points exist, see Microsoft.Common.targets.
64- <Target Name="BeforeBuild">
65- </Target>
66- <Target Name="AfterBuild">
67- </Target>
68- -->
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 >{12DD3830-5A12-484C-98B4-D30811DEC8A9}</ProjectGuid >
9+ <OutputType >Library</OutputType >
10+ <AppDesignerFolder >Properties</AppDesignerFolder >
11+ <RootNamespace >SharpRepository.Db4oRepository</RootNamespace >
12+ <AssemblyName >SharpRepository.Db4oRepository</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 =" Db4objects.Db4o" >
35+ <HintPath >..\packages\db4o-devel.8.1.184.15492\lib\net40\Db4objects.Db4o.dll</HintPath >
36+ </Reference >
37+ <Reference Include =" Db4objects.Db4o.Linq" >
38+ <HintPath >..\packages\db4o-devel.8.1.184.15492\lib\net40\Db4objects.Db4o.Linq.dll</HintPath >
39+ </Reference >
40+ <Reference Include =" System" />
41+ <Reference Include =" System.Core" />
42+ </ItemGroup >
43+ <ItemGroup >
44+ <Compile Include =" ..\CommonAssembly.cs" >
45+ <Link >Properties\CommonAssembly.cs</Link >
46+ </Compile >
47+ <Compile Include =" Properties\AssemblyInfo.cs" />
48+ <Compile Include =" Db4ORepository.cs" />
49+ <Compile Include =" Db4ORepositoryBase.cs" />
50+ </ItemGroup >
51+ <ItemGroup >
52+ <ProjectReference Include =" ..\SharpRepository.Repository\SharpRepository.Repository.csproj" >
53+ <Project >{710DEE79-25CE-4F68-B8B1-D08A135AD154}</Project >
54+ <Name >SharpRepository.Repository</Name >
55+ </ProjectReference >
56+ </ItemGroup >
57+ <ItemGroup >
58+ <None Include =" packages.config" />
59+ </ItemGroup >
60+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
61+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
62+ Other similar extension points exist, see Microsoft.Common.targets.
63+ <Target Name="BeforeBuild">
64+ </Target>
65+ <Target Name="AfterBuild">
66+ </Target>
67+ -->
6968</Project >
0 commit comments