1 <?xml version="1.0" encoding="utf-8"?>
\r
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
\r
4 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
\r
5 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
\r
6 <ProductVersion>9.0.30729</ProductVersion>
\r
7 <SchemaVersion>2.0</SchemaVersion>
\r
8 <ProjectGuid>{CFF6CAA1-27A0-46FF-89D6-AD70F3575685}</ProjectGuid>
\r
9 <OutputType>Library</OutputType>
\r
10 <AppDesignerFolder>Properties</AppDesignerFolder>
\r
11 <RootNamespace>ExampleCsPlugin</RootNamespace>
\r
12 <AssemblyName>ExampleCsPlugin</AssemblyName>
\r
13 <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
\r
14 <FileAlignment>512</FileAlignment>
\r
17 <UpgradeBackupLocation>
\r
18 </UpgradeBackupLocation>
\r
19 <OldToolsVersion>3.5</OldToolsVersion>
\r
20 <TargetFrameworkProfile />
\r
22 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
\r
23 <DebugSymbols>true</DebugSymbols>
\r
24 <DebugType>full</DebugType>
\r
25 <Optimize>false</Optimize>
\r
26 <OutputPath>bin\Debug\</OutputPath>
\r
27 <DefineConstants>DEBUG;TRACE</DefineConstants>
\r
28 <ErrorReport>prompt</ErrorReport>
\r
29 <WarningLevel>4</WarningLevel>
\r
30 <Prefer32Bit>false</Prefer32Bit>
\r
32 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
\r
33 <DebugType>pdbonly</DebugType>
\r
34 <Optimize>true</Optimize>
\r
35 <OutputPath>bin\Release\</OutputPath>
\r
36 <DefineConstants>TRACE</DefineConstants>
\r
37 <ErrorReport>prompt</ErrorReport>
\r
38 <WarningLevel>4</WarningLevel>
\r
39 <Prefer32Bit>false</Prefer32Bit>
\r
42 <Reference Include="Interop.BugTraqProvider, Version=1.1.0.0, Culture=neutral, processorArchitecture=MSIL">
\r
43 <SpecificVersion>False</SpecificVersion>
\r
44 <HintPath>..\inc\Interop.BugTraqProvider.dll</HintPath>
\r
46 <Reference Include="System" />
\r
47 <Reference Include="System.Core">
\r
48 <RequiredTargetFramework>3.5</RequiredTargetFramework>
\r
50 <Reference Include="System.Drawing" />
\r
51 <Reference Include="System.Windows.Forms" />
\r
52 <Reference Include="System.Xml.Linq">
\r
53 <RequiredTargetFramework>3.5</RequiredTargetFramework>
\r
55 <Reference Include="System.Data.DataSetExtensions">
\r
56 <RequiredTargetFramework>3.5</RequiredTargetFramework>
\r
58 <Reference Include="System.Data" />
\r
59 <Reference Include="System.Xml" />
\r
62 <Compile Include="CommitFinishedForm.cs">
\r
63 <SubType>Form</SubType>
\r
65 <Compile Include="CommitFinishedForm.Designer.cs">
\r
66 <DependentUpon>CommitFinishedForm.cs</DependentUpon>
\r
68 <Compile Include="MyIssuesForm.cs">
\r
69 <SubType>Form</SubType>
\r
71 <Compile Include="MyIssuesForm.Designer.cs">
\r
72 <DependentUpon>MyIssuesForm.cs</DependentUpon>
\r
74 <Compile Include="MyPlugin.cs" />
\r
75 <Compile Include="OptionsForm.cs">
\r
76 <SubType>Form</SubType>
\r
78 <Compile Include="OptionsForm.Designer.cs">
\r
79 <DependentUpon>OptionsForm.cs</DependentUpon>
\r
81 <Compile Include="Properties\AssemblyInfo.cs" />
\r
82 <Compile Include="TicketItem.cs" />
\r
85 <EmbeddedResource Include="CommitFinishedForm.resx">
\r
86 <DependentUpon>CommitFinishedForm.cs</DependentUpon>
\r
88 <EmbeddedResource Include="MyIssuesForm.resx">
\r
89 <DependentUpon>MyIssuesForm.cs</DependentUpon>
\r
91 <EmbeddedResource Include="OptionsForm.resx">
\r
92 <DependentUpon>OptionsForm.cs</DependentUpon>
\r
96 <None Include="ExampleCsPlugin.reg" />
\r
99 <WCFMetadata Include="Service References\" />
\r
101 <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
\r
102 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
\r
103 Other similar extension points exist, see Microsoft.Common.targets.
\r
104 <Target Name="BeforeBuild">
\r
106 <Target Name="AfterBuild">
\r