1
+ <?xml version =" 1.0" encoding =" utf-8" ?>
2
+ <Project ToolsVersion =" 12.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 >{F18F1812-FD65-4206-8869-B1DBB4D59AC8}</ProjectGuid >
8
+ <OutputType >Library</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >SysadminsLV.Asn1Parser</RootNamespace >
11
+ <AssemblyName >SysadminsLV.Asn1Parser</AssemblyName >
12
+ <TargetFrameworkVersion >v4.0</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ <SccProjectName >SAK</SccProjectName >
15
+ <SccLocalPath >SAK</SccLocalPath >
16
+ <SccAuxPath >SAK</SccAuxPath >
17
+ <SccProvider >SAK</SccProvider >
18
+ </PropertyGroup >
19
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
20
+ <DebugSymbols >true</DebugSymbols >
21
+ <DebugType >full</DebugType >
22
+ <Optimize >false</Optimize >
23
+ <OutputPath >bin\Debug\</OutputPath >
24
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
25
+ <ErrorReport >prompt</ErrorReport >
26
+ <WarningLevel >4</WarningLevel >
27
+ </PropertyGroup >
28
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
29
+ <DebugType >pdbonly</DebugType >
30
+ <Optimize >true</Optimize >
31
+ <OutputPath >bin\Release\</OutputPath >
32
+ <DefineConstants >TRACE</DefineConstants >
33
+ <ErrorReport >prompt</ErrorReport >
34
+ <WarningLevel >4</WarningLevel >
35
+ </PropertyGroup >
36
+ <PropertyGroup >
37
+ <SignAssembly >false</SignAssembly >
38
+ </PropertyGroup >
39
+ <PropertyGroup >
40
+ <AssemblyOriginatorKeyFile >
41
+ </AssemblyOriginatorKeyFile >
42
+ </PropertyGroup >
43
+ <ItemGroup >
44
+ <Reference Include =" System" />
45
+ <Reference Include =" System.Core" />
46
+ <Reference Include =" System.Numerics" />
47
+ </ItemGroup >
48
+ <ItemGroup >
49
+ <Compile Include =" Tree\IAsn1Tree.cs" />
50
+ <Compile Include =" CLRExtensions\Generics\ObservableList.cs" />
51
+ <Compile Include =" Asn1Reader.cs" />
52
+ <Compile Include =" Asn1Class.cs" />
53
+ <Compile Include =" Asn1Type.cs" />
54
+ <Compile Include =" Asn1Utils.cs" />
55
+ <Compile Include =" AsnFormatter.cs" />
56
+ <Compile Include =" Asn1InvalidTagException.cs" />
57
+ <Compile Include =" CLRExtensions\BigInteger2.cs" />
58
+ <Compile Include =" EncodingFormat.cs" />
59
+ <Compile Include =" EncodingType.cs" />
60
+ <Compile Include =" Properties\AssemblyInfo.cs" />
61
+ <Compile Include =" Tree\Asn1Tree.cs" />
62
+ <Compile Include =" Tree\Asn1Node.cs" />
63
+ <Compile Include =" Tree\GenericAsn1Tree.cs" />
64
+ <Compile Include =" Tree\IAsn1NodeValue.cs" />
65
+ <Compile Include =" Tree\InsertNodeOption.cs" />
66
+ <Compile Include =" Universal\Asn1BitString.cs" />
67
+ <Compile Include =" Universal\Asn1BmpString.cs" />
68
+ <Compile Include =" Universal\Asn1GeneralizedTime.cs" />
69
+ <Compile Include =" Universal\Asn1IA5String.cs" />
70
+ <Compile Include =" Universal\Asn1Integer.cs" />
71
+ <Compile Include =" Universal\Asn1NumericString.cs" />
72
+ <Compile Include =" Universal\Asn1ObjectIdentifier.cs" />
73
+ <Compile Include =" Universal\Asn1PrintableString.cs" />
74
+ <Compile Include =" Universal\Asn1TeletexString.cs" />
75
+ <Compile Include =" Universal\Asn1UniversalString.cs" />
76
+ <Compile Include =" Universal\Asn1UtcTime.cs" />
77
+ <Compile Include =" Universal\Asn1UTF8String.cs" />
78
+ <Compile Include =" Universal\Asn1VisibleString.cs" />
79
+ <Compile Include =" Universal\UniversalTagBase.cs" />
80
+ <Compile Include =" Utils\AsnInternalMap.cs" />
81
+ <Compile Include =" Utils\DateTimeUtils.cs" />
82
+ <Compile Include =" Utils\Strings.cs" />
83
+ <Compile Include =" Utils\StringUtils.cs" />
84
+ </ItemGroup >
85
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
86
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
87
+ Other similar extension points exist, see Microsoft.Common.targets.
88
+ <Target Name="BeforeBuild">
89
+ </Target>
90
+ <Target Name="AfterBuild">
91
+ </Target>
92
+ -->
93
+ </Project >
0 commit comments