[bistro-framework] r468 committed - [No log message]

3 views
Skip to first unread message

codesite...@google.com

unread,
Aug 24, 2010, 5:38:01 AM8/24/10
to bistro-d...@googlegroups.com
Revision: 468
Author: sasha_...@mail.ru
Date: Tue Aug 24 02:36:50 2010
Log: [No log message]
http://code.google.com/p/bistro-framework/source/detail?r=468

Added:
/Integration/BistroIntegration/trunk/BistroIntegration35.csproj
/Integration/BistroIntegration/trunk/BistroIntegration35.sln
/Integration/BistroIntegration/trunk/BistroIntegration40.csproj
/Integration/BistroIntegration/trunk/BistroIntegration40.sln
/Integration/BistroIntegration/trunk/lib/NDjango.Core35.dll
/Integration/BistroIntegration/trunk/lib/NDjango.Core40.dll

/Integration/BistroIntegration/trunk/lib/NDjangoFilters.NDjangoExtension35.dll

/Integration/BistroIntegration/trunk/lib/NDjangoFilters.NDjangoExtension40.dll
Deleted:
/Integration/BistroIntegration/trunk/BistroIntegration.csproj
/Integration/BistroIntegration/trunk/BistroIntegration.sln
/Integration/BistroIntegration/trunk/lib/NDjango.Core.dll

/Integration/BistroIntegration/trunk/lib/NDjangoFilters.NDjangoExtension.dll
Modified:
/Integration/BistroIntegration/trunk
/Integration/BistroIntegration/trunk/Properties/AssemblyInfo.cs
/Integration/BistroIntegration/trunk/lib/Bistro.Core.dll
/Integration/BistroIntegration/trunk/lib/Bistro.Extensions.dll

=======================================
--- /dev/null
+++ /Integration/BistroIntegration/trunk/BistroIntegration35.csproj Tue Aug
24 02:36:50 2010
@@ -0,0 +1,92 @@
+<?xml version="1.0" encoding="utf-8"?>
+<Project ToolsVersion="3.5" DefaultTargets="Build"
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
+ <PropertyGroup>
+ <Configuration Condition=" '$(Configuration)'
== '' ">Debug</Configuration>
+ <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
+ <ProductVersion>9.0.30729</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{2A3CC2FE-AB0E-44F6-B1CB-3290581DA442}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>NDjango.BistroIntegration</RootNamespace>
+ <AssemblyName>NDjango.BistroIntegration</AssemblyName>
+ <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
+ <FileAlignment>512</FileAlignment>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|
AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <OutputPath>bin\</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>
+ <ItemGroup>
+ <Reference Include="Bistro.Core, Version=0.9.2.0, Culture=neutral,
processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>lib\Bistro.Core.dll</HintPath>
+ </Reference>
+ <Reference Include="Bistro.Extensions, Version=0.9.2.0,
Culture=neutral, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>lib\Bistro.Extensions.dll</HintPath>
+ </Reference>
+ <Reference Include="FSharp.Core, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
+ </Reference>
+ <Reference Include="NDjango.Core35, Version=0.9.8.0, Culture=neutral,
processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>lib\NDjango.Core35.dll</HintPath>
+ </Reference>
+ <Reference Include="NDjangoFilters.NDjangoExtension35,
Version=0.9.8.0, Culture=neutral, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>lib\NDjangoFilters.NDjangoExtension35.dll</HintPath>
+ </Reference>
+ <Reference Include="StructureMap, Version=2.6.1.0, Culture=neutral,
PublicKeyToken=e60ad81abae3c223, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>lib\StructureMap.dll</HintPath>
+ </Reference>
+ <Reference Include="System" />
+ <Reference Include="System.configuration" />
+ <Reference Include="System.Core">
+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
+ </Reference>
+ <Reference Include="System.Web" />
+ <Reference Include="System.Web.Abstractions">
+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
+ </Reference>
+ <Reference Include="System.Xml.Linq">
+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
+ </Reference>
+ <Reference Include="System.Data.DataSetExtensions">
+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
+ </Reference>
+ <Reference Include="System.Data" />
+ <Reference Include="System.Xml" />
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="ConfigurationLoader.cs" />
+ <Compile Include="DjangoEngine.cs" />
+ <Compile Include="DjangoController.cs" />
+ <Compile Include="Properties\AssemblyInfo.cs" />
+ <Compile Include="Validation\JSEmitter.cs" />
+ <Compile Include="Validation\ValidationTag.cs" />
+ </ItemGroup>
+ <ItemGroup>
+ </ItemGroup>
+ <Import Project="$(MSBuildToolsPath)\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>
=======================================
--- /dev/null
+++ /Integration/BistroIntegration/trunk/BistroIntegration35.sln Tue Aug 24
02:36:50 2010
@@ -0,0 +1,20 @@
+
+Microsoft Visual Studio Solution File, Format Version 10.00
+# Visual Studio 2008
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}")
= "BistroIntegration", "BistroIntegration35.csproj", "{2A3CC2FE-AB0E-44F6-B1CB-3290581DA442}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {2A3CC2FE-AB0E-44F6-B1CB-3290581DA442}.Debug|Any CPU.ActiveCfg = Debug|
Any CPU
+ {2A3CC2FE-AB0E-44F6-B1CB-3290581DA442}.Debug|Any CPU.Build.0 = Debug|Any
CPU
+ {2A3CC2FE-AB0E-44F6-B1CB-3290581DA442}.Release|Any CPU.ActiveCfg =
Release|Any CPU
+ {2A3CC2FE-AB0E-44F6-B1CB-3290581DA442}.Release|Any CPU.Build.0 = Release|
Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
=======================================
--- /dev/null
+++ /Integration/BistroIntegration/trunk/BistroIntegration40.csproj Tue Aug
24 02:36:50 2010
@@ -0,0 +1,127 @@
+<?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>9.0.30729</ProductVersion>
+ <SchemaVersion>2.0</SchemaVersion>
+ <ProjectGuid>{2A3CC2FE-AB0E-44F6-B1CB-3290581DA442}</ProjectGuid>
+ <OutputType>Library</OutputType>
+ <AppDesignerFolder>Properties</AppDesignerFolder>
+ <RootNamespace>NDjango.BistroIntegration</RootNamespace>
+ <AssemblyName>NDjango.BistroIntegration</AssemblyName>
+ <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
+ <FileAlignment>512</FileAlignment>
+ <FileUpgradeFlags>
+ </FileUpgradeFlags>
+ <UpgradeBackupLocation>
+ </UpgradeBackupLocation>
+ <OldToolsVersion>3.5</OldToolsVersion>
+ <TargetFrameworkProfile />
+ <PublishUrl>publish\</PublishUrl>
+ <Install>true</Install>
+ <InstallFrom>Disk</InstallFrom>
+ <UpdateEnabled>false</UpdateEnabled>
+ <UpdateMode>Foreground</UpdateMode>
+ <UpdateInterval>7</UpdateInterval>
+ <UpdateIntervalUnits>Days</UpdateIntervalUnits>
+ <UpdatePeriodically>false</UpdatePeriodically>
+ <UpdateRequired>false</UpdateRequired>
+ <MapFileExtensions>true</MapFileExtensions>
+ <ApplicationRevision>0</ApplicationRevision>
+ <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
+ <IsWebBootstrapper>false</IsWebBootstrapper>
+ <UseApplicationTrust>false</UseApplicationTrust>
+ <BootstrapperEnabled>true</BootstrapperEnabled>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|
AnyCPU' ">
+ <DebugSymbols>true</DebugSymbols>
+ <DebugType>full</DebugType>
+ <Optimize>false</Optimize>
+ <OutputPath>bin\</OutputPath>
+ <DefineConstants>DEBUG;TRACE</DefineConstants>
+ <ErrorReport>prompt</ErrorReport>
+ <WarningLevel>4</WarningLevel>
+ <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
+ </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>
+ <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
+ </PropertyGroup>
+ <ItemGroup>
+ <Reference Include="Bistro.Core, Version=0.9.2.0, Culture=neutral,
processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>lib\Bistro.Core.dll</HintPath>
+ </Reference>
+ <Reference Include="Bistro.Extensions, Version=0.9.2.0,
Culture=neutral, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>lib\Bistro.Extensions.dll</HintPath>
+ </Reference>
+ <Reference Include="FSharp.Core, Version=4.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
+ <Reference Include="NDjango.Core40">
+ <HintPath>lib\NDjango.Core40.dll</HintPath>
+ </Reference>
+ <Reference Include="NDjangoFilters.NDjangoExtension40">
+ <HintPath>lib\NDjangoFilters.NDjangoExtension40.dll</HintPath>
+ </Reference>
+ <Reference Include="StructureMap, Version=2.6.1.0, Culture=neutral,
PublicKeyToken=e60ad81abae3c223, processorArchitecture=MSIL">
+ <SpecificVersion>False</SpecificVersion>
+ <HintPath>lib\StructureMap.dll</HintPath>
+ </Reference>
+ <Reference Include="System" />
+ <Reference Include="System.configuration" />
+ <Reference Include="System.Core">
+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
+ </Reference>
+ <Reference Include="System.Web" />
+ <Reference Include="System.Web.Abstractions">
+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
+ </Reference>
+ <Reference Include="System.Xml.Linq">
+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
+ </Reference>
+ <Reference Include="System.Data.DataSetExtensions">
+ <RequiredTargetFramework>3.5</RequiredTargetFramework>
+ </Reference>
+ <Reference Include="System.Data" />
+ <Reference Include="System.Xml" />
+ </ItemGroup>
+ <ItemGroup>
+ <Compile Include="ConfigurationLoader.cs" />
+ <Compile Include="DjangoEngine.cs" />
+ <Compile Include="DjangoController.cs" />
+ <Compile Include="Properties\AssemblyInfo.cs" />
+ <Compile Include="Validation\JSEmitter.cs" />
+ <Compile Include="Validation\ValidationTag.cs" />
+ </ItemGroup>
+ <ItemGroup>
+ <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
+ <Visible>False</Visible>
+ <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
+ <Install>false</Install>
+ </BootstrapperPackage>
+ <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
+ <Visible>False</Visible>
+ <ProductName>.NET Framework 3.5 SP1</ProductName>
+ <Install>true</Install>
+ </BootstrapperPackage>
+ <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
+ <Visible>False</Visible>
+ <ProductName>Windows Installer 3.1</ProductName>
+ <Install>true</Install>
+ </BootstrapperPackage>
+ </ItemGroup>
+ <Import Project="$(MSBuildToolsPath)\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>
=======================================
--- /dev/null
+++ /Integration/BistroIntegration/trunk/BistroIntegration40.sln Tue Aug 24
02:36:50 2010
@@ -0,0 +1,20 @@
+
+Microsoft Visual Studio Solution File, Format Version 11.00
+# Visual Studio 2010
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}")
= "BistroIntegration", "BistroIntegration40.csproj", "{2A3CC2FE-AB0E-44F6-B1CB-3290581DA442}"
+EndProject
+Global
+ GlobalSection(SolutionConfigurationPlatforms) = preSolution
+ Debug|Any CPU = Debug|Any CPU
+ Release|Any CPU = Release|Any CPU
+ EndGlobalSection
+ GlobalSection(ProjectConfigurationPlatforms) = postSolution
+ {2A3CC2FE-AB0E-44F6-B1CB-3290581DA442}.Debug|Any CPU.ActiveCfg = Debug|
Any CPU
+ {2A3CC2FE-AB0E-44F6-B1CB-3290581DA442}.Debug|Any CPU.Build.0 = Debug|Any
CPU
+ {2A3CC2FE-AB0E-44F6-B1CB-3290581DA442}.Release|Any CPU.ActiveCfg =
Release|Any CPU
+ {2A3CC2FE-AB0E-44F6-B1CB-3290581DA442}.Release|Any CPU.Build.0 = Release|
Any CPU
+ EndGlobalSection
+ GlobalSection(SolutionProperties) = preSolution
+ HideSolutionNode = FALSE
+ EndGlobalSection
+EndGlobal
=======================================
--- /dev/null
+++ /Integration/BistroIntegration/trunk/lib/NDjango.Core35.dll Tue Aug 24
02:36:50 2010
Binary file, no diff available.
=======================================
--- /dev/null
+++ /Integration/BistroIntegration/trunk/lib/NDjango.Core40.dll Tue Aug 24
02:36:50 2010
Binary file, no diff available.
=======================================
--- /dev/null
+++
/Integration/BistroIntegration/trunk/lib/NDjangoFilters.NDjangoExtension35.dll
Tue Aug 24 02:36:50 2010
Binary file, no diff available.
=======================================
--- /dev/null
+++
/Integration/BistroIntegration/trunk/lib/NDjangoFilters.NDjangoExtension40.dll
Tue Aug 24 02:36:50 2010
Binary file, no diff available.
=======================================
--- /Integration/BistroIntegration/trunk/BistroIntegration.csproj Mon Mar
29 04:59:29 2010
+++ /dev/null
@@ -1,92 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<Project ToolsVersion="3.5" DefaultTargets="Build"
xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <Configuration Condition=" '$(Configuration)'
== '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <ProductVersion>9.0.21022</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{2A3CC2FE-AB0E-44F6-B1CB-3290581DA442}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>NDjango.BistroIntegration</RootNamespace>
- <AssemblyName>NDjango.BistroIntegration</AssemblyName>
- <TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|
AnyCPU' ">
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- <OutputPath>bin\</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>
- <ItemGroup>
- <Reference Include="Bistro.Core, Version=0.9.2.0, Culture=neutral,
processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>lib\Bistro.Core.dll</HintPath>
- </Reference>
- <Reference Include="Bistro.Extensions, Version=0.9.2.0,
Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>lib\Bistro.Extensions.dll</HintPath>
- </Reference>
- <Reference Include="FSharp.Core, Version=2.0.0.0, Culture=neutral,
PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
- </Reference>
- <Reference Include="NDjango.Core, Version=0.9.1.2, Culture=neutral,
processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>lib\NDjango.Core.dll</HintPath>
- </Reference>
- <Reference Include="NDjangoFilters.NDjangoExtension, Version=0.9.5.0,
Culture=neutral, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>lib\NDjangoFilters.NDjangoExtension.dll</HintPath>
- </Reference>
- <Reference Include="StructureMap, Version=2.6.1.0, Culture=neutral,
PublicKeyToken=e60ad81abae3c223, processorArchitecture=MSIL">
- <SpecificVersion>False</SpecificVersion>
- <HintPath>lib\StructureMap.dll</HintPath>
- </Reference>
- <Reference Include="System" />
- <Reference Include="System.configuration" />
- <Reference Include="System.Core">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.Web" />
- <Reference Include="System.Web.Abstractions">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.Xml.Linq">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.Data.DataSetExtensions">
- <RequiredTargetFramework>3.5</RequiredTargetFramework>
- </Reference>
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="ConfigurationLoader.cs" />
- <Compile Include="DjangoEngine.cs" />
- <Compile Include="DjangoController.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="Validation\JSEmitter.cs" />
- <Compile Include="Validation\ValidationTag.cs" />
- </ItemGroup>
- <ItemGroup>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\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>
=======================================
--- /Integration/BistroIntegration/trunk/BistroIntegration.sln Mon Mar 29
04:59:29 2010
+++ /dev/null
@@ -1,20 +0,0 @@
-
-Microsoft Visual Studio Solution File, Format Version 10.00
-# Visual Studio 2008
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}")
= "BistroIntegration", "BistroIntegration.csproj", "{2A3CC2FE-AB0E-44F6-B1CB-3290581DA442}"
-EndProject
-Global
- GlobalSection(SolutionConfigurationPlatforms) = preSolution
- Debug|Any CPU = Debug|Any CPU
- Release|Any CPU = Release|Any CPU
- EndGlobalSection
- GlobalSection(ProjectConfigurationPlatforms) = postSolution
- {2A3CC2FE-AB0E-44F6-B1CB-3290581DA442}.Debug|Any CPU.ActiveCfg = Debug|
Any CPU
- {2A3CC2FE-AB0E-44F6-B1CB-3290581DA442}.Debug|Any CPU.Build.0 = Debug|Any
CPU
- {2A3CC2FE-AB0E-44F6-B1CB-3290581DA442}.Release|Any CPU.ActiveCfg =
Release|Any CPU
- {2A3CC2FE-AB0E-44F6-B1CB-3290581DA442}.Release|Any CPU.Build.0 = Release|
Any CPU
- EndGlobalSection
- GlobalSection(SolutionProperties) = preSolution
- HideSolutionNode = FALSE
- EndGlobalSection
-EndGlobal
=======================================
--- /Integration/BistroIntegration/trunk/lib/NDjango.Core.dll Mon Mar 29
04:59:29 2010
+++ /dev/null
Binary file, no diff available.
=======================================
---
/Integration/BistroIntegration/trunk/lib/NDjangoFilters.NDjangoExtension.dll
Mon Mar 29 04:59:29 2010
+++ /dev/null
Binary file, no diff available.
=======================================
--- /Integration/BistroIntegration/trunk/Properties/AssemblyInfo.cs Mon Mar
29 04:59:29 2010
+++ /Integration/BistroIntegration/trunk/Properties/AssemblyInfo.cs Tue Aug
24 02:36:50 2010
@@ -33,4 +33,4 @@
// by using the '*' as shown below:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.9.2.0")]
-[assembly: AssemblyFileVersion("0.9.2.0")]
+[assembly: AssemblyFileVersion("0.9.3.2")]
=======================================
--- /Integration/BistroIntegration/trunk/lib/Bistro.Core.dll Mon Mar 29
04:59:29 2010
+++ /Integration/BistroIntegration/trunk/lib/Bistro.Core.dll Tue Aug 24
02:36:50 2010
Binary file, no diff available.
=======================================
--- /Integration/BistroIntegration/trunk/lib/Bistro.Extensions.dll Mon Mar
29 04:59:29 2010
+++ /Integration/BistroIntegration/trunk/lib/Bistro.Extensions.dll Tue Aug
24 02:36:50 2010
Binary file, no diff available.
Reply all
Reply to author
Forward
0 new messages