Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/monodevelop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCarlos Alberto Cortez <calberto.cortez@gmail.com>2011-07-26 12:22:57 +0400
committerCarlos Alberto Cortez <calberto.cortez@gmail.com>2011-07-30 20:50:26 +0400
commitfaeeaedd038757c88c0f726c3ef68199db9dc07d (patch)
tree504a8794292b05e3349f324721ddfae648d424f8 /main/src/addins/WindowsPlatform
parentf18546c0038bd0180a34acd892b3298cb05ecb8e (diff)
[Windows] Move the dialogs to their own directory.
This is done in order to have a better organization of the files, just like the Mac support does it.
Diffstat (limited to 'main/src/addins/WindowsPlatform')
-rw-r--r--main/src/addins/WindowsPlatform/Dialogs/AddFileDialogHandler.cs (renamed from main/src/addins/WindowsPlatform/AddFileDialogHandler.cs)0
-rw-r--r--main/src/addins/WindowsPlatform/Dialogs/CustomAddFilesDialog.Designer.cs (renamed from main/src/addins/WindowsPlatform/CustomAddFilesDialog.Designer.cs)0
-rw-r--r--main/src/addins/WindowsPlatform/Dialogs/CustomAddFilesDialog.cs (renamed from main/src/addins/WindowsPlatform/CustomAddFilesDialog.cs)0
-rw-r--r--main/src/addins/WindowsPlatform/Dialogs/CustomAddFilesDialog.resx (renamed from main/src/addins/WindowsPlatform/CustomAddFilesDialog.resx)0
-rw-r--r--main/src/addins/WindowsPlatform/Dialogs/CustomOpenFileDialog.cs (renamed from main/src/addins/WindowsPlatform/CustomOpenFileDialog.cs)0
-rw-r--r--main/src/addins/WindowsPlatform/Dialogs/EncodingComboBox.cs (renamed from main/src/addins/WindowsPlatform/EncodingComboBox.cs)0
-rw-r--r--main/src/addins/WindowsPlatform/Dialogs/OpenFileDialogEx.Designer.cs (renamed from main/src/addins/WindowsPlatform/OpenFileDialogEx.Designer.cs)0
-rw-r--r--main/src/addins/WindowsPlatform/Dialogs/OpenFileDialogEx.cs (renamed from main/src/addins/WindowsPlatform/OpenFileDialogEx.cs)0
-rw-r--r--main/src/addins/WindowsPlatform/Dialogs/OpenFileDialogEx.resx (renamed from main/src/addins/WindowsPlatform/OpenFileDialogEx.resx)0
-rw-r--r--main/src/addins/WindowsPlatform/Dialogs/OpenFileDialogHandler.cs (renamed from main/src/addins/WindowsPlatform/OpenFileDialogHandler.cs)0
-rw-r--r--main/src/addins/WindowsPlatform/Dialogs/SelectFileDialogHandler.cs (renamed from main/src/addins/WindowsPlatform/SelectFileDialogHandler.cs)0
-rw-r--r--main/src/addins/WindowsPlatform/Dialogs/WinFormsRoot.cs (renamed from main/src/addins/WindowsPlatform/WinFormsRoot.cs)0
-rw-r--r--main/src/addins/WindowsPlatform/WindowsPlatform.csproj46
13 files changed, 24 insertions, 22 deletions
diff --git a/main/src/addins/WindowsPlatform/AddFileDialogHandler.cs b/main/src/addins/WindowsPlatform/Dialogs/AddFileDialogHandler.cs
index 70b2c3345f..70b2c3345f 100644
--- a/main/src/addins/WindowsPlatform/AddFileDialogHandler.cs
+++ b/main/src/addins/WindowsPlatform/Dialogs/AddFileDialogHandler.cs
diff --git a/main/src/addins/WindowsPlatform/CustomAddFilesDialog.Designer.cs b/main/src/addins/WindowsPlatform/Dialogs/CustomAddFilesDialog.Designer.cs
index 657d4707d8..657d4707d8 100644
--- a/main/src/addins/WindowsPlatform/CustomAddFilesDialog.Designer.cs
+++ b/main/src/addins/WindowsPlatform/Dialogs/CustomAddFilesDialog.Designer.cs
diff --git a/main/src/addins/WindowsPlatform/CustomAddFilesDialog.cs b/main/src/addins/WindowsPlatform/Dialogs/CustomAddFilesDialog.cs
index 86ed2be87e..86ed2be87e 100644
--- a/main/src/addins/WindowsPlatform/CustomAddFilesDialog.cs
+++ b/main/src/addins/WindowsPlatform/Dialogs/CustomAddFilesDialog.cs
diff --git a/main/src/addins/WindowsPlatform/CustomAddFilesDialog.resx b/main/src/addins/WindowsPlatform/Dialogs/CustomAddFilesDialog.resx
index e57b641f21..e57b641f21 100644
--- a/main/src/addins/WindowsPlatform/CustomAddFilesDialog.resx
+++ b/main/src/addins/WindowsPlatform/Dialogs/CustomAddFilesDialog.resx
diff --git a/main/src/addins/WindowsPlatform/CustomOpenFileDialog.cs b/main/src/addins/WindowsPlatform/Dialogs/CustomOpenFileDialog.cs
index 61c021952c..61c021952c 100644
--- a/main/src/addins/WindowsPlatform/CustomOpenFileDialog.cs
+++ b/main/src/addins/WindowsPlatform/Dialogs/CustomOpenFileDialog.cs
diff --git a/main/src/addins/WindowsPlatform/EncodingComboBox.cs b/main/src/addins/WindowsPlatform/Dialogs/EncodingComboBox.cs
index b90882d816..b90882d816 100644
--- a/main/src/addins/WindowsPlatform/EncodingComboBox.cs
+++ b/main/src/addins/WindowsPlatform/Dialogs/EncodingComboBox.cs
diff --git a/main/src/addins/WindowsPlatform/OpenFileDialogEx.Designer.cs b/main/src/addins/WindowsPlatform/Dialogs/OpenFileDialogEx.Designer.cs
index c2ddc1c6e0..c2ddc1c6e0 100644
--- a/main/src/addins/WindowsPlatform/OpenFileDialogEx.Designer.cs
+++ b/main/src/addins/WindowsPlatform/Dialogs/OpenFileDialogEx.Designer.cs
diff --git a/main/src/addins/WindowsPlatform/OpenFileDialogEx.cs b/main/src/addins/WindowsPlatform/Dialogs/OpenFileDialogEx.cs
index 76ee436043..76ee436043 100644
--- a/main/src/addins/WindowsPlatform/OpenFileDialogEx.cs
+++ b/main/src/addins/WindowsPlatform/Dialogs/OpenFileDialogEx.cs
diff --git a/main/src/addins/WindowsPlatform/OpenFileDialogEx.resx b/main/src/addins/WindowsPlatform/Dialogs/OpenFileDialogEx.resx
index e57b641f21..e57b641f21 100644
--- a/main/src/addins/WindowsPlatform/OpenFileDialogEx.resx
+++ b/main/src/addins/WindowsPlatform/Dialogs/OpenFileDialogEx.resx
diff --git a/main/src/addins/WindowsPlatform/OpenFileDialogHandler.cs b/main/src/addins/WindowsPlatform/Dialogs/OpenFileDialogHandler.cs
index 3a5acb31f8..3a5acb31f8 100644
--- a/main/src/addins/WindowsPlatform/OpenFileDialogHandler.cs
+++ b/main/src/addins/WindowsPlatform/Dialogs/OpenFileDialogHandler.cs
diff --git a/main/src/addins/WindowsPlatform/SelectFileDialogHandler.cs b/main/src/addins/WindowsPlatform/Dialogs/SelectFileDialogHandler.cs
index b50515bda8..b50515bda8 100644
--- a/main/src/addins/WindowsPlatform/SelectFileDialogHandler.cs
+++ b/main/src/addins/WindowsPlatform/Dialogs/SelectFileDialogHandler.cs
diff --git a/main/src/addins/WindowsPlatform/WinFormsRoot.cs b/main/src/addins/WindowsPlatform/Dialogs/WinFormsRoot.cs
index 43110cd41e..43110cd41e 100644
--- a/main/src/addins/WindowsPlatform/WinFormsRoot.cs
+++ b/main/src/addins/WindowsPlatform/Dialogs/WinFormsRoot.cs
diff --git a/main/src/addins/WindowsPlatform/WindowsPlatform.csproj b/main/src/addins/WindowsPlatform/WindowsPlatform.csproj
index 5fd8354320..f2f95f80cb 100644
--- a/main/src/addins/WindowsPlatform/WindowsPlatform.csproj
+++ b/main/src/addins/WindowsPlatform/WindowsPlatform.csproj
@@ -61,45 +61,44 @@
</ProjectReference>
</ItemGroup>
<ItemGroup>
- <Compile Include="AddFileDialogHandler.cs" />
- <Compile Include="AssemblyInfo.cs" />
- <Compile Include="CustomAddFilesDialog.cs">
+ <Compile Include="Dialogs\CustomAddFilesDialog.cs">
<SubType>UserControl</SubType>
</Compile>
- <Compile Include="CustomAddFilesDialog.Designer.cs">
- <DependentUpon>CustomAddFilesDialog.cs</DependentUpon>
+ <Compile Include="Dialogs\CustomAddFilesDialog.Designer.cs">
+ <DependentUpon>Dialogs\CustomAddFilesDialog.cs</DependentUpon>
</Compile>
- <Compile Include="Enums.cs" />
- <Compile Include="OpenFileDialogEx.cs">
+ <Compile Include="Dialogs\OpenFileDialogEx.cs">
<SubType>UserControl</SubType>
</Compile>
- <Compile Include="OpenFileDialogEx.Designer.cs">
- <DependentUpon>OpenFileDialogEx.cs</DependentUpon>
- </Compile>
- <Compile Include="SelectFileDialogHandler.cs" />
- <Compile Include="structs.cs" />
- <Compile Include="Win32.cs" />
- <Compile Include="WindowsPlatform.cs">
+ <Compile Include="Dialogs\OpenFileDialogEx.Designer.cs">
+ <DependentUpon>Dialogs\OpenFileDialogEx.cs</DependentUpon>
</Compile>
- <Compile Include="WinFormsRoot.cs">
+ <Compile Include="Dialogs\AddFileDialogHandler.cs" />
+ <Compile Include="Dialogs\SelectFileDialogHandler.cs" />
+ <Compile Include="Dialogs\WinFormsRoot.cs" />
+ <Compile Include="Dialogs\OpenFileDialogHandler.cs" />
+ <Compile Include="Dialogs\CustomOpenFileDialog.cs" />
+ <Compile Include="Dialogs\EncodingComboBox.cs">
<SubType>Form</SubType>
</Compile>
+ <Compile Include="AssemblyInfo.cs" />
+ <Compile Include="Enums.cs" />
+ <Compile Include="structs.cs" />
+ <Compile Include="Win32.cs" />
+ <Compile Include="WindowsPlatform.cs" />
<Compile Include="RecentFiles.cs" />
<Compile Include="JumpList.cs" />
- <Compile Include="OpenFileDialogHandler.cs" />
- <Compile Include="CustomOpenFileDialog.cs" />
- <Compile Include="EncodingComboBox.cs" />
</ItemGroup>
<ItemGroup>
<None Include="ChangeLog" />
</ItemGroup>
<ItemGroup>
- <EmbeddedResource Include="CustomAddFilesDialog.resx">
- <DependentUpon>CustomAddFilesDialog.cs</DependentUpon>
+ <EmbeddedResource Include="Dialogs\CustomAddFilesDialog.resx">
+ <DependentUpon>Dialogs\CustomAddFilesDialog.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
- <EmbeddedResource Include="OpenFileDialogEx.resx">
- <DependentUpon>OpenFileDialogEx.cs</DependentUpon>
+ <EmbeddedResource Include="Dialogs\OpenFileDialogEx.resx">
+ <DependentUpon>Dialogs\OpenFileDialogEx.cs</DependentUpon>
<SubType>Designer</SubType>
</EmbeddedResource>
<EmbeddedResource Include="WindowsPlatform.addin.xml">
@@ -107,4 +106,7 @@
</EmbeddedResource>
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
+ <ItemGroup>
+ <Folder Include="Dialogs\" />
+ </ItemGroup>
</Project> \ No newline at end of file