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.
138 lines
6.3 KiB
138 lines
6.3 KiB
<?xml version="1.0" encoding="utf-8"?> |
|
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> |
|
<PropertyGroup> |
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> |
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> |
|
<ProductVersion>9.0.30729</ProductVersion> |
|
<SchemaVersion>2.0</SchemaVersion> |
|
<ProjectGuid>{BF122CB4-E896-40CA-BF0A-AB44906AB87D}</ProjectGuid> |
|
<OutputType>Library</OutputType> |
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
<RootNamespace>ICSharpCode.CodeConversion</RootNamespace> |
|
<AssemblyName>ICSharpCode.CodeConversion</AssemblyName> |
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
<FileAlignment>512</FileAlignment> |
|
<FileUpgradeFlags> |
|
</FileUpgradeFlags> |
|
<OldToolsVersion>3.5</OldToolsVersion> |
|
<UpgradeBackupLocation /> |
|
<PublishUrl>publish\</PublishUrl> |
|
<Install>true</Install> |
|
<InstallFrom>Disk</InstallFrom> |
|
<UpdateEnabled>false</UpdateEnabled> |
|
<UpdateMode>Foreground</UpdateMode> |
|
<UpdateInterval>7</UpdateInterval> |
|
<UpdateIntervalUnits>Days</UpdateIntervalUnits> |
|
<UpdatePeriodically>false</UpdatePeriodically> |
|
<UpdateRequired>false</UpdateRequired> |
|
<MapFileExtensions>true</MapFileExtensions> |
|
<ApplicationRevision>0</ApplicationRevision> |
|
<ApplicationVersion>1.0.0.%2a</ApplicationVersion> |
|
<IsWebBootstrapper>false</IsWebBootstrapper> |
|
<UseApplicationTrust>false</UseApplicationTrust> |
|
<BootstrapperEnabled>true</BootstrapperEnabled> |
|
<TargetFrameworkProfile /> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> |
|
<DebugSymbols>true</DebugSymbols> |
|
<DebugType>full</DebugType> |
|
<Optimize>false</Optimize> |
|
<OutputPath>bin\Debug\</OutputPath> |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
|
<ErrorReport>prompt</ErrorReport> |
|
<WarningLevel>4</WarningLevel> |
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
|
</PropertyGroup> |
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> |
|
<DebugType>pdbonly</DebugType> |
|
<Optimize>true</Optimize> |
|
<OutputPath>bin\Release\</OutputPath> |
|
<DefineConstants>TRACE</DefineConstants> |
|
<ErrorReport>prompt</ErrorReport> |
|
<WarningLevel>4</WarningLevel> |
|
<CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet> |
|
</PropertyGroup> |
|
<ItemGroup> |
|
<Reference Include="Boo.Lang, Version=2.0.0.0, Culture=neutral, PublicKeyToken=32c39770e9a21a67, processorArchitecture=MSIL"> |
|
<SpecificVersion>False</SpecificVersion> |
|
<HintPath>..\..\Dependencies\Boo.Lang.dll</HintPath> |
|
</Reference> |
|
<Reference Include="Boo.Lang.Compiler, Version=2.0.0.0, Culture=neutral, PublicKeyToken=32c39770e9a21a67, processorArchitecture=MSIL"> |
|
<SpecificVersion>False</SpecificVersion> |
|
<HintPath>..\..\Dependencies\Boo.Lang.Compiler.dll</HintPath> |
|
</Reference> |
|
<Reference Include="ICSharpCode.NRefactory, Version=3.0.0.3091, Culture=neutral, PublicKeyToken=efe927acf176eea2, processorArchitecture=MSIL"> |
|
<SpecificVersion>False</SpecificVersion> |
|
<HintPath>..\..\Dependencies\ICSharpCode.NRefactory.dll</HintPath> |
|
</Reference> |
|
<Reference Include="ICSharpCode.Scripting"> |
|
<HintPath>..\..\Dependencies\ICSharpCode.Scripting.dll</HintPath> |
|
</Reference> |
|
<Reference Include="ICSharpCode.SharpDevelop.Dom, Version=3.0.0.3091, Culture=neutral, PublicKeyToken=f829da5c02be14ee, processorArchitecture=MSIL"> |
|
<SpecificVersion>False</SpecificVersion> |
|
<HintPath>..\..\Dependencies\ICSharpCode.SharpDevelop.Dom.dll</HintPath> |
|
</Reference> |
|
<Reference Include="Mono.Cecil"> |
|
<HintPath>..\..\Dependencies\Mono.Cecil.dll</HintPath> |
|
</Reference> |
|
<Reference Include="NRefactoryToBooConverter, Version=3.0.0.3091, Culture=neutral, processorArchitecture=MSIL"> |
|
<SpecificVersion>False</SpecificVersion> |
|
<HintPath>..\..\Dependencies\NRefactoryToBooConverter.dll</HintPath> |
|
</Reference> |
|
<Reference Include="PythonBinding, Version=3.2.0.5362, Culture=neutral, processorArchitecture=MSIL"> |
|
<SpecificVersion>False</SpecificVersion> |
|
<HintPath>..\..\Dependencies\PythonBinding.dll</HintPath> |
|
</Reference> |
|
<Reference Include="RubyBinding, Version=3.2.0.5362, Culture=neutral, processorArchitecture=MSIL"> |
|
<SpecificVersion>False</SpecificVersion> |
|
<HintPath>..\..\Dependencies\RubyBinding.dll</HintPath> |
|
</Reference> |
|
<Reference Include="System" /> |
|
<Reference Include="System.Core"> |
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="System.Xml.Linq"> |
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="System.Data.DataSetExtensions"> |
|
<RequiredTargetFramework>3.5</RequiredTargetFramework> |
|
</Reference> |
|
<Reference Include="System.Data" /> |
|
<Reference Include="System.Xml" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Compile Include="BooHelpers.cs" /> |
|
<Compile Include="HelperFunctions.cs" /> |
|
<Compile Include="IConvertCode.cs" /> |
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
<Compile Include="PythonHelpers.cs" /> |
|
<Compile Include="ReferencedContentsSingleton.cs" /> |
|
<Compile Include="RubyHelpers.cs" /> |
|
<Compile Include="SnippetConversion.cs" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<BootstrapperPackage Include="Microsoft.Net.Client.3.5"> |
|
<Visible>False</Visible> |
|
<ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName> |
|
<Install>false</Install> |
|
</BootstrapperPackage> |
|
<BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1"> |
|
<Visible>False</Visible> |
|
<ProductName>.NET Framework 3.5 SP1</ProductName> |
|
<Install>true</Install> |
|
</BootstrapperPackage> |
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1"> |
|
<Visible>False</Visible> |
|
<ProductName>Windows Installer 3.1</ProductName> |
|
<Install>true</Install> |
|
</BootstrapperPackage> |
|
</ItemGroup> |
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> |
|
<!-- To modify your build process, add your task inside one of the targets below and uncomment it. |
|
Other similar extension points exist, see Microsoft.Common.targets. |
|
<Target Name="BeforeBuild"> |
|
</Target> |
|
<Target Name="AfterBuild"> |
|
</Target> |
|
--> |
|
</Project> |