File: generator.csproj

package info (click to toggle)
gnome-subtitles 1.8-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid
  • size: 103,144 kB
  • sloc: xml: 406,395; cs: 364,495; ansic: 3,104; perl: 1,477; sh: 769; python: 545; javascript: 500; makefile: 49
file content (111 lines) | stat: -rw-r--r-- 4,382 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
  <PropertyGroup>
    <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
    <Platform Condition=" '$(Platform)' == '' ">x86</Platform>
    <ProductVersion>9.0.21022</ProductVersion>
    <SchemaVersion>2.0</SchemaVersion>
    <ProjectGuid>{80E73555-2284-40DC-9068-9A40B7359B0C}</ProjectGuid>
    <OutputType>Exe</OutputType>
    <RootNamespace>generator</RootNamespace>
    <AssemblyName>gapi_codegen</AssemblyName>
    <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
    <TargetFrameworkProfile />
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
    <DebugSymbols>true</DebugSymbols>
    <DebugType>full</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Debug</OutputPath>
    <DefineConstants>DEBUG</DefineConstants>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <PlatformTarget>x86</PlatformTarget>
    <ConsolePause>false</ConsolePause>
  </PropertyGroup>
  <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
    <DebugType>none</DebugType>
    <Optimize>false</Optimize>
    <OutputPath>bin\Release</OutputPath>
    <ErrorReport>prompt</ErrorReport>
    <WarningLevel>4</WarningLevel>
    <PlatformTarget>x86</PlatformTarget>
    <ConsolePause>false</ConsolePause>
  </PropertyGroup>
  <ItemGroup>
    <Compile Include="AliasGen.cs" />
    <Compile Include="BoxedGen.cs" />
    <Compile Include="ByRefGen.cs" />
    <Compile Include="CallbackGen.cs" />
    <Compile Include="ChildProperty.cs" />
    <Compile Include="ClassBase.cs" />
    <Compile Include="ClassField.cs" />
    <Compile Include="ClassGen.cs" />
    <Compile Include="CodeGenerator.cs" />
    <Compile Include="ConstFilenameGen.cs" />
    <Compile Include="ConstStringGen.cs" />
    <Compile Include="Ctor.cs" />
    <Compile Include="DefaultSignalHandler.cs" />
    <Compile Include="EnumGen.cs" />
    <Compile Include="FieldBase.cs" />
    <Compile Include="GObjectVM.cs" />
    <Compile Include="GenBase.cs" />
    <Compile Include="GenerationInfo.cs" />
    <Compile Include="HandleBase.cs" />
    <Compile Include="IAccessor.cs" />
    <Compile Include="IGeneratable.cs" />
    <Compile Include="IManualMarshaler.cs" />
    <Compile Include="IOwnable.cs" />
    <Compile Include="InterfaceGen.cs" />
    <Compile Include="InterfaceVM.cs" />
    <Compile Include="LPGen.cs" />
    <Compile Include="LPUGen.cs" />
    <Compile Include="LogWriter.cs" />
    <Compile Include="ManagedCallString.cs" />
    <Compile Include="ManualGen.cs" />
    <Compile Include="MarshalGen.cs" />
    <Compile Include="Method.cs" />
    <Compile Include="MethodBase.cs" />
    <Compile Include="MethodBody.cs" />
    <Compile Include="ObjectBase.cs" />
    <Compile Include="ObjectField.cs" />
    <Compile Include="ObjectGen.cs" />
    <Compile Include="OpaqueGen.cs" />
    <Compile Include="OwnableGen.cs" />
    <Compile Include="Parameters.cs" />
    <Compile Include="Parser.cs" />
    <Compile Include="Property.cs" />
    <Compile Include="PropertyBase.cs" />
    <Compile Include="ReturnValue.cs" />
    <Compile Include="Signal.cs" />
    <Compile Include="Signature.cs" />
    <Compile Include="SimpleBase.cs" />
    <Compile Include="SimpleGen.cs" />
    <Compile Include="Statistics.cs" />
    <Compile Include="StructBase.cs" />
    <Compile Include="StructField.cs" />
    <Compile Include="StructGen.cs" />
    <Compile Include="SymbolTable.cs" />
    <Compile Include="VMSignature.cs" />
    <Compile Include="VirtualMethod.cs" />
    <Compile Include="XmlElementExtensions.cs" />
    <Compile Include="Parameter.cs" />
    <Compile Include="ArrayParameter.cs" />
    <Compile Include="Options.cs" />
    <Compile Include="Constant.cs" />
    <Compile Include="UnionGen.cs" />
    <Compile Include="NativeStructGen.cs" />
  </ItemGroup>
  <ItemGroup>
    <None Include="DESIGN" />
    <None Include="..\README.generator">
      <Link>README.generator</Link>
    </None>
  </ItemGroup>
  <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  <ItemGroup>
    <Reference Include="System" />
    <Reference Include="System.Xml" />
    <Reference Include="System.Core" />
  </ItemGroup>
</Project>