1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 12.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3
+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4
+ <PropertyGroup >
5
+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6
+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7
+ <ProjectGuid >{B221AAD1-B9B7-4DB0-A4BE-78507A3F14FE}</ProjectGuid >
8
+ <OutputType >Exe</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >GitHubUsers.Console</RootNamespace >
11
+ <AssemblyName >GitHubUsers.Console</AssemblyName >
12
+ <TargetFrameworkVersion >v4.5.1</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ <TargetFrameworkProfile />
15
+ </PropertyGroup >
16
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
17
+ <PlatformTarget >AnyCPU</PlatformTarget >
18
+ <DebugSymbols >true</DebugSymbols >
19
+ <DebugType >full</DebugType >
20
+ <Optimize >false</Optimize >
21
+ <OutputPath >bin\Debug\</OutputPath >
22
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
23
+ <ErrorReport >prompt</ErrorReport >
24
+ <WarningLevel >4</WarningLevel >
25
+ <Prefer32Bit >false</Prefer32Bit >
26
+ </PropertyGroup >
27
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28
+ <PlatformTarget >AnyCPU</PlatformTarget >
29
+ <DebugType >pdbonly</DebugType >
30
+ <Optimize >true</Optimize >
31
+ <OutputPath >bin\Release\</OutputPath >
32
+ <DefineConstants >TRACE</DefineConstants >
33
+ <ErrorReport >prompt</ErrorReport >
34
+ <WarningLevel >4</WarningLevel >
35
+ <Prefer32Bit >false</Prefer32Bit >
36
+ </PropertyGroup >
37
+ <ItemGroup >
38
+ <Reference Include =" Octokit" >
39
+ <HintPath >..\packages\Octokit.0.7.3\lib\net45\Octokit.dll</HintPath >
40
+ </Reference >
41
+ <Reference Include =" StacMan" >
42
+ <HintPath >..\packages\StacMan.1.1.2\lib\StacMan.dll</HintPath >
43
+ </Reference >
44
+ <Reference Include =" System" />
45
+ <Reference Include =" System.Core" />
46
+ <Reference Include =" System.Net.Http" />
47
+ <Reference Include =" System.Xml.Linq" />
48
+ <Reference Include =" System.Data.DataSetExtensions" />
49
+ <Reference Include =" Microsoft.CSharp" />
50
+ <Reference Include =" System.Data" />
51
+ <Reference Include =" System.Xml" />
52
+ </ItemGroup >
53
+ <ItemGroup >
54
+ <Compile Include =" Program.cs" />
55
+ <Compile Include =" Properties\AssemblyInfo.cs" />
56
+ </ItemGroup >
57
+ <ItemGroup >
58
+ <None Include =" app.config" />
59
+ <None Include =" packages.config" />
60
+ </ItemGroup >
61
+ <ItemGroup >
62
+ <Content Include =" Locations.txt" >
63
+ <CopyToOutputDirectory >Always</CopyToOutputDirectory >
64
+ </Content >
65
+ </ItemGroup >
66
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
67
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
68
+ Other similar extension points exist, see Microsoft.Common.targets.
69
+ <Target Name="BeforeBuild">
70
+ </Target>
71
+ <Target Name="AfterBuild">
72
+ </Target>
73
+ -->
74
+ </Project >
0 commit comments