Skip to content
This repository has been archived by the owner on Nov 10, 2021. It is now read-only.

Commit

Permalink
Created test project
Browse files Browse the repository at this point in the history
  • Loading branch information
erri120 committed May 17, 2020
1 parent 602acac commit 23596e5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 17 deletions.
6 changes: 6 additions & 0 deletions Utility Library.sln
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ VisualStudioVersion = 16.0.30104.148
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UtilityLibrary", "UtilityLibrary.csproj", "{D76AB2C4-39E1-4097-9C95-B41EEF91BE3C}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UtilityLibrary.Test", "..\UtilityLibrary.Test\UtilityLibrary.Test.csproj", "{C41E4E5E-AB08-4813-8185-9C6536746443}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|x64 = Debug|x64
Expand All @@ -15,6 +17,10 @@ Global
{D76AB2C4-39E1-4097-9C95-B41EEF91BE3C}.Debug|x64.Build.0 = Debug|x64
{D76AB2C4-39E1-4097-9C95-B41EEF91BE3C}.Release|x64.ActiveCfg = Release|x64
{D76AB2C4-39E1-4097-9C95-B41EEF91BE3C}.Release|x64.Build.0 = Release|x64
{C41E4E5E-AB08-4813-8185-9C6536746443}.Debug|x64.ActiveCfg = Debug|x64
{C41E4E5E-AB08-4813-8185-9C6536746443}.Debug|x64.Build.0 = Debug|x64
{C41E4E5E-AB08-4813-8185-9C6536746443}.Release|x64.ActiveCfg = Release|x64
{C41E4E5E-AB08-4813-8185-9C6536746443}.Release|x64.Build.0 = Release|x64
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
17 changes: 0 additions & 17 deletions UtilityLibrary.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,6 @@
<FileAlignment>512</FileAlignment>
<Deterministic>true</Deterministic>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Debug\</OutputPath>
Expand Down

0 comments on commit 23596e5

Please sign in to comment.