comparison SilverlightExampleApp/SilverlightExampleApp.Tests/SilverlightExampleApp.Tests.csproj @ 59:3591c26bd63e

MVVMLight added
author Steven Hollidge <stevenhollidge@hotmail.com>
date Sat, 21 Apr 2012 19:20:28 +0100
parents
children
comparison
equal deleted inserted replaced
58:241e2f22ed3c 59:3591c26bd63e
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>{62A9C497-2C8E-423A-8A55-E36770EBD7F5}</ProjectGuid>
9 <OutputType>Library</OutputType>
10 <AppDesignerFolder>Properties</AppDesignerFolder>
11 <RootNamespace>SilverlightExampleApp.Tests</RootNamespace>
12 <AssemblyName>SilverlightExampleApp.Tests</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="GalaSoft.MvvmLight.SL4">
35 <HintPath>..\Libs\GalaSoft.MvvmLight.SL4.dll</HintPath>
36 </Reference>
37 <Reference Include="Microsoft.Silverlight.Testing">
38 <HintPath>..\Libs\Microsoft.Silverlight.Testing.dll</HintPath>
39 </Reference>
40 <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight">
41 <HintPath>..\Libs\Microsoft.VisualStudio.QualityTools.UnitTesting.Silverlight.dll</HintPath>
42 </Reference>
43 <Reference Include="nunit.framework, Version=2.6.0.12051, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
44 <HintPath>..\packages\NUnit.2.6.0.12054\lib\nunit.framework.dll</HintPath>
45 </Reference>
46 <Reference Include="System" />
47 <Reference Include="System.Core" />
48 <Reference Include="System.Xml.Linq" />
49 <Reference Include="System.Data.DataSetExtensions" />
50 <Reference Include="Microsoft.CSharp" />
51 <Reference Include="System.Data" />
52 <Reference Include="System.Xml" />
53 </ItemGroup>
54 <ItemGroup>
55 <Compile Include="Class1.cs" />
56 <Compile Include="Properties\AssemblyInfo.cs" />
57 </ItemGroup>
58 <ItemGroup>
59 <None Include="packages.config" />
60 </ItemGroup>
61 <ItemGroup>
62 <ProjectReference Include="..\SilverlightExampleApp\SilverlightExampleApp.csproj">
63 <Project>{37DC0FAF-3EFE-436A-B8B9-6905F9EF59E0}</Project>
64 <Name>SilverlightExampleApp</Name>
65 </ProjectReference>
66 </ItemGroup>
67 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
68 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
69 Other similar extension points exist, see Microsoft.Common.targets.
70 <Target Name="BeforeBuild">
71 </Target>
72 <Target Name="AfterBuild">
73 </Target>
74 -->
75 </Project>