GetSigOpCount, SetDestination, SetMultiSig + new stubs
[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   </PropertyGroup>
12   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
13     <DebugSymbols>true</DebugSymbols>
14     <DebugType>full</DebugType>
15     <Optimize>false</Optimize>
16     <OutputPath>bin\Debug</OutputPath>
17     <DefineConstants>DEBUG;</DefineConstants>
18     <ErrorReport>prompt</ErrorReport>
19     <WarningLevel>4</WarningLevel>
20     <ConsolePause>false</ConsolePause>
21   </PropertyGroup>
22   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
23     <DebugType>full</DebugType>
24     <Optimize>true</Optimize>
25     <OutputPath>bin\Release</OutputPath>
26     <ErrorReport>prompt</ErrorReport>
27     <WarningLevel>4</WarningLevel>
28     <ConsolePause>false</ConsolePause>
29   </PropertyGroup>
30   <ItemGroup>
31     <Reference Include="System" />
32   </ItemGroup>
33   <ItemGroup>
34     <Compile Include="CKey.cs" />
35     <Compile Include="CKeyID.cs" />
36     <Compile Include="CPubKey.cs" />
37     <Compile Include="CScriptID.cs" />
38     <Compile Include="Hash.cs" />
39     <Compile Include="WrappedList.cs" />
40     <Compile Include="Properties\AssemblyInfo.cs" />
41     <Compile Include="CTxIn.cs" />
42     <Compile Include="CTransaction.cs" />
43     <Compile Include="CTxOut.cs" />
44     <Compile Include="Hash256.cs" />
45     <Compile Include="Hash160.cs" />
46     <Compile Include="CBlockHeader.cs" />
47     <Compile Include="CBlock.cs" />
48     <Compile Include="CScript.cs" />
49     <Compile Include="ScriptOpcode.cs" />
50   </ItemGroup>
51   <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
52 </Project>