1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
\r
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
\r
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
\r
5 <ProductVersion>8.0.50727</ProductVersion>
\r
6 <SchemaVersion>2.0</SchemaVersion>
\r
7 <ProjectGuid>{0392DAA3-D7E1-4082-867E-65D75DEDD2AF}</ProjectGuid>
\r
8 <OutputType>WinExe</OutputType>
\r
9 <AppDesignerFolder>Properties</AppDesignerFolder>
\r
10 <RootNamespace>Gitrdone</RootNamespace>
\r
11 <AssemblyName>Gitrdone</AssemblyName>
\r
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
\r
14 <DebugSymbols>True</DebugSymbols>
\r
15 <DebugType>full</DebugType>
\r
16 <Optimize>False</Optimize>
\r
17 <OutputPath>./bin/Debug/</OutputPath>
\r
18 <DefineConstants>DEBUG;TRACE</DefineConstants>
\r
19 <ErrorReport>prompt</ErrorReport>
\r
20 <WarningLevel>4</WarningLevel>
\r
21 <OutputType>WinExe</OutputType>
\r
22 <AssemblyName>Gitrdone</AssemblyName>
\r
23 <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
\r
24 <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
\r
26 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
\r
27 <DebugType>pdbonly</DebugType>
\r
28 <Optimize>True</Optimize>
\r
29 <OutputPath>./bin/Release/</OutputPath>
\r
30 <DefineConstants>TRACE</DefineConstants>
\r
31 <ErrorReport>prompt</ErrorReport>
\r
32 <WarningLevel>4</WarningLevel>
\r
33 <OutputType>WinExe</OutputType>
\r
34 <AssemblyName>Gitrdone</AssemblyName>
\r
35 <DebugSymbols>True</DebugSymbols>
\r
36 <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
\r
37 <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
\r
40 <Reference Include="System" />
\r
41 <Reference Include="System.Data" />
\r
42 <Reference Include="System.Deployment" />
\r
43 <Reference Include="System.Drawing" />
\r
44 <Reference Include="System.Windows.Forms" />
\r
45 <Reference Include="System.Xml" />
\r
48 <Compile Include="Form1.cs">
\r
49 <SubType>Form</SubType>
\r
51 <Compile Include="Form1.Designer.cs">
\r
52 <DependentUpon>Form1.cs</DependentUpon>
\r
54 <Compile Include="Multidict.cs" />
\r
55 <Compile Include="MultiselectTreeview.cs">
\r
56 <SubType>Component</SubType>
\r
58 <Compile Include="NodeSorter.cs" />
\r
59 <Compile Include="PreferencesEditor.cs">
\r
60 <SubType>Form</SubType>
\r
62 <Compile Include="PreferencesEditor.Designer.cs">
\r
63 <DependentUpon>PreferencesEditor.cs</DependentUpon>
\r
65 <Compile Include="Prefs.cs" />
\r
66 <Compile Include="Prefs.Designer.cs">
\r
67 <AutoGen>True</AutoGen>
\r
68 <DesignTimeSharedInput>True</DesignTimeSharedInput>
\r
69 <DependentUpon>Prefs.settings</DependentUpon>
\r
71 <Compile Include="Program.cs" />
\r
72 <Compile Include="Properties\AssemblyInfo.cs" />
\r
73 <EmbeddedResource Include="Form1.resx">
\r
74 <SubType>Designer</SubType>
\r
75 <DependentUpon>Form1.cs</DependentUpon>
\r
77 <EmbeddedResource Include="PreferencesEditor.resx">
\r
78 <SubType>Designer</SubType>
\r
79 <DependentUpon>PreferencesEditor.cs</DependentUpon>
\r
81 <EmbeddedResource Include="Properties\Resources.resx">
\r
82 <Generator>ResXFileCodeGenerator</Generator>
\r
83 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
\r
84 <SubType>Designer</SubType>
\r
86 <EmbeddedResource Include="RepoManager.resx">
\r
87 <SubType>Designer</SubType>
\r
88 <DependentUpon>RepoManager.cs</DependentUpon>
\r
90 <Compile Include="Properties\Resources.Designer.cs">
\r
91 <AutoGen>True</AutoGen>
\r
92 <DependentUpon>Resources.resx</DependentUpon>
\r
93 <DesignTime>True</DesignTime>
\r
95 <None Include="app.config" />
\r
96 <None Include="Prefs.settings">
\r
97 <Generator>SettingsSingleFileGenerator</Generator>
\r
98 <LastGenOutput>Prefs.Designer.cs</LastGenOutput>
\r
100 <None Include="Properties\Settings.settings">
\r
101 <Generator>SettingsSingleFileGenerator</Generator>
\r
102 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
\r
104 <Compile Include="Properties\Settings.Designer.cs">
\r
105 <AutoGen>True</AutoGen>
\r
106 <DependentUpon>Settings.settings</DependentUpon>
\r
107 <DesignTimeSharedInput>True</DesignTimeSharedInput>
\r
109 <Compile Include="./Difftool.cs" />
\r
110 <Compile Include="./OutputTextWriter.cs" />
\r
111 <Compile Include="RepoManager.cs">
\r
112 <SubType>Form</SubType>
\r
114 <Compile Include="RepoManager.Designer.cs">
\r
115 <DependentUpon>RepoManager.cs</DependentUpon>
\r
119 <ProjectReference Include="Git\Git.csproj">
\r
120 <Project>{5496FE78-0E04-4E40-83A5-48E7240E386E}</Project>
\r
122 </ProjectReference>
\r
125 <None Include="icons\arrow_refresh.png" />
\r
128 <None Include="icons\accept.png" />
\r
131 <None Include="icons\add.png" />
\r
134 <None Include="icons\arrow_divide.png" />
\r
137 <None Include="icons\arrow_join.png" />
\r
140 <None Include="icons\arrow_redo.png" />
\r
143 <None Include="icons\book.png" />
\r
146 <None Include="icons\page.png" />
\r
149 <None Include="icons\tag_yellow.png" />
\r
152 <None Include="icons\tag_blue.png" />
\r
155 <None Include="icons\tag_blue_add.png" />
\r
158 <None Include="icons\tag_blue_delete.png" />
\r
161 <None Include="icons\tag_blue_edit.png" />
\r
164 <None Include="icons\tag_green.png" />
\r
167 <None Include="icons\tick.png" />
\r
170 <None Include="icons\cog.png" />
\r
173 <None Include="icons\delete.png" />
\r
176 <None Include="icons\folder.png" />
\r
179 <None Include="icons\page_error.png" />
\r
182 <None Include="icons\page_add.png" />
\r
185 <None Include="icons\page_copy.png" />
\r
188 <None Include="icons\page_delete.png" />
\r
191 <None Include="icons\page_edit.png" />
\r
194 <None Include="icons\page_go.png" />
\r
197 <None Include="icons\disconnect.png" />
\r
200 <None Include="icons\page_lightning.png" />
\r
202 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
\r
203 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
\r
204 Other similar extension points exist, see Microsoft.Common.targets.
\r
205 <Target Name="BeforeBuild">
\r
207 <Target Name="AfterBuild">
\r