1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <PropertyGroup >
4+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
5+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
6+ <ProductVersion >8.0.30703</ProductVersion >
7+ <SchemaVersion >2.0</SchemaVersion >
8+ <ProjectGuid >{352BBB7A-98AF-4B05-B8D7-74334EDCE61C}</ProjectGuid >
9+ <OutputType >Library</OutputType >
10+ <AppDesignerFolder >Properties</AppDesignerFolder >
11+ <RootNamespace >GroupDocs.Data.Json</RootNamespace >
12+ <AssemblyName >GroupDocs.Data.Json</AssemblyName >
13+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
14+ <FileAlignment >512</FileAlignment >
15+ <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\</SolutionDir >
16+ <RestorePackages >true</RestorePackages >
17+ </PropertyGroup >
18+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
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+ </PropertyGroup >
27+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28+ <DebugType >pdbonly</DebugType >
29+ <Optimize >true</Optimize >
30+ <OutputPath >bin\Release\</OutputPath >
31+ <DefineConstants >TRACE</DefineConstants >
32+ <ErrorReport >prompt</ErrorReport >
33+ <WarningLevel >4</WarningLevel >
34+ </PropertyGroup >
35+ <PropertyGroup >
36+ <SignAssembly >true</SignAssembly >
37+ </PropertyGroup >
38+ <PropertyGroup >
39+ <AssemblyOriginatorKeyFile >key.snk</AssemblyOriginatorKeyFile >
40+ </PropertyGroup >
41+ <ItemGroup >
42+ <Reference Include =" GroupDocs.Annotation, Version=3.2.1.0, Culture=neutral, PublicKeyToken=716fcc553a201e56, processorArchitecture=MSIL" >
43+ <HintPath >..\packages\groupdocs-annotation-dotnet.3.2.1\lib\GroupDocs.Annotation.dll</HintPath >
44+ <Private >True</Private >
45+ </Reference >
46+ <Reference Include =" Newtonsoft.Json, Version=9.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
47+ <HintPath >..\packages\Newtonsoft.Json.9.0.1\lib\net40\Newtonsoft.Json.dll</HintPath >
48+ <Private >True</Private >
49+ </Reference >
50+ <Reference Include =" System" />
51+ <Reference Include =" Microsoft.CSharp" />
52+ <Reference Include =" System.Configuration" />
53+ <Reference Include =" System.Web" />
54+ </ItemGroup >
55+ <ItemGroup >
56+ <Compile Include =" DataJsonException.cs" />
57+ <Compile Include =" Repositories\AnnotationCollaboratorRepository.cs" />
58+ <Compile Include =" Repositories\AnnotationReplyRepository.cs" />
59+ <Compile Include =" Repositories\AnnotationRepository.cs" />
60+ <Compile Include =" JsonFile.cs" />
61+ <Compile Include =" Repositories\DocumentInfoRepository.cs" />
62+ <Compile Include =" Repositories\DocumentRepository.cs" />
63+ <Compile Include =" Repositories\FileRepository.cs" />
64+ <Compile Include =" Repositories\JsonRepository.cs" />
65+ <Compile Include =" Properties\AssemblyInfo.cs" />
66+ <Compile Include =" Repositories\UserRepository.cs" />
67+ </ItemGroup >
68+ <ItemGroup >
69+ <None Include =" app.config" />
70+ <None Include =" key.snk" />
71+ <None Include =" packages.config" >
72+ <SubType >Designer</SubType >
73+ </None >
74+ </ItemGroup >
75+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
76+ <Import Project =" $(SolutionDir)\.nuget\NuGet.targets" Condition =" Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
77+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
78+ Other similar extension points exist, see Microsoft.Common.targets.
79+ <Target Name="BeforeBuild">
80+ </Target>
81+ <Target Name="AfterBuild">
82+ </Target>
83+ -->
84+ </Project >
0 commit comments