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 >{017F8863-3DE0-4AD2-9ED3-5ACB87BBBCD0}</ProjectGuid >
8- <OutputType >Library</OutputType >
9- <AppDesignerFolder >Properties</AppDesignerFolder >
10- <RootNamespace >OneTrueError.Api.Client</RootNamespace >
11- <AssemblyName >OneTrueError.Api.Client</AssemblyName >
12- <TargetFrameworkVersion >v4.5.2</TargetFrameworkVersion >
13- <FileAlignment >512</FileAlignment >
14- </PropertyGroup >
15- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16- <DebugSymbols >true</DebugSymbols >
17- <DebugType >full</DebugType >
18- <Optimize >false</Optimize >
19- <OutputPath >bin\Debug\</OutputPath >
20- <DefineConstants >DEBUG;TRACE</DefineConstants >
21- <ErrorReport >prompt</ErrorReport >
22- <WarningLevel >4</WarningLevel >
23- </PropertyGroup >
24- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
25- <DebugType >pdbonly</DebugType >
26- <Optimize >true</Optimize >
27- <OutputPath >bin\Release\</OutputPath >
28- <DefineConstants >TRACE</DefineConstants >
29- <ErrorReport >prompt</ErrorReport >
30- <WarningLevel >4</WarningLevel >
31- </PropertyGroup >
32- <ItemGroup >
33- <Reference Include =" DotNetCqs, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
34- <HintPath >..\packages\DotNetCqs.1.0.0\lib\net45\DotNetCqs.dll</HintPath >
35- <Private >True</Private >
36- </Reference >
37- <Reference Include =" Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
38- <HintPath >..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath >
39- <Private >True</Private >
40- </Reference >
41- <Reference Include =" System" />
42- <Reference Include =" System.Core" />
43- <Reference Include =" Microsoft.CSharp" />
44- </ItemGroup >
45- <ItemGroup >
46- <Compile Include =" Json\IncludeNonPublicMembersContractResolver.cs" />
47- <Compile Include =" OneTrueClient.cs" />
48- <Compile Include =" Properties\AssemblyInfo.cs" />
49- <Compile Include =" StringBuilderExtensions.cs" />
50- </ItemGroup >
51- <ItemGroup >
52- <None Include =" packages.config" />
53- </ItemGroup >
54- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
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 >{017F8863-3DE0-4AD2-9ED3-5ACB87BBBCD0}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >OneTrueError.Api.Client</RootNamespace >
11+ <AssemblyName >OneTrueError.Api.Client</AssemblyName >
12+ <TargetFrameworkVersion >v4.5.2</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ </PropertyGroup >
15+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16+ <DebugSymbols >true</DebugSymbols >
17+ <DebugType >full</DebugType >
18+ <Optimize >false</Optimize >
19+ <OutputPath >bin\Debug\</OutputPath >
20+ <DefineConstants >DEBUG;TRACE</DefineConstants >
21+ <ErrorReport >prompt</ErrorReport >
22+ <WarningLevel >4</WarningLevel >
23+ </PropertyGroup >
24+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
25+ <DebugType >pdbonly</DebugType >
26+ <Optimize >true</Optimize >
27+ <OutputPath >bin\Release\</OutputPath >
28+ <DefineConstants >TRACE</DefineConstants >
29+ <ErrorReport >prompt</ErrorReport >
30+ <WarningLevel >4</WarningLevel >
31+ <DocumentationFile >bin\Release\OneTrueError.Api.Client.XML</DocumentationFile >
32+ </PropertyGroup >
33+ <ItemGroup >
34+ <Reference Include =" DotNetCqs, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL" >
35+ <HintPath >..\packages\DotNetCqs.1.0.0\lib\net45\DotNetCqs.dll</HintPath >
36+ <Private >True</Private >
37+ </Reference >
38+ <Reference Include =" Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
39+ <HintPath >..\packages\Newtonsoft.Json.9.0.1\lib\net45\Newtonsoft.Json.dll</HintPath >
40+ <Private >True</Private >
41+ </Reference >
42+ <Reference Include =" System" />
43+ <Reference Include =" System.Core" />
44+ <Reference Include =" Microsoft.CSharp" />
45+ </ItemGroup >
46+ <ItemGroup >
47+ <Compile Include =" Json\IncludeNonPublicMembersContractResolver.cs" />
48+ <Compile Include =" OneTrueClient.cs" />
49+ <Compile Include =" Properties\AssemblyInfo.cs" />
50+ <Compile Include =" StringBuilderExtensions.cs" />
51+ </ItemGroup >
52+ <ItemGroup >
53+ <None Include =" packages.config" />
54+ </ItemGroup >
55+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
5556 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
5657 Other similar extension points exist, see Microsoft.Common.targets.
5758 <Target Name="BeforeBuild">
5859 </Target>
5960 <Target Name="AfterBuild">
6061 </Target>
61- -->
62+ -->
6263</Project >
0 commit comments