You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
95 lines
4.2 KiB
95 lines
4.2 KiB
<Project DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003" ToolsVersion="4.0">
|
|
<ItemGroup />
|
|
<ItemGroup>
|
|
<Compile Include="f.cs" />
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition="Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
|
|
<PropertyGroup>
|
|
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
|
|
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
|
|
<ProductVersion>9.0.21022</ProductVersion>
|
|
<ProjectGuid>63ed889f-5b6b-46b4-af6a-bb0cf0d4a836</ProjectGuid>
|
|
<!-- update GUID here -->
|
|
<OutputType>Library</OutputType>
|
|
<AppDesignerFolder>Properties</AppDesignerFolder>
|
|
<RootNamespace />
|
|
<!-- update root namespace -->
|
|
<AssemblyName>SyncTaskStatus.Fakes</AssemblyName>
|
|
<!-- update assembly name -->
|
|
<CodeContractsEnableRuntimeChecking>True</CodeContractsEnableRuntimeChecking>
|
|
<CodeContractsRuntimeCheckingLevel>Full</CodeContractsRuntimeCheckingLevel>
|
|
<OutputPath>b</OutputPath>
|
|
<IntermediateOutputPath>o</IntermediateOutputPath>
|
|
<TargetFrameworkVersion>v4.0</TargetFrameworkVersion>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' ">
|
|
<DebugSymbols>true</DebugSymbols>
|
|
<DebugType>full</DebugType>
|
|
<Optimize>false</Optimize>
|
|
<DefineConstants>DEBUG;TRACE;$(CommonDefineConstants)</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
|
|
<NoWarn>1587;1591</NoWarn>
|
|
</PropertyGroup>
|
|
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
|
|
<DebugType>pdbonly</DebugType>
|
|
<Optimize>true</Optimize>
|
|
<DefineConstants>TRACE;$(CommonDefineConstants)</DefineConstants>
|
|
<ErrorReport>prompt</ErrorReport>
|
|
<WarningLevel>4</WarningLevel>
|
|
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
|
<DocumentationFile>$(OutputPath)\$(AssemblyName).xml</DocumentationFile>
|
|
<NoWarn>1587;1591</NoWarn>
|
|
</PropertyGroup>
|
|
<ItemGroup>
|
|
<Reference Include="Microsoft.QualityTools.Testing.Fakes">
|
|
<HintPath>C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\IDE\ReferenceAssemblies\v2.0\Microsoft.QualityTools.Testing.Fakes.dll</HintPath>
|
|
<SpecificVersion>False</SpecificVersion>
|
|
<EmbedInteropTypes>False</EmbedInteropTypes>
|
|
<Aliases>mqttf</Aliases>
|
|
</Reference>
|
|
<Reference Include="SyncTaskStatus">
|
|
<HintPath>E:\SouceCode\SyncTaskStatus\SyncTaskStatus\bin\Debug\SyncTaskStatus.dll</HintPath>
|
|
<Aliases>sts</Aliases>
|
|
<EmbedInteropTypes>False</EmbedInteropTypes>
|
|
</Reference>
|
|
<Reference Include="TcSoaClient">
|
|
<HintPath>E:\CODE\libs\TcSoaClient.dll</HintPath>
|
|
<Aliases>tsc</Aliases>
|
|
<EmbedInteropTypes>False</EmbedInteropTypes>
|
|
</Reference>
|
|
<Reference Include="log4net">
|
|
<HintPath>E:\CODE\libs\log4net.dll</HintPath>
|
|
<Aliases>l4</Aliases>
|
|
<EmbedInteropTypes>False</EmbedInteropTypes>
|
|
</Reference>
|
|
<Reference Include="TcSoaStrongModel">
|
|
<HintPath>E:\CODE\libs\TcSoaStrongModel.dll</HintPath>
|
|
<Aliases>tssm</Aliases>
|
|
<EmbedInteropTypes>False</EmbedInteropTypes>
|
|
</Reference>
|
|
<Reference Include="TcSoaQueryStrong">
|
|
<HintPath>E:\CODE\libs\TcSoaQueryStrong.dll</HintPath>
|
|
<Aliases>tsqs</Aliases>
|
|
<EmbedInteropTypes>False</EmbedInteropTypes>
|
|
</Reference>
|
|
<Reference Include="TcSoaCommon">
|
|
<HintPath>E:\CODE\libs\TcSoaCommon.dll</HintPath>
|
|
<Aliases>tscr</Aliases>
|
|
<EmbedInteropTypes>False</EmbedInteropTypes>
|
|
</Reference>
|
|
<Reference Include="TcSoaCoreStrong">
|
|
<HintPath>E:\CODE\libs\TcSoaCoreStrong.dll</HintPath>
|
|
<Aliases>tscs</Aliases>
|
|
<EmbedInteropTypes>False</EmbedInteropTypes>
|
|
</Reference>
|
|
<Reference Include="TcSoaProjectManagementStrong">
|
|
<HintPath>E:\CODE\libs\TcSoaProjectManagementStrong.dll</HintPath>
|
|
<Aliases>tspms</Aliases>
|
|
<EmbedInteropTypes>False</EmbedInteropTypes>
|
|
</Reference>
|
|
</ItemGroup>
|
|
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
|
|
</Project> |