Mercurial > silverbladetech
view Messaging/Common/Common.csproj @ 97:1adc1ae981ea
Tests added to SilverlightValidation.Tests
author | stevenhollidge <stevenhollidge@hotmail.com> |
---|---|
date | Sat, 05 May 2012 16:39:00 +0100 |
parents | b008faa1baa7 |
children |
line wrap: on
line source
<?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>{241CE91D-18AC-4D84-ACC2-2273F50A5E9B}</ProjectGuid> <OutputType>Library</OutputType> <AppDesignerFolder>Properties</AppDesignerFolder> <RootNamespace>Common</RootNamespace> <AssemblyName>Common</AssemblyName> <TargetFrameworkVersion>v4.0</TargetFrameworkVersion> <FileAlignment>512</FileAlignment> <Utf8Output>true</Utf8Output> <ExpressionBlendVersion>4.0.20525.0</ExpressionBlendVersion> </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="Elysium.Theme"> <HintPath>..\Libs\Elysium.Theme.1.3\Elysium.Theme.dll</HintPath> </Reference> <Reference Include="GalaSoft.MvvmLight.WPF4, Version=0.0.0.0, Culture=neutral, PublicKeyToken=63eb5c012e0b3c1c, processorArchitecture=MSIL"> <HintPath>..\Libs\MvvmLight.4.0\GalaSoft.MvvmLight.WPF4.dll</HintPath> </Reference> <Reference Include="PresentationCore" /> <Reference Include="PresentationFramework" /> <Reference Include="System" /> <Reference Include="System.Core" /> <Reference Include="System.Data" /> <Reference Include="System.Drawing" /> <Reference Include="System.Windows.Forms" /> <Reference Include="System.Xaml" /> <Reference Include="System.Xml" /> <Reference Include="WindowsBase" /> </ItemGroup> <ItemGroup> <Compile Include="Controls\MetroTile.cs" /> <Compile Include="Messages\ClientMessages.cs" /> <Compile Include="Messages\OverrideSwitchMessage.cs" /> <Compile Include="Xaml\BindingErrorTraceListener.cs" /> <Compile Include="Messages\LogMessages.cs" /> <Compile Include="Settings.cs" /> <Compile Include="Properties\AssemblyInfo.cs" /> <Compile Include="Xaml\XamlHelper.cs" /> </ItemGroup> <ItemGroup> <Page Include="Themes\Generic.xaml"> <Generator>MSBuild:Compile</Generator> <SubType>Designer</SubType> </Page> <Page Include="Themes\MetroColours.xaml"> <SubType>Designer</SubType> <Generator>MSBuild:Compile</Generator> </Page> </ItemGroup> <ItemGroup> <Resource Include="Icons\mail.png" /> </ItemGroup> <ItemGroup> <Resource Include="Icons\add.png" /> <Resource Include="Icons\back.png" /> <Resource Include="Icons\basecircle.png" /> <Resource Include="Icons\cancel.png" /> <Resource Include="Icons\check.png" /> <Resource Include="Icons\delete.png" /> <Resource Include="Icons\download.png" /> <Resource Include="Icons\edit.png" /> <Resource Include="Icons\favs.png" /> <Resource Include="Icons\heart.png" /> <Resource Include="Icons\i.png" /> <Resource Include="Icons\minus.png" /> <Resource Include="Icons\next.png" /> <Resource Include="Icons\parent.png" /> <Resource Include="Icons\pause.png" /> <Resource Include="Icons\play.png" /> <Resource Include="Icons\questionmark.png" /> <Resource Include="Icons\refresh.png" /> <Resource Include="Icons\save.png" /> <Resource Include="Icons\search.png" /> <Resource Include="Icons\settings.png" /> <Resource Include="Icons\upload.png" /> </ItemGroup> <ItemGroup> <None Include="Controls\MetroTileDiagram.cd" /> </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>