|
|
|
@ -11,13 +11,17 @@ |
|
|
|
<TargetFrameworkProfile> |
|
|
|
<TargetFrameworkProfile> |
|
|
|
</TargetFrameworkProfile> |
|
|
|
</TargetFrameworkProfile> |
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
|
|
<AppDesignerFolder>Properties</AppDesignerFolder> |
|
|
|
|
|
|
|
<AllowUnsafeBlocks>False</AllowUnsafeBlocks> |
|
|
|
|
|
|
|
<NoStdLib>False</NoStdLib> |
|
|
|
|
|
|
|
<WarningLevel>4</WarningLevel> |
|
|
|
|
|
|
|
<TreatWarningsAsErrors>false</TreatWarningsAsErrors> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Platform)' == 'x86' "> |
|
|
|
<PropertyGroup Condition=" '$(Platform)' == 'x86' "> |
|
|
|
<PlatformTarget>x86</PlatformTarget> |
|
|
|
<PlatformTarget>x86</PlatformTarget> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
|
|
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' "> |
|
|
|
<OutputPath>bin\Debug\</OutputPath> |
|
|
|
<OutputPath>bin\Debug\</OutputPath> |
|
|
|
<DebugSymbols>True</DebugSymbols> |
|
|
|
<DebugSymbols>true</DebugSymbols> |
|
|
|
<DebugType>Full</DebugType> |
|
|
|
<DebugType>Full</DebugType> |
|
|
|
<Optimize>False</Optimize> |
|
|
|
<Optimize>False</Optimize> |
|
|
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
|
|
<CheckForOverflowUnderflow>True</CheckForOverflowUnderflow> |
|
|
|
@ -31,6 +35,9 @@ |
|
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
|
|
<CheckForOverflowUnderflow>False</CheckForOverflowUnderflow> |
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
<DefineConstants>TRACE</DefineConstants> |
|
|
|
</PropertyGroup> |
|
|
|
</PropertyGroup> |
|
|
|
|
|
|
|
<PropertyGroup Condition=" '$(Platform)' == 'AnyCPU' "> |
|
|
|
|
|
|
|
<PlatformTarget>AnyCPU</PlatformTarget> |
|
|
|
|
|
|
|
</PropertyGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<Reference Include="Microsoft.Build" /> |
|
|
|
<Reference Include="Microsoft.Build" /> |
|
|
|
<Reference Include="System" /> |
|
|
|
<Reference Include="System" /> |
|
|
|
@ -47,6 +54,9 @@ |
|
|
|
</Reference> |
|
|
|
</Reference> |
|
|
|
</ItemGroup> |
|
|
|
</ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
<ItemGroup> |
|
|
|
|
|
|
|
<Compile Include="..\ICSharpCode.NRefactory\Properties\GlobalAssemblyInfo.cs"> |
|
|
|
|
|
|
|
<Link>Properties\GlobalAssemblyInfo.cs</Link> |
|
|
|
|
|
|
|
</Compile> |
|
|
|
<Compile Include="CSharpProject.cs" /> |
|
|
|
<Compile Include="CSharpProject.cs" /> |
|
|
|
<Compile Include="FindReferencesConsistencyCheck.cs" /> |
|
|
|
<Compile Include="FindReferencesConsistencyCheck.cs" /> |
|
|
|
<Compile Include="IDStringConsistencyCheck.cs" /> |
|
|
|
<Compile Include="IDStringConsistencyCheck.cs" /> |
|
|
|
|