Skip to content

Commit

Permalink
Renames to project
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAngryByrd committed May 24, 2021
1 parent c2509e3 commit 200b447
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 8 deletions.
4 changes: 2 additions & 2 deletions TypeSafeInternals.sln → TheAngryByrd.TypeSafeInternals.sln
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".paket", ".paket", "{CAB33D
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "src", "src", "{C397A34C-84F1-49E7-AEBC-2F9F2B196216}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "TypeSafeInternals", "src\TypeSafeInternals\TypeSafeInternals.fsproj", "{5D30E174-2538-47AC-8443-318C8C5DC2C9}"
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "TheAngryByrd.TypeSafeInternals", "src\TheAngryByrd.TypeSafeInternals\TheAngryByrd.TypeSafeInternals.fsproj", "{5D30E174-2538-47AC-8443-318C8C5DC2C9}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "tests", "tests", "{ACBEE43C-7A88-4FB1-9B06-DB064D22B29F}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "TypeSafeInternals.Tests", "tests\TypeSafeInternals.Tests\TypeSafeInternals.Tests.fsproj", "{1CA2E092-2320-451D-A4F0-9ED7C7C528CA}"
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "TheAngryByrd.TypeSafeInternals.Tests", "tests\TheAngryByrd.TypeSafeInternals.Tests\TheAngryByrd.TypeSafeInternals.Tests.fsproj", "{1CA2E092-2320-451D-A4F0-9ED7C7C528CA}"
EndProject
Project("{F2A71F9B-5D33-465A-A702-920D77279786}") = "docsTool", "docsTool\docsTool.fsproj", "{8855EC73-F6A1-43D3-AFBC-04A3E09F9BD9}"
EndProject
Expand Down
4 changes: 2 additions & 2 deletions build.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,8 @@ let environVarAsBoolOrDefault varName defaultValue =
// Metadata and Configuration
//-----------------------------------------------------------------------------

let productName = "TypeSafeInternals"
let sln = "TypeSafeInternals.sln"
let productName = "TheAngryByrd.TypeSafeInternals"
let sln = "TheAngryByrd.TypeSafeInternals.sln"


let srcCodeGlob =
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
<PropertyGroup>
<TargetFramework>net5.0</TargetFramework>
<CopyLocalLockFileAssemblies>true</CopyLocalLockFileAssemblies>
</PropertyGroup>
<PropertyGroup>
<Description>TheAngryByrd.Myriad.Plugins.TypeSafeInternals uses Myriad to generate type safe reflection calls to internal functions/properties/methods</Description>
</PropertyGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.fs" />
Expand All @@ -15,5 +18,9 @@
<Visible>true</Visible>
</Content>
</ItemGroup>
<ItemGroup>

<ProjectReference Include="../TheAngryByrd.TypeSafeInternals/TheAngryByrd.TypeSafeInternals.fsproj" />
</ItemGroup>
<Import Project="..\..\.paket\Paket.Restore.targets" />
</Project>
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
<TargetFrameworks>net5.0</TargetFrameworks>
</PropertyGroup>
<PropertyGroup>
<Title>TypeSafeInternals</Title>
<Description>TypeSafeInternals does the thing!</Description>
<Title>TheAngryByrd.TypeSafeInternals</Title>
<Description>TheAngryByrd.TypeSafeInternals uses Myriad to generate type safe reflection calls to internal functions/properties/methods</Description>

</PropertyGroup>
<PropertyGroup Condition="'$(Configuration)'=='Release'">
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
</PropertyGroup>
<ItemGroup>

<ProjectReference Include="../../src/TypeSafeInternals/TypeSafeInternals.fsproj" />
<ProjectReference Include="../../src/TheAngryByrd.TypeSafeInternals/TheAngryByrd.TypeSafeInternals.fsproj" />
<ProjectReference Include="../../src/TheAngryByrd.Myriad.Plugins.TypeSafeInternals/TheAngryByrd.Myriad.Plugins.TypeSafeInternals.fsproj" />
</ItemGroup>
<ItemGroup>
Expand Down
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<GenerateProgramFile>false</GenerateProgramFile>
</PropertyGroup>
<ItemGroup>
<ProjectReference Include="../../src/TypeSafeInternals/TypeSafeInternals.fsproj" />
<ProjectReference Include="../../src/TheAngryByrd.TypeSafeInternals/TheAngryByrd.TypeSafeInternals.fsproj" />
</ItemGroup>
<ItemGroup>
<Compile Include="AssemblyInfo.fs" />
Expand Down

0 comments on commit 200b447

Please sign in to comment.