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 >{62E7F8AB-01ED-455A-8CE2-86F020D429B0}</ProjectGuid >
8
- <OutputType >Library</OutputType >
9
- <AppDesignerFolder >Properties</AppDesignerFolder >
10
- <RootNamespace >UnitsNet</RootNamespace >
11
- <AssemblyName >UnitsNet.net35</AssemblyName >
12
- <TargetFrameworkVersion >v3.5</TargetFrameworkVersion >
13
- <FileAlignment >512</FileAlignment >
14
- <TargetFrameworkProfile >Client</TargetFrameworkProfile >
15
- <OutputPath >..\..\build\bin\$(Platform)_$(Configuration)\</OutputPath >
16
- </PropertyGroup >
17
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18
- <DebugSymbols >true</DebugSymbols >
19
- <DebugType >full</DebugType >
20
- <Optimize >false</Optimize >
21
- <DefineConstants >DEBUG;TRACE</DefineConstants >
22
- <ErrorReport >prompt</ErrorReport >
23
- <WarningLevel >4</WarningLevel >
24
- </PropertyGroup >
25
- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26
- <DebugType >pdbonly</DebugType >
27
- <Optimize >true</Optimize >
28
- <DefineConstants >TRACE</DefineConstants >
29
- <ErrorReport >prompt</ErrorReport >
30
- <WarningLevel >4</WarningLevel >
31
- </PropertyGroup >
32
- <ItemGroup >
33
- <Reference Include =" System" />
34
- <Reference Include =" System.Core" />
35
- <Reference Include =" System.Xml.Linq" />
36
- <Reference Include =" System.Data.DataSetExtensions" />
37
- <Reference Include =" System.Data" />
38
- <Reference Include =" System.Xml" />
39
- </ItemGroup >
40
- <ItemGroup >
41
- <Compile Include =" *.cs" />
42
- </ItemGroup >
43
-
44
- <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
45
- <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
46
- Other similar extension points exist, see Microsoft.Common.targets.
47
- <Target Name="BeforeBuild">
48
- </Target>
49
- <Target Name="AfterBuild">
50
- </Target>
51
- -->
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 >{62E7F8AB-01ED-455A-8CE2-86F020D429B0}</ProjectGuid >
8
+ <OutputType >Library</OutputType >
9
+ <AppDesignerFolder >Properties</AppDesignerFolder >
10
+ <RootNamespace >UnitsNet</RootNamespace >
11
+ <AssemblyName >UnitsNet.net35</AssemblyName >
12
+ <TargetFrameworkVersion >v3.5</TargetFrameworkVersion >
13
+ <FileAlignment >512</FileAlignment >
14
+ <TargetFrameworkProfile >Client</TargetFrameworkProfile >
15
+ <OutputPath >..\..\build\bin\$(Platform)_$(Configuration)\</OutputPath >
16
+ </PropertyGroup >
17
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
18
+ <DebugSymbols >true</DebugSymbols >
19
+ <DebugType >full</DebugType >
20
+ <Optimize >false</Optimize >
21
+ <DefineConstants >DEBUG;TRACE</DefineConstants >
22
+ <ErrorReport >prompt</ErrorReport >
23
+ <WarningLevel >4</WarningLevel >
24
+ </PropertyGroup >
25
+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
26
+ <DebugType >pdbonly</DebugType >
27
+ <Optimize >true</Optimize >
28
+ <DefineConstants >TRACE</DefineConstants >
29
+ <ErrorReport >prompt</ErrorReport >
30
+ <WarningLevel >4</WarningLevel >
31
+ </PropertyGroup >
32
+ <ItemGroup >
33
+ <Reference Include =" System" />
34
+ <Reference Include =" System.Core" />
35
+ <Reference Include =" System.Xml.Linq" />
36
+ <Reference Include =" System.Data.DataSetExtensions" />
37
+ <Reference Include =" System.Data" />
38
+ <Reference Include =" System.Xml" />
39
+ </ItemGroup >
40
+ <ItemGroup >
41
+ <Compile Include =" *.cs" />
42
+ </ItemGroup >
43
+
44
+ <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
45
+ <!-- To modify your build process, add your task inside one of the targets below and uncomment it.
46
+ Other similar extension points exist, see Microsoft.Common.targets.
47
+ <Target Name="BeforeBuild">
48
+ </Target>
49
+ <Target Name="AfterBuild">
50
+ </Target>
51
+ -->
52
52
</Project >
0 commit comments