50 |
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
51 |
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
52 |
</PropertyGroup> |
</PropertyGroup> |
53 |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Debug|x64'"> |
54 |
|
<DebugSymbols>true</DebugSymbols> |
55 |
|
<OutputPath>bin\x64\Debug\</OutputPath> |
56 |
|
<DefineConstants>DEBUG;TRACE</DefineConstants> |
57 |
|
<DebugType>full</DebugType> |
58 |
|
<PlatformTarget>x64</PlatformTarget> |
59 |
|
<ErrorReport>prompt</ErrorReport> |
60 |
|
<CodeAnalysisIgnoreBuiltInRuleSets>true</CodeAnalysisIgnoreBuiltInRuleSets> |
61 |
|
</PropertyGroup> |
62 |
|
<PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> |
63 |
|
<OutputPath>bin\x64\Release\</OutputPath> |
64 |
|
<DefineConstants>TRACE</DefineConstants> |
65 |
|
<Optimize>true</Optimize> |
66 |
|
<DebugType>pdbonly</DebugType> |
67 |
|
<PlatformTarget>x64</PlatformTarget> |
68 |
|
<ErrorReport>prompt</ErrorReport> |
69 |
|
<CodeAnalysisIgnoreBuiltInRuleSets>false</CodeAnalysisIgnoreBuiltInRuleSets> |
70 |
|
<CodeAnalysisIgnoreBuiltInRules>false</CodeAnalysisIgnoreBuiltInRules> |
71 |
|
<CodeAnalysisFailOnMissingRules>false</CodeAnalysisFailOnMissingRules> |
72 |
|
</PropertyGroup> |
73 |
<ItemGroup> |
<ItemGroup> |
74 |
<Reference Include="System" /> |
<Reference Include="System" /> |
75 |
<Reference Include="System.Core" /> |
<Reference Include="System.Core" /> |
83 |
<Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs"> |
<Compile Include="..\VersioningSupport\SharedAssemblyInfo.cs"> |
84 |
<Link>SharedAssemblyInfo.cs</Link> |
<Link>SharedAssemblyInfo.cs</Link> |
85 |
</Compile> |
</Compile> |
86 |
|
<Compile Include="dummy.cs" /> |
87 |
<Compile Include="ProcessorAssemblyArchitecture.cs" /> |
<Compile Include="ProcessorAssemblyArchitecture.cs" /> |
88 |
<Compile Include="Properties\AssemblyInfo.cs" /> |
<Compile Include="Properties\AssemblyInfo.cs" /> |
89 |
</ItemGroup> |
</ItemGroup> |