diff options
Diffstat (limited to 'extras')
-rw-r--r-- | extras/metrics/Metrics.csproj | 51 |
1 files changed, 0 insertions, 51 deletions
diff --git a/extras/metrics/Metrics.csproj b/extras/metrics/Metrics.csproj deleted file mode 100644 index 836241079..000000000 --- a/extras/metrics/Metrics.csproj +++ /dev/null @@ -1,51 +0,0 @@ -<?xml version="1.0" encoding="utf-8"?> -<Project DefaultTargets="Build" ToolsVersion="3.5" xmlns="http://schemas.microsoft.com/developer/msbuild/2003"> - <PropertyGroup> - <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration> - <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform> - <ProductVersion>9.0.21022</ProductVersion> - <SchemaVersion>2.0</SchemaVersion> - <ProjectGuid>{6D17167C-AC3F-4D40-A652-46627276A9A1}</ProjectGuid> - <OutputType>Exe</OutputType> - <RootNamespace>metrics</RootNamespace> - <ReleaseVersion>1.3</ReleaseVersion> - <AssemblyName>Metrics</AssemblyName> - <TargetFrameworkVersion>v3.5</TargetFrameworkVersion> - </PropertyGroup> - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' "> - <DebugSymbols>true</DebugSymbols> - <DebugType>full</DebugType> - <Optimize>false</Optimize> - <OutputPath>.</OutputPath> - <DefineConstants>DEBUG</DefineConstants> - <ErrorReport>prompt</ErrorReport> - <WarningLevel>4</WarningLevel> - </PropertyGroup> - <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' "> - <DebugType>none</DebugType> - <Optimize>false</Optimize> - <OutputPath>.</OutputPath> - <ErrorReport>prompt</ErrorReport> - <WarningLevel>4</WarningLevel> - </PropertyGroup> - <ItemGroup> - <Reference Include="System" /> - </ItemGroup> - <ItemGroup> - <Compile Include="MultiUserSample.cs" /> - <Compile Include="MetaMetrics.cs" /> - <Compile Include="Main.cs" /> - <Compile Include="Database.cs" /> - </ItemGroup> - <ItemGroup> - <ProjectReference Include="..\..\src\Libraries\Hyena\Hyena.csproj"> - <Project>{95374549-9553-4C1E-9D89-667755F90E12}</Project> - <Name>Hyena</Name> - </ProjectReference> - <ProjectReference Include="..\..\src\Libraries\Mono.Data.Sqlite\Mono.Data.Sqlite.csproj"> - <Project>{BB1D1D81-7A74-4183-B7B1-3E78B32D42F1}</Project> - <Name>Mono.Data.Sqlite</Name> - </ProjectReference> - </ItemGroup> - <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" /> -</Project>
\ No newline at end of file |