11<?xml version =" 1.0" encoding =" utf-8" ?>
22<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') " />
3+ <Import Project =" ..\..\build\ScriptCs .Common.props" />
44 <PropertyGroup >
5- <Configuration Condition =" '$(Configuration)' == '' " >Debug</Configuration >
6- <Platform Condition =" '$(Platform)' == '' " >AnyCPU</Platform >
75 <ProjectGuid >{25080671-1A80-4041-B9C7-260578FF4849}</ProjectGuid >
86 <OutputType >Exe</OutputType >
9- <AppDesignerFolder >Properties</AppDesignerFolder >
107 <RootNamespace >ScriptCs</RootNamespace >
118 <AssemblyName >scriptcs</AssemblyName >
12- <TargetFrameworkVersion >v4.5</TargetFrameworkVersion >
13- <FileAlignment >512</FileAlignment >
14- <TargetFrameworkProfile />
15- <SolutionDir Condition =" $(SolutionDir) == '' Or $(SolutionDir) == '*Undefined*'" >..\</SolutionDir >
16- <RestorePackages >true</RestorePackages >
17- </PropertyGroup >
18- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Debug|AnyCPU' " >
19- <PlatformTarget >AnyCPU</PlatformTarget >
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- <Prefer32Bit >false</Prefer32Bit >
28- <AllowUnsafeBlocks >true</AllowUnsafeBlocks >
29- </PropertyGroup >
30- <PropertyGroup Condition =" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' " >
31- <PlatformTarget >AnyCPU</PlatformTarget >
32- <DebugType >pdbonly</DebugType >
33- <Optimize >true</Optimize >
34- <OutputPath >bin\Release\</OutputPath >
35- <DefineConstants >TRACE</DefineConstants >
36- <ErrorReport >prompt</ErrorReport >
37- <WarningLevel >4</WarningLevel >
38- <Prefer32Bit >false</Prefer32Bit >
399 </PropertyGroup >
4010 <ItemGroup >
4111 <Reference Include =" System" />
4818 <Reference Include =" System.Xml" />
4919 </ItemGroup >
5020 <ItemGroup >
21+ <Compile Include =" ..\..\common\CommonAssemblyInfo.cs" >
22+ <Link >Properties\CommonAssemblyInfo.cs</Link >
23+ </Compile >
24+ <Compile Include =" ..\..\common\CommonVersionInfo.cs" >
25+ <Link >Properties\CommonVersionInfo.cs</Link >
26+ </Compile >
5127 <Compile Include =" Program.cs" />
5228 <Compile Include =" Properties\AssemblyInfo.cs" />
5329 </ItemGroup >
5430 <ItemGroup >
5531 <None Include =" app.config" />
5632 </ItemGroup >
5733 <ItemGroup >
58- <ProjectReference Include =" ..\Scriptcs .Contracts\Scriptcs .Contracts.csproj" >
34+ <ProjectReference Include =" ..\ScriptCs .Contracts\ScriptCs .Contracts.csproj" >
5935 <Project >{6049e205-8b5f-4080-b023-70600e51fd64}</Project >
60- <Name >Scriptcs .Contracts</Name >
36+ <Name >ScriptCs .Contracts</Name >
6137 </ProjectReference >
62- <ProjectReference Include =" ..\Scriptcs .Core\Scriptcs .Core.csproj" >
38+ <ProjectReference Include =" ..\ScriptCs .Core\ScriptCs .Core.csproj" >
6339 <Project >{e590e710-e159-48e6-a3e6-1a83d3fe732c}</Project >
64- <Name >Scriptcs .Core</Name >
40+ <Name >ScriptCs .Core</Name >
6541 </ProjectReference >
6642 </ItemGroup >
6743 <Import Project =" $(MSBuildToolsPath)\Microsoft.CSharp.targets" />
6844 <Import Project =" $(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- -->
7645</Project >
0 commit comments