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 >{6B39C22F-6741-428D-B21A-33580AF7BD8E}</ProjectGuid >
8- <OutputType >Library</OutputType >
9- <RootNamespace >Xake.Core</RootNamespace >
10- <AssemblyName >Xake.Core</AssemblyName >
11- <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
12- <Name >XakeLib </Name >
13- <TargetFrameworkProfile />
14- </PropertyGroup >
15- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16- <DebugSymbols >true</DebugSymbols >
17- <DebugType >full</DebugType >
18- <Optimize >false</Optimize >
19- <Tailcalls >false</Tailcalls >
20- <OutputPath >..\bin\Debug</OutputPath >
21- <DefineConstants >DEBUG;TRACE</DefineConstants >
22- <WarningLevel >3</WarningLevel >
23- <StartAction >Program</StartAction >
24- <StartProgram >C:\Program Files (x86)\Microsoft SDKs\F#\3.0\Framework\v4.0\Fsi.exe</StartProgram >
25- <StartWorkingDirectory >C:\projects\ar9\Source</StartWorkingDirectory >
26- <StartArguments >\projects\Mine\xake\samples\ar\build.fsx</StartArguments >
27- </PropertyGroup >
28- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
29- <DebugType >none</DebugType >
30- <Optimize >true</Optimize >
31- <Tailcalls >true</Tailcalls >
32- <OutputPath >..\bin</OutputPath >
33- <DefineConstants >TRACE</DefineConstants >
34- <WarningLevel >3</WarningLevel >
35- <DocumentationFile >..\bin\Xake.Core.XML</DocumentationFile >
36- <DebugSymbols >false</DebugSymbols >
37- </PropertyGroup >
38- <ItemGroup >
39- <Reference Include =" mscorlib" />
40- <Reference Include =" System" />
41- <Reference Include =" System.Core" />
42- <Reference Include =" System.Windows.Forms" />
43- <Reference Include =" FSharp.Core" >
44- <Private >True</Private >
45- </Reference >
46- </ItemGroup >
47- <ItemGroup >
48- <Compile Include =" Logging.fs" />
49- <Compile Include =" Types.fs" />
50- <Compile Include =" Pickler.fs" />
51- <Compile Include =" Fileset.fs" />
52- <Compile Include =" Database.fs" />
53- <Compile Include =" Core.fs" />
54- <Compile Include =" WorkerPool.fs" />
55- <Compile Include =" XakeScript.fs" />
56- <Compile Include =" Common.fs" />
57- <Compile Include =" FileTasks.fs" />
58- <Compile Include =" ResourceFileset.fs" />
59- <Compile Include =" DotNetFwk.fs" />
60- <Compile Include =" DotnetTasks.fs" />
61- <None Include =" filesets.fsx" />
62- <Compile Include =" VersionInfo.fs" />
63- <Compile Include =" AssemblyInfo.fs" />
64- </ItemGroup >
65- <PropertyGroup >
66- <MinimumVisualStudioVersion Condition =" '$(MinimumVisualStudioVersion)' == ''" >11</MinimumVisualStudioVersion >
67- </PropertyGroup >
68- <Import Project =" $(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets" Condition =" Exists('$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.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 >{6B39C22F-6741-428D-B21A-33580AF7BD8E}</ProjectGuid >
8+ <OutputType >Library</OutputType >
9+ <RootNamespace >Xake.Core</RootNamespace >
10+ <AssemblyName >Xake.Core</AssemblyName >
11+ <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
12+ <Name >Xake.Core </Name >
13+ <TargetFrameworkProfile />
14+ </PropertyGroup >
15+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
16+ <DebugSymbols >true</DebugSymbols >
17+ <DebugType >full</DebugType >
18+ <Optimize >false</Optimize >
19+ <Tailcalls >false</Tailcalls >
20+ <OutputPath >..\bin\Debug</OutputPath >
21+ <DefineConstants >DEBUG;TRACE</DefineConstants >
22+ <WarningLevel >3</WarningLevel >
23+ <StartAction >Program</StartAction >
24+ <StartProgram >C:\Program Files (x86)\Microsoft SDKs\F#\3.0\Framework\v4.0\Fsi.exe</StartProgram >
25+ <StartWorkingDirectory >C:\projects\ar9\Source</StartWorkingDirectory >
26+ <StartArguments >\projects\Mine\xake\samples\ar\build.fsx</StartArguments >
27+ </PropertyGroup >
28+ <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
29+ <DebugType >none</DebugType >
30+ <Optimize >true</Optimize >
31+ <Tailcalls >true</Tailcalls >
32+ <OutputPath >..\bin</OutputPath >
33+ <DefineConstants >TRACE</DefineConstants >
34+ <WarningLevel >3</WarningLevel >
35+ <DocumentationFile >..\bin\Xake.Core.XML</DocumentationFile >
36+ <DebugSymbols >false</DebugSymbols >
37+ </PropertyGroup >
38+ <ItemGroup >
39+ <Reference Include =" mscorlib" />
40+ <Reference Include =" System" />
41+ <Reference Include =" System.Core" />
42+ <Reference Include =" System.Windows.Forms" />
43+ <Reference Include =" FSharp.Core" >
44+ <Private >True</Private >
45+ </Reference >
46+ </ItemGroup >
47+ <ItemGroup >
48+ <Compile Include =" Logging.fs" />
49+ <Compile Include =" Types.fs" />
50+ <Compile Include =" Pickler.fs" />
51+ <Compile Include =" Fileset.fs" />
52+ <Compile Include =" Database.fs" />
53+ <Compile Include =" Core.fs" />
54+ <Compile Include =" WorkerPool.fs" />
55+ <Compile Include =" XakeScript.fs" />
56+ <Compile Include =" Common.fs" />
57+ <Compile Include =" FileTasks.fs" />
58+ <Compile Include =" ResourceFileset.fs" />
59+ <Compile Include =" DotNetFwk.fs" />
60+ <Compile Include =" DotnetTasks.fs" />
61+ <None Include =" filesets.fsx" />
62+ <Compile Include =" VersionInfo.fs" />
63+ <Compile Include =" AssemblyInfo.fs" />
64+ </ItemGroup >
65+ <PropertyGroup >
66+ <MinimumVisualStudioVersion Condition =" '$(MinimumVisualStudioVersion)' == ''" >11</MinimumVisualStudioVersion >
67+ </PropertyGroup >
68+ <Import Project =" $(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.Targets" Condition =" Exists('$(MSBuildExtensionsPath32)\..\Microsoft SDKs\F#\3.0\Framework\v4.0\Microsoft.FSharp.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