AtomicSharpTest.csproj 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <?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>{DBD98CE5-11DE-47F8-BF9A-83BF8576794E}</ProjectGuid>
  7. <OutputType>Exe</OutputType>
  8. <RootNamespace>AtomicSharpTest</RootNamespace>
  9. <AssemblyName>AtomicSharpTest</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. <Externalconsole>true</Externalconsole>
  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. <Externalconsole>true</Externalconsole>
  29. </PropertyGroup>
  30. <ItemGroup>
  31. <Reference Include="System" />
  32. </ItemGroup>
  33. <ItemGroup>
  34. <Compile Include="Program.cs" />
  35. <Compile Include="Properties\AssemblyInfo.cs" />
  36. </ItemGroup>
  37. <Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
  38. <ItemGroup>
  39. <ProjectReference Include="..\AtomicSharp.csproj">
  40. <Project>{3A4C776B-61D6-412E-B1E9-7A1C84CD6B5B}</Project>
  41. <Name>AtomicSharp</Name>
  42. </ProjectReference>
  43. </ItemGroup>
  44. </Project>