Basic Commit viewer.
[Gitrdone.git] / Git / Git.csproj
blobc39f10622fff51b5e4d37325b301aa6867e8a9db
1 <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
2   <PropertyGroup>\r
3     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
4     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
5     <ProductVersion>8.0.50727</ProductVersion>\r
6     <SchemaVersion>2.0</SchemaVersion>\r
7     <ProjectGuid>{5496FE78-0E04-4E40-83A5-48E7240E386E}</ProjectGuid>\r
8     <OutputType>Library</OutputType>\r
9     <AppDesignerFolder>Properties</AppDesignerFolder>\r
10     <RootNamespace>Git</RootNamespace>\r
11     <AssemblyName>Git</AssemblyName>\r
12   </PropertyGroup>\r
13   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
14     <DebugSymbols>True</DebugSymbols>\r
15     <DebugType>full</DebugType>\r
16     <Optimize>False</Optimize>\r
17     <OutputPath>./bin/Debug/</OutputPath>\r
18     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
19     <ErrorReport>prompt</ErrorReport>\r
20     <WarningLevel>4</WarningLevel>\r
21     <OutputType>Library</OutputType>\r
22     <AssemblyName>Git</AssemblyName>\r
23     <AllowUnsafeBlocks>False</AllowUnsafeBlocks>\r
24     <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>\r
25   </PropertyGroup>\r
26   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
27     <DebugType>pdbonly</DebugType>\r
28     <Optimize>True</Optimize>\r
29     <OutputPath>./bin/Release/</OutputPath>\r
30     <DefineConstants>TRACE</DefineConstants>\r
31     <ErrorReport>prompt</ErrorReport>\r
32     <WarningLevel>4</WarningLevel>\r
33     <OutputType>Library</OutputType>\r
34     <AssemblyName>Git</AssemblyName>\r
35     <DebugSymbols>True</DebugSymbols>\r
36     <AllowUnsafeBlocks>False</AllowUnsafeBlocks>\r
37     <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>\r
38   </PropertyGroup>\r
39   <ItemGroup>\r
40     <Reference Include="System" />\r
41     <Reference Include="System.Data" />\r
42     <Reference Include="System.Xml" />\r
43   </ItemGroup>\r
44   <ItemGroup>\r
45     <Compile Include="Branch.cs" />\r
46     <Compile Include="Commit.cs" />\r
47     <Compile Include="Remote.cs" />\r
48     <Compile Include="Repo.cs" />\r
49     <Compile Include="Properties\AssemblyInfo.cs" />\r
50     <Compile Include="Tag.cs" />\r
51     <Compile Include="Tree.cs" />\r
52     <Compile Include="./Executioner.cs" />\r
53     <Compile Include="./Treeish.cs" />\r
54     <Compile Include="./File.cs" />\r
55   </ItemGroup>\r
56   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />\r
57   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
58        Other similar extension points exist, see Microsoft.Common.targets.\r
59   <Target Name="BeforeBuild">\r
60   </Target>\r
61   <Target Name="AfterBuild">\r
62   </Target>\r
63   -->\r
64 </Project>