mirror of
https://github.com/twiglet/cs2j.git
synced 2025-01-18 13:15:17 +01:00
139 lines
6.2 KiB
XML
139 lines
6.2 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>8.0.50727</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{CE961AC5-C8D4-41B3-AAF3-23FA8FAEE8AD}</ProjectGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>cs2j</RootNamespace>
|
|
<AssemblyName>cs2j</AssemblyName>
|
|
<TargetFrameworkVersion>v3.5</TargetFrameworkVersion>
|
|
<FileUpgradeFlags>
|
|
</FileUpgradeFlags>
|
|
<OldToolsVersion>2.0</OldToolsVersion>
|
|
<UpgradeBackupLocation />
|
|
<PublishUrl>http://localhost/cs2j/</PublishUrl>
|
|
<Install>true</Install>
|
|
<InstallFrom>Web</InstallFrom>
|
|
<UpdateEnabled>true</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>true</IsWebBootstrapper>
|
|
<UseApplicationTrust>false</UseApplicationTrust>
|
|
<BootstrapperEnabled>true</BootstrapperEnabled>
|
|
</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>
|
|
<Commandlineparameters>-translator-timestamp-files=false -translator-keep-parens=false -netdir=/Users/keving/gitrepos/cs2j/CS2JLibrary/NetFramework/ -dumpxmls -xmldir=/Users/keving/tmp/xml/se -odir=/Users/keving/tmp/java/se/src -appdir=/Users/keving/svnrepos/ScormEngineNet/src/app/ScormEngine.Core /Users/keving/svnrepos/ScormEngineNet/src/app/ScormEngine.Core/Logic/Integration/DefaultIntegration.cs</Commandlineparameters>
|
|
</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>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="AntlrUtils\AntlrUtils.cs" />
|
|
<Compile Include="CLR\cs2j.cs" />
|
|
<Compile Include="CLR\TypeRep.cs" />
|
|
<Compile Include="CSharp\CommonWalker.cs" />
|
|
<Compile Include="CSharp\csLexer.cs" />
|
|
<Compile Include="CSharp\csParser.cs" />
|
|
<Compile Include="CSharp\Main.cs" />
|
|
<Compile Include="CSharp\minDriver.cs" />
|
|
<Compile Include="CSharp\PreProcessor.cs" />
|
|
<Compile Include="CLR\TranslationTemplate.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Utils\DirectoryHT.cs" />
|
|
<Compile Include="Utils\Constants.cs" />
|
|
<Compile Include="Utils\TypeHelper.cs" />
|
|
<Compile Include="CSharp\TemplateExtracter.cs" />
|
|
<Compile Include="CLR\CS2JSettings.cs" />
|
|
<Compile Include="CSharp\JavaMaker.cs" />
|
|
<Compile Include="CSharp\JavaPrettyPrint.cs" />
|
|
<Compile Include="CSharp\NetMaker.cs" />
|
|
<Compile Include="CSharp\Templates.cs" />
|
|
<Compile Include="Utils\Set.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="CSharp\csCrawl.g" />
|
|
<None Include="CSharp\cs.g" />
|
|
<None Include="CSharp\TemplateExtracter.g" />
|
|
<None Include="CSharp\JavaMaker.g" />
|
|
<None Include="CSharp\JavaPrettyPrint.g" />
|
|
<None Include="CSharp\NetMaker.g" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Content Include="README.txt" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<BootstrapperPackage Include=".NETFramework,Version=v4.0">
|
|
<Visible>False</Visible>
|
|
<ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
<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>false</Install>
|
|
</BootstrapperPackage>
|
|
<BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
|
|
<Visible>False</Visible>
|
|
<ProductName>Windows Installer 3.1</ProductName>
|
|
<Install>true</Install>
|
|
</BootstrapperPackage>
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\Antlr.Runtime\Antlr3.Runtime.csproj">
|
|
<Project>{CF15D0D5-BE72-4F98-B70F-229ABA1DF0E8}</Project>
|
|
<Name>Antlr3.Runtime</Name>
|
|
</ProjectReference>
|
|
<ProjectReference Include="..\NDesk.Options\NDesk.Options.csproj">
|
|
<Project>{E6ACBB37-AF38-45E1-B399-0CEE63809A15}</Project>
|
|
<Name>NDesk.Options</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\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>
|
|
-->
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="antlr.runtime, Version=2.7.7.3, Culture=neutral, PublicKeyToken=d7701e059243744f">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\dll\antlr.runtime.dll</HintPath>
|
|
</Reference>
|
|
<Reference Include="StringTemplate, Version=3.0.1.6846, Culture=neutral, PublicKeyToken=beee492b52c41e85">
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<HintPath>..\..\dll\StringTemplate.dll</HintPath>
|
|
</Reference>
|
|
</ItemGroup>
|
|
</Project> |