Updating linux build.
[Widgit.git] / Widgit.csproj
blobf3d23985612bc3c690af899f6c498d8be693f57c
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2   <PropertyGroup>
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>
12   </PropertyGroup>
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>
26   </PropertyGroup>
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>
39   </PropertyGroup>
40   <ItemGroup>
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" />
46   </ItemGroup>
47   <ItemGroup>
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>
53     </Compile>
54     <Compile Include="UI\CommitFilter.Designer.cs">
55       <DependentUpon>./CommitFilter.cs</DependentUpon>
56     </Compile>
57     <Compile Include="UI\FileOpMenu.cs">
58       <SubType>Component</SubType>
59     </Compile>
60     <Compile Include="UI\CommitTable.cs">
61       <SubType>UserControl</SubType>
62     </Compile>
63     <Compile Include="UI\CommitTable.Designer.cs">
64       <DependentUpon>./CommitTable.cs</DependentUpon>
65     </Compile>
66     <Compile Include="UI\CommitViewer.cs">
67       <SubType>Form</SubType>
68     </Compile>
69     <Compile Include="UI\CommitViewer.Designer.cs">
70       <DependentUpon>./CommitViewer.cs</DependentUpon>
71     </Compile>
72     <Compile Include="UI\Form1.cs">
73       <SubType>Form</SubType>
74     </Compile>
75     <Compile Include="UI\Form1.Designer.cs">
76       <DependentUpon>./Form1.cs</DependentUpon>
77     </Compile>
78     <Compile Include="Multidict.cs" />
79     <Compile Include="UI\MultiselectTreeview.cs">
80       <SubType>Component</SubType>
81     </Compile>
82     <Compile Include="NodeSorter.cs" />
83     <Compile Include="UI\PreferencesEditor.cs">
84       <SubType>Form</SubType>
85     </Compile>
86     <Compile Include="UI\PreferencesEditor.Designer.cs">
87       <DependentUpon>./PreferencesEditor.cs</DependentUpon>
88     </Compile>
89     <Compile Include="Prefs.cs" />
90     <Compile Include="Prefs.Designer.cs">
91       <AutoGen>True</AutoGen>
92       <DesignTimeSharedInput>True</DesignTimeSharedInput>
93       <DependentUpon>./Prefs.settings</DependentUpon>
94     </Compile>
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>
100     </EmbeddedResource>
101     <EmbeddedResource Include="UI\CommitTable.resx">
102       <SubType>Designer</SubType>
103       <DependentUpon>CommitTable.cs</DependentUpon>
104     </EmbeddedResource>
105     <EmbeddedResource Include="UI\CommitViewer.resx">
106       <SubType>Designer</SubType>
107       <DependentUpon>CommitViewer.cs</DependentUpon>
108     </EmbeddedResource>
109     <EmbeddedResource Include="UI\Form1.resx">
110       <SubType>Designer</SubType>
111       <DependentUpon>Form1.cs</DependentUpon>
112     </EmbeddedResource>
113     <EmbeddedResource Include="UI\PreferencesEditor.resx">
114       <SubType>Designer</SubType>
115       <DependentUpon>PreferencesEditor.cs</DependentUpon>
116     </EmbeddedResource>
117     <EmbeddedResource Include="Properties\Resources.resx">
118       <Generator>ResXFileCodeGenerator</Generator>
119       <LastGenOutput>Resources.Designer.cs</LastGenOutput>
120       <SubType>Designer</SubType>
121     </EmbeddedResource>
122     <EmbeddedResource Include="UI\RepoManager.resx">
123       <SubType>Designer</SubType>
124       <DependentUpon>RepoManager.cs</DependentUpon>
125     </EmbeddedResource>
126     <EmbeddedResource Include="UI\RepoTreeView.resx">
127       <SubType>Designer</SubType>
128       <DependentUpon>RepoTreeView.cs</DependentUpon>
129     </EmbeddedResource>
130     <EmbeddedResource Include="UI\RevisionChooser.resx">
131       <SubType>Designer</SubType>
132       <DependentUpon>RevisionChooser.cs</DependentUpon>
133     </EmbeddedResource>
134     <EmbeddedResource Include="UI\StatusViewer.resx">
135       <SubType>Designer</SubType>
136       <DependentUpon>StatusViewer.cs</DependentUpon>
137     </EmbeddedResource>
138     <Compile Include="Properties\Resources.Designer.cs">
139       <AutoGen>True</AutoGen>
140       <DependentUpon>./Resources.resx</DependentUpon>
141       <DesignTime>True</DesignTime>
142     </Compile>
143     <None Include="app.config" />
144     <None Include="Prefs.settings">
145       <Generator>SettingsSingleFileGenerator</Generator>
146       <LastGenOutput>Prefs.Designer.cs</LastGenOutput>
147     </None>
148     <None Include="Properties\Settings.settings">
149       <Generator>SettingsSingleFileGenerator</Generator>
150       <LastGenOutput>Settings.Designer.cs</LastGenOutput>
151     </None>
152     <Compile Include="Properties\Settings.Designer.cs">
153       <AutoGen>True</AutoGen>
154       <DependentUpon>./Settings.settings</DependentUpon>
155       <DesignTimeSharedInput>True</DesignTimeSharedInput>
156     </Compile>
157     <Compile Include="./OutputTextWriter.cs" />
158     <Compile Include="UI\RepoManager.cs">
159       <SubType>Form</SubType>
160     </Compile>
161     <Compile Include="UI\RepoManager.Designer.cs">
162       <DependentUpon>./RepoManager.cs</DependentUpon>
163     </Compile>
164     <Compile Include="UI\RepoToolStrip.cs">
165       <SubType>Component</SubType>
166     </Compile>
167     <Compile Include="UI\RepoTreeView.cs">
168       <SubType>UserControl</SubType>
169     </Compile>
170     <Compile Include="UI\RepoTreeView.Designer.cs">
171       <DependentUpon>./RepoTreeView.cs</DependentUpon>
172     </Compile>
173     <Compile Include="UI\RevisionChooser.cs">
174       <SubType>Form</SubType>
175     </Compile>
176     <Compile Include="UI\RevisionChooser.Designer.cs">
177       <DependentUpon>./RevisionChooser.cs</DependentUpon>
178     </Compile>
179     <Compile Include="UI\StatusViewer.cs">
180       <SubType>UserControl</SubType>
181     </Compile>
182     <Compile Include="UI\StatusViewer.Designer.cs">
183       <DependentUpon>./StatusViewer.cs</DependentUpon>
184     </Compile>
185   </ItemGroup>
186   <ItemGroup>
187     <ProjectReference Include="./Git/Git.csproj">
188       <Project>{5496FE78-0E04-4E40-83A5-48E7240E386E}</Project>
189       <Name>Git</Name>
190     </ProjectReference>
191   </ItemGroup>
192   <ItemGroup>
193     <None Include="icons\arrow_refresh.png" />
194   </ItemGroup>
195   <ItemGroup>
196     <None Include="icons\accept.png" />
197   </ItemGroup>
198   <ItemGroup>
199     <None Include="icons\add.png" />
200   </ItemGroup>
201   <ItemGroup>
202     <None Include="icons\arrow_divide.png" />
203   </ItemGroup>
204   <ItemGroup>
205     <None Include="icons\arrow_join.png" />
206   </ItemGroup>
207   <ItemGroup>
208     <None Include="icons\arrow_redo.png" />
209   </ItemGroup>
210   <ItemGroup>
211     <None Include="icons\book.png" />
212   </ItemGroup>
213   <ItemGroup>
214     <None Include="icons\page.png" />
215   </ItemGroup>
216   <ItemGroup>
217     <None Include="icons\tag_yellow.png" />
218   </ItemGroup>
219   <ItemGroup>
220     <None Include="icons\tag_blue.png" />
221   </ItemGroup>
222   <ItemGroup>
223     <None Include="icons\tag_blue_add.png" />
224   </ItemGroup>
225   <ItemGroup>
226     <None Include="icons\tag_blue_delete.png" />
227   </ItemGroup>
228   <ItemGroup>
229     <None Include="icons\tag_blue_edit.png" />
230   </ItemGroup>
231   <ItemGroup>
232     <None Include="icons\tag_green.png" />
233   </ItemGroup>
234   <ItemGroup>
235     <None Include="icons\tick.png" />
236   </ItemGroup>
237   <ItemGroup>
238     <None Include="icons\cog.png" />
239   </ItemGroup>
240   <ItemGroup>
241     <None Include="icons\delete.png" />
242   </ItemGroup>
243   <ItemGroup>
244     <None Include="icons\folder.png" />
245   </ItemGroup>
246   <ItemGroup>
247     <None Include="icons\page_error.png" />
248   </ItemGroup>
249   <ItemGroup>
250     <None Include="icons\page_add.png" />
251   </ItemGroup>
252   <ItemGroup>
253     <None Include="icons\page_copy.png" />
254   </ItemGroup>
255   <ItemGroup>
256     <None Include="icons\page_delete.png" />
257   </ItemGroup>
258   <ItemGroup>
259     <None Include="icons\page_edit.png" />
260   </ItemGroup>
261   <ItemGroup>
262     <None Include="icons\page_go.png" />
263   </ItemGroup>
264   <ItemGroup>
265     <None Include="icons\disconnect.png" />
266   </ItemGroup>
267   <ItemGroup>
268     <None Include="icons\page_lightning.png" />
269   </ItemGroup>
270   <ItemGroup>
271     <None Include="icons\resultset_next.png" />
272   </ItemGroup>
273   <ItemGroup>
274     <None Include="icons\resultset_previous.png" />
275   </ItemGroup>
276   <ItemGroup>
277     <None Include="icons\lightning.png" />
278   </ItemGroup>
279   <ItemGroup>
280     <None Include="icons\application_view_list.png" />
281   </ItemGroup>
282   <ItemGroup>
283     <None Include="icons\page_code.png" />
284   </ItemGroup>
285   <ItemGroup>
286     <None Include="icons\page_white_magnify.png" />
287   </ItemGroup>
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
292   </Target>\r
293   <Target Name="AfterBuild">\r
294   </Target>\r
295   -->
296 </Project>