Skip to content

Commit

Permalink
Add the build check in missing projects at Configuration Manager
Browse files Browse the repository at this point in the history
  • Loading branch information
mnieto committed Oct 5, 2020
1 parent 2180430 commit bef1710
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 21 deletions.
24 changes: 13 additions & 11 deletions AccessSvn.sln
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ Global
{94666B4E-5818-4D82-B22A-6B5CB7C9CBA9}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{94666B4E-5818-4D82-B22A-6B5CB7C9CBA9}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{94666B4E-5818-4D82-B22A-6B5CB7C9CBA9}.Debug|x86.ActiveCfg = Debug|Any CPU
{94666B4E-5818-4D82-B22A-6B5CB7C9CBA9}.Debug|x86.Build.0 = Debug|Any CPU
{94666B4E-5818-4D82-B22A-6B5CB7C9CBA9}.Release|Any CPU.ActiveCfg = Release|Any CPU
{94666B4E-5818-4D82-B22A-6B5CB7C9CBA9}.Release|Any CPU.Build.0 = Release|Any CPU
{94666B4E-5818-4D82-B22A-6B5CB7C9CBA9}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
Expand All @@ -48,6 +49,7 @@ Global
{4A38C0BC-BCDD-4070-9708-F69AAB5D2312}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{4A38C0BC-BCDD-4070-9708-F69AAB5D2312}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{4A38C0BC-BCDD-4070-9708-F69AAB5D2312}.Debug|x86.ActiveCfg = Debug|Any CPU
{4A38C0BC-BCDD-4070-9708-F69AAB5D2312}.Debug|x86.Build.0 = Debug|Any CPU
{4A38C0BC-BCDD-4070-9708-F69AAB5D2312}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4A38C0BC-BCDD-4070-9708-F69AAB5D2312}.Release|Any CPU.Build.0 = Release|Any CPU
{4A38C0BC-BCDD-4070-9708-F69AAB5D2312}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
Expand Down Expand Up @@ -85,23 +87,23 @@ Global
{48BC1AA1-E998-4C1F-9E79-A8C2B7FCFA77}.Release|Mixed Platforms.Build.0 = Release|x86
{48BC1AA1-E998-4C1F-9E79-A8C2B7FCFA77}.Release|x86.ActiveCfg = Release|x86
{48BC1AA1-E998-4C1F-9E79-A8C2B7FCFA77}.Release|x86.Build.0 = Release|x86
{4D2B2BE2-B111-447F-8969-4C035E32818B}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{4D2B2BE2-B111-447F-8969-4C035E32818B}.Debug|Any CPU.Build.0 = Debug|Any CPU
{4D2B2BE2-B111-447F-8969-4C035E32818B}.Debug|Mixed Platforms.ActiveCfg = Debug|Any CPU
{4D2B2BE2-B111-447F-8969-4C035E32818B}.Debug|Mixed Platforms.Build.0 = Debug|Any CPU
{4D2B2BE2-B111-447F-8969-4C035E32818B}.Debug|x86.ActiveCfg = Debug|Any CPU
{4D2B2BE2-B111-447F-8969-4C035E32818B}.Release|Any CPU.ActiveCfg = Release|Any CPU
{4D2B2BE2-B111-447F-8969-4C035E32818B}.Release|Any CPU.Build.0 = Release|Any CPU
{4D2B2BE2-B111-447F-8969-4C035E32818B}.Release|Mixed Platforms.ActiveCfg = Release|Any CPU
{4D2B2BE2-B111-447F-8969-4C035E32818B}.Release|Mixed Platforms.Build.0 = Release|Any CPU
{4D2B2BE2-B111-447F-8969-4C035E32818B}.Release|x86.ActiveCfg = Release|Any CPU
{4D2B2BE2-B111-447F-8969-4C035E32818B}.Debug|Any CPU.ActiveCfg = Debug|x86
{4D2B2BE2-B111-447F-8969-4C035E32818B}.Debug|Mixed Platforms.ActiveCfg = Debug|x86
{4D2B2BE2-B111-447F-8969-4C035E32818B}.Debug|Mixed Platforms.Build.0 = Debug|x86
{4D2B2BE2-B111-447F-8969-4C035E32818B}.Debug|x86.ActiveCfg = Debug|x86
{4D2B2BE2-B111-447F-8969-4C035E32818B}.Debug|x86.Build.0 = Debug|x86
{4D2B2BE2-B111-447F-8969-4C035E32818B}.Release|Any CPU.ActiveCfg = Release|x86
{4D2B2BE2-B111-447F-8969-4C035E32818B}.Release|Mixed Platforms.ActiveCfg = Release|x86
{4D2B2BE2-B111-447F-8969-4C035E32818B}.Release|Mixed Platforms.Build.0 = Release|x86
{4D2B2BE2-B111-447F-8969-4C035E32818B}.Release|x86.ActiveCfg = Release|x86
{4D2B2BE2-B111-447F-8969-4C035E32818B}.Release|x86.Build.0 = Release|x86
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
EndGlobalSection
GlobalSection(ExtensibilityGlobals) = postSolution
EnterpriseLibraryConfigurationToolBinariesPath = packages\Unity.2.1.505.0\lib\NET35;packages\Unity.Interception.2.1.505.0\lib\NET35
SolutionGuid = {9926F5F4-ACB0-4838-99BD-581AF195E038}
EnterpriseLibraryConfigurationToolBinariesPath = packages\Unity.2.1.505.0\lib\NET35;packages\Unity.Interception.2.1.505.0\lib\NET35
EndGlobalSection
GlobalSection(TestCaseManagementSettings) = postSolution
CategoryFile = AccessSvn.vsmdi
Expand Down
23 changes: 13 additions & 10 deletions asvnTest/asvnTest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -15,22 +15,25 @@
<FileAlignment>512</FileAlignment>
<ProjectTypeGuids>{3AC096D0-A1C2-E12C-1390-A8335801FDAB};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}</ProjectTypeGuids>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<OutputPath>bin\x86\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x86</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x86'">
<OutputPath>bin\x86\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<LangVersion>7.3</LangVersion>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="Microsoft.VisualStudio.QualityTools.UnitTestFramework, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a, processorArchitecture=MSIL" />
Expand Down

0 comments on commit bef1710

Please sign in to comment.