You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
77 lines
3.4 KiB
77 lines
3.4 KiB
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
<PropertyGroup> |
|
<OutputType>Library</OutputType> |
|
<RootNamespace>ClassEditor</RootNamespace> |
|
<AssemblyName>ClassEditor</AssemblyName> |
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
<ProjectGuid>{F5E059BB-96C2-4398-BED0-8598CD434173}</ProjectGuid> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
<OutputPath>bin\Debug\</OutputPath> |
|
<Optimize>False</Optimize> |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
<DebugSymbols>True</DebugSymbols> |
|
<DebugType>Full</DebugType> |
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
<OutputPath>bin\Release\</OutputPath> |
|
<Optimize>True</Optimize> |
|
<DefineConstants>TRACE</DefineConstants> |
|
<DebugSymbols>False</DebugSymbols> |
|
<DebugType>None</DebugType> |
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
</PropertyGroup> |
|
<ItemGroup> |
|
<Reference Include="System" /> |
|
<Reference Include="System.Data" /> |
|
<Reference Include="System.Drawing" /> |
|
<Reference Include="System.Windows.Forms" /> |
|
<Reference Include="System.Xml" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Compile Include="..\..\..\..\Main\GlobalAssemblyInfo.cs"> |
|
<Link>GlobalAssemblyInfo.cs</Link> |
|
</Compile> |
|
<Compile Include="ClassEditor.cs" /> |
|
<Compile Include="ClassEditor.Designer.cs"> |
|
<DependentUpon>ClassEditor.cs</DependentUpon> |
|
</Compile> |
|
<Compile Include="AssemblyInfo.cs" /> |
|
<EmbeddedResource Include="ClassEditor.resx"> |
|
<DependentUpon>ClassEditor.cs</DependentUpon> |
|
</EmbeddedResource> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<ProjectReference Include="..\..\..\..\Libraries\ICSharpCode.TextEditor\Project\ICSharpCode.TextEditor.csproj"> |
|
<Project>{2D18BE89-D210-49EB-A9DD-2246FBB3DF6D}</Project> |
|
<Name>ICSharpCode.TextEditor</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\..\..\Libraries\NRefactory\Project\NRefactory.csproj"> |
|
<Project>{3A9AE6AA-BC07-4A2F-972C-581E3AE2F195}</Project> |
|
<Name>NRefactory</Name> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\..\..\Main\Base\Project\ICSharpCode.SharpDevelop.csproj"> |
|
<Project>{2748AD25-9C63-4E12-877B-4DCE96FBED54}</Project> |
|
<Name>ICSharpCode.SharpDevelop</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\..\..\Main\Core\Project\ICSharpCode.Core.csproj"> |
|
<Project>{35CEF10F-2D4C-45F2-9DD1-161E0FEC583C}</Project> |
|
<Name>ICSharpCode.Core</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\..\..\Main\ICSharpCode.SharpDevelop.Dom\Project\ICSharpCode.SharpDevelop.Dom.csproj"> |
|
<Project>{924EE450-603D-49C1-A8E5-4AFAA31CE6F3}</Project> |
|
<Name>ICSharpCode.SharpDevelop.Dom</Name> |
|
<Private>False</Private> |
|
</ProjectReference> |
|
<ProjectReference Include="..\..\..\Misc\Debugger\TreeListView\Project\TreeListView.csproj"> |
|
<Project>{B08385CD-F0CC-488C-B4F4-EEB34B6D2688}</Project> |
|
<Name>TreeListView</Name> |
|
</ProjectReference> |
|
</ItemGroup> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
|
</Project> |