1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 14.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 >{2D5857CB-96F4-423A-9644-C79172792EB9}</ProjectGuid >
7+ <OutputType >Library</OutputType >
8+ <AppDesignerFolder >Properties</AppDesignerFolder >
9+ <RootNamespace >Augurk.CommandLine.UnitTest</RootNamespace >
10+ <AssemblyName >Augurk.CommandLine.UnitTest</AssemblyName >
11+ <TargetFrameworkVersion >v4.5</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+ <TargetFrameworkProfile />
20+ </PropertyGroup >
21+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
22+ <DebugSymbols >true</DebugSymbols >
23+ <DebugType >full</DebugType >
24+ <Optimize >false</Optimize >
25+ <OutputPath >bin\Debug\</OutputPath >
26+ <DefineConstants >DEBUG;TRACE</DefineConstants >
27+ <ErrorReport >prompt</ErrorReport >
28+ <WarningLevel >4</WarningLevel >
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+ <ItemGroup >
39+ <Reference Include =" System" />
40+ </ItemGroup >
41+ <Choose >
42+ <When Condition =" ('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'" >
43+ <ItemGroup >
44+ <Reference Include =" Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
45+ </ItemGroup >
46+ </When >
47+ <Otherwise >
48+ <ItemGroup >
49+ <Reference Include =" Microsoft.VisualStudio.QualityTools.UnitTestFramework" />
50+ </ItemGroup >
51+ </Otherwise >
52+ </Choose >
53+ <ItemGroup >
54+ <Compile Include =" MarkdownExtensionsTests.cs" />
55+ <Compile Include =" Properties\AssemblyInfo.cs" />
56+ </ItemGroup >
57+ <ItemGroup >
58+ <ProjectReference Include =" ..\Augurk.CommandLine\Augurk.CommandLine.csproj" >
59+ <Project >{3d0e1e13-76c3-4cb7-b864-0f3d93672144}</Project >
60+ <Name >Augurk.CommandLine</Name >
61+ </ProjectReference >
62+ </ItemGroup >
63+ <ItemGroup >
64+ <Content Include =" TestData\Image1.png" >
65+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
66+ </Content >
67+ <Content Include =" TestData\Image2.png" >
68+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
69+ </Content >
70+ <Content Include =" TestData\Image3.jpg" >
71+ <CopyToOutputDirectory >PreserveNewest</CopyToOutputDirectory >
72+ </Content >
73+ </ItemGroup >
74+ <Choose >
75+ <When Condition =" '$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'" >
76+ <ItemGroup >
77+ <Reference Include =" Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
78+ <Private >False</Private >
79+ </Reference >
80+ <Reference Include =" Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
81+ <Private >False</Private >
82+ </Reference >
83+ <Reference Include =" Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
84+ <Private >False</Private >
85+ </Reference >
86+ <Reference Include =" Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
87+ <Private >False</Private >
88+ </Reference >
89+ </ItemGroup >
90+ </When >
91+ </Choose >
92+ <Import Project =" $(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition =" Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
93+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
94+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
95+ Other similar extension points exist, see Microsoft.Common.targets.
96+ <Target Name="BeforeBuild">
97+ </Target>
98+ <Target Name="AfterBuild">
99+ </Target>
100+ -->
101+ </Project >
0 commit comments