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.
129 lines
5.5 KiB
129 lines
5.5 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<Project ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" DefaultTargets="Build"> |
|
<PropertyGroup> |
|
<ProjectGuid>{9C19E629-C93E-4ACB-9A4B-13072B5AEF9D}</ProjectGuid> |
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
<OutputType>WinExe</OutputType> |
|
<RootNamespace>ICSharpCode.NRefactory.Demo</RootNamespace> |
|
<AssemblyName>ICSharpCode.NRefactory.Demo</AssemblyName> |
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
<ProductVersion>10.0.0</ProductVersion> |
|
<SchemaVersion>2.0</SchemaVersion> |
|
<OutputPath>..\bin\$(Configuration)\</OutputPath> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Platform)' == 'x86' "> |
|
<PlatformTarget>x86</PlatformTarget> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
<DebugSymbols>True</DebugSymbols> |
|
<DebugType>Full</DebugType> |
|
<Optimize>False</Optimize> |
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'Release' "> |
|
<DebugType>PdbOnly</DebugType> |
|
<Optimize>True</Optimize> |
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
<DefineConstants>TRACE</DefineConstants> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' "> |
|
<PlatformTarget>x86</PlatformTarget> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' "> |
|
<WarningLevel>4</WarningLevel> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' "> |
|
<WarningLevel>4</WarningLevel> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
<WarningLevel>4</WarningLevel> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
<WarningLevel>4</WarningLevel> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'net_4_5_Debug' "> |
|
<DebugSymbols>True</DebugSymbols> |
|
<DebugType>Full</DebugType> |
|
<Optimize>False</Optimize> |
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_5_Debug|x86' "> |
|
<WarningLevel>4</WarningLevel> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_5_Debug|AnyCPU' "> |
|
<WarningLevel>4</WarningLevel> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)' == 'net_4_5_Release' "> |
|
<DebugType>PdbOnly</DebugType> |
|
<Optimize>True</Optimize> |
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
<DefineConstants>TRACE</DefineConstants> |
|
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_5_Release|x86' "> |
|
<WarningLevel>4</WarningLevel> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'net_4_5_Release|AnyCPU' "> |
|
<WarningLevel>4</WarningLevel> |
|
</PropertyGroup> |
|
<ItemGroup> |
|
<Reference Include="System" /> |
|
<Reference Include="System.Core"> |
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="System.Drawing" /> |
|
<Reference Include="System.Windows.Forms" /> |
|
<Reference Include="System.Xml" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Compile Include="..\ICSharpCode.NRefactory\Properties\GlobalAssemblyInfo.cs"> |
|
<Link>Properties\GlobalAssemblyInfo.cs</Link> |
|
</Compile> |
|
<Compile Include="CSDemo.cs"> |
|
<SubType>UserControl</SubType> |
|
</Compile> |
|
<Compile Include="CSDemo.Designer.cs"> |
|
<DependentUpon>CSDemo.cs</DependentUpon> |
|
</Compile> |
|
<Compile Include="MainForm.cs"> |
|
<SubType>Form</SubType> |
|
</Compile> |
|
<Compile Include="MainForm.Designer.cs"> |
|
<DependentUpon>MainForm.cs</DependentUpon> |
|
</Compile> |
|
<Compile Include="Program.cs" /> |
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
<Compile Include="SemanticTreeDialog.cs"> |
|
<SubType>Form</SubType> |
|
</Compile> |
|
<Compile Include="SemanticTreeDialog.Designer.cs"> |
|
<DependentUpon>SemanticTreeDialog.cs</DependentUpon> |
|
</Compile> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<ProjectReference Include="..\ICSharpCode.NRefactory.CSharp\ICSharpCode.NRefactory.CSharp.csproj"> |
|
<Project>{53DCA265-3C3C-42F9-B647-F72BA678122B}</Project> |
|
<Name>ICSharpCode.NRefactory.CSharp</Name> |
|
</ProjectReference> |
|
<ProjectReference Include="..\ICSharpCode.NRefactory\ICSharpCode.NRefactory.csproj"> |
|
<Project>{3B2A5653-EC97-4001-BB9B-D90F1AF2C371}</Project> |
|
<Name>ICSharpCode.NRefactory</Name> |
|
</ProjectReference> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<EmbeddedResource Include="CSDemo.resx"> |
|
<DependentUpon>CSDemo.cs</DependentUpon> |
|
</EmbeddedResource> |
|
<EmbeddedResource Include="MainForm.resx"> |
|
<DependentUpon>MainForm.cs</DependentUpon> |
|
</EmbeddedResource> |
|
<EmbeddedResource Include="SemanticTreeDialog.resx"> |
|
<DependentUpon>SemanticTreeDialog.cs</DependentUpon> |
|
</EmbeddedResource> |
|
</ItemGroup> |
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.Targets" /> |
|
</Project> |