Skip to content

Commit

Permalink
Remove MSBuild dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
prashantvc committed Dec 25, 2014
1 parent 998643a commit fb3cf88
Show file tree
Hide file tree
Showing 8 changed files with 26 additions and 12 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
# Build results

[Dd]ebug/
[Rr]elease/
x64/
build/
[Bb]in/
Expand Down
4 changes: 2 additions & 2 deletions JsonCSharpClassGeneratorLib/JsonClassGeneratorLib.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@
<DebugSymbols>true</DebugSymbols>
<DebugType>full</DebugType>
<Optimize>false</Optimize>
<OutputPath>bin\Debug\</OutputPath>
<OutputPath>..\lib\Debug</OutputPath>
<DefineConstants>DEBUG;TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
</PropertyGroup>
<PropertyGroup Condition=" '$(Configuration)|$(Platform)' == 'Release|AnyCPU' ">
<DebugType>pdbonly</DebugType>
<Optimize>true</Optimize>
<OutputPath>bin\Release\</OutputPath>
<OutputPath>..\lib\Release</OutputPath>
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
Expand Down
24 changes: 21 additions & 3 deletions SpecialCopy.userprefs
Original file line number Diff line number Diff line change
@@ -1,8 +1,26 @@
<Properties>
<MonoDevelop.Ide.Workspace ActiveConfiguration="Release" />
<MonoDevelop.Ide.Workbench />
<MonoDevelop.Ide.Workspace ActiveConfiguration="Debug" />
<MonoDevelop.Ide.Workbench ActiveDocument="SpecialCopyCore/JsonConverterHandler.cs">
<Files>
<File FileName="SpecialCopyCore/JsonConverterHandler.cs" Line="17" Column="17" />
</Files>
<Pads>
<Pad Id="ProjectPad">
<State expanded="True">
<Node name="JsonClassGeneratorLib" expanded="True" selected="True" />
<Node name="SpecialCopy" expanded="True">
<Node name="References" expanded="True" />
<Node name="Packages" expanded="True" />
<Node name="Properties" expanded="True" />
</Node>
</State>
</Pad>
</Pads>
</MonoDevelop.Ide.Workbench>
<MonoDevelop.Ide.DebuggingService.Breakpoints>
<BreakpointStore />
<BreakpointStore>
<Breakpoint file="/Users/prashantvc/Playground/Xamarin.SpecialCopy/SpecialCopyCore/JsonConverterHandler.cs" line="16" column="4" />
</BreakpointStore>
</MonoDevelop.Ide.DebuggingService.Breakpoints>
<MonoDevelop.Ide.DebuggingService.PinnedWatches />
</Properties>
9 changes: 3 additions & 6 deletions SpecialCopyCore/SpecialCopy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@
<Reference Include="Mono.Posix">
<Private>True</Private>
</Reference>
<Reference Include="Xamasoft.JsonClassGenerator">
<HintPath>..\lib\Release\Xamasoft.JsonClassGenerator.dll</HintPath>
</Reference>
</ItemGroup>
<ItemGroup>
<EmbeddedResource Include="gtk-gui\gui.stetic">
Expand All @@ -87,12 +90,6 @@
<Compile Include="PropertyList.cs" />
</ItemGroup>
<Import Project="$(MSBuildBinPath)\Microsoft.CSharp.targets" />
<ItemGroup>
<ProjectReference Include="..\JsonCSharpClassGeneratorLib\JsonClassGeneratorLib.csproj">
<Project>{7BEF7EAA-DE37-40FB-BD33-3DEF0685031F}</Project>
<Name>JsonClassGeneratorLib</Name>
</ProjectReference>
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
</ItemGroup>
Expand Down
Binary file added lib/Release/Newtonsoft.Json.dll
Binary file not shown.
Binary file not shown.
Binary file added lib/Release/Xamasoft.JsonClassGenerator.dll
Binary file not shown.
Binary file added lib/Release/Xamasoft.JsonClassGenerator.dll.mdb
Binary file not shown.

0 comments on commit fb3cf88

Please sign in to comment.