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- <ItemGroup >
36- <Reference Include =" GroupDocs.Annotation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56, processorArchitecture=MSIL" >
37- <SpecificVersion >False</ SpecificVersion >
38- <HintPath >..\dependencies\GroupDocs.Annotation.dll</ HintPath >
39- </Reference >
40- <Reference Include =" Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
41- <HintPath >..\packages\Newtonsoft.Json.7.0.1\lib\net40\Newtonsoft.Json.dll</HintPath >
42- <Private >True</Private >
43- </Reference >
44- <Reference Include =" System" />
45- <Reference Include =" Microsoft.CSharp" />
46- <Reference Include =" System.Configuration" />
47- <Reference Include =" System.Web" />
48- </ItemGroup >
49- <ItemGroup >
50- <Compile Include =" DataJsonException.cs" />
51- <Compile Include =" Repositories\AnnotationCollaboratorRepository.cs" />
52- <Compile Include =" Repositories\AnnotationReplyRepository.cs" />
53- <Compile Include =" Repositories\AnnotationRepository.cs" />
54- <Compile Include =" JsonFile.cs" />
55- <Compile Include =" Repositories\DocumentInfoRepository.cs" />
56- <Compile Include =" Repositories\DocumentRepository.cs" />
57- <Compile Include =" Repositories\FileRepository.cs" />
58- <Compile Include =" Repositories\JsonRepository.cs" />
59- <Compile Include =" Properties\AssemblyInfo.cs" />
60- <Compile Include =" Repositories\UserRepository.cs" />
61- </ItemGroup >
62- <ItemGroup >
63- <None Include =" app.config" />
64- <None Include =" packages.config" />
65- </ItemGroup >
66- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
67- <Import Project =" $(SolutionDir)\.nuget\NuGet.targets" Condition =" Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
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+ <ItemGroup >
36+ <Reference Include =" GroupDocs.Annotation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=716fcc553a201e56, processorArchitecture=MSIL" >
37+ <HintPath >..\packages\groupdocs-annotation-dotnet.3.0.0\lib\GroupDocs.Annotation.dll</ HintPath >
38+ <Private >True</ Private >
39+ </Reference >
40+ <Reference Include =" Newtonsoft.Json, Version=7.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
41+ <HintPath >..\packages\Newtonsoft.Json.7.0.1\lib\net40\Newtonsoft.Json.dll</HintPath >
42+ <Private >True</Private >
43+ </Reference >
44+ <Reference Include =" System" />
45+ <Reference Include =" Microsoft.CSharp" />
46+ <Reference Include =" System.Configuration" />
47+ <Reference Include =" System.Web" />
48+ </ItemGroup >
49+ <ItemGroup >
50+ <Compile Include =" DataJsonException.cs" />
51+ <Compile Include =" Repositories\AnnotationCollaboratorRepository.cs" />
52+ <Compile Include =" Repositories\AnnotationReplyRepository.cs" />
53+ <Compile Include =" Repositories\AnnotationRepository.cs" />
54+ <Compile Include =" JsonFile.cs" />
55+ <Compile Include =" Repositories\DocumentInfoRepository.cs" />
56+ <Compile Include =" Repositories\DocumentRepository.cs" />
57+ <Compile Include =" Repositories\FileRepository.cs" />
58+ <Compile Include =" Repositories\JsonRepository.cs" />
59+ <Compile Include =" Properties\AssemblyInfo.cs" />
60+ <Compile Include =" Repositories\UserRepository.cs" />
61+ </ItemGroup >
62+ <ItemGroup >
63+ <None Include =" app.config" />
64+ <None Include =" packages.config" />
65+ </ItemGroup >
66+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
67+ <Import Project =" $(SolutionDir)\.nuget\NuGet.targets" Condition =" Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
6868 <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
6969 Other similar extension points exist, see Microsoft.Common.targets.
7070 <Target Name="BeforeBuild">
7171 </Target>
7272 <Target Name="AfterBuild">
7373 </Target>
74- -->
74+ -->
7575</Project >
0 commit comments