Skip to content

Commit

Permalink
Create Schemazen.nuspec file. Renamed project to better package name
Browse files Browse the repository at this point in the history
  • Loading branch information
marcio-santos-zocdoc committed May 10, 2016
1 parent ee7e96a commit b641a1f
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 11 deletions.
4 changes: 2 additions & 2 deletions SchemaZen.sln
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 14
VisualStudioVersion = 14.0.24720.0
MinimumVisualStudioVersion = 10.0.40219.1
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Console", "console\Console.csproj", "{95219FB8-6E54-4672-943B-3D2ECAED51A2}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Schemazen.Console", "console\Schemazen.Console.csproj", "{95219FB8-6E54-4672-943B-3D2ECAED51A2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Tests", "test\Tests.csproj", "{73E24852-B1C6-476B-B5D9-ADB06D5870D2}"
EndProject
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Library", "model\Library.csproj", "{1283684F-CC5F-4647-BD97-9D833D20110E}"
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Schemazen.Library", "model\Schemazen.Library.csproj", "{1283684F-CC5F-4647-BD97-9D833D20110E}"
EndProject
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{45A1FC03-225C-4D1C-877B-5ECF25E392C5}"
ProjectSection(SolutionItems) = preProject
Expand Down
4 changes: 2 additions & 2 deletions console/console.csproj → console/Schemazen.Console.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -110,9 +110,9 @@
</BootstrapperPackage>
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\model\Library.csproj">
<ProjectReference Include="..\model\Schemazen.Library.csproj">
<Project>{1283684F-CC5F-4647-BD97-9D833D20110E}</Project>
<Name>Library</Name>
<Name>Schemazen.Library</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
Expand Down
3 changes: 0 additions & 3 deletions model/library.csproj → model/Schemazen.Library.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,6 @@
<Compile Include="Models\Synonym.cs" />
<Compile Include="Models\Table.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
<Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" />
<!-- To modify your build process, add your task inside one of the targets below and uncomment it.
Other similar extension points exist, see Microsoft.Common.targets.
Expand Down
15 changes: 15 additions & 0 deletions model/Schemazen.Library.nuspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
<?xml version="1.0"?>
<package >
<metadata>
<id>Schemazen.Library</id>
<version>1.0</version>
<title>Script and create SQL Server objects quickly</title>
<authors>sethreno</authors>
<owners>sethreno</owners>
<licenseUrl>https://opensource.org/licenses/MIT</licenseUrl>
<projectUrl>https://github.com/sethreno/schemazen/blob/master/license.txt</projectUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
<description>Script and create SQL Server objects quickly</description>
<copyright>Copyright 2016</copyright>
</metadata>
</package>
8 changes: 4 additions & 4 deletions test/Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -99,13 +99,13 @@
<Compile Include="TestHelper.cs" />
</ItemGroup>
<ItemGroup>
<ProjectReference Include="..\console\Console.csproj">
<ProjectReference Include="..\console\Schemazen.Console.csproj">
<Project>{95219FB8-6E54-4672-943B-3D2ECAED51A2}</Project>
<Name>Console</Name>
<Name>Schemazen.Console</Name>
</ProjectReference>
<ProjectReference Include="..\model\Library.csproj">
<ProjectReference Include="..\model\Schemazen.Library.csproj">
<Project>{1283684F-CC5F-4647-BD97-9D833D20110E}</Project>
<Name>Library</Name>
<Name>Schemazen.Library</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
Expand Down

0 comments on commit b641a1f

Please sign in to comment.