A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/SharpKit/SharpKit/commit/89de284843a0ffb91552f2bddf60f6548504a79c below:

update release script · SharpKit/SharpKit@89de284 · GitHub

File tree Expand file treeCollapse file tree 6 files changed

+45

-22

lines changed

Filter options

Expand file treeCollapse file tree 6 files changed

+45

-22

lines changed Original file line number Diff line number Diff line change

@@ -1,5 +1,6 @@

1 1

bin

2 2

obj

3 +

*.ide

3 4

*.suo

4 5

*.user

5 6

lib/*.pdb

Original file line number Diff line number Diff line change

@@ -54,8 +54,12 @@

54 54

<Compile Include="Skc.cs" />

55 55

</ItemGroup>

56 56

<ItemGroup>

57 -

<None Include="SharpKit.CSharp.targets" />

58 -

<None Include="SharpKit.CSharp.Tasks" />

57 +

<None Include="SharpKit.CSharp.targets">

58 +

<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

59 +

</None>

60 +

<None Include="SharpKit.CSharp.Tasks">

61 +

<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>

62 +

</None>

59 63

</ItemGroup>

60 64

<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />

61 65

<PropertyGroup>

Original file line number Diff line number Diff line change

@@ -40,7 +40,7 @@

40 40

</PropertyGroup>

41 41

<ItemGroup>

42 42

<Reference Include="AjaxMin">

43 -

<HintPath>..\..\external\AjaxMin\AjaxMinDll\bin\Debug\AjaxMin.dll</HintPath>

43 +

<HintPath>..\..\external\AjaxMin\AjaxMinDll\bin\AjaxMin.dll</HintPath>

44 44

</Reference>

45 45

<Reference Include="corex">

46 46

<HintPath>..\..\external\corex\src\corex\bin\corex.dll</HintPath>

Original file line number Diff line number Diff line change

@@ -7,7 +7,4 @@

7 7

<Private>False</Private>

8 8

</ProjectReference>

9 9

</ItemDefinitionGroup>

10 -

<PropertyGroup Condition="'$(OutputDir)' != ''">

11 -

<OutputPath>$(OutputDir)\$(MSBuildProjectName)\</OutputPath>

12 -

</PropertyGroup>

13 10

</Project>

Original file line number Diff line number Diff line change

@@ -3,41 +3,62 @@ SET CustomTargetsFile=%CD%\custom.targets

3 3

del %OutputDir%\ /q /s

4 4

rd %OutputDir%\ /q /s

5 5

SET MSBuildExtraParams=/p:CustomBeforeMicrosoftCSharpTargets="%CustomTargetsFile%" /verbosity:minimal

6 +

rem /p:DebugSymbols=false /p:DebugType=None

6 7

cd ..

7 8 9 +

cd external

10 + 11 +

cd AjaxMin\AjaxMinDll

12 +

call msbuild4 AjaxMinDll.sln /p:Configuration=Release /verbosity:minimal /p:DebugSymbols=false /p:DebugType=None

13 +

cd ..\..\

14 + 15 +

cd Corex

16 +

call msbuild4 Corex.sln /p:Configuration=Release /verbosity:minimal /p:DebugSymbols=false /p:DebugType=None

17 +

cd..

18 + 19 +

cd NRefactory

20 +

call msbuild4 NRefactory.sln /p:Configuration=net_4_5_release /p:DontCopyLocalReferences=true /p:DebugSymbols=false /p:DebugType=None %MSBuildExtraParams%

21 +

cd..

22 + 23 +

cd..

24 + 8 25

@echo Building Compiler

9 26

cd Compiler

10 -

msbuild.lnk Compiler.sln /p:OutputDir="%OutputDir%\Compiler" %MSBuildExtraParams%

27 +

call msbuild4 Compiler.sln /p:Configuration=Release /p:DebugSymbols=false /p:DebugType=None %MSBuildExtraParams%

11 28

cd ..

12 29 13 -

pause

14 30 15 31

cd SDK

16 32 17 33

@echo Building SDK\Defs

18 34

cd Defs

19 -

msbuild.lnk Defs.sln /p:OutputDir="%OutputDir%\SDK\Defs" /p:DontCopyLocalReferences=true %MSBuildExtraParams%

35 +

call msbuild4 Defs.sln %MSBuildExtraParams%

20 36

cd ..

21 37 22 -

pause

23 38 24 39

@echo Building SDK\Frameworks

25 40

cd Frameworks

26 -

msbuild.lnk Frameworks.sln /p:OutputDir="%OutputDir%\SDK\Frameworks" /p:DontCopyLocalReferences=true %MSBuildExtraParams%

41 +

call msbuild4 Frameworks.sln /p:DontCopyLocalReferences=true %MSBuildExtraParams%

27 42

cd ..

28 43 29 44

cd ..

30 45 31 46 32 -

cd scripts

33 -

pause

34 - 35 47

@echo Building SDK\Frameworks

36 -

cd %OutputDir%

37 -

md zip\Files\NET

38 -

copy Compiler\skc5\* zip\Files\NET\

39 -

copy Compiler\MSBuild\* zip\Files\NET\

40 -

copy SDK\Defs\* zip\Application\Assemblies\ /s

48 +

md %OutputDir%\zip\Files\NET\

49 +

md %OutputDir%\zip\Files\Application\Assemblies\

50 +

xcopy Compiler\skc5\bin\* %OutputDir%\zip\Files\NET\

51 +

xcopy Compiler\MSBuild\bin\* %OutputDir%\zip\Files\NET\

52 +

xcopy SDK\Defs\bin\* %OutputDir%\zip\Files\Application\Assemblies\ /s

53 +

xcopy SDK\Frameworks\JsClr\bin\* %OutputDir%\zip\Files\Application\JsClr\bin\ /s

54 +

xcopy SDK\Frameworks\JsClr\res\* %OutputDir%\zip\Files\Application\JsClr\res\ /s

55 +

del %OutputDir%\zip\*.pdb /q /s

41 56 42 - 43 -

pause

57 +

cd scripts

58 +

pushd %OutputDir%

59 +

cd zip

60 +

call 7z a ..\package.zip

61 +

cd..

62 +

rem rd zip /q /s

63 +

rem rd bin /q /s

64 +

popd

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4