1- <?xml version =" 1.0" encoding =" utf-8" ?>
2- <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3- <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4- <PropertyGroup >
5- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7- <ProjectGuid >{E1DBEBBF-9448-4D99-B378-2B8CF1629F31}</ProjectGuid >
8- <OutputType >Library</OutputType >
9- <AppDesignerFolder >Properties</AppDesignerFolder >
10- <RootNamespace >SharpRaven.UnitTests</RootNamespace >
11- <AssemblyName >SharpRaven.UnitTests</AssemblyName >
12- <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
13- <FileAlignment >512</FileAlignment >
14- <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\</SolutionDir >
15- <RestorePackages >true</RestorePackages >
16- <TargetFrameworkProfile />
17- </PropertyGroup >
18- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
19- <DebugSymbols >true</DebugSymbols >
20- <DebugType >full</DebugType >
21- <Optimize >false</Optimize >
22- <OutputPath >bin\Debug\</OutputPath >
23- <DefineConstants >DEBUG;TRACE</DefineConstants >
24- <ErrorReport >prompt</ErrorReport >
25- <WarningLevel >4</WarningLevel >
26- </PropertyGroup >
27- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28- <DebugType >pdbonly</DebugType >
29- <Optimize >true</Optimize >
30- <OutputPath >bin\Release\</OutputPath >
31- <DefineConstants >TRACE</DefineConstants >
32- <ErrorReport >prompt</ErrorReport >
33- <WarningLevel >4</WarningLevel >
34- </PropertyGroup >
35- <ItemGroup >
36- <Reference Include =" Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
37- <SpecificVersion >False</SpecificVersion >
38- <HintPath >..\packages\Newtonsoft.Json.5.0.8\lib\net40\Newtonsoft.Json.dll</HintPath >
39- </Reference >
40- <Reference Include =" nunit.framework, Version=2.6.3.13283, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" >
41- <SpecificVersion >False</SpecificVersion >
42- <HintPath >..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath >
43- </Reference >
44- <Reference Include =" System" />
45- </ItemGroup >
46- <ItemGroup >
47- <EmbeddedResource Include =" schema.json" />
48- <Compile Include =" Logging\CreditCardFilterTests.cs" />
49- <Compile Include =" Logging\FilterTestsBase.cs" />
50- <Compile Include =" Logging\PhoneNumberFilterTests.cs" />
51- <Compile Include =" Logging\SocialSecurityFilterTests.cs" />
52- <Compile Include =" SchemaHelper.cs" />
53- <Compile Include =" SerializationTests.cs" />
54- <Compile Include =" SchemaTests.cs" />
55- <Compile Include =" Properties\AssemblyInfo.cs" />
56- <Compile Include =" TestHelper.cs" />
57- </ItemGroup >
58- <ItemGroup >
59- <None Include =" packages.config" />
60- </ItemGroup >
61- <ItemGroup >
62- <ProjectReference Include =" ..\SharpRaven\SharpRaven.csproj" >
63- <Project >{CC80A2E1-AE39-44DE-8DA3-4EEF42F90FB1}</Project >
64- <Name >SharpRaven</Name >
65- </ProjectReference >
66- </ItemGroup >
67- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
68- <Import Project =" $(SolutionDir)\.nuget\NuGet.targets" Condition =" Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
69- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
70- Other similar extension points exist, see Microsoft.Common.targets.
71- <Target Name="BeforeBuild">
72- </Target>
73- <Target Name="AfterBuild">
74- </Target>
75- -->
1+ <?xml version =" 1.0" encoding =" utf-8" ?>
2+ <Project ToolsVersion =" 4.0" DefaultTargets =" Build" xmlns =" http://schemas.microsoft.com/developer/msbuild/2003" >
3+ <Import Project =" $(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props" Condition =" Exists('$(MSBuildExtensionsPath)\$(MSBuildToolsVersion)\Microsoft.Common.props')" />
4+ <PropertyGroup >
5+ <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6+ <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
7+ <ProjectGuid >{E1DBEBBF-9448-4D99-B378-2B8CF1629F31}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <AppDesignerFolder >Properties</AppDesignerFolder >
10+ <RootNamespace >SharpRaven.UnitTests</RootNamespace >
11+ <AssemblyName >SharpRaven.UnitTests</AssemblyName >
12+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
13+ <FileAlignment >512</FileAlignment >
14+ <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\</SolutionDir >
15+ <RestorePackages >true</RestorePackages >
16+ <TargetFrameworkProfile />
17+ </PropertyGroup >
18+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
19+ <DebugSymbols >true</DebugSymbols >
20+ <DebugType >full</DebugType >
21+ <Optimize >false</Optimize >
22+ <OutputPath >bin\Debug\</OutputPath >
23+ <DefineConstants >DEBUG;TRACE</DefineConstants >
24+ <ErrorReport >prompt</ErrorReport >
25+ <WarningLevel >4</WarningLevel >
26+ </PropertyGroup >
27+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
28+ <DebugType >pdbonly</DebugType >
29+ <Optimize >true</Optimize >
30+ <OutputPath >bin\Release\</OutputPath >
31+ <DefineConstants >TRACE</DefineConstants >
32+ <ErrorReport >prompt</ErrorReport >
33+ <WarningLevel >4</WarningLevel >
34+ </PropertyGroup >
35+ <ItemGroup >
36+ <Reference Include =" Newtonsoft.Json, Version=4.5.0.0, Culture=neutral, PublicKeyToken=30ad4fe6b2a6aeed, processorArchitecture=MSIL" >
37+ <SpecificVersion >False</SpecificVersion >
38+ <HintPath >..\packages\Newtonsoft.Json.5.0.8\lib\net40\Newtonsoft.Json.dll</HintPath >
39+ </Reference >
40+ <Reference Include =" nunit.framework, Version=2.6.3.13283, Culture=neutral, PublicKeyToken=96d09a1eb7f44a77, processorArchitecture=MSIL" >
41+ <SpecificVersion >False</SpecificVersion >
42+ <HintPath >..\packages\NUnit.2.6.3\lib\nunit.framework.dll</HintPath >
43+ </Reference >
44+ <Reference Include =" System" />
45+ </ItemGroup >
46+ <ItemGroup >
47+ <EmbeddedResource Include =" schema.json" />
48+ <Compile Include =" Logging\CreditCardFilterTests.cs" />
49+ <Compile Include =" Logging\FilterTestsBase.cs" />
50+ <Compile Include =" Logging\PhoneNumberFilterTests.cs" />
51+ <Compile Include =" Logging\SocialSecurityFilterTests.cs" />
52+ <Compile Include =" SchemaHelper.cs" />
53+ <Compile Include =" SerializationTests.cs" />
54+ <Compile Include =" SchemaTests.cs" />
55+ <Compile Include =" Properties\AssemblyInfo.cs" />
56+ <Compile Include =" TestHelper.cs" />
57+ </ItemGroup >
58+ <ItemGroup >
59+ <None Include =" packages.config" />
60+ </ItemGroup >
61+ <ItemGroup >
62+ <ProjectReference Include =" ..\SharpRaven\SharpRaven.csproj" >
63+ <Project >{CC80A2E1-AE39-44DE-8DA3-4EEF42F90FB1}</Project >
64+ <Name >SharpRaven</Name >
65+ </ProjectReference >
66+ </ItemGroup >
67+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
68+ <Import Project =" $(SolutionDir)\.nuget\NuGet.targets" Condition =" Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
69+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
70+ Other similar extension points exist, see Microsoft.Common.targets.
71+ <Target Name="BeforeBuild">
72+ </Target>
73+ <Target Name="AfterBuild">
74+ </Target>
75+ -->
7676</Project >
0 commit comments