1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 14.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 >{3B718B72-40DA-41D3-B343-56C00E2B9CC1}</ProjectGuid >
8+ <OutputType >Exe</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >GetZendeskGroupStats</RootNamespace >
11+ <AssemblyName >GetZendeskGroupStats</AssemblyName >
12+ <TargetFrameworkVersion >v4.5.2</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <AutoGenerateBindingRedirects >true</AutoGenerateBindingRedirects >
15+ <TargetFrameworkProfile />
16+ </PropertyGroup >
17+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18+ <PlatformTarget >AnyCPU</PlatformTarget >
19+ <DebugSymbols >true</DebugSymbols >
20+ <DebugType >full</DebugType >
21+ <Optimize >false</Optimize >
22+ <OutputPath >..\bin\Debug\</OutputPath >
23+ <DefineConstants >DEBUG;TRACE</DefineConstants >
24+ <ErrorReport >prompt</ErrorReport >
25+ <WarningLevel >4</WarningLevel >
26+ <Prefer32Bit >false</Prefer32Bit >
27+ </PropertyGroup >
28+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
29+ <PlatformTarget >AnyCPU</PlatformTarget >
30+ <DebugType >pdbonly</DebugType >
31+ <Optimize >true</Optimize >
32+ <OutputPath >bin\Release\</OutputPath >
33+ <DefineConstants >TRACE</DefineConstants >
34+ <ErrorReport >prompt</ErrorReport >
35+ <WarningLevel >4</WarningLevel >
36+ <Prefer32Bit >false</Prefer32Bit >
37+ </PropertyGroup >
38+ <ItemGroup >
39+ <Reference Include =" Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
40+ <HintPath >..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath >
41+ <Private >True</Private >
42+ </Reference >
43+ <Reference Include =" System" />
44+ <Reference Include =" System.Core" />
45+ <Reference Include =" System.Xml.Linq" />
46+ <Reference Include =" System.Data.DataSetExtensions" />
47+ <Reference Include =" Microsoft.CSharp" />
48+ <Reference Include =" System.Data" />
49+ <Reference Include =" System.Net.Http" />
50+ <Reference Include =" System.Xml" />
51+ <Reference Include =" ZendeskApi_v2, Version=3.2.13.0, Culture=neutral, processorArchitecture=MSIL" >
52+ <HintPath >..\packages\ZendeskApi_v2.3.2.13\lib\net45\ZendeskApi_v2.dll</HintPath >
53+ <Private >True</Private >
54+ </Reference >
55+ </ItemGroup >
56+ <ItemGroup >
57+ <Compile Include =" Program.cs" />
58+ <Compile Include =" Properties\AssemblyInfo.cs" />
59+ </ItemGroup >
60+ <ItemGroup >
61+ <None Include =" App.config" />
62+ <None Include =" packages.config" />
63+ </ItemGroup >
64+ <ItemGroup >
65+ <ProjectReference Include =" ..\..\ZendeskConnector\Common.csproj" >
66+ <Project >{966cb1d4-42c9-4d90-876a-ce2466623d76}</Project >
67+ <Name >Common</Name >
68+ </ProjectReference >
69+ </ItemGroup >
70+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
71+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
72+ Other similar extension points exist, see Microsoft.Common.targets.
73+ <Target Name="BeforeBuild">
74+ </Target>
75+ <Target Name="AfterBuild">
76+ </Target>
77+ -->
78+ </Project >
0 commit comments