Fix
[NovacoinLibrary.git] / NovacoinTest / NovacoinTest.csproj
1 \feff<?xml version="1.0" encoding="utf-8"?>
2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3   <Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4   <PropertyGroup>
5     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
6     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
7     <ProjectGuid>{BFBAD4AE-BCD5-4025-9637-3CE724126448}</ProjectGuid>
8     <OutputType>Exe</OutputType>
9     <AppDesignerFolder>Properties</AppDesignerFolder>
10     <RootNamespace>NovacoinTest</RootNamespace>
11     <AssemblyName>NovacoinTest</AssemblyName>
12     <TargetFrameworkVersion>v4.5</TargetFrameworkVersion>
13     <FileAlignment>512</FileAlignment>
14     <CodeContractsAssemblyMode>1</CodeContractsAssemblyMode>
15   </PropertyGroup>
16   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
17     <PlatformTarget>AnyCPU</PlatformTarget>
18     <DebugSymbols>true</DebugSymbols>
19     <DebugType>full</DebugType>
20     <Optimize>false</Optimize>
21     <OutputPath>bin\Debug\</OutputPath>
22     <DefineConstants>DEBUG;TRACE</DefineConstants>
23     <ErrorReport>prompt</ErrorReport>
24     <WarningLevel>4</WarningLevel>
25     <RunCodeAnalysis>true</RunCodeAnalysis>
26     <CodeContractsEnableRuntimeChecking>True</CodeContractsEnableRuntimeChecking>
27     <CodeContractsRuntimeOnlyPublicSurface>False</CodeContractsRuntimeOnlyPublicSurface>
28     <CodeContractsRuntimeThrowOnFailure>True</CodeContractsRuntimeThrowOnFailure>
29     <CodeContractsRuntimeCallSiteRequires>False</CodeContractsRuntimeCallSiteRequires>
30     <CodeContractsRuntimeSkipQuantifiers>False</CodeContractsRuntimeSkipQuantifiers>
31     <CodeContractsRunCodeAnalysis>False</CodeContractsRunCodeAnalysis>
32     <CodeContractsNonNullObligations>True</CodeContractsNonNullObligations>
33     <CodeContractsBoundsObligations>True</CodeContractsBoundsObligations>
34     <CodeContractsArithmeticObligations>True</CodeContractsArithmeticObligations>
35     <CodeContractsEnumObligations>True</CodeContractsEnumObligations>
36     <CodeContractsRedundantAssumptions>True</CodeContractsRedundantAssumptions>
37     <CodeContractsAssertsToContractsCheckBox>True</CodeContractsAssertsToContractsCheckBox>
38     <CodeContractsRedundantTests>True</CodeContractsRedundantTests>
39     <CodeContractsMissingPublicRequiresAsWarnings>True</CodeContractsMissingPublicRequiresAsWarnings>
40     <CodeContractsMissingPublicEnsuresAsWarnings>False</CodeContractsMissingPublicEnsuresAsWarnings>
41     <CodeContractsInferRequires>True</CodeContractsInferRequires>
42     <CodeContractsInferEnsures>False</CodeContractsInferEnsures>
43     <CodeContractsInferEnsuresAutoProperties>True</CodeContractsInferEnsuresAutoProperties>
44     <CodeContractsInferObjectInvariants>False</CodeContractsInferObjectInvariants>
45     <CodeContractsSuggestAssumptions>False</CodeContractsSuggestAssumptions>
46     <CodeContractsSuggestAssumptionsForCallees>False</CodeContractsSuggestAssumptionsForCallees>
47     <CodeContractsSuggestRequires>False</CodeContractsSuggestRequires>
48     <CodeContractsNecessaryEnsures>True</CodeContractsNecessaryEnsures>
49     <CodeContractsSuggestObjectInvariants>False</CodeContractsSuggestObjectInvariants>
50     <CodeContractsSuggestReadonly>True</CodeContractsSuggestReadonly>
51     <CodeContractsRunInBackground>True</CodeContractsRunInBackground>
52     <CodeContractsShowSquigglies>True</CodeContractsShowSquigglies>
53     <CodeContractsUseBaseLine>False</CodeContractsUseBaseLine>
54     <CodeContractsEmitXMLDocs>False</CodeContractsEmitXMLDocs>
55     <CodeContractsCustomRewriterAssembly />
56     <CodeContractsCustomRewriterClass />
57     <CodeContractsLibPaths />
58     <CodeContractsExtraRewriteOptions />
59     <CodeContractsExtraAnalysisOptions />
60     <CodeContractsSQLServerOption />
61     <CodeContractsBaseLineFile />
62     <CodeContractsCacheAnalysisResults>True</CodeContractsCacheAnalysisResults>
63     <CodeContractsSkipAnalysisIfCannotConnectToCache>False</CodeContractsSkipAnalysisIfCannotConnectToCache>
64     <CodeContractsFailBuildOnWarnings>False</CodeContractsFailBuildOnWarnings>
65     <CodeContractsBeingOptimisticOnExternal>True</CodeContractsBeingOptimisticOnExternal>
66     <CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel>
67     <CodeContractsReferenceAssembly>Build</CodeContractsReferenceAssembly>
68     <CodeContractsAnalysisWarningLevel>0</CodeContractsAnalysisWarningLevel>
69   </PropertyGroup>
70   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
71     <PlatformTarget>AnyCPU</PlatformTarget>
72     <DebugType>pdbonly</DebugType>
73     <Optimize>true</Optimize>
74     <OutputPath>bin\Release\</OutputPath>
75     <DefineConstants>TRACE</DefineConstants>
76     <ErrorReport>prompt</ErrorReport>
77     <WarningLevel>4</WarningLevel>
78   </PropertyGroup>
79   <ItemGroup>
80     <Reference Include="System" />
81     <Reference Include="System.Core" />
82     <Reference Include="System.Xml.Linq" />
83     <Reference Include="System.Data.DataSetExtensions" />
84     <Reference Include="Microsoft.CSharp" />
85     <Reference Include="System.Data" />
86     <Reference Include="System.Xml" />
87   </ItemGroup>
88   <ItemGroup>
89     <Compile Include="Program.cs" />
90     <Compile Include="Properties\AssemblyInfo.cs" />
91   </ItemGroup>
92   <ItemGroup>
93     <None Include="App.config" />
94   </ItemGroup>
95   <ItemGroup>
96     <ProjectReference Include="..\Novacoin\Novacoin.csproj">
97       <Project>{6c657ea6-e9fb-41d7-b949-b41dd5136748}</Project>
98       <Name>Novacoin</Name>
99     </ProjectReference>
100   </ItemGroup>
101   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
102   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
103        Other similar extension points exist, see Microsoft.Common.targets.
104   <Target Name="BeforeBuild">
105   </Target>
106   <Target Name="AfterBuild">
107   </Target>
108   -->
109 </Project>