worktimehero

git clone https://git.clttr.info/worktimehero.git
Log (Feed) | Files | Refs (Tags) | README | LICENSE

WorkTimeHeroTest.csproj (5888B)


      1 <?xml version="1.0" encoding="utf-8"?>
      2 <Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
      3   <PropertyGroup>
      4     <Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
      5     <Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
      6     <ProjectGuid>{C5EBE147-90B4-47E5-8DB2-4DA723A3015C}</ProjectGuid>
      7     <OutputType>Library</OutputType>
      8     <AppDesignerFolder>Properties</AppDesignerFolder>
      9     <RootNamespace>WorkTimeHeroTest</RootNamespace>
     10     <AssemblyName>WorkTimeHeroTest</AssemblyName>
     11     <TargetFrameworkVersion>v4.5.2</TargetFrameworkVersion>
     12     <FileAlignment>512</FileAlignment>
     13     <ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
     14     <VisualStudioVersion Condition="'$(VisualStudioVersion)' == ''">10.0</VisualStudioVersion>
     15     <VSToolsPath Condition="'$(VSToolsPath)' == ''">$(MSBuildExtensionsPath32)\Microsoft\VisualStudio\v$(VisualStudioVersion)</VSToolsPath>
     16     <ReferencePath>$(ProgramFiles)\Common Files\microsoft shared\VSTT\$(VisualStudioVersion)\UITestExtensionPackages</ReferencePath>
     17     <IsCodedUITest>False</IsCodedUITest>
     18     <TestProjectType>UnitTest</TestProjectType>
     19     <SccProjectName>
     20     </SccProjectName>
     21     <SccLocalPath>
     22     </SccLocalPath>
     23     <SccAuxPath>
     24     </SccAuxPath>
     25     <SccProvider>
     26     </SccProvider>
     27     <NoWin32Manifest>False</NoWin32Manifest>
     28     <AllowUnsafeBlocks>False</AllowUnsafeBlocks>
     29     <NoStdLib>False</NoStdLib>
     30     <TreatWarningsAsErrors>False</TreatWarningsAsErrors>
     31     <IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
     32   </PropertyGroup>
     33   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
     34     <DebugSymbols>true</DebugSymbols>
     35     <DebugType>Full</DebugType>
     36     <Optimize>False</Optimize>
     37     <OutputPath>bin\Debug\</OutputPath>
     38     <DefineConstants>DEBUG;TRACE</DefineConstants>
     39     <ErrorReport>prompt</ErrorReport>
     40     <WarningLevel>4</WarningLevel>
     41   </PropertyGroup>
     42   <PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
     43     <DebugType>pdbonly</DebugType>
     44     <Optimize>true</Optimize>
     45     <OutputPath>bin\Release\</OutputPath>
     46     <DefineConstants>TRACE</DefineConstants>
     47     <ErrorReport>prompt</ErrorReport>
     48     <WarningLevel>4</WarningLevel>
     49   </PropertyGroup>
     50   <PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
     51     <CheckForOverflowUnderflow>True</CheckForOverflowUnderflow>
     52     <BaseIntermediateOutputPath>obj\</BaseIntermediateOutputPath>
     53   </PropertyGroup>
     54   <PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' ">
     55     <BaseAddress>4194304</BaseAddress>
     56     <PlatformTarget>AnyCPU</PlatformTarget>
     57     <RegisterForComInterop>False</RegisterForComInterop>
     58     <GenerateSerializationAssemblies>Auto</GenerateSerializationAssemblies>
     59   </PropertyGroup>
     60   <PropertyGroup>
     61     <SignAssembly>true</SignAssembly>
     62   </PropertyGroup>
     63   <PropertyGroup>
     64     <AssemblyOriginatorKeyFile>..\sgKey.snk</AssemblyOriginatorKeyFile>
     65   </PropertyGroup>
     66   <ItemGroup>
     67     <Reference Include="System" />
     68   </ItemGroup>
     69   <Choose>
     70     <When Condition="('$(VisualStudioVersion)' == '10.0' or '$(VisualStudioVersion)' == '') and '$(TargetFrameworkVersion)' == 'v3.5'">
     71       <ItemGroup>
     72         <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.1.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
     73       </ItemGroup>
     74     </When>
     75     <Otherwise>
     76       <ItemGroup>
     77         <Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework" />
     78       </ItemGroup>
     79     </Otherwise>
     80   </Choose>
     81   <ItemGroup>
     82     <Compile Include="BreakCalculatorExtensionText.cs" />
     83     <Compile Include="Properties\AssemblyInfo.cs" />
     84     <Compile Include="WorkTimeCalculatorTest.cs" />
     85   </ItemGroup>
     86   <ItemGroup>
     87     <ProjectReference Include="..\WorkTimeHero\WorkTimeHero.csproj">
     88       <Project>{5562D843-C5C9-4097-9E20-B280A410EE83}</Project>
     89       <Name>WorkTimeHero</Name>
     90     </ProjectReference>
     91   </ItemGroup>
     92   <ItemGroup>
     93     <None Include="..\sgKey.snk">
     94       <Link>sgKey.snk</Link>
     95     </None>
     96   </ItemGroup>
     97   <Choose>
     98     <When Condition="'$(VisualStudioVersion)' == '10.0' And '$(IsCodedUITest)' == 'True'">
     99       <ItemGroup>
    100         <Reference Include="Microsoft.VisualStudio.QualityTools.CodedUITestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
    101           <Private>False</Private>
    102         </Reference>
    103         <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Common, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
    104           <Private>False</Private>
    105         </Reference>
    106         <Reference Include="Microsoft.VisualStudio.TestTools.UITest.Extension, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
    107           <Private>False</Private>
    108         </Reference>
    109         <Reference Include="Microsoft.VisualStudio.TestTools.UITesting, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL">
    110           <Private>False</Private>
    111         </Reference>
    112       </ItemGroup>
    113     </When>
    114   </Choose>
    115   <Import Project="$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets" Condition="Exists('$(VSToolsPath)\TeamTest\Microsoft.TestTools.targets')" />
    116   <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
    117   <!-- To modify your build process, add your task inside one of the targets below and uncomment it. 
    118        Other similar extension points exist, see Microsoft.Common.targets.
    119   <Target Name="BeforeBuild">
    120   </Target>
    121   <Target Name="AfterBuild">
    122   </Target>
    123   -->
    124 </Project>