1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3 <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4 <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
5 <ProductVersion>8.0.50727</ProductVersion>
6 <SchemaVersion>2.0</SchemaVersion>
7 <ProjectGuid>{0392DAA3-D7E1-4082-867E-65D75DEDD2AF}</ProjectGuid>
8 <OutputType>WinExe</OutputType>
9 <AppDesignerFolder>Properties</AppDesignerFolder>
10 <RootNamespace>Widgit</RootNamespace>
11 <AssemblyName>Widgit</AssemblyName>
13 <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14 <DebugSymbols>True</DebugSymbols>
15 <DebugType>full</DebugType>
16 <Optimize>False</Optimize>
17 <OutputPath>./bin/Debug/</OutputPath>
18 <DefineConstants>DEBUG;TRACE</DefineConstants>
19 <ErrorReport>prompt</ErrorReport>
20 <WarningLevel>4</WarningLevel>
21 <OutputType>WinExe</OutputType>
22 <AssemblyName>Widgit</AssemblyName>
23 <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
24 <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
25 <ApplicationIcon>./</ApplicationIcon>
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 <OutputType>WinExe</OutputType>
35 <AssemblyName>Widgit</AssemblyName>
36 <DebugSymbols>True</DebugSymbols>
37 <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
38 <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
41 <Reference Include="System, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
42 <Reference Include="System.Data, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
43 <Reference Include="System.Drawing, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" />
44 <Reference Include="System.Windows.Forms, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
45 <Reference Include="System.Xml, Version=2.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089" />
48 <Compile Include="FileUpdater.cs" />
49 <Compile Include="IFileOperations.cs" />
50 <Compile Include="Selectable.cs" />
51 <Compile Include="UI\CommitFilter.cs">
52 <SubType>Form</SubType>
54 <Compile Include="UI\CommitFilter.Designer.cs">
55 <DependentUpon>./CommitFilter.cs</DependentUpon>
57 <Compile Include="UI\FileOpMenu.cs">
58 <SubType>Component</SubType>
60 <Compile Include="UI\CommitTable.cs">
61 <SubType>UserControl</SubType>
63 <Compile Include="UI\CommitTable.Designer.cs">
64 <DependentUpon>./CommitTable.cs</DependentUpon>
66 <Compile Include="UI\CommitViewer.cs">
67 <SubType>Form</SubType>
69 <Compile Include="UI\CommitViewer.Designer.cs">
70 <DependentUpon>./CommitViewer.cs</DependentUpon>
72 <Compile Include="UI\Form1.cs">
73 <SubType>Form</SubType>
75 <Compile Include="UI\Form1.Designer.cs">
76 <DependentUpon>./Form1.cs</DependentUpon>
78 <Compile Include="Multidict.cs" />
79 <Compile Include="UI\MultiselectTreeview.cs">
80 <SubType>Component</SubType>
82 <Compile Include="NodeSorter.cs" />
83 <Compile Include="UI\PreferencesEditor.cs">
84 <SubType>Form</SubType>
86 <Compile Include="UI\PreferencesEditor.Designer.cs">
87 <DependentUpon>./PreferencesEditor.cs</DependentUpon>
89 <Compile Include="Prefs.cs" />
90 <Compile Include="Prefs.Designer.cs">
91 <AutoGen>True</AutoGen>
92 <DesignTimeSharedInput>True</DesignTimeSharedInput>
93 <DependentUpon>./Prefs.settings</DependentUpon>
95 <Compile Include="Program.cs" />
96 <Compile Include="Properties\AssemblyInfo.cs" />
97 <EmbeddedResource Include="UI\CommitFilter.resx">
98 <SubType>Designer</SubType>
99 <DependentUpon>CommitFilter.cs</DependentUpon>
101 <EmbeddedResource Include="UI\CommitTable.resx">
102 <SubType>Designer</SubType>
103 <DependentUpon>CommitTable.cs</DependentUpon>
105 <EmbeddedResource Include="UI\CommitViewer.resx">
106 <SubType>Designer</SubType>
107 <DependentUpon>CommitViewer.cs</DependentUpon>
109 <EmbeddedResource Include="UI\Form1.resx">
110 <SubType>Designer</SubType>
111 <DependentUpon>Form1.cs</DependentUpon>
113 <EmbeddedResource Include="UI\PreferencesEditor.resx">
114 <SubType>Designer</SubType>
115 <DependentUpon>PreferencesEditor.cs</DependentUpon>
117 <EmbeddedResource Include="Properties\Resources.resx">
118 <Generator>ResXFileCodeGenerator</Generator>
119 <LastGenOutput>Resources.Designer.cs</LastGenOutput>
120 <SubType>Designer</SubType>
122 <EmbeddedResource Include="UI\RepoManager.resx">
123 <SubType>Designer</SubType>
124 <DependentUpon>RepoManager.cs</DependentUpon>
126 <EmbeddedResource Include="UI\RepoTreeView.resx">
127 <SubType>Designer</SubType>
128 <DependentUpon>RepoTreeView.cs</DependentUpon>
130 <EmbeddedResource Include="UI\RevisionChooser.resx">
131 <SubType>Designer</SubType>
132 <DependentUpon>RevisionChooser.cs</DependentUpon>
134 <EmbeddedResource Include="UI\StatusViewer.resx">
135 <SubType>Designer</SubType>
136 <DependentUpon>StatusViewer.cs</DependentUpon>
138 <Compile Include="Properties\Resources.Designer.cs">
139 <AutoGen>True</AutoGen>
140 <DependentUpon>./Resources.resx</DependentUpon>
141 <DesignTime>True</DesignTime>
143 <None Include="app.config" />
144 <None Include="Prefs.settings">
145 <Generator>SettingsSingleFileGenerator</Generator>
146 <LastGenOutput>Prefs.Designer.cs</LastGenOutput>
148 <None Include="Properties\Settings.settings">
149 <Generator>SettingsSingleFileGenerator</Generator>
150 <LastGenOutput>Settings.Designer.cs</LastGenOutput>
152 <Compile Include="Properties\Settings.Designer.cs">
153 <AutoGen>True</AutoGen>
154 <DependentUpon>./Settings.settings</DependentUpon>
155 <DesignTimeSharedInput>True</DesignTimeSharedInput>
157 <Compile Include="./OutputTextWriter.cs" />
158 <Compile Include="UI\RepoManager.cs">
159 <SubType>Form</SubType>
161 <Compile Include="UI\RepoManager.Designer.cs">
162 <DependentUpon>./RepoManager.cs</DependentUpon>
164 <Compile Include="UI\RepoToolStrip.cs">
165 <SubType>Component</SubType>
167 <Compile Include="UI\RepoTreeView.cs">
168 <SubType>UserControl</SubType>
170 <Compile Include="UI\RepoTreeView.Designer.cs">
171 <DependentUpon>./RepoTreeView.cs</DependentUpon>
173 <Compile Include="UI\RevisionChooser.cs">
174 <SubType>Form</SubType>
176 <Compile Include="UI\RevisionChooser.Designer.cs">
177 <DependentUpon>./RevisionChooser.cs</DependentUpon>
179 <Compile Include="UI\StatusViewer.cs">
180 <SubType>UserControl</SubType>
182 <Compile Include="UI\StatusViewer.Designer.cs">
183 <DependentUpon>./StatusViewer.cs</DependentUpon>
187 <ProjectReference Include="./Git/Git.csproj">
188 <Project>{5496FE78-0E04-4E40-83A5-48E7240E386E}</Project>
193 <None Include="icons\arrow_refresh.png" />
196 <None Include="icons\accept.png" />
199 <None Include="icons\add.png" />
202 <None Include="icons\arrow_divide.png" />
205 <None Include="icons\arrow_join.png" />
208 <None Include="icons\arrow_redo.png" />
211 <None Include="icons\book.png" />
214 <None Include="icons\page.png" />
217 <None Include="icons\tag_yellow.png" />
220 <None Include="icons\tag_blue.png" />
223 <None Include="icons\tag_blue_add.png" />
226 <None Include="icons\tag_blue_delete.png" />
229 <None Include="icons\tag_blue_edit.png" />
232 <None Include="icons\tag_green.png" />
235 <None Include="icons\tick.png" />
238 <None Include="icons\cog.png" />
241 <None Include="icons\delete.png" />
244 <None Include="icons\folder.png" />
247 <None Include="icons\page_error.png" />
250 <None Include="icons\page_add.png" />
253 <None Include="icons\page_copy.png" />
256 <None Include="icons\page_delete.png" />
259 <None Include="icons\page_edit.png" />
262 <None Include="icons\page_go.png" />
265 <None Include="icons\disconnect.png" />
268 <None Include="icons\page_lightning.png" />
271 <None Include="icons\resultset_next.png" />
274 <None Include="icons\resultset_previous.png" />
277 <None Include="icons\lightning.png" />
280 <None Include="icons\application_view_list.png" />
283 <None Include="icons\page_code.png" />
286 <None Include="icons\page_white_magnify.png" />
288 <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
289 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
\r
290 Other similar extension points exist, see Microsoft.Common.targets.
\r
291 <Target Name="BeforeBuild">
\r
293 <Target Name="AfterBuild">
\r