Skip to content

Commit

Permalink
Remove unused PropertyGroup
Browse files Browse the repository at this point in the history
  • Loading branch information
TransposonY committed Aug 4, 2015
1 parent 78ddd02 commit f057b6d
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 117 deletions.
11 changes: 0 additions & 11 deletions GestureSign.Common/GestureSign.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -39,17 +39,6 @@
<Prefer32Bit>false</Prefer32Bit>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<StartupObject />
</PropertyGroup>
Expand Down
61 changes: 2 additions & 59 deletions GestureSign.CorePlugins/GestureSign.CorePlugins.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,9 @@
<WarningLevel>4</WarningLevel>
<DocumentationFile>
</DocumentationFile>
<PlatformTarget>x86</PlatformTarget>
<PlatformTarget>AnyCPU</PlatformTarget>
<Prefer32Bit>false</Prefer32Bit>
<AllowUnsafeBlocks>false</AllowUnsafeBlocks>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
Expand All @@ -42,49 +43,9 @@
<Prefer32Bit>false</Prefer32Bit>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|x86' ">
<OutputPath>bin\x86\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<StartupObject />
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\x64\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'">
<OutputPath>bin\x64\Release\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'uiAccessRelease|AnyCPU'">
<OutputPath>bin\uiAccessRelease\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
Expand All @@ -94,24 +55,6 @@
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'uiAccessRelease|x86'">
<OutputPath>bin\x86\uiAccessRelease\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x86</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'uiAccessRelease|x64'">
<OutputPath>bin\x64\uiAccessRelease\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<Optimize>true</Optimize>
<DebugType>pdbonly</DebugType>
<PlatformTarget>x64</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
</PropertyGroup>
<ItemGroup>
<Reference Include="PresentationCore" />
<Reference Include="PresentationFramework" />
Expand Down
13 changes: 1 addition & 12 deletions GestureSign.PointPatterns/GestureSign.PointPatterns.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<PlatformTarget>x86</PlatformTarget>
<PlatformTarget>AnyCPU</PlatformTarget>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
Expand All @@ -40,17 +40,6 @@
<Prefer32Bit>false</Prefer32Bit>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup>
<StartupObject />
</PropertyGroup>
Expand Down
20 changes: 10 additions & 10 deletions GestureSign.sln
Original file line number Diff line number Diff line change
Expand Up @@ -31,32 +31,32 @@ Global
uiAccessRelease|Any CPU = uiAccessRelease|Any CPU
EndGlobalSection
GlobalSection(ProjectConfigurationPlatforms) = postSolution
{B9A2BC20-B457-4B39-AE1B-274FA961E346}.Debug|Any CPU.ActiveCfg = Debug|x86
{B9A2BC20-B457-4B39-AE1B-274FA961E346}.Debug|Any CPU.Build.0 = Debug|x86
{B9A2BC20-B457-4B39-AE1B-274FA961E346}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{B9A2BC20-B457-4B39-AE1B-274FA961E346}.Debug|Any CPU.Build.0 = Debug|Any CPU
{B9A2BC20-B457-4B39-AE1B-274FA961E346}.Release|Any CPU.ActiveCfg = Release|Any CPU
{B9A2BC20-B457-4B39-AE1B-274FA961E346}.Release|Any CPU.Build.0 = Release|Any CPU
{B9A2BC20-B457-4B39-AE1B-274FA961E346}.uiAccessRelease|Any CPU.ActiveCfg = uiAccessRelease|Any CPU
{B9A2BC20-B457-4B39-AE1B-274FA961E346}.uiAccessRelease|Any CPU.Build.0 = uiAccessRelease|Any CPU
{FBD3EC1E-47E2-4D2D-81C9-D6506125A09A}.Debug|Any CPU.ActiveCfg = Debug|x86
{FBD3EC1E-47E2-4D2D-81C9-D6506125A09A}.Debug|Any CPU.Build.0 = Debug|x86
{FBD3EC1E-47E2-4D2D-81C9-D6506125A09A}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{FBD3EC1E-47E2-4D2D-81C9-D6506125A09A}.Debug|Any CPU.Build.0 = Debug|Any CPU
{FBD3EC1E-47E2-4D2D-81C9-D6506125A09A}.Release|Any CPU.ActiveCfg = Release|Any CPU
{FBD3EC1E-47E2-4D2D-81C9-D6506125A09A}.Release|Any CPU.Build.0 = Release|Any CPU
{FBD3EC1E-47E2-4D2D-81C9-D6506125A09A}.uiAccessRelease|Any CPU.ActiveCfg = uiAccessRelease|Any CPU
{FBD3EC1E-47E2-4D2D-81C9-D6506125A09A}.uiAccessRelease|Any CPU.Build.0 = uiAccessRelease|Any CPU
{69F91BD1-6986-4079-9537-ED1A1D8EBE06}.Debug|Any CPU.ActiveCfg = Debug|x86
{69F91BD1-6986-4079-9537-ED1A1D8EBE06}.Debug|Any CPU.Build.0 = Debug|x86
{69F91BD1-6986-4079-9537-ED1A1D8EBE06}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{69F91BD1-6986-4079-9537-ED1A1D8EBE06}.Debug|Any CPU.Build.0 = Debug|Any CPU
{69F91BD1-6986-4079-9537-ED1A1D8EBE06}.Release|Any CPU.ActiveCfg = Release|Any CPU
{69F91BD1-6986-4079-9537-ED1A1D8EBE06}.Release|Any CPU.Build.0 = Release|Any CPU
{69F91BD1-6986-4079-9537-ED1A1D8EBE06}.uiAccessRelease|Any CPU.ActiveCfg = uiAccessRelease|Any CPU
{69F91BD1-6986-4079-9537-ED1A1D8EBE06}.uiAccessRelease|Any CPU.Build.0 = uiAccessRelease|Any CPU
{60070AF1-C987-4C5B-AFD1-B9DFAF47E35C}.Debug|Any CPU.ActiveCfg = Debug|x86
{60070AF1-C987-4C5B-AFD1-B9DFAF47E35C}.Debug|Any CPU.Build.0 = Debug|x86
{60070AF1-C987-4C5B-AFD1-B9DFAF47E35C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{60070AF1-C987-4C5B-AFD1-B9DFAF47E35C}.Debug|Any CPU.Build.0 = Debug|Any CPU
{60070AF1-C987-4C5B-AFD1-B9DFAF47E35C}.Release|Any CPU.ActiveCfg = Release|Any CPU
{60070AF1-C987-4C5B-AFD1-B9DFAF47E35C}.Release|Any CPU.Build.0 = Release|Any CPU
{60070AF1-C987-4C5B-AFD1-B9DFAF47E35C}.uiAccessRelease|Any CPU.ActiveCfg = uiAccessRelease|Any CPU
{60070AF1-C987-4C5B-AFD1-B9DFAF47E35C}.uiAccessRelease|Any CPU.Build.0 = uiAccessRelease|Any CPU
{038047A4-E3F8-4B49-9762-7F63971B8319}.Debug|Any CPU.ActiveCfg = Debug|x86
{038047A4-E3F8-4B49-9762-7F63971B8319}.Debug|Any CPU.Build.0 = Debug|x86
{038047A4-E3F8-4B49-9762-7F63971B8319}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
{038047A4-E3F8-4B49-9762-7F63971B8319}.Debug|Any CPU.Build.0 = Debug|Any CPU
{038047A4-E3F8-4B49-9762-7F63971B8319}.Release|Any CPU.ActiveCfg = Release|Any CPU
{038047A4-E3F8-4B49-9762-7F63971B8319}.Release|Any CPU.Build.0 = Release|Any CPU
{038047A4-E3F8-4B49-9762-7F63971B8319}.uiAccessRelease|Any CPU.ActiveCfg = uiAccessRelease|Any CPU
Expand Down
11 changes: 0 additions & 11 deletions GestureSign/GestureSign.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -51,17 +51,6 @@
<WarningLevel>4</WarningLevel>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x86'">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<ErrorReport>prompt</ErrorReport>
<CodeAnalysisRuleSet>MinimumRecommendedRules.ruleset</CodeAnalysisRuleSet>
<Prefer32Bit>false</Prefer32Bit>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup>
<ApplicationIcon>Resources\normal.ico</ApplicationIcon>
</PropertyGroup>
Expand Down
15 changes: 1 addition & 14 deletions ManagedWinapi/ManagedWinapi.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<WarningLevel>4</WarningLevel>
<DocumentationFile>
</DocumentationFile>
<PlatformTarget>x86</PlatformTarget>
<PlatformTarget>AnyCPU</PlatformTarget>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
Expand All @@ -45,19 +45,6 @@
<Prefer32Bit>false</Prefer32Bit>
<PlatformTarget>AnyCPU</PlatformTarget>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|x86' ">
<DebugSymbols>true</DebugSymbols>
<OutputPath>bin\Debug\</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<DocumentationFile>
</DocumentationFile>
<DebugType>full</DebugType>
<PlatformTarget>AnyCPU</PlatformTarget>
<CodeAnalysisUseTypeNameInSuppression>true</CodeAnalysisUseTypeNameInSuppression>
<CodeAnalysisModuleSuppressionsFile>GlobalSuppressions.cs</CodeAnalysisModuleSuppressionsFile>
<ErrorReport>prompt</ErrorReport>
<Prefer32Bit>false</Prefer32Bit>
</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'uiAccessRelease|AnyCPU'">
<OutputPath>bin\uiAccessRelease\</OutputPath>
<DefineConstants>TRACE</DefineConstants>
Expand Down

0 comments on commit f057b6d

Please sign in to comment.