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="UI\CommitViewer.cs">
\r
49 <SubType>Form</SubType>
\r
51 <Compile Include="UI\CommitViewer.Designer.cs">
\r
52 <DependentUpon>CommitViewer.cs</DependentUpon>
\r
54 <Compile Include="UI\Form1.cs">
\r
55 <SubType>Form</SubType>
\r
57 <Compile Include="UI\Form1.Designer.cs">
\r
58 <DependentUpon>Form1.cs</DependentUpon>
\r
60 <Compile Include="Multidict.cs" />
\r
61 <Compile Include="UI\MultiselectTreeview.cs">
\r
62 <SubType>Component</SubType>
\r
64 <Compile Include="NodeSorter.cs" />
\r
65 <Compile Include="UI\PreferencesEditor.cs">
\r
66 <SubType>Form</SubType>
\r
68 <Compile Include="UI\PreferencesEditor.Designer.cs">
\r
69 <DependentUpon>PreferencesEditor.cs</DependentUpon>
\r
71 <Compile Include="Prefs.cs" />
\r
72 <Compile Include="Prefs.Designer.cs">
\r
73 <AutoGen>True</AutoGen>
\r
74 <DesignTimeSharedInput>True</DesignTimeSharedInput>
\r
75 <DependentUpon>Prefs.settings</DependentUpon>
\r
77 <Compile Include="Program.cs" />
\r
78 <Compile Include="Properties\AssemblyInfo.cs" />
\r
79 <EmbeddedResource Include="UI\CommitViewer.resx">
\r
80 <SubType>Designer</SubType>
\r
81 <DependentUpon>CommitViewer.cs</DependentUpon>
\r
83 <EmbeddedResource Include="UI\Form1.resx">
\r
84 <SubType>Designer</SubType>
\r
85 <DependentUpon>Form1.cs</DependentUpon>
\r
87 <EmbeddedResource Include="UI\PreferencesEditor.resx">
\r
88 <SubType>Designer</SubType>
\r
89 <DependentUpon>PreferencesEditor.cs</DependentUpon>
\r
91 <EmbeddedResource Include="Properties\Resources.resx">
\r
92 <Generator>ResXFileCodeGenerator</Generator>
\r
93 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
\r
94 <SubType>Designer</SubType>
\r
96 <EmbeddedResource Include="UI\RepoManager.resx">
\r
97 <SubType>Designer</SubType>
\r
98 <DependentUpon>RepoManager.cs</DependentUpon>
\r
100 <EmbeddedResource Include="UI\RepoTreeView.resx">
\r
101 <SubType>Designer</SubType>
\r
102 <DependentUpon>RepoTreeView.cs</DependentUpon>
\r
103 </EmbeddedResource>
\r
104 <Compile Include="Properties\Resources.Designer.cs">
\r
105 <AutoGen>True</AutoGen>
\r
106 <DependentUpon>Resources.resx</DependentUpon>
\r
107 <DesignTime>True</DesignTime>
\r
109 <None Include="app.config" />
\r
110 <None Include="Prefs.settings">
\r
111 <Generator>SettingsSingleFileGenerator</Generator>
\r
112 <LastGenOutput>Prefs.Designer.cs</LastGenOutput>
\r
114 <None Include="Properties\Settings.settings">
\r
115 <Generator>SettingsSingleFileGenerator</Generator>
\r
116 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
\r
118 <Compile Include="Properties\Settings.Designer.cs">
\r
119 <AutoGen>True</AutoGen>
\r
120 <DependentUpon>Settings.settings</DependentUpon>
\r
121 <DesignTimeSharedInput>True</DesignTimeSharedInput>
\r
123 <Compile Include="./Difftool.cs" />
\r
124 <Compile Include="./OutputTextWriter.cs" />
\r
125 <Compile Include="UI\RepoManager.cs">
\r
126 <SubType>Form</SubType>
\r
128 <Compile Include="UI\RepoManager.Designer.cs">
\r
129 <DependentUpon>RepoManager.cs</DependentUpon>
\r
131 <Compile Include="UI\RepoTreeView.cs">
\r
132 <SubType>UserControl</SubType>
\r
134 <Compile Include="UI\RepoTreeView.Designer.cs">
\r
135 <DependentUpon>RepoTreeView.cs</DependentUpon>
\r
139 <ProjectReference Include="Git\Git.csproj">
\r
140 <Project>{5496FE78-0E04-4E40-83A5-48E7240E386E}</Project>
\r
142 </ProjectReference>
\r
145 <None Include="icons\arrow_refresh.png" />
\r
148 <None Include="icons\accept.png" />
\r
151 <None Include="icons\add.png" />
\r
154 <None Include="icons\arrow_divide.png" />
\r
157 <None Include="icons\arrow_join.png" />
\r
160 <None Include="icons\arrow_redo.png" />
\r
163 <None Include="icons\book.png" />
\r
166 <None Include="icons\page.png" />
\r
169 <None Include="icons\tag_yellow.png" />
\r
172 <None Include="icons\tag_blue.png" />
\r
175 <None Include="icons\tag_blue_add.png" />
\r
178 <None Include="icons\tag_blue_delete.png" />
\r
181 <None Include="icons\tag_blue_edit.png" />
\r
184 <None Include="icons\tag_green.png" />
\r
187 <None Include="icons\tick.png" />
\r
190 <None Include="icons\cog.png" />
\r
193 <None Include="icons\delete.png" />
\r
196 <None Include="icons\folder.png" />
\r
199 <None Include="icons\page_error.png" />
\r
202 <None Include="icons\page_add.png" />
\r
205 <None Include="icons\page_copy.png" />
\r
208 <None Include="icons\page_delete.png" />
\r
211 <None Include="icons\page_edit.png" />
\r
214 <None Include="icons\page_go.png" />
\r
217 <None Include="icons\disconnect.png" />
\r
220 <None Include="icons\page_lightning.png" />
\r
223 <None Include="icons\resultset_next.png" />
\r
226 <None Include="icons\resultset_previous.png" />
\r
229 <None Include="icons\lightning.png" />
\r
231 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
\r
232 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
\r
233 Other similar extension points exist, see Microsoft.Common.targets.
\r
234 <Target Name="BeforeBuild">
\r
236 <Target Name="AfterBuild">
\r