79 lines
4.4 KiB
XML
79 lines
4.4 KiB
XML
<?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)' == '' ">x86</Platform>
|
|
<ProductVersion>8.0.30703</ProductVersion>
|
|
<SchemaVersion>2.0</SchemaVersion>
|
|
<ProjectGuid>{E0780196-FFC8-49BA-9451-44EAD3E3CB10}</ProjectGuid>
|
|
<OutputType>Exe</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace>vexillographer</RootNamespace>
|
|
<AssemblyName>vexillographer</AssemblyName>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
<TargetFrameworkProfile>Client</TargetFrameworkProfile>
|
|
<FileAlignment>512</FileAlignment>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|AnyCPU'">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<OutputPath>$(SolutionDir)bin\$(Configuration)\</OutputPath>
|
|
<DefineConstants>DEBUG;TRACE</DefineConstants>
|
|
<DebugType>full</DebugType>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
|
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'">
|
|
<OutputPath>$(SolutionDir)bin\$(Configuration)\</OutputPath>
|
|
<DefineConstants>TRACE</DefineConstants>
|
|
<Optimize>true</Optimize>
|
|
<DebugType>pdbonly</DebugType>
|
|
<PlatformTarget>AnyCPU</PlatformTarget>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
|
|
<CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
|
|
<CodeAnalysisFailOnMissingRules>true</CodeAnalysisFailOnMissingRules>
|
|
</PropertyGroup>
|
|
<PropertyGroup>
|
|
<RunPostBuildEvent>OnOutputUpdated</RunPostBuildEvent>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Compile Include="c.cs" />
|
|
<Compile Include="cpp.cs" />
|
|
<Compile Include="java.cs" />
|
|
<Compile Include="python.cs" />
|
|
<Compile Include="ruby.cs" />
|
|
<Compile Include="vexillographer.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
<Reference Include="System.Core" />
|
|
<Reference Include="System.Data" />
|
|
<Reference Include="System.Xml" />
|
|
<Reference Include="System.Xml.Linq" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<None Include="fdb.options">
|
|
<SubType>Designer</SubType>
|
|
</None>
|
|
</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>-->
|
|
<!-- The AfterBuild was added by Dave S and Ben. We depend on the code in vex and the file
|
|
fdb.options to decide if we should generate the bindings' options files. For now there
|
|
is not mention of the Java outputs.
|
|
-->
|
|
<Target Name="AfterBuild" Inputs="fdb.options;$(SolutionDir)bin\$(Configuration)\vexillographer.exe" Outputs="$(SolutionDir)bindings\c\foundationdb\fdb_c_options.g.h;$(SolutionDir)fdbclient\FDBOptions.g.h;$(SolutionDir)bindings\python\fdb\fdboptions.py">
|
|
<Message Text="Running vexillographer." Importance="high" />
|
|
<Exec Command=""$(SolutionDir)bin\$(Configuration)\vexillographer.exe" "$(ProjectDir)fdb.options" java "$(ProjectDir)..\..\bindings\java\src\main\com\apple\foundationdb"" />
|
|
<Exec Command=""$(SolutionDir)bin\$(Configuration)\vexillographer.exe" "$(ProjectDir)fdb.options" c "$(ProjectDir)..\..\bindings\c\foundationdb\fdb_c_options.g.h"" />
|
|
<Exec Command=""$(SolutionDir)bin\$(Configuration)\vexillographer.exe" "$(ProjectDir)fdb.options" cpp "$(ProjectDir)..\..\fdbclient\FDBOptions.g"" />
|
|
<Exec Command=""$(SolutionDir)bin\$(Configuration)\vexillographer.exe" "$(ProjectDir)fdb.options" python "$(ProjectDir)..\..\bindings\python\fdb\fdboptions.py"" />
|
|
<Exec Command=""$(SolutionDir)bin\$(Configuration)\vexillographer.exe" "$(ProjectDir)fdb.options" ruby "$(ProjectDir)..\..\bindings\ruby\lib\fdboptions.rb"" />
|
|
</Target>
|
|
</Project>
|