| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- <?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>8.0.30703</ProductVersion>
- <SchemaVersion>2.0</SchemaVersion>
- <ProjectGuid>{C34A6499-929A-4F0E-B1BA-2A6A9734888E}</ProjectGuid>
- <OutputType>Library</OutputType>
- <AppDesignerFolder>Properties</AppDesignerFolder>
- <RootNamespace>RoadFlow.Data.Factory</RootNamespace>
- <AssemblyName>RoadFlow.Data.Factory</AssemblyName>
- <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
- <FileAlignment>512</FileAlignment>
- <SccProjectName>SAK</SccProjectName>
- <SccLocalPath>SAK</SccLocalPath>
- <SccAuxPath>SAK</SccAuxPath>
- <SccProvider>SAK</SccProvider>
- </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>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Core" />
- <Reference Include="System.Xml.Linq" />
- <Reference Include="System.Data.DataSetExtensions" />
- <Reference Include="Microsoft.CSharp" />
- <Reference Include="System.Data" />
- <Reference Include="System.Xml" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Factory.cs" />
- <Compile Include="Properties\AssemblyInfo.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\RoadFlow.Data.Interface\RoadFlow.Data.Interface.csproj">
- <Project>{7F7EC855-EE2F-4EF5-861B-DA945961C1A2}</Project>
- <Name>RoadFlow.Data.Interface</Name>
- </ProjectReference>
- <ProjectReference Include="..\RoadFlow.Data.MSSQL\RoadFlow.Data.MSSQL.csproj">
- <Project>{EFCD6A7C-C598-4BBD-BDC6-3016AAABD26C}</Project>
- <Name>RoadFlow.Data.MSSQL</Name>
- </ProjectReference>
- <ProjectReference Include="..\RoadFlow.Cache.Factory\RoadFlow.Cache.Factory.csproj">
- <Project>{1e605362-7767-45f9-9bc1-f8e495fa3f4e}</Project>
- <Name>RoadFlow.Cache.Factory</Name>
- </ProjectReference>
- <ProjectReference Include="..\RoadFlow.Cache.InProc\RoadFlow.Cache.InProc.csproj">
- <Project>{85ce9c4b-0e05-4951-83c0-bbb65f43df28}</Project>
- <Name>RoadFlow.Cache.InProc</Name>
- </ProjectReference>
- <ProjectReference Include="..\RoadFlow.Cache.Interface\RoadFlow.Cache.Interface.csproj">
- <Project>{c3f609a8-6a7b-4bff-9e21-02b785ad4f20}</Project>
- <Name>RoadFlow.Cache.Interface</Name>
- </ProjectReference>
- <ProjectReference Include="..\RoadFlow.Cache.IO\RoadFlow.Cache.IO.csproj">
- <Project>{41c4c5a0-0cf3-4e8f-9339-1f557c6d5a0f}</Project>
- <Name>RoadFlow.Cache.IO</Name>
- </ProjectReference>
- <ProjectReference Include="..\RoadFlow.Utility\RoadFlow.Utility.csproj">
- <Project>{ce3b0adb-736e-4a7b-bede-801c9104f95e}</Project>
- <Name>RoadFlow.Utility</Name>
- </ProjectReference>
- </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>
|