mirror of
https://github.com/KevinMidboe/linguist.git
synced 2026-01-07 09:55:32 +00:00
Oxygene language detection
This commit is contained in:
55
samples/Oxygene/Loops.oxygene
Normal file
55
samples/Oxygene/Loops.oxygene
Normal file
@@ -0,0 +1,55 @@
|
||||
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||
<PropertyGroup>
|
||||
<RootNamespace>Loops</RootNamespace>
|
||||
<OutputType>exe</OutputType>
|
||||
<AssemblyName>Loops</AssemblyName>
|
||||
<AllowGlobals>False</AllowGlobals>
|
||||
<AllowLegacyOutParams>False</AllowLegacyOutParams>
|
||||
<AllowLegacyCreate>False</AllowLegacyCreate>
|
||||
<ApplicationIcon>Properties\App.ico</ApplicationIcon>
|
||||
<Configuration Condition="'$(Configuration)' == ''">Release</Configuration>
|
||||
<ProjectGuid>{916BD89C-B610-4CEE-9CAF-C515D88E2C94}</ProjectGuid>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
|
||||
<DefineConstants>DEBUG;TRACE;</DefineConstants>
|
||||
<OutputPath>.\bin\Debug</OutputPath>
|
||||
<GeneratePDB>True</GeneratePDB>
|
||||
<GenerateMDB>True</GenerateMDB>
|
||||
</PropertyGroup>
|
||||
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
|
||||
<OutputPath>.\bin\Release</OutputPath>
|
||||
<EnableAsserts>False</EnableAsserts>
|
||||
</PropertyGroup>
|
||||
<Import Project="$(MSBuildExtensionsPath)\RemObjects Software\Oxygene\RemObjects.Oxygene.targets" />
|
||||
<ItemGroup>
|
||||
<Reference Include="mscorlib">
|
||||
<HintPath>$(Framework)\mscorlib.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System">
|
||||
<HintPath>$(Framework)\System.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Core">
|
||||
<HintPath>$(ProgramFiles)\Reference Assemblies\Microsoft\Framework\v3.5\System.Core.dll</HintPath>
|
||||
<Private>True</Private>
|
||||
</Reference>
|
||||
<Reference Include="System.Data">
|
||||
<HintPath>$(Framework)\System.Data.dll</HintPath>
|
||||
</Reference>
|
||||
<Reference Include="System.Xml">
|
||||
<HintPath>$(Framework)\System.Xml.dll</HintPath>
|
||||
</Reference>
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
<Compile Include="Program.pas" />
|
||||
<Content Include="Properties\App.ico" />
|
||||
<Compile Include="Properties\AssemblyInfo.pas" />
|
||||
<EmbeddResource Include="Properties\Resources.resx">
|
||||
<Generator>ResXFileCodeGenerator</Generator>
|
||||
</EmbeddResource>
|
||||
<Compile Include="Properties\Resources.Designer.pas" />
|
||||
<None Include="Properties\Settings.settings">
|
||||
<Generator>SettingsSingleFileGenerator</Generator>
|
||||
</None>
|
||||
<Compile Include="Properties\Settings.Designer.pas" />
|
||||
</ItemGroup>
|
||||
</Project>
|
||||
Reference in New Issue
Block a user