diff options
author | Bertrand Lorentz <bertrand.lorentz@gmail.com> | 2010-08-13 10:35:16 +0200 |
---|---|---|
committer | Bertrand Lorentz <bertrand.lorentz@gmail.com> | 2010-08-13 10:35:16 +0200 |
commit | 98fbb162c7e3b55624ef6c559974ba727ea3d0f0 (patch) | |
tree | e2aa6fcb01b6380fddb3796424c3b0992240c735 /extras | |
parent | 487ba85c309e7c70d46b6ae0d5f17e6b985d0b65 (diff) |
[metrics] Remove duplicate Metrics.csproj file
As we had two file differing only by case, this would confuse the hell
out of git on Windows. Just remove the one that was not referenced in
the solution.
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 |