Add new block cursor helper properties, start implementation of StakeModifier calcula...
[NovacoinLibrary.git] / Novacoin / Novacoin.csproj
1 \feff<?xml version="1.0" encoding="utf-8"?>
2 <Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <PropertyGroup>
4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
6     <ProjectGuid>{6C657EA6-E9FB-41D7-B949-B41DD5136748}</ProjectGuid>
7     <OutputType>Library</OutputType>
8     <RootNamespace>Novacoin</RootNamespace>
9     <AssemblyName>Novacoin</AssemblyName>
10     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
11     <CodeContractsAssemblyMode>1</CodeContractsAssemblyMode>
12   </PropertyGroup>
13   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
14     <DebugSymbols>true</DebugSymbols>
15     <DebugType>full</DebugType>
16     <Optimize>false</Optimize>
17     <OutputPath>bin\Debug</OutputPath>
18     <DefineConstants>DEBUG;CODE_ANALYSIS;</DefineConstants>
19     <ErrorReport>prompt</ErrorReport>
20     <WarningLevel>4</WarningLevel>
21     <ConsolePause>false</ConsolePause>
22     <RunCodeAnalysis>true</RunCodeAnalysis>
23     <CodeContractsEnableRuntimeChecking>True</CodeContractsEnableRuntimeChecking>
24     <CodeContractsRuntimeOnlyPublicSurface>False</CodeContractsRuntimeOnlyPublicSurface>
25     <CodeContractsRuntimeThrowOnFailure>True</CodeContractsRuntimeThrowOnFailure>
26     <CodeContractsRuntimeCallSiteRequires>False</CodeContractsRuntimeCallSiteRequires>
27     <CodeContractsRuntimeSkipQuantifiers>False</CodeContractsRuntimeSkipQuantifiers>
28     <CodeContractsRunCodeAnalysis>False</CodeContractsRunCodeAnalysis>
29     <CodeContractsNonNullObligations>True</CodeContractsNonNullObligations>
30     <CodeContractsBoundsObligations>True</CodeContractsBoundsObligations>
31     <CodeContractsArithmeticObligations>True</CodeContractsArithmeticObligations>
32     <CodeContractsEnumObligations>True</CodeContractsEnumObligations>
33     <CodeContractsRedundantAssumptions>True</CodeContractsRedundantAssumptions>
34     <CodeContractsAssertsToContractsCheckBox>True</CodeContractsAssertsToContractsCheckBox>
35     <CodeContractsRedundantTests>True</CodeContractsRedundantTests>
36     <CodeContractsMissingPublicRequiresAsWarnings>True</CodeContractsMissingPublicRequiresAsWarnings>
37     <CodeContractsMissingPublicEnsuresAsWarnings>False</CodeContractsMissingPublicEnsuresAsWarnings>
38     <CodeContractsInferRequires>True</CodeContractsInferRequires>
39     <CodeContractsInferEnsures>False</CodeContractsInferEnsures>
40     <CodeContractsInferEnsuresAutoProperties>True</CodeContractsInferEnsuresAutoProperties>
41     <CodeContractsInferObjectInvariants>False</CodeContractsInferObjectInvariants>
42     <CodeContractsSuggestAssumptions>False</CodeContractsSuggestAssumptions>
43     <CodeContractsSuggestAssumptionsForCallees>False</CodeContractsSuggestAssumptionsForCallees>
44     <CodeContractsSuggestRequires>False</CodeContractsSuggestRequires>
45     <CodeContractsNecessaryEnsures>True</CodeContractsNecessaryEnsures>
46     <CodeContractsSuggestObjectInvariants>False</CodeContractsSuggestObjectInvariants>
47     <CodeContractsSuggestReadonly>True</CodeContractsSuggestReadonly>
48     <CodeContractsRunInBackground>True</CodeContractsRunInBackground>
49     <CodeContractsShowSquigglies>True</CodeContractsShowSquigglies>
50     <CodeContractsUseBaseLine>False</CodeContractsUseBaseLine>
51     <CodeContractsEmitXMLDocs>False</CodeContractsEmitXMLDocs>
52     <CodeContractsCustomRewriterAssembly />
53     <CodeContractsCustomRewriterClass />
54     <CodeContractsLibPaths />
55     <CodeContractsExtraRewriteOptions />
56     <CodeContractsExtraAnalysisOptions />
57     <CodeContractsSQLServerOption />
58     <CodeContractsBaseLineFile />
59     <CodeContractsCacheAnalysisResults>True</CodeContractsCacheAnalysisResults>
60     <CodeContractsSkipAnalysisIfCannotConnectToCache>False</CodeContractsSkipAnalysisIfCannotConnectToCache>
61     <CodeContractsFailBuildOnWarnings>False</CodeContractsFailBuildOnWarnings>
62     <CodeContractsBeingOptimisticOnExternal>True</CodeContractsBeingOptimisticOnExternal>
63     <CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel>
64     <CodeContractsReferenceAssembly>Build</CodeContractsReferenceAssembly>
65     <CodeContractsAnalysisWarningLevel>0</CodeContractsAnalysisWarningLevel>
66     <CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
67     <PlatformTarget>AnyCPU</PlatformTarget>
68   </PropertyGroup>
69   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
70     <DebugType>full</DebugType>
71     <Optimize>true</Optimize>
72     <OutputPath>bin\Release</OutputPath>
73     <ErrorReport>prompt</ErrorReport>
74     <WarningLevel>4</WarningLevel>
75     <ConsolePause>false</ConsolePause>
76   </PropertyGroup>
77   <ItemGroup>
78     <Reference Include="Newtonsoft.Json, Version=6.0.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL">
79       <HintPath>..\packages\Newtonsoft.Json.6.0.8\lib\net45\Newtonsoft.Json.dll</HintPath>
80       <Private>True</Private>
81     </Reference>
82     <Reference Include="SQLite.Net, Version=3.0.5.0, Culture=neutral, processorArchitecture=MSIL">
83       <HintPath>..\packages\SQLite.Net-PCL.3.0.5\lib\net40\SQLite.Net.dll</HintPath>
84       <Private>True</Private>
85     </Reference>
86     <Reference Include="SQLite.Net.Platform.Generic, Version=3.0.5.0, Culture=neutral, processorArchitecture=MSIL">
87       <HintPath>..\packages\SQLite.Net-PCL.3.0.5\lib\net40\SQLite.Net.Platform.Generic.dll</HintPath>
88       <Private>True</Private>
89     </Reference>
90     <Reference Include="SQLite.Net.Platform.Win32, Version=3.0.5.0, Culture=neutral, processorArchitecture=MSIL">
91       <HintPath>..\packages\SQLite.Net-PCL.3.0.5\lib\net4\SQLite.Net.Platform.Win32.dll</HintPath>
92       <Private>True</Private>
93     </Reference>
94     <Reference Include="SQLiteNetExtensions, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
95       <HintPath>..\packages\SQLite.Net.Extensions-PCL.1.3.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\SQLiteNetExtensions.dll</HintPath>
96       <Private>True</Private>
97     </Reference>
98     <Reference Include="SQLiteNetExtensionsAsync, Version=1.0.0.0, Culture=neutral, processorArchitecture=MSIL">
99       <HintPath>..\packages\SQLite.Net.Extensions-PCL.1.3.0\lib\portable-net45+netcore45+wpa81+wp8+MonoAndroid1+MonoTouch1\SQLiteNetExtensionsAsync.dll</HintPath>
100       <Private>True</Private>
101     </Reference>
102     <Reference Include="System" />
103     <Reference Include="System.Numerics" />
104     <Reference Include="BouncyCastle.Crypto, Version=1.7.4137.9688, Culture=neutral, PublicKeyToken=a4292a325f69b123">
105       <HintPath>..\packages\BouncyCastle.1.7.0\lib\Net40-Client\BouncyCastle.Crypto.dll</HintPath>
106     </Reference>
107   </ItemGroup>
108   <ItemGroup>
109     <Compile Include="AddressTools.cs" />
110     <Compile Include="base_uint.cs" />
111     <Compile Include="Checkpoint.cs" />
112     <Compile Include="Entropy.cs" />
113     <Compile Include="InstructionQueue.cs" />
114     <Compile Include="CBlockStore.cs" />
115     <Compile Include="CKey.cs" />
116     <Compile Include="CKeyID.cs" />
117     <Compile Include="CKeyPair.cs" />
118     <Compile Include="IListExtensions.cs" />
119     <Compile Include="CNovacoinAddress.cs" />
120     <Compile Include="COutPoint.cs" />
121     <Compile Include="CPubKey.cs" />
122     <Compile Include="CryptoUtils.cs" />
123     <Compile Include="CScriptID.cs" />
124     <Compile Include="Interop.cs" />
125     <Compile Include="NetInfo.cs" />
126     <Compile Include="StakeModifier.cs" />
127     <Compile Include="uint160.cs" />
128     <Compile Include="uint256.cs" />
129     <Compile Include="VarInt.cs" />
130     <Compile Include="Properties\AssemblyInfo.cs" />
131     <Compile Include="CTxIn.cs" />
132     <Compile Include="CTransaction.cs" />
133     <Compile Include="CTxOut.cs" />
134     <Compile Include="CBlockHeader.cs" />
135     <Compile Include="CBlock.cs" />
136     <Compile Include="CScript.cs" />
137     <Compile Include="ScriptCode.cs" />
138     <Compile Include="CKeyStore.cs" />
139   </ItemGroup>
140   <ItemGroup>
141     <None Include="packages.config" />
142   </ItemGroup>
143   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
144 </Project>