PageRenderTime 97ms CodeModel.GetById 26ms RepoModel.GetById 1ms app.codeStats 0ms

/TestSpss/TestSpss.csproj

#
MSBuild | 131 lines | 131 code | 0 blank | 0 comment | 0 complexity | 07ff85892cfd0a86ac6eb93e28916b60 MD5 | raw file
Possible License(s): LGPL-2.1
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
  3. <PropertyGroup>
  4. <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
  5. <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
  6. <ProductVersion>8.0.50727</ProductVersion>
  7. <SchemaVersion>2.0</SchemaVersion>
  8. <ProjectGuid>{87954EEF-2A60-444B-A1D0-1E94C2C663F1}</ProjectGuid>
  9. <OutputType>Library</OutputType>
  10. <RootNamespace>Spss.Testing</RootNamespace>
  11. <AssemblyName>TestSpss</AssemblyName>
  12. <WarningLevel>4</WarningLevel>
  13. <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
  14. <TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
  15. <PublishUrl>publish\</PublishUrl>
  16. <Install>true</Install>
  17. <InstallFrom>Disk</InstallFrom>
  18. <UpdateEnabled>false</UpdateEnabled>
  19. <UpdateMode>Foreground</UpdateMode>
  20. <UpdateInterval>7</UpdateInterval>
  21. <UpdateIntervalUnits>Days</UpdateIntervalUnits>
  22. <UpdatePeriodically>false</UpdatePeriodically>
  23. <UpdateRequired>false</UpdateRequired>
  24. <MapFileExtensions>true</MapFileExtensions>
  25. <ApplicationRevision>0</ApplicationRevision>
  26. <ApplicationVersion>1.0.0.%2a</ApplicationVersion>
  27. <IsWebBootstrapper>false</IsWebBootstrapper>
  28. <UseApplicationTrust>false</UseApplicationTrust>
  29. <BootstrapperEnabled>true</BootstrapperEnabled>
  30. </PropertyGroup>
  31. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
  32. <DebugSymbols>true</DebugSymbols>
  33. <DebugType>full</DebugType>
  34. <Optimize>false</Optimize>
  35. <OutputPath>.\bin\Debug\</OutputPath>
  36. <DefineConstants>DEBUG;TRACE</DefineConstants>
  37. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  38. </PropertyGroup>
  39. <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
  40. <DebugSymbols>false</DebugSymbols>
  41. <Optimize>true</Optimize>
  42. <OutputPath>.\bin\Release\</OutputPath>
  43. <DefineConstants>TRACE</DefineConstants>
  44. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  45. </PropertyGroup>
  46. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
  47. <DebugSymbols>true</DebugSymbols>
  48. <OutputPath>bin\x86\Debug\</OutputPath>
  49. <DefineConstants>DEBUG;TRACE</DefineConstants>
  50. <DebugType>full</DebugType>
  51. <PlatformTarget>x86</PlatformTarget>
  52. <CodeAnalysisLogFile>bin\Debug\TestSpss.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  53. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  54. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  55. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  56. <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  57. <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
  58. <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  59. <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
  60. </PropertyGroup>
  61. <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
  62. <OutputPath>bin\x86\Release\</OutputPath>
  63. <DefineConstants>TRACE</DefineConstants>
  64. <Optimize>true</Optimize>
  65. <PlatformTarget>x86</PlatformTarget>
  66. <CodeAnalysisLogFile>bin\Release\TestSpss.dll.CodeAnalysisLog.xml</CodeAnalysisLogFile>
  67. <CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
  68. <CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
  69. <CodeAnalysisRuleSet>AllRules.ruleset</CodeAnalysisRuleSet>
  70. <CodeAnalysisRuleSetDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\\Rule Sets</CodeAnalysisRuleSetDirectories>
  71. <CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets>
  72. <CodeAnalysisRuleDirectories>;C:\Program Files\Microsoft Visual Studio 10.0\Team Tools\Static Analysis Tools\FxCop\\Rules</CodeAnalysisRuleDirectories>
  73. <CodeAnalysisIgnoreBuiltInRules>true</CodeAnalysisIgnoreBuiltInRules>
  74. </PropertyGroup>
  75. <ItemGroup>
  76. <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
  77. <Reference Include="System" />
  78. <Reference Include="System.Data" />
  79. <Reference Include="System.Data.DataSetExtensions" />
  80. <Reference Include="System.Xml" />
  81. <Reference Include="System.Xml.Linq" />
  82. </ItemGroup>
  83. <ItemGroup>
  84. <Compile Include="SpssCasesCollectionTest.cs" />
  85. <Compile Include="SpssConvertTest.cs" />
  86. <Compile Include="SpssDataDocumentTest.cs" />
  87. <Compile Include="SpssSafeWrapperTest.cs" />
  88. <Compile Include="SpssVariablesCollectionTest.cs" />
  89. <Compile Include="SpssVariableTest.cs" />
  90. <Compile Include="TestBase.cs" />
  91. <Compile Include="VSCodeGenAccessors.cs" />
  92. </ItemGroup>
  93. <ItemGroup>
  94. <ProjectReference Include="..\Spss\Spss.csproj">
  95. <Project>{230E956E-FB2D-448E-AD4A-E90CB4BE2092}</Project>
  96. <Name>Spss</Name>
  97. </ProjectReference>
  98. </ItemGroup>
  99. <ItemGroup>
  100. <None Include="SAVs\test1.sav">
  101. </None>
  102. <None Include="SAVs\test2.sav">
  103. </None>
  104. </ItemGroup>
  105. <ItemGroup>
  106. <Folder Include="Properties\" />
  107. </ItemGroup>
  108. <ItemGroup>
  109. <BootstrapperPackage Include=".NETFramework,Version=v4.0">
  110. <Visible>False</Visible>
  111. <ProductName>Microsoft .NET Framework 4 %28x86 and x64%29</ProductName>
  112. <Install>true</Install>
  113. </BootstrapperPackage>
  114. <BootstrapperPackage Include="Microsoft.Net.Client.3.5">
  115. <Visible>False</Visible>
  116. <ProductName>.NET Framework 3.5 SP1 Client Profile</ProductName>
  117. <Install>false</Install>
  118. </BootstrapperPackage>
  119. <BootstrapperPackage Include="Microsoft.Net.Framework.3.5.SP1">
  120. <Visible>False</Visible>
  121. <ProductName>.NET Framework 3.5 SP1</ProductName>
  122. <Install>false</Install>
  123. </BootstrapperPackage>
  124. <BootstrapperPackage Include="Microsoft.Windows.Installer.3.1">
  125. <Visible>False</Visible>
  126. <ProductName>Windows Installer 3.1</ProductName>
  127. <Install>true</Install>
  128. </BootstrapperPackage>
  129. </ItemGroup>
  130. <Import Project="$(MSBuildBinPath)\Microsoft.CSHARP.Targets" />
  131. </Project>