diff --git a/Package/build/Polonium.props b/Package/build/Polonium.props index 2ffe488..cfe2713 100644 --- a/Package/build/Polonium.props +++ b/Package/build/Polonium.props @@ -3,8 +3,5 @@ $(ProjectDir)script_templates/ $(ProjectDir)embedded/templates.polonium.manifest - + \ No newline at end of file diff --git a/Package/build/Polonium.targets b/Package/build/Polonium.targets index be0041a..d7ec3f6 100644 --- a/Package/build/Polonium.targets +++ b/Package/build/Polonium.targets @@ -1,6 +1,5 @@ - @@ -46,13 +45,13 @@ DestinationFolder="$(ProjectDir)embedded/%(RecursiveDir)" /> - + - + - @@ -51,14 +50,13 @@ - - - + + + - - - + + diff --git a/Polonium.sln b/Polonium.sln index 7162937..c944752 100644 --- a/Polonium.sln +++ b/Polonium.sln @@ -2,12 +2,6 @@ Microsoft Visual Studio Solution File, Format Version 12.00 Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Polonium", "Polonium.csproj", "{5BA39DF8-7098-4348-A670-B3F34269F48F}" EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Polonium.Generators", "..\Polonium.Generators\Polonium.Generators.csproj", "{41B784D2-841C-44D6-90F3-9219BC264B19}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Polonium.Generators.Test", "..\Polonium.Generators.Test\Polonium.Generators.Test.csproj", "{3BADB215-214B-41C1-B94E-89AF4A972F30}" -EndProject -Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Polonium.Tasks", "..\Polonium.Tasks\Polonium.Tasks.csproj", "{5F0664A8-563F-408A-9EB6-05B2F25F5DC5}" -EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU diff --git a/build b/build old mode 100644 new mode 100755