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.
67 lines
2.7 KiB
67 lines
2.7 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>8.0.30703</ProductVersion> |
|
<SchemaVersion>2.0</SchemaVersion> |
|
<ProjectGuid>{7DA7C0AB-0982-4BF5-9324-F59A7A08D65B}</ProjectGuid> |
|
<OutputType>Library</OutputType> |
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
<RootNamespace>CCodeGeneration</RootNamespace> |
|
<AssemblyName>CCodeGeneration</AssemblyName> |
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion> |
|
<FileAlignment>512</FileAlignment> |
|
<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> |
|
</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> |
|
<Reference Include="System" /> |
|
</ItemGroup> |
|
<ItemGroup> |
|
<Compile Include="CFile.cs" /> |
|
<Compile Include="Code.cs" /> |
|
<Compile Include="CodeContainerBase.cs" /> |
|
<Compile Include="CodeElement.cs" /> |
|
<Compile Include="Comment.cs" /> |
|
<Compile Include="EmptyLine.cs" /> |
|
<Compile Include="Function.cs" /> |
|
<Compile Include="CGenerator.cs" /> |
|
<Compile Include="IfThenElse.cs" /> |
|
<Compile Include="PlainText.cs" /> |
|
<Compile Include="Switch.cs" /> |
|
<Compile Include="PP_If.cs" /> |
|
<Compile Include="PP_Ifdef.cs" /> |
|
<Compile Include="PP_Include.cs" /> |
|
<Compile Include="FunctionDeclaration.cs" /> |
|
<Compile Include="PP_Macro.cs" /> |
|
<Compile Include="Properties\AssemblyInfo.cs" /> |
|
<Compile Include="VariableDeclaration.cs" /> |
|
<Compile Include="VariablePrototype.cs" /> |
|
<Compile Include="VariableType.cs" /> |
|
</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> |