Browse Source

AssemblyInfo.cs moved to Configuration folder

git-svn-id: svn://svn.sharpdevelop.net/sharpdevelop/trunk@53 1ccf3a8d-04fe-1044-b7c0-cef0b8235c61
shortcuts
David Srbecký 22 years ago
parent
commit
23af4fa3f9
  1. 0
      src/AddIns/Misc/Debugger/Debugger.AddIn/Project/Configuration/AssemblyInfo.cs
  2. 5
      src/AddIns/Misc/Debugger/Debugger.AddIn/Project/Debugger.AddIn.csproj
  3. 0
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Configuration/AssemblyInfo.cs
  4. 5
      src/AddIns/Misc/Debugger/Debugger.Core/Project/Debugger.Core.csproj
  5. 0
      src/AddIns/Misc/Debugger/Debugger.Interop/Project/Configuration/AssemblyInfo.il
  6. 0
      src/AddIns/Misc/Debugger/TreeListView/Project/Configuration/AssemblyInfo.cs
  7. 7
      src/AddIns/Misc/Debugger/TreeListView/Project/TreeListView.csproj

0
src/AddIns/Misc/Debugger/Debugger.AddIn/Project/Src/AssemblyInfo.cs → src/AddIns/Misc/Debugger/Debugger.AddIn/Project/Configuration/AssemblyInfo.cs

5
src/AddIns/Misc/Debugger/Debugger.AddIn/Project/Debugger.AddIn.csproj

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@ -34,7 +34,7 @@ @@ -34,7 +34,7 @@
<None Include="Debugger.AddIn.addin">
<CopyToOutputDirectory>True</CopyToOutputDirectory>
</None>
<Compile Include="Src\AssemblyInfo.cs" />
<Compile Include="Configuration\AssemblyInfo.cs" />
<Compile Include="Src\Pads\BreakPointsPad.cs" />
<Compile Include="Src\Pads\CallStackPad.cs" />
<Compile Include="Src\Pads\LoadedModulesPad.cs" />
@ -68,7 +68,6 @@ @@ -68,7 +68,6 @@
<Name>TreeListView</Name>
<Private>False</Private>
</ProjectReference>
<Folder Include="Configuration\" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
</Project>

0
src/AddIns/Misc/Debugger/Debugger.Core/Project/Src/AssemblyInfo.cs → src/AddIns/Misc/Debugger/Debugger.Core/Project/Configuration/AssemblyInfo.cs

5
src/AddIns/Misc/Debugger/Debugger.Core/Project/Debugger.Core.csproj

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@ -35,7 +35,7 @@ @@ -35,7 +35,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Src\AssemblyInfo.cs" />
<Compile Include="Configuration\AssemblyInfo.cs" />
<Compile Include="Src\Enums\ClassFieldAttribute.cs" />
<Compile Include="Src\Enums\CorCallingConvention.cs" />
<Compile Include="Src\Enums\CorElementType.cs" />
@ -80,7 +80,6 @@ @@ -80,7 +80,6 @@
</ItemGroup>
<ItemGroup>
<Content Include="README.TXT" />
<Folder Include="Configuration\" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
</Project>

0
src/AddIns/Misc/Debugger/Debugger.Interop/Project/Src/AssemblyInfo.il → src/AddIns/Misc/Debugger/Debugger.Interop/Project/Configuration/AssemblyInfo.il

0
src/AddIns/Misc/Debugger/TreeListView/Project/Src/TreeListView/AssemblyInfo.cs → src/AddIns/Misc/Debugger/TreeListView/Project/Configuration/AssemblyInfo.cs

7
src/AddIns/Misc/Debugger/TreeListView/Project/TreeListView.csproj

@ -1,4 +1,4 @@ @@ -1,4 +1,4 @@
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
@ -32,6 +32,7 @@ @@ -32,6 +32,7 @@
<Reference Include="System.Xml" />
</ItemGroup>
<ItemGroup>
<Compile Include="Configuration\AssemblyInfo.cs" />
<Compile Include="Src\APIs\APIsClipboard.cs" />
<Compile Include="Src\APIs\APIsComctl32.cs" />
<Compile Include="Src\APIs\APIsEnums.cs" />
@ -46,7 +47,6 @@ @@ -46,7 +47,6 @@
<Compile Include="Src\APIs\ColorUtil.cs" />
<Compile Include="Src\APIs\COMInterfaces.cs" />
<Compile Include="Src\APIs\TextUtil.cs" />
<Compile Include="Src\TreeListView\AssemblyInfo.cs" />
<Compile Include="Src\TreeListView\Forms\TreeListViewItemsEditor.cs">
<SubType>Form</SubType>
</Compile>
@ -70,8 +70,5 @@ @@ -70,8 +70,5 @@
<EmbeddedResource Include="Src\TreeListView\Icons\Minus.gif" />
<EmbeddedResource Include="Src\TreeListView\Icons\Plus.gif" />
</ItemGroup>
<ItemGroup>
<Folder Include="Configuration\" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
</Project>
Loading…
Cancel
Save