Proper locking and another example
[StratumLibrary.git] / StratumLibrary / Stratum.csproj
1 \feff<?xml version="1.0" encoding="utf-8"?>\r
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">\r
3   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />\r
4   <PropertyGroup>\r
5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>\r
6     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>\r
7     <ProjectGuid>{27F0C6C3-DCD6-4588-AFBB-DCE22306F5F8}</ProjectGuid>\r
8     <OutputType>Library</OutputType>\r
9     <AppDesignerFolder>Properties</AppDesignerFolder>\r
10     <RootNamespace>Stratum</RootNamespace>\r
11     <AssemblyName>Stratum</AssemblyName>\r
12     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>\r
13     <FileAlignment>512</FileAlignment>\r
14   </PropertyGroup>\r
15   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">\r
16     <DebugSymbols>true</DebugSymbols>\r
17     <DebugType>full</DebugType>\r
18     <Optimize>false</Optimize>\r
19     <OutputPath>bin\Debug\</OutputPath>\r
20     <DefineConstants>DEBUG;TRACE</DefineConstants>\r
21     <ErrorReport>prompt</ErrorReport>\r
22     <WarningLevel>4</WarningLevel>\r
23   </PropertyGroup>\r
24   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">\r
25     <DebugType>pdbonly</DebugType>\r
26     <Optimize>true</Optimize>\r
27     <OutputPath>bin\Release\</OutputPath>\r
28     <DefineConstants>TRACE</DefineConstants>\r
29     <ErrorReport>prompt</ErrorReport>\r
30     <WarningLevel>4</WarningLevel>\r
31   </PropertyGroup>\r
32   <ItemGroup>\r
33     <Reference Include="Newtonsoft.Json">\r
34       <HintPath>..\packages\Newtonsoft.Json.7.0.1\lib\net45\Newtonsoft.Json.dll</HintPath>\r
35     </Reference>\r
36     <Reference Include="System" />\r
37     <Reference Include="System.Core" />\r
38     <Reference Include="System.Net" />\r
39     <Reference Include="Microsoft.CSharp" />\r
40   </ItemGroup>\r
41   <ItemGroup>\r
42     <Compile Include="Attributes.cs" />\r
43     <Compile Include="Stratum.cs" />\r
44     <Compile Include="Properties\AssemblyInfo.cs" />\r
45     <Compile Include="StratumException.cs" />\r
46     <Compile Include="StratumNotification.cs" />\r
47     <Compile Include="StratumRequest.cs" />\r
48     <Compile Include="StratumResponse.cs" />\r
49     <Compile Include="StratumReadState.cs" />\r
50   </ItemGroup>\r
51   <ItemGroup>\r
52     <None Include="packages.config" />\r
53   </ItemGroup>\r
54   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />\r
55   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. \r
56        Other similar extension points exist, see Microsoft.Common.targets.\r
57   <Target Name="BeforeBuild">\r
58   </Target>\r
59   <Target Name="AfterBuild">\r
60   </Target>\r
61   -->\r
62 </Project>