57 lines
2.4 KiB
XML
Executable File
57 lines
2.4 KiB
XML
Executable File
<?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)' == '' ">AnyCPU</Platform>
|
|
<ProjectGuid>{8D3211A6-B2D6-4A26-ABE3-5B57636A4196}</ProjectGuid>
|
|
<OutputType>Library</OutputType>
|
|
<RootNamespace>Mocha.Core</RootNamespace>
|
|
<AssemblyName>Mocha.Core</AssemblyName>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<OutputPath>..\..\Output\Debug</OutputPath>
|
|
<DefineConstants>DEBUG;</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<Optimize>true</Optimize>
|
|
<OutputPath>..\..\Output\Release</OutputPath>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<ConsolePause>false</ConsolePause>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="System" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<Compile Include="Instance.cs" />
|
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
|
<Compile Include="Attribute.cs" />
|
|
<Compile Include="Relationship.cs" />
|
|
<Compile Include="Tenant.cs" />
|
|
<Compile Include="KnownInstanceGuids.cs" />
|
|
<Compile Include="KnownAttributeGuids.cs" />
|
|
<Compile Include="KnownRelationshipGuids.cs" />
|
|
<Compile Include="InstanceKey.cs" />
|
|
<Compile Include="RelationshipKey.cs" />
|
|
<Compile Include="OmsVariable.cs" />
|
|
<Compile Include="OmsException.cs" />
|
|
<Compile Include="InstanceHandle.cs" />
|
|
<Compile Include="TenantHandle.cs" />
|
|
<Compile Include="Transaction.cs" />
|
|
<Compile Include="TransactionOperation.cs" />
|
|
<Compile Include="ExportEntitiesAttribute.cs" />
|
|
</ItemGroup>
|
|
<ItemGroup>
|
|
<ProjectReference Include="..\..\..\MBS.Framework\MBS.Framework\MBS.Framework.csproj">
|
|
<Project>{00266B21-35C9-4A7F-A6BA-D54D7FDCC25C}</Project>
|
|
<Name>MBS.Framework</Name>
|
|
</ProjectReference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
|
|
</Project> |