1
0
Fork 0
Code-Statistics/LanguageJava/LanguageJava.csproj

76 lines
3.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<Project ToolsVersion="12.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{BDC141F0-956D-441D-9711-16AF83909294}</ProjectGuid>
<OutputType>Library</OutputType>
<AppDesignerFolder>Properties</AppDesignerFolder>
<RootNamespace>LanguageJava</RootNamespace>
<AssemblyName>Language.Java</AssemblyName>
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
</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>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>none</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<GenerateSerializationAssemblies>Off</GenerateSerializationAssemblies>
<RegisterForComInterop>false</RegisterForComInterop>
<UseVSHostingProcess>false</UseVSHostingProcess>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
</ItemGroup>
<ItemGroup>
<Compile Include="Elements\Annotation.cs" />
<Compile Include="Elements\Field.cs" />
<Compile Include="Elements\FlowStatement.cs" />
<Compile Include="Elements\Import.cs" />
<Compile Include="Elements\Member.cs" />
<Compile Include="Elements\Method.cs" />
<Compile Include="Elements\Modifiers.cs" />
<Compile Include="Elements\Primitives.cs" />
<Compile Include="Elements\Type.cs" />
<Compile Include="Elements\TypeIdentifier.cs" />
<Compile Include="Elements\TypeOf.cs" />
<Compile Include="Handling\JavaCodeBlockParser.cs" />
<Compile Include="Handling\JavaCodeParser.cs" />
<Compile Include="Handling\JavaFileInfo.cs" />
<Compile Include="Handling\JavaGlobalInfo.cs" />
<Compile Include="Handling\JavaState.cs" />
<Compile Include="JavaHandler.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Utils\JavaCharacters.cs" />
<Compile Include="Utils\JavaParseUtils.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\CodeStatisticsCore\CodeStatisticsCore.csproj">
<Project>{6e9bf33e-c035-4a44-ae11-6c2cfb029c0b}</Project>
<Name>CodeStatisticsCore</Name>
</ProjectReference>
</ItemGroup>
<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>