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 >{C964F29F-F5C9-4774-9977-FAA5791A7BAE}</ProjectGuid >
9+ <OutputType >Library</OutputType >
10+ <AppDesignerFolder >Properties</AppDesignerFolder >
11+ <RootNamespace >GitTfs.GitExtensions.Plugin</RootNamespace >
12+ <AssemblyName >GitTfs.Plugin</AssemblyName >
13+ <TargetFrameworkVersion >v3.5</TargetFrameworkVersion >
14+ <FileAlignment >512</FileAlignment >
15+ <TargetFrameworkProfile />
16+ </PropertyGroup >
17+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18+ <DebugSymbols >true</DebugSymbols >
19+ <DebugType >full</DebugType >
20+ <Optimize >false</Optimize >
21+ <OutputPath >bin\Debug\</OutputPath >
22+ <DefineConstants >DEBUG;TRACE</DefineConstants >
23+ <ErrorReport >prompt</ErrorReport >
24+ <WarningLevel >4</WarningLevel >
25+ </PropertyGroup >
26+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
27+ <DebugType >pdbonly</DebugType >
28+ <Optimize >true</Optimize >
29+ <OutputPath >bin\Release\</OutputPath >
30+ <DefineConstants >TRACE</DefineConstants >
31+ <ErrorReport >prompt</ErrorReport >
32+ <WarningLevel >4</WarningLevel >
33+ </PropertyGroup >
34+ <ItemGroup >
35+ <Reference Include =" GitUIPluginInterfaces" >
36+ <HintPath >..\lib\GitExtensions\GitUIPluginInterfaces.dll</HintPath >
37+ </Reference >
38+ <Reference Include =" System" />
39+ <Reference Include =" System.Data" />
40+ <Reference Include =" System.Drawing" />
41+ <Reference Include =" System.Windows.Forms" />
42+ <Reference Include =" System.Xml" />
43+ </ItemGroup >
44+ <ItemGroup >
45+ <Compile Include =" PullSetting.cs" />
46+ <Compile Include =" SettingsContainer.cs" />
47+ <Compile Include =" PushSetting.cs" />
48+ <Compile Include =" ShelveSettingsContainer.cs" />
49+ <Compile Include =" SettingKeys.cs" />
50+ <Compile Include =" GitUICommandsExtensions.cs" />
51+ <Compile Include =" GitTfsDialog.cs" >
52+ <SubType >Form</SubType >
53+ </Compile >
54+ <Compile Include =" GitTfsDialog.Designer.cs" >
55+ <DependentUpon >GitTfsDialog.cs</DependentUpon >
56+ </Compile >
57+ <Compile Include =" GitTfsPlugin.cs" />
58+ <Compile Include =" Properties\AssemblyInfo.cs" />
59+ <Compile Include =" Properties\Resources.Designer.cs" >
60+ <AutoGen >True</AutoGen >
61+ <DesignTime >True</DesignTime >
62+ <DependentUpon >Resources.resx</DependentUpon >
63+ </Compile >
64+ <Compile Include =" ShelveDialog.cs" >
65+ <SubType >Form</SubType >
66+ </Compile >
67+ <Compile Include =" ShelveDialog.Designer.cs" >
68+ <DependentUpon >ShelveDialog.cs</DependentUpon >
69+ </Compile >
70+ </ItemGroup >
71+ <ItemGroup >
72+ <EmbeddedResource Include =" GitTfsDialog.resx" >
73+ <DependentUpon >GitTfsDialog.cs</DependentUpon >
74+ </EmbeddedResource >
75+ <EmbeddedResource Include =" Properties\Resources.resx" >
76+ <Generator >ResXFileCodeGenerator</Generator >
77+ <LastGenOutput >Resources.Designer.cs</LastGenOutput >
78+ </EmbeddedResource >
79+ <EmbeddedResource Include =" ShelveDialog.resx" >
80+ <DependentUpon >ShelveDialog.cs</DependentUpon >
81+ </EmbeddedResource >
82+ </ItemGroup >
83+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
84+ <PropertyGroup >
85+ <PostBuildEvent >
86+ </PostBuildEvent >
87+ </PropertyGroup >
88+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
89+ Other similar extension points exist, see Microsoft.Common.targets.
90+ <Target Name="BeforeBuild">
91+ </Target>
92+ <Target Name="AfterBuild">
93+ </Target>
94+ -->
95+ </Project >
0 commit comments