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 >
7+ </ProductVersion >
8+ <SchemaVersion >2.0</SchemaVersion >
9+ <ProjectGuid >{AE3D1ACA-680D-4CDE-B71E-B7B135F32899}</ProjectGuid >
10+ <OutputType >Library</OutputType >
11+ <AppDesignerFolder >Properties</AppDesignerFolder >
12+ <RootNamespace >BasicSccProvider.Tests</RootNamespace >
13+ <AssemblyName >BasicSccProvider.Tests</AssemblyName >
14+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
15+ <FileAlignment >512</FileAlignment >
16+ <ProjectTypeGuids >{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids >
17+ </PropertyGroup >
18+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
19+ <DebugSymbols >true</DebugSymbols >
20+ <DebugType >full</DebugType >
21+ <Optimize >false</Optimize >
22+ <OutputPath >bin\Debug\</OutputPath >
23+ <DefineConstants >DEBUG;TRACE</DefineConstants >
24+ <ErrorReport >prompt</ErrorReport >
25+ <WarningLevel >4</WarningLevel >
26+ </PropertyGroup >
27+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28+ <DebugType >pdbonly</DebugType >
29+ <Optimize >true</Optimize >
30+ <OutputPath >bin\Release\</OutputPath >
31+ <DefineConstants >TRACE</DefineConstants >
32+ <ErrorReport >prompt</ErrorReport >
33+ <WarningLevel >4</WarningLevel >
34+ </PropertyGroup >
35+ <ItemGroup >
36+ <Reference Include =" ICSharpCode.SharpZipLib" >
37+ <HintPath >..\lib\ICSharpCode.SharpZipLib.dll</HintPath >
38+ </Reference >
39+ <Reference Include =" Microsoft.VisualStudio.OLE.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
40+ <Reference Include =" Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
41+ <Reference Include =" Microsoft.VisualStudio.Shell.10.0, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
42+ <Reference Include =" Microsoft.VisualStudio.Shell.Immutable.10.0, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
43+ <Reference Include =" Microsoft.VisualStudio.Shell.Interop, Version=7.1.40304.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
44+ <Reference Include =" Microsoft.VisualStudio.Shell.Interop.10.0, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" >
45+ <EmbedInteropTypes >True</EmbedInteropTypes >
46+ </Reference >
47+ <Reference Include =" Microsoft.VisualStudio.Shell.Interop.8.0, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
48+ <Reference Include =" Microsoft.VisualStudio.Shell.Interop.9.0, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
49+ <Reference Include =" System" />
50+ <Reference Include =" System.Core" >
51+ <RequiredTargetFramework >3.5</RequiredTargetFramework >
52+ </Reference >
53+ <Reference Include =" System.Data" />
54+ <Reference Include =" System.Design" />
55+ <Reference Include =" System.Drawing" />
56+ <Reference Include =" System.Windows.Forms" />
57+ <Reference Include =" System.Xml" />
58+ <Reference Include =" Tamir.SharpSSH" >
59+ <HintPath >..\lib\Tamir.SharpSSH.dll</HintPath >
60+ </Reference >
61+ <Reference Include =" Winterdom.IO.FileMap" >
62+ <HintPath >..\lib\Winterdom.IO.FileMap.dll</HintPath >
63+ </Reference >
64+ </ItemGroup >
65+ <ItemGroup >
66+ <CodeAnalysisDependentAssemblyPaths Condition =" '$(VS100COMNTOOLS)' != '' " Include =" $(VS100COMNTOOLS)..\IDE\PrivateAssemblies" >
67+ <Visible >False</Visible >
68+ </CodeAnalysisDependentAssemblyPaths >
69+ </ItemGroup >
70+ <ItemGroup >
71+ <Compile Include =" GitFileStatusTrackerTest.cs" />
72+ <Compile Include =" Properties\AssemblyInfo.cs" />
73+ </ItemGroup >
74+ <ItemGroup >
75+ <ProjectReference Include =" ..\BasicSccProvider.csproj" >
76+ <Project >{ADECE07A-5D80-4950-9DA5-A681CE2F5106}</Project >
77+ <Name >BasicSccProvider</Name >
78+ </ProjectReference >
79+ <ProjectReference Include =" ..\GitSharp.Core\GitSharp.Core.csproj" >
80+ <Project >{C46EDD61-C202-465A-93F1-ADE20A83BB59}</Project >
81+ <Name >GitSharp.Core</Name >
82+ </ProjectReference >
83+ <ProjectReference Include =" ..\GitSharp\GitSharp.csproj" >
84+ <Project >{7311850F-619A-4241-B09F-157792C75FBA}</Project >
85+ <Name >GitSharp</Name >
86+ </ProjectReference >
87+ </ItemGroup >
88+ <Import Project =" $(MSBuildBinPath)\Microsoft.CSharp.targets" />
89+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
90+ Other similar extension points exist, see Microsoft.Common.targets.
91+ <Target Name="BeforeBuild">
92+ </Target>
93+ <Target Name="AfterBuild">
94+ </Target>
95+ -->
96+ </Project >
0 commit comments