|
5 | 5 | <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
6 | 6 | <ProductVersion>8.0.40607</ProductVersion> |
7 | 7 | <SchemaVersion>2.0</SchemaVersion> |
8 | | - <ProjectGuid>{e1b288a2-08ee-4318-8bbb-8ab72c69e33e}</ProjectGuid> |
| 8 | + <ProjectGuid>{E1B288A2-08EE-4318-8BBB-8AB72C69E33E}</ProjectGuid> |
9 | 9 | <RootNamespace>ICSharpCode.WixBinding</RootNamespace> |
10 | 10 | <AssemblyName>WixBinding</AssemblyName> |
11 | 11 | <OutputTarget>Library</OutputTarget> |
|
107 | 107 | <Compile Include="Src\Commands\AddWixLibraryToProject.cs" /> |
108 | 108 | <Compile Include="Src\WixDocument.cs" /> |
109 | 109 | <Compile Include="Src\WixNamespaceManager.cs" /> |
110 | | - <Compile Include="Src\Gui\SetupDialogListView.cs" /> |
| 110 | + <Compile Include="Src\Gui\SetupDialogListView.cs"> |
| 111 | + <SubType>Component</SubType> |
| 112 | + </Compile> |
111 | 113 | <Compile Include="Src\Gui\SetupDialogListPad.cs" /> |
112 | 114 | <Compile Include="Src\Commands\OpenDialogCommand.cs" /> |
113 | 115 | <Compile Include="Src\Commands\ViewDialogXmlCommand.cs" /> |
|
127 | 129 | <Compile Include="Src\IWixDialogDesigner.cs" /> |
128 | 130 | <Compile Include="Src\WixPropertyParser.cs" /> |
129 | 131 | <Compile Include="Src\Gui\SetupDialogControlsSideTab.cs" /> |
130 | | - <Compile Include="Src\Gui\RadioButtonGroupBox.cs" /> |
| 132 | + <Compile Include="Src\Gui\RadioButtonGroupBox.cs"> |
| 133 | + <SubType>Component</SubType> |
| 134 | + </Compile> |
131 | 135 | <Compile Include="Src\WixDialogException.cs" /> |
132 | 136 | <Compile Include="Src\WixDocumentLineSegment.cs" /> |
133 | 137 | <Compile Include="Src\IWixPackageFilesView.cs" /> |
|
225 | 229 | <Name>ICSharpCode.Core</Name> |
226 | 230 | <Private>False</Private> |
227 | 231 | </ProjectReference> |
228 | | - <Folder Include="Configuration" /> |
229 | | - <Folder Include="Resources" /> |
230 | | - <Folder Include="Src\Commands" /> |
231 | 232 | <ProjectReference Include="..\..\..\DisplayBindings\AvalonEdit.AddIn\AvalonEdit.AddIn.csproj"> |
232 | 233 | <Project>{0162E499-42D0-409B-AA25-EED21F75336B}</Project> |
233 | 234 | <Name>AvalonEdit.AddIn</Name> |
|
245 | 246 | <Content Include="SetupDialogControlLibrary.sdcl"> |
246 | 247 | <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
247 | 248 | </Content> |
248 | | - <Folder Include="Src\PropertyGrid" /> |
249 | 249 | <ProjectReference Include="..\..\..\..\Main\ICSharpCode.SharpDevelop.Widgets\Project\ICSharpCode.SharpDevelop.Widgets.csproj"> |
250 | 250 | <Project>{8035765F-D51F-4A0C-A746-2FD100E19419}</Project> |
251 | 251 | <Name>ICSharpCode.SharpDevelop.Widgets</Name> |
|
0 commit comments