1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859 |
- <?xml version="1.0" encoding="utf-8"?>
- <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
- <PropertyGroup>
- <ProjectGuid>{95D582C0-97EC-4564-8F98-230B4DBF8B99}</ProjectGuid>
- <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
- <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
- <OutputType>Library</OutputType>
- <LangVersion>8.0</LangVersion>
- <AssemblyName>SunRoxm.BizPeri.ServerEngine.Rules</AssemblyName>
- <TargetFrameworkVersion>v2.0</TargetFrameworkVersion>
- <WarningLevel>4</WarningLevel>
- <AllowUnsafeBlocks>True</AllowUnsafeBlocks>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
- <PlatformTarget>AnyCPU</PlatformTarget>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
- <OutputPath>bin\Debug\</OutputPath>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>full</DebugType>
- <Optimize>false</Optimize>
- </PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
- <OutputPath>bin\Release\</OutputPath>
- <DebugSymbols>true</DebugSymbols>
- <DebugType>pdbonly</DebugType>
- <Optimize>true</Optimize>
- </PropertyGroup>
- <ItemGroup>
- <Reference Include="System" />
- <Reference Include="System.Data">
- <HintPath>C:\Windows\assembly\GAC_32\System.Data\2.0.0.0__b77a5c561934e089\System.Data.dll</HintPath>
- </Reference>
- <Reference Include="System.XML" />
- </ItemGroup>
- <ItemGroup>
- <Compile Include="Properties\AssemblyInfo.cs" />
- <Compile Include="SunRoxm.BizPeri.ServerEngine.Rules\ServerEngineRules.cs" />
- </ItemGroup>
- <ItemGroup>
- <ProjectReference Include="..\SunRoxm.BizPeri.BizPeriUI.Rules\SunRoxm.BizPeri.BizPeriUI.Rules.csproj">
- <Project>{e9effbc8-6c51-45f4-94e6-019ed04eae08}</Project>
- <Name>SunRoxm.BizPeri.BizPeriUI.Rules</Name>
- </ProjectReference>
- <ProjectReference Include="..\SunRoxm.BizPeri.Common.Data\SunRoxm.BizPeri.Common.Data.csproj">
- <Project>{03f4c7e4-98ee-4d99-8da8-afe185c5aec8}</Project>
- <Name>SunRoxm.BizPeri.Common.Data</Name>
- </ProjectReference>
- <ProjectReference Include="..\SunRoxm.BizPeri.ServerEngine.Access\SunRoxm.BizPeri.ServerEngine.Access.csproj">
- <Project>{fae1f71e-7789-433b-9c96-7197510b8265}</Project>
- <Name>SunRoxm.BizPeri.ServerEngine.Access</Name>
- </ProjectReference>
- <ProjectReference Include="..\SunRoxm.BizPeri.System.Init\SunRoxm.BizPeri.System.Init.csproj">
- <Project>{b49e0dee-f04a-4b0c-956e-11d9ddf11c8d}</Project>
- <Name>SunRoxm.BizPeri.System.Init</Name>
- </ProjectReference>
- </ItemGroup>
- <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
- </Project>
|