wasBayesSharp – Blame information for rev 1

Subversion Repositories:
Rev:
Rev Author Line No. Line
1 office 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 <ProjectGuid>{F9441D64-B402-4F15-9755-2E672E3E75F2}</ProjectGuid>
7 <OutputType>Library</OutputType>
8 <AppDesignerFolder>Properties</AppDesignerFolder>
9 <RootNamespace>BayesSharp.UnitTests</RootNamespace>
10 <AssemblyName>BayesSharp.UnitTests</AssemblyName>
11 <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
12 <FileAlignment>512</FileAlignment>
13 <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
14 <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
15 <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
16 <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
17 <IsCodedUITest>False</IsCodedUITest>
18 <TestProjectType>UnitTest</TestProjectType>
19 </PropertyGroup>
20 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
21 <DebugSymbols>true</DebugSymbols>
22 <DebugType>full</DebugType>
23 <Optimize>false</Optimize>
24 <OutputPath>bin\Debug\</OutputPath>
25 <DefineConstants>DEBUG;TRACE</DefineConstants>
26 <ErrorReport>prompt</ErrorReport>
27 <WarningLevel>4</WarningLevel>
28 <CodeAnalysisRuleSet>BasicCorrectnessRules.ruleset</CodeAnalysisRuleSet>
29 </PropertyGroup>
30 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
31 <DebugType>pdbonly</DebugType>
32 <Optimize>true</Optimize>
33 <OutputPath>bin\Release\</OutputPath>
34 <DefineConstants>TRACE</DefineConstants>
35 <ErrorReport>prompt</ErrorReport>
36 <WarningLevel>4</WarningLevel>
37 </PropertyGroup>
38 <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Mono|AnyCPU'">
39 <DebugSymbols>true</DebugSymbols>
40 <OutputPath>bin\Mono\</OutputPath>
41 <DefineConstants>TRACE;DEBUG;MONO</DefineConstants>
42 <DebugType>full</DebugType>
43 <PlatformTarget>AnyCPU</PlatformTarget>
44 <ErrorReport>prompt</ErrorReport>
45 <CodeAnalysisRuleSet>BasicCorrectnessRules.ruleset</CodeAnalysisRuleSet>
46 </PropertyGroup>
47 <ItemGroup>
48 <Reference Include="nunit.framework, Version=2.6.3.13283, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL">
49 <HintPath>..\..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath>
50 </Reference>
51 <Reference Include="System" />
52 <Reference Include="System.Core">
53 <RequiredTargetFramework>3.5</RequiredTargetFramework>
54 </Reference>
55 </ItemGroup>
56 <Choose>
57 <When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'">
58 <ItemGroup>
59 <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
60 </ItemGroup>
61 </When>
62 <Otherwise />
63 </Choose>
64 <ItemGroup>
65 <Compile Include="BasicTests.cs" />
66 <Compile Include="Properties\AssemblyInfo.cs" />
67 </ItemGroup>
68 <ItemGroup>
69 <ProjectReference Include="..\..\BayesSharp\BayesSharp.csproj">
70 <Project>{BD607AA2-7660-4946-8383-623E5E842BBC}</Project>
71 <Name>BayesSharp</Name>
72 </ProjectReference>
73 </ItemGroup>
74 <ItemGroup>
75 <None Include="packages.config" />
76 </ItemGroup>
77 <Choose>
78 <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
79 <ItemGroup>
80 <Reference Include="Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
81 <Private>False</Private>
82 </Reference>
83 <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
84 <Private>False</Private>
85 </Reference>
86 <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
87 <Private>False</Private>
88 </Reference>
89 <Reference Include="Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
90 <Private>False</Private>
91 </Reference>
92 </ItemGroup>
93 </When>
94 </Choose>
95 <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
96 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
97 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
98 Other similar extension points exist, see Microsoft.Common.targets.
99 <Target Name="BeforeBuild">
100 </Target>
101 <Target Name="AfterBuild">
102 </Target>
103 -->
104 </Project>