<AllowUnsafeBlocks>True</AllowUnsafeBlocks>\r
<NoStdLib>False</NoStdLib>\r
<TreatWarningsAsErrors>False</TreatWarningsAsErrors>\r
- <OutputPath>bin\$(configuration)\$(Platform)</OutputPath>\r
- <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>\r
+ <OutputPath>bin\$(Configuration)</OutputPath>\r
+ <IntermediateOutputPath>obj\$(Configuration)</IntermediateOutputPath>\r
<WarningLevel>4</WarningLevel>\r
<NoWin32Manifest>False</NoWin32Manifest>\r
<SignAssembly>false</SignAssembly>\r
<SchemaVersion>2.0</SchemaVersion>\r
</PropertyGroup>\r
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">\r
+ <DebugSymbols>true</DebugSymbols>\r
+ <DefineConstants>TRACE;DEBUG</DefineConstants>\r
<Optimize>False</Optimize>\r
- <CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>\r
- <BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>\r
+ <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>\r
<DebugType>Full</DebugType>\r
- </PropertyGroup>\r
- <PropertyGroup Condition=" '$(Platform)' == 'Win_x86' ">\r
- <BaseAddress>4194304</BaseAddress>\r
- <PlatformTarget>x86</PlatformTarget>\r
- <Prefer32Bit>False</Prefer32Bit>\r
- <RegisterForComInterop>False</RegisterForComInterop>\r
- <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>\r
- </PropertyGroup>\r
- <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">\r
- <PlatformTarget>AnyCPU</PlatformTarget>\r
- <BaseAddress>4194304</BaseAddress>\r
- <RegisterForComInterop>False</RegisterForComInterop>\r
- <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>\r
- </PropertyGroup>\r
- <PropertyGroup Condition=" '$(Platform)' == 'Linux_x86' ">\r
- <PlatformTarget>x86</PlatformTarget>\r
<BaseAddress>4194304</BaseAddress>\r
- <RegisterForComInterop>False</RegisterForComInterop>\r
- <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>\r
</PropertyGroup>\r
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">\r
<Optimize>True</Optimize>\r
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow>\r
- <BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>\r
<DebugType>None</DebugType>\r
+ <BaseAddress>4194304</BaseAddress>\r
</PropertyGroup>\r
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Linux_x86' ">\r
- <DefineConstants>TRACE;DEBUG;__linux__;DEBUG_CLIP_RECTANGLE</DefineConstants>\r
- <OutputPath>bin\Linux_x86\Debug</OutputPath>\r
- <CheckForOverflowUnderflow>true</CheckForOverflowUnderflow>\r
- <DebugSymbols>true</DebugSymbols>\r
- </PropertyGroup>\r
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Win_x86' ">\r
- <DefineConstants>TRACE;DEBUG;_WIN32</DefineConstants>\r
- <DebugType>none</DebugType>\r
- </PropertyGroup>\r
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Linux_x86' ">\r
+ <PropertyGroup Condition=" '$(Platform)' == 'Linux_x86' ">\r
<DefineConstants>__linux__</DefineConstants>\r
- <OutputPath>bin\Linux_x86\Release</OutputPath>\r
- <PlatformTarget>x64</PlatformTarget>\r
+ <PlatformTarget>x86</PlatformTarget>\r
+ <BaseAddress>4194304</BaseAddress>\r
</PropertyGroup>\r
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Win_x86' ">\r
+ <PropertyGroup Condition=" '$$(Platform)' == 'Win_x86' ">\r
<DefineConstants>_WIN32</DefineConstants>\r
</PropertyGroup>\r
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
- <DebugType>none</DebugType>\r
- <OutputPath>bin\Debug</OutputPath>\r
- </PropertyGroup>\r
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
- <OutputPath>bin\Release</OutputPath>\r
- </PropertyGroup>\r
<ItemGroup>\r
<Compile Include="src\EventSource.cs" />\r
<Compile Include="src\Colors.cs" />\r
Global\r
GlobalSection(SolutionConfigurationPlatforms) = preSolution\r
Debug|Linux_x86 = Debug|Linux_x86\r
- Debug|Win_x86 = Debug|Win_x86\r
Release|Linux_x86 = Release|Linux_x86\r
- Release|Win_x86 = Release|Win_x86\r
- Debug|Any CPU = Debug|Any CPU\r
- Release|Any CPU = Release|Any CPU\r
EndGlobalSection\r
GlobalSection(ProjectConfigurationPlatforms) = postSolution\r
- {74289092-9F70-4941-AFCB-DFD7BE2140B6}.Debug|Any CPU.ActiveCfg = Debug|Linux_x86\r
- {74289092-9F70-4941-AFCB-DFD7BE2140B6}.Debug|Any CPU.Build.0 = Debug|Linux_x86\r
{74289092-9F70-4941-AFCB-DFD7BE2140B6}.Debug|Linux_x86.ActiveCfg = Debug|Linux_x86\r
{74289092-9F70-4941-AFCB-DFD7BE2140B6}.Debug|Linux_x86.Build.0 = Debug|Linux_x86\r
- {74289092-9F70-4941-AFCB-DFD7BE2140B6}.Debug|Win_x86.ActiveCfg = Debug|Linux_x86\r
- {74289092-9F70-4941-AFCB-DFD7BE2140B6}.Debug|Win_x86.Build.0 = Debug|Linux_x86\r
- {74289092-9F70-4941-AFCB-DFD7BE2140B6}.Release|Any CPU.ActiveCfg = Release|Linux_x86\r
- {74289092-9F70-4941-AFCB-DFD7BE2140B6}.Release|Any CPU.Build.0 = Release|Linux_x86\r
{74289092-9F70-4941-AFCB-DFD7BE2140B6}.Release|Linux_x86.ActiveCfg = Release|Linux_x86\r
{74289092-9F70-4941-AFCB-DFD7BE2140B6}.Release|Linux_x86.Build.0 = Release|Linux_x86\r
- {74289092-9F70-4941-AFCB-DFD7BE2140B6}.Release|Win_x86.ActiveCfg = Release|Linux_x86\r
- {74289092-9F70-4941-AFCB-DFD7BE2140B6}.Release|Win_x86.Build.0 = Release|Linux_x86\r
- {C2980F9B-4798-4C05-99E2-E174810F7C7B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU\r
- {C2980F9B-4798-4C05-99E2-E174810F7C7B}.Debug|Any CPU.Build.0 = Debug|Any CPU\r
{C2980F9B-4798-4C05-99E2-E174810F7C7B}.Debug|Linux_x86.ActiveCfg = Debug|Linux_x86\r
{C2980F9B-4798-4C05-99E2-E174810F7C7B}.Debug|Linux_x86.Build.0 = Debug|Linux_x86\r
- {C2980F9B-4798-4C05-99E2-E174810F7C7B}.Debug|Win_x86.ActiveCfg = Debug|Win_x86\r
- {C2980F9B-4798-4C05-99E2-E174810F7C7B}.Debug|Win_x86.Build.0 = Debug|Win_x86\r
- {C2980F9B-4798-4C05-99E2-E174810F7C7B}.Release|Any CPU.ActiveCfg = Release|Any CPU\r
- {C2980F9B-4798-4C05-99E2-E174810F7C7B}.Release|Any CPU.Build.0 = Release|Any CPU\r
{C2980F9B-4798-4C05-99E2-E174810F7C7B}.Release|Linux_x86.ActiveCfg = Release|Linux_x86\r
{C2980F9B-4798-4C05-99E2-E174810F7C7B}.Release|Linux_x86.Build.0 = Release|Linux_x86\r
- {C2980F9B-4798-4C05-99E2-E174810F7C7B}.Release|Win_x86.ActiveCfg = Release|Win_x86\r
- {C2980F9B-4798-4C05-99E2-E174810F7C7B}.Release|Win_x86.Build.0 = Release|Win_x86\r
EndGlobalSection\r
GlobalSection(MonoDevelopProperties) = preSolution\r
StartupItem = Tests\Tests.csproj\r
<AssemblyName>Tests</AssemblyName>
<StartupObject>test.GOLIBTest_4</StartupObject>
<TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
+ <OutputPath>..\bin\$(configuration)</OutputPath>
+ <IntermediateOutputPath>obj\$(configuration)</IntermediateOutputPath>
</PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|Linux_x86' ">
+ <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
+ <OutputPath>..\bin\Debug</OutputPath>
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
- <OutputPath>bin\Debug</OutputPath>
- <DefineConstants>DEBUG;</DefineConstants>
+ <DefineConstants>DEBUG;TRACE;</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
- <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|Linux_x86' ">
- <DebugType>full</DebugType>
+ <PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
+ <OutputPath>..\bin\Release</OutputPath>
+ <DebugType>none</DebugType>
<Optimize>true</Optimize>
- <OutputPath>bin\Release</OutputPath>
- <ErrorReport>prompt</ErrorReport>
- <WarningLevel>4</WarningLevel>
+ <WarningLevel>0</WarningLevel>
<ConsolePause>false</ConsolePause>
</PropertyGroup>
+ <PropertyGroup Condition=" '$(Platform)' == 'Linux_x86' ">
+ <DefineConstants>__linux__</DefineConstants>
+ <PlatformTarget>x86</PlatformTarget>
+ </PropertyGroup>
+ <PropertyGroup Condition=" '$$(Platform)' == 'Win_x86' ">
+ <DefineConstants>_WIN32</DefineConstants>
+ </PropertyGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
- <ItemGroup>
- <ProjectReference Include="..\GOLib.csproj">
- <Project>{C2980F9B-4798-4C05-99E2-E174810F7C7B}</Project>
- <Name>GOLib</Name>
- </ProjectReference>
- </ItemGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Data" />
<ItemGroup>
<Folder Include="Interfaces\" />
</ItemGroup>
-</Project>
\ No newline at end of file
+ <ItemGroup>
+ <ProjectReference Include="..\GOLib.csproj">
+ <Project>{C2980F9B-4798-4C05-99E2-E174810F7C7B}</Project>
+ <Name>GOLib</Name>
+ </ProjectReference>
+ </ItemGroup>
+</Project>